internal

package
v0.0.0-...-0ba3f1f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2020 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const Version string = "v1"

Version of the YAML strcuture

Variables

This section is empty.

Functions

This section is empty.

Types

type YAMLCredentials

type YAMLCredentials struct {
	ServerURL string `yaml:"serverURL"`
	Username  string `yaml:"username"`
	Secret    string `yaml:"secret"`
}

type YAMLCredentialsStore

type YAMLCredentialsStore struct {
	Version         string            `yaml:"version"`
	CredentialsList []YAMLCredentials `yaml:"credentials,omitempty"`
}

type YAMLStorage

type YAMLStorage struct{}

Store credentials in a local file.

func (YAMLStorage) Add

func (h YAMLStorage) Add(creds *credentials.Credentials) error

Add adds new credentials to the storage.

func (YAMLStorage) Delete

func (h YAMLStorage) Delete(serverURL string) error

Delete removes credentials from storage.

func (YAMLStorage) Get

func (h YAMLStorage) Get(serverURL string) (string, string, error)

Get returns the username and secret to use for a given registry server URL.

func (YAMLStorage) List

func (h YAMLStorage) List() (map[string]string, error)

List returns the stored URLs and corresponding usernames.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL