Documentation
¶
Index ¶
- type Handler
- func (h *Handler) DELETETime(w http.ResponseWriter, req *http.Request)
- func (h *Handler) GETTime(w http.ResponseWriter, req *http.Request)
- func (h *Handler) HEADTime(w http.ResponseWriter, req *http.Request)
- func (h *Handler) POSTTime(w http.ResponseWriter, req *http.Request)
- func (h *Handler) PUTTime(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) DELETETime ¶
func (h *Handler) DELETETime(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.