Documentation ¶
Overview ¶
Package mock_types is a generated GoMock package.
Index ¶
- type MockReportingI
- func (m *MockReportingI) AddClient(arg0 context.Context, arg1 types.Config)
- func (m *MockReportingI) EXPECT() *MockReportingIMockRecorder
- func (m *MockReportingI) IsPIIReportingDisabled(arg0 string) bool
- func (m *MockReportingI) Report(arg0 []*types.PUReportedMetric, arg1 *sql.Tx)
- func (m *MockReportingI) WaitForSetup(arg0 context.Context, arg1 string) error
- type MockReportingIMockRecorder
- func (mr *MockReportingIMockRecorder) AddClient(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockReportingIMockRecorder) IsPIIReportingDisabled(arg0 interface{}) *gomock.Call
- func (mr *MockReportingIMockRecorder) Report(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockReportingIMockRecorder) WaitForSetup(arg0, arg1 interface{}) *gomock.Call
- type MockUserSuppression
- type MockUserSuppressionMockRecorder
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) IsPIIReportingDisabled ¶ added in v1.3.0
func (m *MockReportingI) IsPIIReportingDisabled(arg0 string) bool
IsPIIReportingDisabled mocks base method.
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) error
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) IsPIIReportingDisabled ¶ added in v1.3.0
func (mr *MockReportingIMockRecorder) IsPIIReportingDisabled(arg0 interface{}) *gomock.Call
IsPIIReportingDisabled indicates an expected call of IsPIIReportingDisabled.
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 MockUserSuppression ¶ added in v1.2.0
type MockUserSuppression struct {
// contains filtered or unexported fields
}
MockUserSuppression is a mock of UserSuppression interface.
func NewMockUserSuppression ¶ added in v1.2.0
func NewMockUserSuppression(ctrl *gomock.Controller) *MockUserSuppression
NewMockUserSuppression creates a new mock instance.
func (*MockUserSuppression) EXPECT ¶ added in v1.2.0
func (m *MockUserSuppression) EXPECT() *MockUserSuppressionMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUserSuppression) IsSuppressedUser ¶ added in v1.2.0
func (m *MockUserSuppression) IsSuppressedUser(arg0, arg1, arg2 string) bool
IsSuppressedUser mocks base method.
type MockUserSuppressionMockRecorder ¶ added in v1.2.0
type MockUserSuppressionMockRecorder struct {
// contains filtered or unexported fields
}
MockUserSuppressionMockRecorder is the mock recorder for MockUserSuppression.
func (*MockUserSuppressionMockRecorder) IsSuppressedUser ¶ added in v1.2.0
func (mr *MockUserSuppressionMockRecorder) IsSuppressedUser(arg0, arg1, arg2 interface{}) *gomock.Call
IsSuppressedUser indicates an expected call of IsSuppressedUser.