Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClient
- func (fake *FakeClient) GetCreds(arg1 string) (map[string][]map[string]interface{}, error)
- func (fake *FakeClient) GetCredsArgsForCall(i int) string
- func (fake *FakeClient) GetCredsCallCount() int
- func (fake *FakeClient) GetCredsCalls(stub func(string) (map[string][]map[string]interface{}, error))
- func (fake *FakeClient) GetCredsReturns(result1 map[string][]map[string]interface{}, result2 error)
- func (fake *FakeClient) GetCredsReturnsOnCall(i int, result1 map[string][]map[string]interface{}, result2 error)
- func (fake *FakeClient) Invocations() map[string][][]interface{}
- type FakeClientFactory
- func (fake *FakeClientFactory) Invocations() map[string][][]interface{}
- func (fake *FakeClientFactory) New(arg1 string, arg2 string, arg3 string, arg4 string, arg5 []byte, arg6 string, ...) credhub.Client
- func (fake *FakeClientFactory) NewArgsForCall(i int) (string, string, string, string, []byte, string, string)
- func (fake *FakeClientFactory) NewCallCount() int
- func (fake *FakeClientFactory) NewCalls(...)
- func (fake *FakeClientFactory) NewReturns(result1 credhub.Client)
- func (fake *FakeClientFactory) NewReturnsOnCall(i int, result1 credhub.Client)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
type FakeClient struct { GetCredsStub func(string) (map[string][]map[string]interface{}, error) // contains filtered or unexported fields }
func (*FakeClient) GetCreds ¶
func (fake *FakeClient) GetCreds(arg1 string) (map[string][]map[string]interface{}, error)
func (*FakeClient) GetCredsArgsForCall ¶
func (fake *FakeClient) GetCredsArgsForCall(i int) string
func (*FakeClient) GetCredsCallCount ¶
func (fake *FakeClient) GetCredsCallCount() int
func (*FakeClient) GetCredsCalls ¶
func (fake *FakeClient) GetCredsCalls(stub func(string) (map[string][]map[string]interface{}, error))
func (*FakeClient) GetCredsReturns ¶
func (fake *FakeClient) GetCredsReturns(result1 map[string][]map[string]interface{}, result2 error)
func (*FakeClient) GetCredsReturnsOnCall ¶
func (fake *FakeClient) GetCredsReturnsOnCall(i int, result1 map[string][]map[string]interface{}, result2 error)
func (*FakeClient) Invocations ¶
func (fake *FakeClient) Invocations() map[string][][]interface{}
type FakeClientFactory ¶
type FakeClientFactory struct { NewStub func(string, string, string, string, []byte, string, string) credhub.Client // contains filtered or unexported fields }
func (*FakeClientFactory) Invocations ¶
func (fake *FakeClientFactory) Invocations() map[string][][]interface{}
func (*FakeClientFactory) NewArgsForCall ¶
func (*FakeClientFactory) NewCallCount ¶
func (fake *FakeClientFactory) NewCallCount() int
func (*FakeClientFactory) NewReturns ¶
func (fake *FakeClientFactory) NewReturns(result1 credhub.Client)
func (*FakeClientFactory) NewReturnsOnCall ¶
func (fake *FakeClientFactory) NewReturnsOnCall(i int, result1 credhub.Client)
Click to show internal directories.
Click to hide internal directories.