Documentation ¶
Index ¶
- type Handler
- func (h *Handler) FileCount(w http.ResponseWriter, r *http.Request)
- func (h *Handler) GetText(w http.ResponseWriter, r *http.Request)
- func (h *Handler) NewRouter1() *mux.Router
- func (h *Handler) NewRouter2() *mux.Router
- func (h *Handler) Save(w http.ResponseWriter, r *http.Request)
- func (h *Handler) ServerTime(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Write(w http.ResponseWriter, r *http.Request)
- func (h *Handler) WriteMiddleware(next http.HandlerFunc) http.HandlerFunc
- type Key
- type Serv
- type Validator
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 (*Handler) NewRouter1 ¶
func (*Handler) NewRouter2 ¶
func (*Handler) ServerTime ¶
func (h *Handler) ServerTime(w http.ResponseWriter, r *http.Request)
func (*Handler) WriteMiddleware ¶
func (h *Handler) WriteMiddleware(next http.HandlerFunc) http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.