Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeStorage
- func (fake *FakeStorage) Get(arg1 string, arg2 interface{}) error
- func (fake *FakeStorage) GetArgsForCall(i int) (string, interface{})
- func (fake *FakeStorage) GetCallCount() int
- func (fake *FakeStorage) GetCalls(stub func(string, interface{}) error)
- func (fake *FakeStorage) GetReturns(result1 error)
- func (fake *FakeStorage) GetReturnsOnCall(i int, result1 error)
- func (fake *FakeStorage) Invocations() map[string][][]interface{}
- func (fake *FakeStorage) Put(arg1 string, arg2 interface{}) (string, error)
- func (fake *FakeStorage) PutArgsForCall(i int) (string, interface{})
- func (fake *FakeStorage) PutCallCount() int
- func (fake *FakeStorage) PutCalls(stub func(string, interface{}) (string, error))
- func (fake *FakeStorage) PutReturns(result1 string, result2 error)
- func (fake *FakeStorage) PutReturnsOnCall(i int, result1 string, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeStorage ¶
type FakeStorage struct { GetStub func(string, interface{}) error PutStub func(string, interface{}) (string, error) // contains filtered or unexported fields }
func (*FakeStorage) Get ¶
func (fake *FakeStorage) Get(arg1 string, arg2 interface{}) error
func (*FakeStorage) GetArgsForCall ¶
func (fake *FakeStorage) GetArgsForCall(i int) (string, interface{})
func (*FakeStorage) GetCallCount ¶
func (fake *FakeStorage) GetCallCount() int
func (*FakeStorage) GetCalls ¶ added in v0.19.0
func (fake *FakeStorage) GetCalls(stub func(string, interface{}) error)
func (*FakeStorage) GetReturns ¶
func (fake *FakeStorage) GetReturns(result1 error)
func (*FakeStorage) GetReturnsOnCall ¶ added in v0.12.0
func (fake *FakeStorage) GetReturnsOnCall(i int, result1 error)
func (*FakeStorage) Invocations ¶
func (fake *FakeStorage) Invocations() map[string][][]interface{}
func (*FakeStorage) Put ¶
func (fake *FakeStorage) Put(arg1 string, arg2 interface{}) (string, error)
func (*FakeStorage) PutArgsForCall ¶
func (fake *FakeStorage) PutArgsForCall(i int) (string, interface{})
func (*FakeStorage) PutCallCount ¶
func (fake *FakeStorage) PutCallCount() int
func (*FakeStorage) PutCalls ¶ added in v0.19.0
func (fake *FakeStorage) PutCalls(stub func(string, interface{}) (string, error))
func (*FakeStorage) PutReturns ¶
func (fake *FakeStorage) PutReturns(result1 string, result2 error)
func (*FakeStorage) PutReturnsOnCall ¶ added in v0.12.0
func (fake *FakeStorage) PutReturnsOnCall(i int, result1 string, result2 error)
Click to show internal directories.
Click to hide internal directories.