Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier interface { OnSuccess(*services.Service) error // OnSuccess is triggered when a service is successful OnFailure(*services.Service, *failures.Failure) error // OnFailure is triggered when a service is failing OnTest() error // OnTest is triggered for testing }
Notifier interface is required to create a new Notifier
Click to show internal directories.
Click to hide internal directories.