Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
Run() error
}
func NewEventsNotifier ¶
func NewEventsNotifier( events <-chan interface{}, channel channels.Channel, logger log.Logger, gwClient gateway.GatewayAPIClient, machineAuthAPIKey, emailTemplatePath, ocisURL string) Service
NewEventsNotifier provides a new eventsNotifier
Click to show internal directories.
Click to hide internal directories.