Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationHandler ¶
type NotificationHandler struct {
// contains filtered or unexported fields
}
func NewNotificationHandler ¶
func NewNotificationHandler(conf *config.Config, db db.DbService, logger logging.Logger, notificationService service.INotificationService) *NotificationHandler
func (*NotificationHandler) GetNotifications ¶
func (h *NotificationHandler) GetNotifications(c echo.Context) error
func (*NotificationHandler) SeenNotification ¶
func (h *NotificationHandler) SeenNotification(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.