package credhelper

import "github.com/chrismellard/docker-credential-acr-env/pkg/credhelper"

Copyright © 2020 Chris Mellard chris.mellard@icloud.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Functions

func NewACRCredentialsHelper

func NewACRCredentialsHelper() credentials.Helper

Types

type ACRCredHelper

type ACRCredHelper struct {
}

func (ACRCredHelper) Add

func (ACRCredHelper) Delete

func (a ACRCredHelper) Delete(_ string) error

func (ACRCredHelper) Get

func (a ACRCredHelper) Get(serverURL string) (string, string, error)

func (ACRCredHelper) List

func (a ACRCredHelper) List() (map[string]string, error)

Source Files

helper.go

Version
v0.0.0-20230304212654-82a0ddb27589 (latest)
Published
Mar 4, 2023
Platform
windows/amd64
Imports
8 packages
Last checked
now

Tools for package owners.