Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAppGetState
- func (fake *FakeAppGetState) GetState(arg1 context.Context) map[int]int
- func (fake *FakeAppGetState) GetStateArgsForCall(i int) context.Context
- func (fake *FakeAppGetState) GetStateCallCount() int
- func (fake *FakeAppGetState) GetStateCalls(stub func(context.Context) map[int]int)
- func (fake *FakeAppGetState) GetStateReturns(result1 map[int]int)
- func (fake *FakeAppGetState) GetStateReturnsOnCall(i int, result1 map[int]int)
- func (fake *FakeAppGetState) Invocations() map[string][][]interface{}
- type FakeAppSetState
- func (fake *FakeAppSetState) Invocations() map[string][][]interface{}
- func (fake *FakeAppSetState) SetOne(arg1 context.Context, arg2 int, arg3 int) (map[int]int, error)
- func (fake *FakeAppSetState) SetOneArgsForCall(i int) (context.Context, int, int)
- func (fake *FakeAppSetState) SetOneCallCount() int
- func (fake *FakeAppSetState) SetOneCalls(stub func(context.Context, int, int) (map[int]int, error))
- func (fake *FakeAppSetState) SetOneReturns(result1 map[int]int, result2 error)
- func (fake *FakeAppSetState) SetOneReturnsOnCall(i int, result1 map[int]int, result2 error)
- func (fake *FakeAppSetState) SetState(arg1 context.Context, arg2 map[int]int) (map[int]int, error)
- func (fake *FakeAppSetState) SetStateArgsForCall(i int) (context.Context, map[int]int)
- func (fake *FakeAppSetState) SetStateCallCount() int
- func (fake *FakeAppSetState) SetStateCalls(stub func(context.Context, map[int]int) (map[int]int, error))
- func (fake *FakeAppSetState) SetStateReturns(result1 map[int]int, result2 error)
- func (fake *FakeAppSetState) SetStateReturnsOnCall(i int, result1 map[int]int, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAppGetState ¶
type FakeAppGetState struct { GetStateStub func(context.Context) map[int]int // contains filtered or unexported fields }
func (*FakeAppGetState) GetState ¶
func (fake *FakeAppGetState) GetState(arg1 context.Context) map[int]int
func (*FakeAppGetState) GetStateArgsForCall ¶
func (fake *FakeAppGetState) GetStateArgsForCall(i int) context.Context
func (*FakeAppGetState) GetStateCallCount ¶
func (fake *FakeAppGetState) GetStateCallCount() int
func (*FakeAppGetState) GetStateCalls ¶
func (fake *FakeAppGetState) GetStateCalls(stub func(context.Context) map[int]int)
func (*FakeAppGetState) GetStateReturns ¶
func (fake *FakeAppGetState) GetStateReturns(result1 map[int]int)
func (*FakeAppGetState) GetStateReturnsOnCall ¶
func (fake *FakeAppGetState) GetStateReturnsOnCall(i int, result1 map[int]int)
func (*FakeAppGetState) Invocations ¶
func (fake *FakeAppGetState) Invocations() map[string][][]interface{}
type FakeAppSetState ¶
type FakeAppSetState struct { SetOneStub func(context.Context, int, int) (map[int]int, error) SetStateStub func(context.Context, map[int]int) (map[int]int, error) // contains filtered or unexported fields }
func (*FakeAppSetState) Invocations ¶
func (fake *FakeAppSetState) Invocations() map[string][][]interface{}
func (*FakeAppSetState) SetOneArgsForCall ¶
func (*FakeAppSetState) SetOneCallCount ¶
func (fake *FakeAppSetState) SetOneCallCount() int
func (*FakeAppSetState) SetOneCalls ¶
func (*FakeAppSetState) SetOneReturns ¶
func (fake *FakeAppSetState) SetOneReturns(result1 map[int]int, result2 error)
func (*FakeAppSetState) SetOneReturnsOnCall ¶
func (fake *FakeAppSetState) SetOneReturnsOnCall(i int, result1 map[int]int, result2 error)
func (*FakeAppSetState) SetStateArgsForCall ¶
func (*FakeAppSetState) SetStateCallCount ¶
func (fake *FakeAppSetState) SetStateCallCount() int
func (*FakeAppSetState) SetStateCalls ¶
func (*FakeAppSetState) SetStateReturns ¶
func (fake *FakeAppSetState) SetStateReturns(result1 map[int]int, result2 error)
func (*FakeAppSetState) SetStateReturnsOnCall ¶
func (fake *FakeAppSetState) SetStateReturnsOnCall(i int, result1 map[int]int, result2 error)
Click to show internal directories.
Click to hide internal directories.