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 MockMetricsInterface ¶
type MockMetricsInterface struct {
// contains filtered or unexported fields
}
MockMetricsInterface is a mock of MetricsInterface interface.
func NewMockMetricsInterface ¶
func NewMockMetricsInterface(ctrl *gomock.Controller) *MockMetricsInterface
NewMockMetricsInterface creates a new mock instance.
func (*MockMetricsInterface) EXPECT ¶
func (m *MockMetricsInterface) EXPECT() *MockMetricsInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMetricsInterface) RecordFromCodec ¶
func (m *MockMetricsInterface) RecordFromCodec(codec codec.CodecInterface)
RecordFromCodec mocks base method.
type MockMetricsInterfaceMockRecorder ¶
type MockMetricsInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockMetricsInterfaceMockRecorder is the mock recorder for MockMetricsInterface.
func (*MockMetricsInterfaceMockRecorder) RecordFromCodec ¶
func (mr *MockMetricsInterfaceMockRecorder) RecordFromCodec(codec interface{}) *gomock.Call
RecordFromCodec indicates an expected call of RecordFromCodec.
Click to show internal directories.
Click to hide internal directories.