Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONError ¶
type JSONError struct {
Message string `json:"message"`
}
JSONError is a simple struct that is used to render properly a message in JSON
type MuxWrapper ¶
MuxWrapper is a struct that will wrap the router and the ready state
func (*MuxWrapper) ServeHTTP ¶
func (httpWrapper *MuxWrapper) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.