Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CulpritNotifier ¶
CulpritNotifier is an autogenerated mock type for the CulpritNotifier type
func NewCulpritNotifier ¶
func NewCulpritNotifier(t interface { mock.TestingT Cleanup(func()) }) *CulpritNotifier
NewCulpritNotifier creates a new instance of CulpritNotifier. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*CulpritNotifier) NotifyAnomaliesFound ¶
func (_m *CulpritNotifier) NotifyAnomaliesFound(ctx context.Context, anomalies []*v1.Anomaly, subscription *protov1.Subscription) (string, error)
NotifyAnomaliesFound provides a mock function with given fields: ctx, anomalies, subscription
func (*CulpritNotifier) NotifyCulpritFound ¶
func (_m *CulpritNotifier) NotifyCulpritFound(ctx context.Context, culprit *v1.Culprit, subscription *protov1.Subscription) (string, error)
NotifyCulpritFound provides a mock function with given fields: ctx, culprit, subscription
Click to show internal directories.
Click to hide internal directories.