Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCredhubClient
- func (fake *FakeCredhubClient) DeleteCredentialByName(arg1 string) error
- func (fake *FakeCredhubClient) DeleteCredentialByNameArgsForCall(i int) string
- func (fake *FakeCredhubClient) DeleteCredentialByNameCallCount() int
- func (fake *FakeCredhubClient) DeleteCredentialByNameCalls(stub func(string) error)
- func (fake *FakeCredhubClient) DeleteCredentialByNameReturns(result1 error)
- func (fake *FakeCredhubClient) DeleteCredentialByNameReturnsOnCall(i int, result1 error)
- func (fake *FakeCredhubClient) FindCredentialsByPath(arg1 string) ([]credhub.Credential, error)
- func (fake *FakeCredhubClient) FindCredentialsByPathArgsForCall(i int) string
- func (fake *FakeCredhubClient) FindCredentialsByPathCallCount() int
- func (fake *FakeCredhubClient) FindCredentialsByPathCalls(stub func(string) ([]credhub.Credential, error))
- func (fake *FakeCredhubClient) FindCredentialsByPathReturns(result1 []credhub.Credential, result2 error)
- func (fake *FakeCredhubClient) FindCredentialsByPathReturnsOnCall(i int, result1 []credhub.Credential, result2 error)
- func (fake *FakeCredhubClient) GetCredentialByName(arg1 string) (credhub.Credential, error)
- func (fake *FakeCredhubClient) GetCredentialByNameArgsForCall(i int) string
- func (fake *FakeCredhubClient) GetCredentialByNameCallCount() int
- func (fake *FakeCredhubClient) GetCredentialByNameCalls(stub func(string) (credhub.Credential, error))
- func (fake *FakeCredhubClient) GetCredentialByNameReturns(result1 credhub.Credential, result2 error)
- func (fake *FakeCredhubClient) GetCredentialByNameReturnsOnCall(i int, result1 credhub.Credential, result2 error)
- func (fake *FakeCredhubClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCredhubClient ¶
type FakeCredhubClient struct {
DeleteCredentialByNameStub func(string) error
FindCredentialsByPathStub func(string) ([]credhub.Credential, error)
GetCredentialByNameStub func(string) (credhub.Credential, error)
// contains filtered or unexported fields
}
func (*FakeCredhubClient) DeleteCredentialByName ¶
func (fake *FakeCredhubClient) DeleteCredentialByName(arg1 string) error
func (*FakeCredhubClient) DeleteCredentialByNameArgsForCall ¶
func (fake *FakeCredhubClient) DeleteCredentialByNameArgsForCall(i int) string
func (*FakeCredhubClient) DeleteCredentialByNameCallCount ¶
func (fake *FakeCredhubClient) DeleteCredentialByNameCallCount() int
func (*FakeCredhubClient) DeleteCredentialByNameCalls ¶
func (fake *FakeCredhubClient) DeleteCredentialByNameCalls(stub func(string) error)
func (*FakeCredhubClient) DeleteCredentialByNameReturns ¶
func (fake *FakeCredhubClient) DeleteCredentialByNameReturns(result1 error)
func (*FakeCredhubClient) DeleteCredentialByNameReturnsOnCall ¶
func (fake *FakeCredhubClient) DeleteCredentialByNameReturnsOnCall(i int, result1 error)
func (*FakeCredhubClient) FindCredentialsByPath ¶
func (fake *FakeCredhubClient) FindCredentialsByPath(arg1 string) ([]credhub.Credential, error)
func (*FakeCredhubClient) FindCredentialsByPathArgsForCall ¶
func (fake *FakeCredhubClient) FindCredentialsByPathArgsForCall(i int) string
func (*FakeCredhubClient) FindCredentialsByPathCallCount ¶
func (fake *FakeCredhubClient) FindCredentialsByPathCallCount() int
func (*FakeCredhubClient) FindCredentialsByPathCalls ¶
func (fake *FakeCredhubClient) FindCredentialsByPathCalls(stub func(string) ([]credhub.Credential, error))
func (*FakeCredhubClient) FindCredentialsByPathReturns ¶
func (fake *FakeCredhubClient) FindCredentialsByPathReturns(result1 []credhub.Credential, result2 error)
func (*FakeCredhubClient) FindCredentialsByPathReturnsOnCall ¶
func (fake *FakeCredhubClient) FindCredentialsByPathReturnsOnCall(i int, result1 []credhub.Credential, result2 error)
func (*FakeCredhubClient) GetCredentialByName ¶
func (fake *FakeCredhubClient) GetCredentialByName(arg1 string) (credhub.Credential, error)
func (*FakeCredhubClient) GetCredentialByNameArgsForCall ¶
func (fake *FakeCredhubClient) GetCredentialByNameArgsForCall(i int) string
func (*FakeCredhubClient) GetCredentialByNameCallCount ¶
func (fake *FakeCredhubClient) GetCredentialByNameCallCount() int
func (*FakeCredhubClient) GetCredentialByNameCalls ¶
func (fake *FakeCredhubClient) GetCredentialByNameCalls(stub func(string) (credhub.Credential, error))
func (*FakeCredhubClient) GetCredentialByNameReturns ¶
func (fake *FakeCredhubClient) GetCredentialByNameReturns(result1 credhub.Credential, result2 error)
func (*FakeCredhubClient) GetCredentialByNameReturnsOnCall ¶
func (fake *FakeCredhubClient) GetCredentialByNameReturnsOnCall(i int, result1 credhub.Credential, result2 error)
func (*FakeCredhubClient) Invocations ¶
func (fake *FakeCredhubClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.