# Packages
No description provided by the author
# Functions
No description provided by the author
NewAlertRepository returns repository struct.
NewIdempotencyRepository returns repository struct.
NewLogRepository returns LogRepository struct.
NewNamespaceRepository returns repository struct.
NewNotificationRepository returns NotificationRepository struct.
NewProviderRepository returns repository struct.
NewReceiverRepository returns repository struct.
NewRuleRepository returns repository struct.
NewSilenceRepository returns repository struct.
NewSSubscriptionReceiverRepository returns SubscriptionReceiverRepository struct.
NewSubscriptionRepository returns SubscriptionRepository struct.
NewTemplateRepository returns repository struct.
# Structs
AlertRepository talks to the store to read or insert data.
IdempotencyRepository talks to the store to read or insert idempotency keys.
LogRepository talks to the store to read or insert data.
NamespaceRepository talks to the store to read or insert data.
NotificationRepository talks to the store to read or insert data.
ProviderRepository talks to the store to read or insert data.
ReceiverRepository talks to the store to read or insert data.
RuleRepository talks to the store to read or insert data.
SilenceRepository talks to the store to read or insert data.
SubscriptionReceiverRepository talks to the store to read or insert data.
SubscriptionRepository talks to the store to read or insert data.
TemplateRepository talks to the store to read or insert data.