Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
type NotificationFilter ¶
type NotificationFilter struct {
SilenceID string
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(nlr NotificationLogRepository) *Service
func (*Service) ListAlertIDsBySilenceID ¶
func (*Service) ListSubscriptionIDsBySilenceID ¶
func (*Service) LogNotifications ¶
func (s *Service) LogNotifications(ctx context.Context, nlogs ...Notification) error
Click to show internal directories.
Click to hide internal directories.