Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEventIDStore ¶
type MockEventIDStore struct {
// contains filtered or unexported fields
}
MockEventIDStore is a mock of EventIDStore interface.
func NewMockEventIDStore ¶
func NewMockEventIDStore(ctrl *gomock.Controller) *MockEventIDStore
NewMockEventIDStore creates a new mock instance.
func (*MockEventIDStore) EXPECT ¶
func (m *MockEventIDStore) EXPECT() *MockEventIDStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockEventIDStoreMockRecorder ¶
type MockEventIDStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockEventIDStoreMockRecorder is the mock recorder for MockEventIDStore.
func (*MockEventIDStoreMockRecorder) Load ¶
func (mr *MockEventIDStoreMockRecorder) Load(arg0 interface{}) *gomock.Call
Load indicates an expected call of Load.
func (*MockEventIDStoreMockRecorder) Store ¶
func (mr *MockEventIDStoreMockRecorder) Store(arg0, arg1 interface{}) *gomock.Call
Store indicates an expected call of Store.
type MockEventSource ¶
type MockEventSource struct {
// contains filtered or unexported fields
}
MockEventSource is a mock of EventSource interface.
func NewMockEventSource ¶
func NewMockEventSource(ctrl *gomock.Controller) *MockEventSource
NewMockEventSource creates a new mock instance.
func (*MockEventSource) EXPECT ¶
func (m *MockEventSource) EXPECT() *MockEventSourceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockEventSource) GetLatestEventID ¶
func (m *MockEventSource) GetLatestEventID(arg0 context.Context) (string, error)
GetLatestEventID mocks base method.
type MockEventSourceMockRecorder ¶
type MockEventSourceMockRecorder struct {
// contains filtered or unexported fields
}
MockEventSourceMockRecorder is the mock recorder for MockEventSource.
func (*MockEventSourceMockRecorder) GetEvent ¶
func (mr *MockEventSourceMockRecorder) GetEvent(arg0, arg1 interface{}) *gomock.Call
GetEvent indicates an expected call of GetEvent.
func (*MockEventSourceMockRecorder) GetLatestEventID ¶
func (mr *MockEventSourceMockRecorder) GetLatestEventID(arg0 interface{}) *gomock.Call
GetLatestEventID indicates an expected call of GetLatestEventID.