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
}
Service should be named `Runner`
func NewEventsNotifier ¶
func NewEventsNotifier( events <-chan events.Event, channel channels.Channel, logger log.Logger, gatewaySelector pool.Selectable[gateway.GatewayAPIClient], valueService settingssvc.ValueService, serviceAccountID, serviceAccountSecret, emailTemplatePath, defaultLanguage, openCloudURL, translationPath, emailSender string, store store.Store, historyClient ehsvc.EventHistoryService, registeredEvents map[string]events.Unmarshaller) Service
NewEventsNotifier provides a new eventsNotifier
Click to show internal directories.
Click to hide internal directories.