Documentation ¶
Overview ¶
Package mock_types is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockReportingI ¶
type MockReportingI struct {
// contains filtered or unexported fields
}
MockReportingI is a mock of ReportingI interface.
func NewMockReportingI ¶
func NewMockReportingI(ctrl *gomock.Controller) *MockReportingI
NewMockReportingI creates a new mock instance.
func (*MockReportingI) AddClient ¶
func (m *MockReportingI) AddClient(arg0 context.Context, arg1 types.Config)
AddClient mocks base method.
func (*MockReportingI) EXPECT ¶
func (m *MockReportingI) EXPECT() *MockReportingIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockReportingI) Report ¶
func (m *MockReportingI) Report(arg0 []*types.PUReportedMetric, arg1 *sql.Tx)
Report mocks base method.
func (*MockReportingI) WaitForSetup ¶
func (m *MockReportingI) WaitForSetup(arg0 context.Context, arg1 string)
WaitForSetup mocks base method.
type MockReportingIMockRecorder ¶
type MockReportingIMockRecorder struct {
// contains filtered or unexported fields
}
MockReportingIMockRecorder is the mock recorder for MockReportingI.
func (*MockReportingIMockRecorder) AddClient ¶
func (mr *MockReportingIMockRecorder) AddClient(arg0, arg1 interface{}) *gomock.Call
AddClient indicates an expected call of AddClient.
func (*MockReportingIMockRecorder) Report ¶
func (mr *MockReportingIMockRecorder) Report(arg0, arg1 interface{}) *gomock.Call
Report indicates an expected call of Report.
func (*MockReportingIMockRecorder) WaitForSetup ¶
func (mr *MockReportingIMockRecorder) WaitForSetup(arg0, arg1 interface{}) *gomock.Call
WaitForSetup indicates an expected call of WaitForSetup.
type MockSuppressUserI ¶
type MockSuppressUserI struct {
// contains filtered or unexported fields
}
MockSuppressUserI is a mock of SuppressUserI interface.
func NewMockSuppressUserI ¶
func NewMockSuppressUserI(ctrl *gomock.Controller) *MockSuppressUserI
NewMockSuppressUserI creates a new mock instance.
func (*MockSuppressUserI) EXPECT ¶
func (m *MockSuppressUserI) EXPECT() *MockSuppressUserIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSuppressUserI) IsSuppressedUser ¶
func (m *MockSuppressUserI) IsSuppressedUser(arg0, arg1, arg2 string) bool
IsSuppressedUser mocks base method.
type MockSuppressUserIMockRecorder ¶
type MockSuppressUserIMockRecorder struct {
// contains filtered or unexported fields
}
MockSuppressUserIMockRecorder is the mock recorder for MockSuppressUserI.
func (*MockSuppressUserIMockRecorder) IsSuppressedUser ¶
func (mr *MockSuppressUserIMockRecorder) IsSuppressedUser(arg0, arg1, arg2 interface{}) *gomock.Call
IsSuppressedUser indicates an expected call of IsSuppressedUser.