Documentation ¶
Overview ¶
Package mock_position_store is a generated GoMock package.
Index ¶
- type MockPositionCacheInterface
- func (m *MockPositionCacheInterface) Clear() error
- func (m *MockPositionCacheInterface) Close()
- func (m *MockPositionCacheInterface) EXPECT() *MockPositionCacheInterfaceMockRecorder
- func (m *MockPositionCacheInterface) Flush() error
- func (m *MockPositionCacheInterface) Get() (position_store.Position, bool, error)
- func (m *MockPositionCacheInterface) GetEncodedPersistentPosition() (position_store.PositionMeta, string, bool, error)
- func (m *MockPositionCacheInterface) Put(arg0 position_store.Position) error
- func (m *MockPositionCacheInterface) Start() error
- type MockPositionCacheInterfaceMockRecorder
- func (mr *MockPositionCacheInterfaceMockRecorder) Clear() *gomock.Call
- func (mr *MockPositionCacheInterfaceMockRecorder) Close() *gomock.Call
- func (mr *MockPositionCacheInterfaceMockRecorder) Flush() *gomock.Call
- func (mr *MockPositionCacheInterfaceMockRecorder) Get() *gomock.Call
- func (mr *MockPositionCacheInterfaceMockRecorder) GetEncodedPersistentPosition() *gomock.Call
- func (mr *MockPositionCacheInterfaceMockRecorder) Put(arg0 interface{}) *gomock.Call
- func (mr *MockPositionCacheInterfaceMockRecorder) Start() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPositionCacheInterface ¶ added in v0.9.17
type MockPositionCacheInterface struct {
// contains filtered or unexported fields
}
MockPositionCacheInterface is a mock of PositionCacheInterface interface
func NewMockPositionCacheInterface ¶ added in v0.9.17
func NewMockPositionCacheInterface(ctrl *gomock.Controller) *MockPositionCacheInterface
NewMockPositionCacheInterface creates a new mock instance
func (*MockPositionCacheInterface) Clear ¶ added in v0.9.17
func (m *MockPositionCacheInterface) Clear() error
Clear mocks base method
func (*MockPositionCacheInterface) Close ¶ added in v0.9.17
func (m *MockPositionCacheInterface) Close()
Close mocks base method
func (*MockPositionCacheInterface) EXPECT ¶ added in v0.9.17
func (m *MockPositionCacheInterface) EXPECT() *MockPositionCacheInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPositionCacheInterface) Flush ¶ added in v0.9.17
func (m *MockPositionCacheInterface) Flush() error
Flush mocks base method
func (*MockPositionCacheInterface) Get ¶ added in v0.9.17
func (m *MockPositionCacheInterface) Get() (position_store.Position, bool, error)
Get mocks base method
func (*MockPositionCacheInterface) GetEncodedPersistentPosition ¶ added in v0.9.19
func (m *MockPositionCacheInterface) GetEncodedPersistentPosition() (position_store.PositionMeta, string, bool, error)
GetEncodedPersistentPosition mocks base method
func (*MockPositionCacheInterface) Put ¶ added in v0.9.17
func (m *MockPositionCacheInterface) Put(arg0 position_store.Position) error
Put mocks base method
func (*MockPositionCacheInterface) Start ¶ added in v0.9.17
func (m *MockPositionCacheInterface) Start() error
Start mocks base method
type MockPositionCacheInterfaceMockRecorder ¶ added in v0.9.17
type MockPositionCacheInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockPositionCacheInterfaceMockRecorder is the mock recorder for MockPositionCacheInterface
func (*MockPositionCacheInterfaceMockRecorder) Clear ¶ added in v0.9.17
func (mr *MockPositionCacheInterfaceMockRecorder) Clear() *gomock.Call
Clear indicates an expected call of Clear
func (*MockPositionCacheInterfaceMockRecorder) Close ¶ added in v0.9.17
func (mr *MockPositionCacheInterfaceMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close
func (*MockPositionCacheInterfaceMockRecorder) Flush ¶ added in v0.9.17
func (mr *MockPositionCacheInterfaceMockRecorder) Flush() *gomock.Call
Flush indicates an expected call of Flush
func (*MockPositionCacheInterfaceMockRecorder) Get ¶ added in v0.9.17
func (mr *MockPositionCacheInterfaceMockRecorder) Get() *gomock.Call
Get indicates an expected call of Get
func (*MockPositionCacheInterfaceMockRecorder) GetEncodedPersistentPosition ¶ added in v0.9.19
func (mr *MockPositionCacheInterfaceMockRecorder) GetEncodedPersistentPosition() *gomock.Call
GetEncodedPersistentPosition indicates an expected call of GetEncodedPersistentPosition
func (*MockPositionCacheInterfaceMockRecorder) Put ¶ added in v0.9.17
func (mr *MockPositionCacheInterfaceMockRecorder) Put(arg0 interface{}) *gomock.Call
Put indicates an expected call of Put
func (*MockPositionCacheInterfaceMockRecorder) Start ¶ added in v0.9.17
func (mr *MockPositionCacheInterfaceMockRecorder) Start() *gomock.Call
Start indicates an expected call of Start