Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GormStore ¶
type GormStore struct {
// contains filtered or unexported fields
}
GormStore is a notification store using Gorm for data persistence.
func (*GormStore) GetActiveNotifications ¶
func (s *GormStore) GetActiveNotifications(ctx context.Context) ([]notification.Notification, error)
GetActiveNotifications returns the list of active notifications.
Click to show internal directories.
Click to hide internal directories.