Documentation ¶
Index ¶
- func GetCurrentQrCodeInfo(w http.ResponseWriter, r *http.Request)
- func GetCurrentUserInfo(w http.ResponseWriter, r *http.Request)
- func GetFilteredUserInfo(w http.ResponseWriter, r *http.Request)
- func GetQrCodeInfo(w http.ResponseWriter, r *http.Request)
- func GetStats(w http.ResponseWriter, r *http.Request)
- func GetUserInfo(w http.ResponseWriter, r *http.Request)
- func SetUserInfo(w http.ResponseWriter, r *http.Request)
- func SetupController(route *mux.Route)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentQrCodeInfo ¶
func GetCurrentQrCodeInfo(w http.ResponseWriter, r *http.Request)
Endpoint to get the string to be embedded into the current user's QR code
func GetCurrentUserInfo ¶
func GetCurrentUserInfo(w http.ResponseWriter, r *http.Request)
Endpoint to get the info for the current user
func GetFilteredUserInfo ¶
func GetFilteredUserInfo(w http.ResponseWriter, r *http.Request)
Endpoint to get user info based on filters
func GetQrCodeInfo ¶
func GetQrCodeInfo(w http.ResponseWriter, r *http.Request)
Endpoint to get the string to be embedded into the specified user's QR code
func GetUserInfo ¶
func GetUserInfo(w http.ResponseWriter, r *http.Request)
Endpoint to get the info for a specified user
func SetUserInfo ¶
func SetUserInfo(w http.ResponseWriter, r *http.Request)
Endpoint to set the info for a specified user
func SetupController ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.