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
}
NotificationHandler holds implementation of handlers for notifications.
func NewNotificationHandler ¶
func NewNotificationHandler(notificationSendingOp NotificationSendingOp) *NotificationHandler
NewNotificationHandler is a construction function for NotificationHandler.
func (*NotificationHandler) Notify ¶
func (rh *NotificationHandler) Notify(method, path string) func(w http.ResponseWriter, r *http.Request)
Notify sends a notification message to be propagated to appropriate channels.
Click to show internal directories.
Click to hide internal directories.