Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler(notificationUCase notification.UseCase) notification.Handler
Types ¶
type NotificationHandler ¶
type NotificationHandler struct {
NotificationUCase notification.UseCase
}
func (*NotificationHandler) GetNotificationPublicKey ¶
func (h *NotificationHandler) GetNotificationPublicKey(w http.ResponseWriter, r *http.Request)
func (*NotificationHandler) SubscribeUser ¶
func (h *NotificationHandler) SubscribeUser(w http.ResponseWriter, r *http.Request)
func (*NotificationHandler) UnsubscribeUser ¶
func (h *NotificationHandler) UnsubscribeUser(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.