Documentation ¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter
Index ¶
- type FakeDataInterface
- 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) 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) 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) 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.