Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface { web.Registerer Login(w http.ResponseWriter, r *http.Request) CurrentUser(w http.ResponseWriter, r *http.Request) Logout(w http.ResponseWriter, r *http.Request) }
Server is the interface for the account app server.
Click to show internal directories.
Click to hide internal directories.