Documentation ¶
Index ¶
- func HandleAuthPage(w http.ResponseWriter, r *http.Request)
- func HandleGameHub(w http.ResponseWriter, r *http.Request)
- func HandleGameRoom(w http.ResponseWriter, r *http.Request)
- func HandleLogout(w http.ResponseWriter, r *http.Request)
- func LoginHandler(serviceClient *userservice.Client) http.HandlerFunc
- func ProfileHandler(userService *userservice.Client) http.HandlerFunc
- func RegisterHandler(serviceClient *userservice.Client) http.HandlerFunc
- type ProfileData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleAuthPage ¶
func HandleAuthPage(w http.ResponseWriter, r *http.Request)
func HandleGameHub ¶
func HandleGameHub(w http.ResponseWriter, r *http.Request)
func HandleGameRoom ¶
func HandleGameRoom(w http.ResponseWriter, r *http.Request)
func HandleLogout ¶
func HandleLogout(w http.ResponseWriter, r *http.Request)
func LoginHandler ¶
func LoginHandler(serviceClient *userservice.Client) http.HandlerFunc
func ProfileHandler ¶
func ProfileHandler(userService *userservice.Client) http.HandlerFunc
func RegisterHandler ¶
func RegisterHandler(serviceClient *userservice.Client) http.HandlerFunc
Types ¶
type ProfileData ¶
Click to show internal directories.
Click to hide internal directories.