Documentation
¶
Index ¶
- func ChannelFromDBEntity(e db.NotificationChannel) *notification.Channel
- func EventDeliveryStatusFromDBEntity(e db.NotificationEventDeliveryStatus) *notification.EventDeliveryStatus
- func EventFromDBEntity(e db.NotificationEvent) (*notification.Event, error)
- func New(config Config) (notification.Repository, error)
- func RuleFromDBEntity(e db.NotificationRule) *notification.Rule
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChannelFromDBEntity ¶
func ChannelFromDBEntity(e db.NotificationChannel) *notification.Channel
func EventDeliveryStatusFromDBEntity ¶
func EventDeliveryStatusFromDBEntity(e db.NotificationEventDeliveryStatus) *notification.EventDeliveryStatus
func EventFromDBEntity ¶
func EventFromDBEntity(e db.NotificationEvent) (*notification.Event, error)
func New ¶
func New(config Config) (notification.Repository, error)
func RuleFromDBEntity ¶
func RuleFromDBEntity(e db.NotificationRule) *notification.Rule
Types ¶
Click to show internal directories.
Click to hide internal directories.