Documentation ¶
Index ¶
- type FakeRegistry
- func (fake *FakeRegistry) GetContentTrustToken(oauthEndpoint string, username string, password string, service string, ...) (string, error)
- func (fake *FakeRegistry) GetContentTrustTokenReturns(token string, err error)
- func (fake *FakeRegistry) GetRegistryToken(oauthEndpoint string, username string, password string, service string, ...) (string, error)
- func (fake *FakeRegistry) NoAnonymousContentTrustTokenStub(oauthEndpoint string, username string, password string, service string, ...) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeRegistry ¶
type FakeRegistry struct { GetContentTrustTokenStub func(oauthEndpoint string, username string, password string, service string, scope string) (string, error) // contains filtered or unexported fields }
FakeRegistry .
func (*FakeRegistry) GetContentTrustToken ¶
func (fake *FakeRegistry) GetContentTrustToken(oauthEndpoint string, username string, password string, service string, scope string) (string, error)
GetContentTrustToken ...
func (*FakeRegistry) GetContentTrustTokenReturns ¶
func (fake *FakeRegistry) GetContentTrustTokenReturns(token string, err error)
GetContentTrustTokenReturns ...
func (*FakeRegistry) GetRegistryToken ¶
func (fake *FakeRegistry) GetRegistryToken(oauthEndpoint string, username string, password string, service string, scope string) (string, error)
GetRegistryToken ...
func (*FakeRegistry) NoAnonymousContentTrustTokenStub ¶
func (fake *FakeRegistry) NoAnonymousContentTrustTokenStub(oauthEndpoint string, username string, password string, service string, scope string) (string, error)
NoAnonymousContentTrustTokenStub ...
Click to show internal directories.
Click to hide internal directories.