Documentation ¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter
Index ¶
- type FakeDataInterface
- func (fake *FakeDataInterface) Invocations() map[string][][]interface{}
- func (fake *FakeDataInterface) JSONMarshalV3() ([]byte, error)
- func (fake *FakeDataInterface) JSONMarshalV3CallCount() int
- func (fake *FakeDataInterface) JSONMarshalV3Returns(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) JSONUnmarshalV3Returns(result1 error)
- type FakePersistor
- func (fake *FakePersistor) Delete()
- func (fake *FakePersistor) DeleteCallCount() int
- func (fake *FakePersistor) Exists() bool
- func (fake *FakePersistor) ExistsCallCount() int
- func (fake *FakePersistor) ExistsReturns(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) LoadReturns(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) SaveReturns(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) JSONMarshalV3Returns ¶
func (fake *FakeDataInterface) JSONMarshalV3Returns(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) JSONUnmarshalV3Returns ¶
func (fake *FakeDataInterface) JSONUnmarshalV3Returns(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) Exists ¶
func (fake *FakePersistor) Exists() bool
func (*FakePersistor) ExistsCallCount ¶
func (fake *FakePersistor) ExistsCallCount() int
func (*FakePersistor) ExistsReturns ¶
func (fake *FakePersistor) ExistsReturns(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) LoadReturns ¶
func (fake *FakePersistor) LoadReturns(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) SaveReturns ¶
func (fake *FakePersistor) SaveReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.