Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeRegistry ¶
type FakeRegistry struct { GetContentTrustTokenStub func(username, password, imageRepo string, challengeSlice []oauth.Challenge) (string, error) // contains filtered or unexported fields }
FakeRegistry .
func (*FakeRegistry) GetContentTrustToken ¶
func (fake *FakeRegistry) GetContentTrustToken(username, password, imageRepo string, challengeSlice []oauth.Challenge) (string, error)
GetContentTrustToken ...
func (*FakeRegistry) GetContentTrustTokenReturns ¶
func (fake *FakeRegistry) GetContentTrustTokenReturns(token string, err error)
GetContentTrustTokenReturns ...
Click to show internal directories.
Click to hide internal directories.