Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notificator ¶
type Notificator interface {
SendWebhook(url, message string)
}
type Registry ¶
type Registry interface { GetRepository() Repository GetConfig() Config GetLogger() Logger GetNotificator() Notificator GetEmail() Email }
type Repository ¶
type Repository interface { repository.Repository }
Click to show internal directories.
Click to hide internal directories.