Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertRepo ¶
type AlertRepo interface {
GetAlerts(ctx context.Context, alertType string, limit int) ([]domain.Alert, error)
}
func NewAlertRepo ¶
func NewAlertRepo(logDAO dao.LogDAO, alertCache cache.AlertCache) AlertRepo
type CachedAlertRepo ¶
type CachedAlertRepo struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.