registry

package
v0.13.13 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: Apache-2.0 Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct{}

Client .

func (Client) GetContentTrustToken

func (c Client) GetContentTrustToken(oauthEndpoint string, username string, password string, service string, scope string) (string, error)

GetContentTrustToken .

func (Client) GetRegistryToken

func (c Client) GetRegistryToken(oauthEndpoint string, username string, password string, service string, scope string) (string, error)

GetRegistryToken .

type Interface

type Interface interface {
	GetContentTrustToken(oauthEndpoint string, username string, password string, service string, scope string) (string, error)
	GetRegistryToken(oauthEndpoint string, username string, password string, service string, scope string) (string, error)
}

Interface .

func NewClient

func NewClient() Interface

NewClient .

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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