Documentation ¶
Overview ¶
Automatically generated by MockGen. DO NOT EDIT! Source: github.com/aporeto-inc/trireme/cmd/remoteenforcer (interfaces: Stats) nolint
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) ConnectStatsClient ¶
ConnectStatsClient mocks base method
func (*MockStats) EXPECT ¶
func (_m *MockStats) EXPECT() *MockStatsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockStatsMockRecorder ¶
type MockStatsMockRecorder struct {
// contains filtered or unexported fields
}
MockStatsMockRecorder is the mock recorder for MockStats
func (*MockStatsMockRecorder) ConnectStatsClient ¶
func (_mr *MockStatsMockRecorder) ConnectStatsClient() *gomock.Call
ConnectStatsClient indicates an expected call of ConnectStatsClient
func (*MockStatsMockRecorder) SendStats ¶
func (_mr *MockStatsMockRecorder) SendStats() *gomock.Call
SendStats indicates an expected call of SendStats
func (*MockStatsMockRecorder) Stop ¶
func (_mr *MockStatsMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop
Click to show internal directories.
Click to hide internal directories.