Documentation ¶
Overview ¶
Package mock_stats is a generated GoMock package.
Index ¶
- type MockRudderStats
- func (m *MockRudderStats) Count(arg0 int)
- func (m *MockRudderStats) DeferredTimer()
- func (m *MockRudderStats) EXPECT() *MockRudderStatsMockRecorder
- func (m *MockRudderStats) End()
- func (m *MockRudderStats) Gauge(arg0 interface{})
- func (m *MockRudderStats) Increment()
- func (m *MockRudderStats) Observe(arg0 float64)
- func (m *MockRudderStats) SendTiming(arg0 time.Duration)
- func (m *MockRudderStats) Since(arg0 time.Time)
- func (m *MockRudderStats) Start()
- type MockRudderStatsMockRecorder
- func (mr *MockRudderStatsMockRecorder) Count(arg0 interface{}) *gomock.Call
- func (mr *MockRudderStatsMockRecorder) DeferredTimer() *gomock.Call
- func (mr *MockRudderStatsMockRecorder) End() *gomock.Call
- func (mr *MockRudderStatsMockRecorder) Gauge(arg0 interface{}) *gomock.Call
- func (mr *MockRudderStatsMockRecorder) Increment() *gomock.Call
- func (mr *MockRudderStatsMockRecorder) Observe(arg0 interface{}) *gomock.Call
- func (mr *MockRudderStatsMockRecorder) SendTiming(arg0 interface{}) *gomock.Call
- func (mr *MockRudderStatsMockRecorder) Since(arg0 interface{}) *gomock.Call
- func (mr *MockRudderStatsMockRecorder) Start() *gomock.Call
- type MockStats
- type MockStatsMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRudderStats ¶
type MockRudderStats struct {
// contains filtered or unexported fields
}
MockRudderStats is a mock of RudderStats interface.
func NewMockRudderStats ¶
func NewMockRudderStats(ctrl *gomock.Controller) *MockRudderStats
NewMockRudderStats creates a new mock instance.
func (*MockRudderStats) DeferredTimer ¶
func (m *MockRudderStats) DeferredTimer()
DeferredTimer mocks base method.
func (*MockRudderStats) EXPECT ¶
func (m *MockRudderStats) EXPECT() *MockRudderStatsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRudderStats) Gauge ¶
func (m *MockRudderStats) Gauge(arg0 interface{})
Gauge mocks base method.
func (*MockRudderStats) Increment ¶
func (m *MockRudderStats) Increment()
Increment mocks base method.
func (*MockRudderStats) Observe ¶
func (m *MockRudderStats) Observe(arg0 float64)
Observe mocks base method.
func (*MockRudderStats) SendTiming ¶
func (m *MockRudderStats) SendTiming(arg0 time.Duration)
SendTiming mocks base method.
func (*MockRudderStats) Since ¶
func (m *MockRudderStats) Since(arg0 time.Time)
Since mocks base method.
type MockRudderStatsMockRecorder ¶
type MockRudderStatsMockRecorder struct {
// contains filtered or unexported fields
}
MockRudderStatsMockRecorder is the mock recorder for MockRudderStats.
func (*MockRudderStatsMockRecorder) Count ¶
func (mr *MockRudderStatsMockRecorder) Count(arg0 interface{}) *gomock.Call
Count indicates an expected call of Count.
func (*MockRudderStatsMockRecorder) DeferredTimer ¶
func (mr *MockRudderStatsMockRecorder) DeferredTimer() *gomock.Call
DeferredTimer indicates an expected call of DeferredTimer.
func (*MockRudderStatsMockRecorder) End ¶
func (mr *MockRudderStatsMockRecorder) End() *gomock.Call
End indicates an expected call of End.
func (*MockRudderStatsMockRecorder) Gauge ¶
func (mr *MockRudderStatsMockRecorder) Gauge(arg0 interface{}) *gomock.Call
Gauge indicates an expected call of Gauge.
func (*MockRudderStatsMockRecorder) Increment ¶
func (mr *MockRudderStatsMockRecorder) Increment() *gomock.Call
Increment indicates an expected call of Increment.
func (*MockRudderStatsMockRecorder) Observe ¶
func (mr *MockRudderStatsMockRecorder) Observe(arg0 interface{}) *gomock.Call
Observe indicates an expected call of Observe.
func (*MockRudderStatsMockRecorder) SendTiming ¶
func (mr *MockRudderStatsMockRecorder) SendTiming(arg0 interface{}) *gomock.Call
SendTiming indicates an expected call of SendTiming.
func (*MockRudderStatsMockRecorder) Since ¶
func (mr *MockRudderStatsMockRecorder) Since(arg0 interface{}) *gomock.Call
Since indicates an expected call of Since.
func (*MockRudderStatsMockRecorder) Start ¶
func (mr *MockRudderStatsMockRecorder) Start() *gomock.Call
Start indicates an expected call of Start.
type MockStats ¶
type MockStats struct {
// contains filtered or unexported fields
}
MockStats is a mock of Stats interface.
func NewMockStats ¶
func NewMockStats(ctrl *gomock.Controller) *MockStats
NewMockStats creates a new mock instance.
func (*MockStats) EXPECT ¶
func (m *MockStats) EXPECT() *MockStatsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStats) NewSampledTaggedStat ¶
NewSampledTaggedStat mocks base method.
func (*MockStats) NewStat ¶
func (m *MockStats) NewStat(arg0, arg1 string) stats.RudderStats
NewStat mocks base method.
func (*MockStats) NewTaggedStat ¶
NewTaggedStat mocks base method.
type MockStatsMockRecorder ¶
type MockStatsMockRecorder struct {
// contains filtered or unexported fields
}
MockStatsMockRecorder is the mock recorder for MockStats.
func (*MockStatsMockRecorder) NewSampledTaggedStat ¶
func (mr *MockStatsMockRecorder) NewSampledTaggedStat(arg0, arg1, arg2 interface{}) *gomock.Call
NewSampledTaggedStat indicates an expected call of NewSampledTaggedStat.
func (*MockStatsMockRecorder) NewStat ¶
func (mr *MockStatsMockRecorder) NewStat(arg0, arg1 interface{}) *gomock.Call
NewStat indicates an expected call of NewStat.
func (*MockStatsMockRecorder) NewTaggedStat ¶
func (mr *MockStatsMockRecorder) NewTaggedStat(arg0, arg1, arg2 interface{}) *gomock.Call
NewTaggedStat indicates an expected call of NewTaggedStat.