Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultError ¶ added in v1.1.7
type DefaultError struct {
Error bool `json:"error"`
Message interface{} `json:"message"`
}
type DefaultMultipleHandler ¶ added in v1.2.801
type DefaultMultipleHandler struct {
MethodName string
Handle listener.MethodMultipleHandler
Listener listener.Listener
}
func (*DefaultMultipleHandler) ServeHTTP ¶ added in v1.2.801
func (c *DefaultMultipleHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type ErrorHander ¶
type ErrorHander struct {
Code int
}
func (*ErrorHander) ServeHTTP ¶
func (c *ErrorHander) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.