Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Wrap ¶
func Wrap(server *ApiServer, innerFunc ApiHandlerFunc) http.HandlerFunc
Wrap wraps a known function in a HandlerFunc and passes along the server details it needs outside of the normal scope of the http request Ths resulting function is then passed to the mux handle func (or via middleware)
Types ¶
type ApiHandlerFunc ¶
type ApiHandlerFunc func(server *ApiServer, w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.