imagerepo

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Type     string
	EndPoint string
	//DownloadUrl string
	Credential Credential
	Version    string
}

type Credential

type Credential struct {
	Username string
	Password string
}

type RepoClient

type RepoClient interface {
	//Auth() error
	ListRepos() ([]string, error)
	ListImages(repository string) (images []string, err error)
}

func NewClient

func NewClient(config Config) RepoClient

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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