Documentation ¶
Overview ¶
Package mock_metrics is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMetaUpdater ¶
type MockMetaUpdater struct {
// contains filtered or unexported fields
}
MockMetaUpdater is a mock of MetaUpdater interface.
func NewMockMetaUpdater ¶
func NewMockMetaUpdater(ctrl *gomock.Controller) *MockMetaUpdater
NewMockMetaUpdater creates a new mock instance.
func (*MockMetaUpdater) DeleteById ¶
func (m *MockMetaUpdater) DeleteById(arg0 context.Context, arg1 ...string)
DeleteById mocks base method.
func (*MockMetaUpdater) EXPECT ¶
func (m *MockMetaUpdater) EXPECT() *MockMetaUpdaterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMetaUpdater) UpdateAll ¶
func (m *MockMetaUpdater) UpdateAll(arg0 context.Context)
UpdateAll mocks base method.
func (*MockMetaUpdater) UpdateById ¶
func (m *MockMetaUpdater) UpdateById(arg0 context.Context, arg1 ...string)
UpdateById mocks base method.
type MockMetaUpdaterMockRecorder ¶
type MockMetaUpdaterMockRecorder struct {
// contains filtered or unexported fields
}
MockMetaUpdaterMockRecorder is the mock recorder for MockMetaUpdater.
func (*MockMetaUpdaterMockRecorder) DeleteById ¶
func (mr *MockMetaUpdaterMockRecorder) DeleteById(arg0 interface{}, arg1 ...interface{}) *gomock.Call
DeleteById indicates an expected call of DeleteById.
func (*MockMetaUpdaterMockRecorder) UpdateAll ¶
func (mr *MockMetaUpdaterMockRecorder) UpdateAll(arg0 interface{}) *gomock.Call
UpdateAll indicates an expected call of UpdateAll.
func (*MockMetaUpdaterMockRecorder) UpdateById ¶
func (mr *MockMetaUpdaterMockRecorder) UpdateById(arg0 interface{}, arg1 ...interface{}) *gomock.Call
UpdateById indicates an expected call of UpdateById.
Click to show internal directories.
Click to hide internal directories.