Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCache
- func (fake *FakeCache) Get(arg1 context.Context, arg2 string) ([]byte, error)
- func (fake *FakeCache) GetArgsForCall(i int) (context.Context, string)
- func (fake *FakeCache) GetCallCount() int
- func (fake *FakeCache) GetCalls(stub func(context.Context, string) ([]byte, error))
- func (fake *FakeCache) GetReturns(result1 []byte, result2 error)
- func (fake *FakeCache) GetReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeCache) Invocations() map[string][][]interface{}
- func (fake *FakeCache) Set(arg1 context.Context, arg2 string, arg3 []byte, arg4 time.Duration) error
- func (fake *FakeCache) SetArgsForCall(i int) (context.Context, string, []byte, time.Duration)
- func (fake *FakeCache) SetCallCount() int
- func (fake *FakeCache) SetCalls(stub func(context.Context, string, []byte, time.Duration) error)
- func (fake *FakeCache) SetReturns(result1 error)
- func (fake *FakeCache) SetReturnsOnCall(i int, result1 error)
- type FakeEvents
- func (fake *FakeEvents) Invocations() map[string][][]interface{}
- func (fake *FakeEvents) Send(arg1 context.Context, arg2 string) error
- func (fake *FakeEvents) SendArgsForCall(i int) (context.Context, string)
- func (fake *FakeEvents) SendCallCount() int
- func (fake *FakeEvents) SendCalls(stub func(context.Context, string) error)
- func (fake *FakeEvents) SendReturns(result1 error)
- func (fake *FakeEvents) SendReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCache ¶
type FakeCache struct { GetStub func(context.Context, string) ([]byte, error) SetStub func(context.Context, string, []byte, time.Duration) error // contains filtered or unexported fields }
func (*FakeCache) GetArgsForCall ¶
func (*FakeCache) GetCallCount ¶
func (*FakeCache) GetReturns ¶
func (*FakeCache) GetReturnsOnCall ¶
func (*FakeCache) Invocations ¶
func (*FakeCache) SetArgsForCall ¶
func (*FakeCache) SetCallCount ¶
func (*FakeCache) SetReturns ¶
func (*FakeCache) SetReturnsOnCall ¶
type FakeEvents ¶
type FakeEvents struct { SendStub func(context.Context, string) error // contains filtered or unexported fields }
func (*FakeEvents) Invocations ¶
func (fake *FakeEvents) Invocations() map[string][][]interface{}
func (*FakeEvents) SendArgsForCall ¶
func (fake *FakeEvents) SendArgsForCall(i int) (context.Context, string)
func (*FakeEvents) SendCallCount ¶
func (fake *FakeEvents) SendCallCount() int
func (*FakeEvents) SendCalls ¶
func (fake *FakeEvents) SendCalls(stub func(context.Context, string) error)
func (*FakeEvents) SendReturns ¶
func (fake *FakeEvents) SendReturns(result1 error)
func (*FakeEvents) SendReturnsOnCall ¶
func (fake *FakeEvents) SendReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.