Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
SendEmailIncidentResolution(context.Context, *account.User, *monitor.Monitor, domain.ID) error
SendEmailAboutIncident(context.Context, *account.User, *monitor.Monitor, *monitor.Incident) error
}
Service This interface is needed to allow the initialisation of either the concrete struct service or a mock service to run the project in CI environments
func NewService ¶
func NewServiceMock ¶
Click to show internal directories.
Click to hide internal directories.