Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockChangeStore ¶
type MockChangeStore struct {
// contains filtered or unexported fields
}
MockChangeStore is a mock of ChangeStore interface.
func NewMockChangeStore ¶
func NewMockChangeStore(ctrl *gomock.Controller) *MockChangeStore
NewMockChangeStore creates a new mock instance.
func (*MockChangeStore) Create ¶
func (m *MockChangeStore) Create(ctx context.Context, record entity.ChangeRecord) error
Create mocks base method.
func (*MockChangeStore) EXPECT ¶
func (m *MockChangeStore) EXPECT() *MockChangeStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockChangeStore) GetByURI ¶
func (m *MockChangeStore) GetByURI(ctx context.Context, queue, uri string) ([]entity.ChangeRecord, error)
GetByURI mocks base method.
type MockChangeStoreMockRecorder ¶
type MockChangeStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockChangeStoreMockRecorder is the mock recorder for MockChangeStore.
Click to show internal directories.
Click to hide internal directories.