Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCallbackClient
- func (fake *FakeCallbackClient) Invocations() map[string][][]interface{}
- func (fake *FakeCallbackClient) Post(arg1 context.Context, arg2 string, arg3 interface{}) error
- func (fake *FakeCallbackClient) PostArgsForCall(i int) (context.Context, string, interface{})
- func (fake *FakeCallbackClient) PostCallCount() int
- func (fake *FakeCallbackClient) PostCalls(stub func(context.Context, string, interface{}) error)
- func (fake *FakeCallbackClient) PostReturns(result1 error)
- func (fake *FakeCallbackClient) PostReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCallbackClient ¶
type FakeCallbackClient struct { PostStub func(context.Context, string, interface{}) error // contains filtered or unexported fields }
func (*FakeCallbackClient) Invocations ¶
func (fake *FakeCallbackClient) Invocations() map[string][][]interface{}
func (*FakeCallbackClient) Post ¶
func (fake *FakeCallbackClient) Post(arg1 context.Context, arg2 string, arg3 interface{}) error
func (*FakeCallbackClient) PostArgsForCall ¶
func (fake *FakeCallbackClient) PostArgsForCall(i int) (context.Context, string, interface{})
func (*FakeCallbackClient) PostCallCount ¶
func (fake *FakeCallbackClient) PostCallCount() int
func (*FakeCallbackClient) PostCalls ¶
func (fake *FakeCallbackClient) PostCalls(stub func(context.Context, string, interface{}) error)
func (*FakeCallbackClient) PostReturns ¶
func (fake *FakeCallbackClient) PostReturns(result1 error)
func (*FakeCallbackClient) PostReturnsOnCall ¶
func (fake *FakeCallbackClient) PostReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.