Documentation ¶
Index ¶
- type MockScope
- func (_m *MockScope) Dec(_param0 string, _param1 int64) error
- func (_m *MockScope) EXPECT() *_MockScopeRecorder
- func (_m *MockScope) Gauge(_param0 string, _param1 int64) error
- func (_m *MockScope) GaugeDelta(_param0 string, _param1 int64) error
- func (_m *MockScope) Inc(_param0 string, _param1 int64) error
- func (_m *MockScope) NewScope(_param0 ...string) metrics.Scope
- func (_m *MockScope) Raw(_param0 string, _param1 string) error
- func (_m *MockScope) Scope() string
- func (_m *MockScope) Set(_param0 string, _param1 string) error
- func (_m *MockScope) SetInt(_param0 string, _param1 int64) error
- func (_m *MockScope) Timing(_param0 string, _param1 int64) error
- func (_m *MockScope) TimingDuration(_param0 string, _param1 time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockScope ¶
type MockScope struct {
// contains filtered or unexported fields
}
Mock of Scope interface
func NewMockScope ¶
func NewMockScope(ctrl *gomock.Controller) *MockScope
Click to show internal directories.
Click to hide internal directories.