Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCredentialFactory ¶
type FakeCredentialFactory struct { GetStub func() (credential.Credential, error) // contains filtered or unexported fields }
func (*FakeCredentialFactory) Get ¶
func (fake *FakeCredentialFactory) Get() (credential.Credential, error)
func (*FakeCredentialFactory) GetCallCount ¶
func (fake *FakeCredentialFactory) GetCallCount() int
func (*FakeCredentialFactory) GetReturns ¶
func (fake *FakeCredentialFactory) GetReturns(result1 credential.Credential, result2 error)
Click to show internal directories.
Click to hide internal directories.