Documentation ¶ Index ¶ type Service func New(l logic.Logic) (*Service, error) func (*Service) GetService() models.NotificationService func (s *Service) SendNotification(ctx context.Context, message string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func New ¶ func New(l logic.Logic) (*Service, error) func (*Service) GetService ¶ func (*Service) GetService() models.NotificationService func (*Service) SendNotification ¶ func (s *Service) SendNotification(ctx context.Context, message string) error Source Files ¶ View all Source files client.go config.go enabled.go logger.go notification.go telegram.go Click to show internal directories. Click to hide internal directories.