Documentation ¶
Overview ¶
Package asyncint64mock is a generated GoMock package.
Index ¶
- type MockInstrumentProvider
- func (m *MockInstrumentProvider) Counter(arg0 string, arg1 ...instrument.Option) (asyncint64.Counter, error)
- func (m *MockInstrumentProvider) EXPECT() *MockInstrumentProviderMockRecorder
- func (m *MockInstrumentProvider) Gauge(arg0 string, arg1 ...instrument.Option) (asyncint64.Gauge, error)
- func (m *MockInstrumentProvider) UpDownCounter(arg0 string, arg1 ...instrument.Option) (asyncint64.UpDownCounter, error)
- type MockInstrumentProviderMockRecorder
- func (mr *MockInstrumentProviderMockRecorder) Counter(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockInstrumentProviderMockRecorder) Gauge(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockInstrumentProviderMockRecorder) UpDownCounter(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInstrumentProvider ¶
type MockInstrumentProvider struct {
// contains filtered or unexported fields
}
MockInstrumentProvider is a mock of InstrumentProvider interface.
func NewMockInstrumentProvider ¶
func NewMockInstrumentProvider(ctrl *gomock.Controller) *MockInstrumentProvider
NewMockInstrumentProvider creates a new mock instance.
func (*MockInstrumentProvider) Counter ¶
func (m *MockInstrumentProvider) Counter(arg0 string, arg1 ...instrument.Option) (asyncint64.Counter, error)
Counter mocks base method.
func (*MockInstrumentProvider) EXPECT ¶
func (m *MockInstrumentProvider) EXPECT() *MockInstrumentProviderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInstrumentProvider) Gauge ¶
func (m *MockInstrumentProvider) Gauge(arg0 string, arg1 ...instrument.Option) (asyncint64.Gauge, error)
Gauge mocks base method.
func (*MockInstrumentProvider) UpDownCounter ¶
func (m *MockInstrumentProvider) UpDownCounter(arg0 string, arg1 ...instrument.Option) (asyncint64.UpDownCounter, error)
UpDownCounter mocks base method.
type MockInstrumentProviderMockRecorder ¶
type MockInstrumentProviderMockRecorder struct {
// contains filtered or unexported fields
}
MockInstrumentProviderMockRecorder is the mock recorder for MockInstrumentProvider.
func (*MockInstrumentProviderMockRecorder) Counter ¶
func (mr *MockInstrumentProviderMockRecorder) Counter(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Counter indicates an expected call of Counter.
func (*MockInstrumentProviderMockRecorder) Gauge ¶
func (mr *MockInstrumentProviderMockRecorder) Gauge(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Gauge indicates an expected call of Gauge.
func (*MockInstrumentProviderMockRecorder) UpDownCounter ¶
func (mr *MockInstrumentProviderMockRecorder) UpDownCounter(arg0 interface{}, arg1 ...interface{}) *gomock.Call
UpDownCounter indicates an expected call of UpDownCounter.
Click to show internal directories.
Click to hide internal directories.