Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { // CreateUser ... CreateUser(w http.ResponseWriter, r *http.Request) (returnData interface{}, err error) //Login ... Login(w http.ResponseWriter, r *http.Request) (returnData interface{}, err error) // Profile ... Profile(w http.ResponseWriter, r *http.Request) (returnData interface{}, err error) }
Handler ...
Click to show internal directories.
Click to hide internal directories.