Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeDataInterface
- func (fake *FakeDataInterface) Invocations() map[string][][]interface{}
- func (fake *FakeDataInterface) JSONMarshalV3() ([]byte, error)
- func (fake *FakeDataInterface) JSONMarshalV3CallCount() int
- func (fake *FakeDataInterface) JSONMarshalV3Calls(stub func() ([]byte, error))
- func (fake *FakeDataInterface) JSONMarshalV3Returns(result1 []byte, result2 error)
- func (fake *FakeDataInterface) JSONMarshalV3ReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeDataInterface) JSONUnmarshalV3(arg1 []byte) error
- func (fake *FakeDataInterface) JSONUnmarshalV3ArgsForCall(i int) []byte
- func (fake *FakeDataInterface) JSONUnmarshalV3CallCount() int
- func (fake *FakeDataInterface) JSONUnmarshalV3Calls(stub func([]byte) error)
- func (fake *FakeDataInterface) JSONUnmarshalV3Returns(result1 error)
- func (fake *FakeDataInterface) JSONUnmarshalV3ReturnsOnCall(i int, result1 error)
- type FakePersistor
- func (fake *FakePersistor) Delete()
- func (fake *FakePersistor) DeleteCallCount() int
- func (fake *FakePersistor) DeleteCalls(stub func())
- func (fake *FakePersistor) Exists() bool
- func (fake *FakePersistor) ExistsCallCount() int
- func (fake *FakePersistor) ExistsCalls(stub func() bool)
- func (fake *FakePersistor) ExistsReturns(result1 bool)
- func (fake *FakePersistor) ExistsReturnsOnCall(i int, result1 bool)
- func (fake *FakePersistor) Invocations() map[string][][]interface{}
- func (fake *FakePersistor) Load(arg1 configuration.DataInterface) error
- func (fake *FakePersistor) LoadArgsForCall(i int) configuration.DataInterface
- func (fake *FakePersistor) LoadCallCount() int
- func (fake *FakePersistor) LoadCalls(stub func(configuration.DataInterface) error)
- func (fake *FakePersistor) LoadReturns(result1 error)
- func (fake *FakePersistor) LoadReturnsOnCall(i int, result1 error)
- func (fake *FakePersistor) Save(arg1 configuration.DataInterface) error
- func (fake *FakePersistor) SaveArgsForCall(i int) configuration.DataInterface
- func (fake *FakePersistor) SaveCallCount() int
- func (fake *FakePersistor) SaveCalls(stub func(configuration.DataInterface) error)
- func (fake *FakePersistor) SaveReturns(result1 error)
- func (fake *FakePersistor) SaveReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeDataInterface ¶
type FakeDataInterface struct { JSONMarshalV3Stub func() ([]byte, error) JSONUnmarshalV3Stub func([]byte) error // contains filtered or unexported fields }
func (*FakeDataInterface) Invocations ¶
func (fake *FakeDataInterface) Invocations() map[string][][]interface{}
func (*FakeDataInterface) JSONMarshalV3 ¶
func (fake *FakeDataInterface) JSONMarshalV3() ([]byte, error)
func (*FakeDataInterface) JSONMarshalV3CallCount ¶
func (fake *FakeDataInterface) JSONMarshalV3CallCount() int
func (*FakeDataInterface) JSONMarshalV3Calls ¶
func (fake *FakeDataInterface) JSONMarshalV3Calls(stub func() ([]byte, error))
func (*FakeDataInterface) JSONMarshalV3Returns ¶
func (fake *FakeDataInterface) JSONMarshalV3Returns(result1 []byte, result2 error)
func (*FakeDataInterface) JSONMarshalV3ReturnsOnCall ¶
func (fake *FakeDataInterface) JSONMarshalV3ReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeDataInterface) JSONUnmarshalV3 ¶
func (fake *FakeDataInterface) JSONUnmarshalV3(arg1 []byte) error
func (*FakeDataInterface) JSONUnmarshalV3ArgsForCall ¶
func (fake *FakeDataInterface) JSONUnmarshalV3ArgsForCall(i int) []byte
func (*FakeDataInterface) JSONUnmarshalV3CallCount ¶
func (fake *FakeDataInterface) JSONUnmarshalV3CallCount() int
func (*FakeDataInterface) JSONUnmarshalV3Calls ¶
func (fake *FakeDataInterface) JSONUnmarshalV3Calls(stub func([]byte) error)
func (*FakeDataInterface) JSONUnmarshalV3Returns ¶
func (fake *FakeDataInterface) JSONUnmarshalV3Returns(result1 error)
func (*FakeDataInterface) JSONUnmarshalV3ReturnsOnCall ¶
func (fake *FakeDataInterface) JSONUnmarshalV3ReturnsOnCall(i int, result1 error)
type FakePersistor ¶
type FakePersistor struct { DeleteStub func() ExistsStub func() bool LoadStub func(configuration.DataInterface) error SaveStub func(configuration.DataInterface) error // contains filtered or unexported fields }
func (*FakePersistor) Delete ¶
func (fake *FakePersistor) Delete()
func (*FakePersistor) DeleteCallCount ¶
func (fake *FakePersistor) DeleteCallCount() int
func (*FakePersistor) DeleteCalls ¶
func (fake *FakePersistor) DeleteCalls(stub func())
func (*FakePersistor) Exists ¶
func (fake *FakePersistor) Exists() bool
func (*FakePersistor) ExistsCallCount ¶
func (fake *FakePersistor) ExistsCallCount() int
func (*FakePersistor) ExistsCalls ¶
func (fake *FakePersistor) ExistsCalls(stub func() bool)
func (*FakePersistor) ExistsReturns ¶
func (fake *FakePersistor) ExistsReturns(result1 bool)
func (*FakePersistor) ExistsReturnsOnCall ¶
func (fake *FakePersistor) ExistsReturnsOnCall(i int, result1 bool)
func (*FakePersistor) Invocations ¶
func (fake *FakePersistor) Invocations() map[string][][]interface{}
func (*FakePersistor) Load ¶
func (fake *FakePersistor) Load(arg1 configuration.DataInterface) error
func (*FakePersistor) LoadArgsForCall ¶
func (fake *FakePersistor) LoadArgsForCall(i int) configuration.DataInterface
func (*FakePersistor) LoadCallCount ¶
func (fake *FakePersistor) LoadCallCount() int
func (*FakePersistor) LoadCalls ¶
func (fake *FakePersistor) LoadCalls(stub func(configuration.DataInterface) error)
func (*FakePersistor) LoadReturns ¶
func (fake *FakePersistor) LoadReturns(result1 error)
func (*FakePersistor) LoadReturnsOnCall ¶
func (fake *FakePersistor) LoadReturnsOnCall(i int, result1 error)
func (*FakePersistor) Save ¶
func (fake *FakePersistor) Save(arg1 configuration.DataInterface) error
func (*FakePersistor) SaveArgsForCall ¶
func (fake *FakePersistor) SaveArgsForCall(i int) configuration.DataInterface
func (*FakePersistor) SaveCallCount ¶
func (fake *FakePersistor) SaveCallCount() int
func (*FakePersistor) SaveCalls ¶
func (fake *FakePersistor) SaveCalls(stub func(configuration.DataInterface) error)
func (*FakePersistor) SaveReturns ¶
func (fake *FakePersistor) SaveReturns(result1 error)
func (*FakePersistor) SaveReturnsOnCall ¶
func (fake *FakePersistor) SaveReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.