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, anomalyGroup *v1.AnomalyGroup, subscription *protov1.Subscription, anomalyList []*culpritprotov1.Anomaly) (string, error)
NotifyAnomaliesFound provides a mock function with given fields: ctx, anomalyGroup, subscription, anomalyList
func (*CulpritNotifier) NotifyCulpritFound ¶
func (_m *CulpritNotifier) NotifyCulpritFound(ctx context.Context, culprit *culpritprotov1.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.