Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthService ¶
type NotificationRepository ¶
type NotificationRepository interface {
ListNotifications(ctx context.Context, resultSelector query.ResultSelector) (notifications []models.Notification, totalResult uint64, err error)
CreateNotification(ctx context.Context, notificationIn models.Notification) (notification models.Notification, err error)
}
type NotificationService ¶
type NotificationService interface {
ListNotifications(ctx context.Context, resultSelector query.ResultSelector) (notifications []models.Notification, totalResult uint64, err error)
CreateNotification(ctx context.Context, notificationIn models.Notification) (notification models.Notification, err error)
}
Click to show internal directories.
Click to hide internal directories.