Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClient
- func (fake *FakeClient) GetCAPublicKey() (api.CAPublicKeyResponse, error)
- func (fake *FakeClient) GetCAPublicKeyCallCount() int
- func (fake *FakeClient) GetCAPublicKeyReturns(result1 api.CAPublicKeyResponse, result2 error)
- func (fake *FakeClient) GetCAPublicKeyReturnsOnCall(i int, result1 api.CAPublicKeyResponse, result2 error)
- func (fake *FakeClient) Invocations() map[string][][]interface{}
- func (fake *FakeClient) PostSignPublicKey(arg1 api.SignPublicKeyRequest) (api.SignPublicKeyResponse, error)
- func (fake *FakeClient) PostSignPublicKeyArgsForCall(i int) api.SignPublicKeyRequest
- func (fake *FakeClient) PostSignPublicKeyCallCount() int
- func (fake *FakeClient) PostSignPublicKeyReturns(result1 api.SignPublicKeyResponse, result2 error)
- func (fake *FakeClient) PostSignPublicKeyReturnsOnCall(i int, result1 api.SignPublicKeyResponse, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
type FakeClient struct { GetCAPublicKeyStub func() (api.CAPublicKeyResponse, error) PostSignPublicKeyStub func(api.SignPublicKeyRequest) (api.SignPublicKeyResponse, error) // contains filtered or unexported fields }
func (*FakeClient) GetCAPublicKey ¶
func (fake *FakeClient) GetCAPublicKey() (api.CAPublicKeyResponse, error)
func (*FakeClient) GetCAPublicKeyCallCount ¶
func (fake *FakeClient) GetCAPublicKeyCallCount() int
func (*FakeClient) GetCAPublicKeyReturns ¶
func (fake *FakeClient) GetCAPublicKeyReturns(result1 api.CAPublicKeyResponse, result2 error)
func (*FakeClient) GetCAPublicKeyReturnsOnCall ¶ added in v0.12.0
func (fake *FakeClient) GetCAPublicKeyReturnsOnCall(i int, result1 api.CAPublicKeyResponse, result2 error)
func (*FakeClient) Invocations ¶
func (fake *FakeClient) Invocations() map[string][][]interface{}
func (*FakeClient) PostSignPublicKey ¶
func (fake *FakeClient) PostSignPublicKey(arg1 api.SignPublicKeyRequest) (api.SignPublicKeyResponse, error)
func (*FakeClient) PostSignPublicKeyArgsForCall ¶
func (fake *FakeClient) PostSignPublicKeyArgsForCall(i int) api.SignPublicKeyRequest
func (*FakeClient) PostSignPublicKeyCallCount ¶
func (fake *FakeClient) PostSignPublicKeyCallCount() int
func (*FakeClient) PostSignPublicKeyReturns ¶
func (fake *FakeClient) PostSignPublicKeyReturns(result1 api.SignPublicKeyResponse, result2 error)
func (*FakeClient) PostSignPublicKeyReturnsOnCall ¶ added in v0.12.0
func (fake *FakeClient) PostSignPublicKeyReturnsOnCall(i int, result1 api.SignPublicKeyResponse, result2 error)
Click to show internal directories.
Click to hide internal directories.