Documentation
¶
Index ¶
- type Handler
- func (h *Handler) DELETENotification(w http.ResponseWriter, req *http.Request)
- func (h *Handler) DELETENotificationList(w http.ResponseWriter, req *http.Request)
- func (h *Handler) GETNotification(w http.ResponseWriter, req *http.Request)
- func (h *Handler) GETNotificationList(w http.ResponseWriter, req *http.Request)
- func (h *Handler) HEADNotification(w http.ResponseWriter, req *http.Request)
- func (h *Handler) HEADNotificationList(w http.ResponseWriter, req *http.Request)
- func (h *Handler) POSTNotification(w http.ResponseWriter, req *http.Request)
- func (h *Handler) POSTNotificationList(w http.ResponseWriter, req *http.Request)
- func (h *Handler) PUTNotification(w http.ResponseWriter, req *http.Request)
- func (h *Handler) PUTNotificationList(w http.ResponseWriter, req *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(repo *memory.Repository) *Handler
func (*Handler) DELETENotification ¶
func (h *Handler) DELETENotification(w http.ResponseWriter, req *http.Request)
func (*Handler) DELETENotificationList ¶
func (h *Handler) DELETENotificationList(w http.ResponseWriter, req *http.Request)
func (*Handler) GETNotification ¶
func (h *Handler) GETNotification(w http.ResponseWriter, req *http.Request)
func (*Handler) GETNotificationList ¶
func (h *Handler) GETNotificationList(w http.ResponseWriter, req *http.Request)
func (*Handler) HEADNotification ¶
func (h *Handler) HEADNotification(w http.ResponseWriter, req *http.Request)
func (*Handler) HEADNotificationList ¶
func (h *Handler) HEADNotificationList(w http.ResponseWriter, req *http.Request)
func (*Handler) POSTNotification ¶
func (h *Handler) POSTNotification(w http.ResponseWriter, req *http.Request)
func (*Handler) POSTNotificationList ¶
func (h *Handler) POSTNotificationList(w http.ResponseWriter, req *http.Request)
func (*Handler) PUTNotification ¶
func (h *Handler) PUTNotification(w http.ResponseWriter, req *http.Request)
func (*Handler) PUTNotificationList ¶
func (h *Handler) PUTNotificationList(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.