Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client .
func (Client) GetDockerNotaryRepo ¶
func (c Client) GetDockerNotaryRepo(server, image string, credential credential.Credential) (notaryclient.Repository, error)
func (Client) GetNotaryRepo ¶
func (c Client) GetNotaryRepo(server, image, notaryToken string) (notaryclient.Repository, error)
GetNotaryRepo .
type Interface ¶
type Interface interface { GetNotaryRepo(server, image, notaryToken string) (notaryclient.Repository, error) GetDockerNotaryRepo(server, image string, credential credential.Credential) (notaryclient.Repository, error) }
Interface .
Click to show internal directories.
Click to hide internal directories.