Documentation ¶
Index ¶
- func CreateUserCheckin(w http.ResponseWriter, r *http.Request)
- func GetAllCheckedInUsers(w http.ResponseWriter, r *http.Request)
- func GetCurrentUserCheckin(w http.ResponseWriter, r *http.Request)
- func GetStats(w http.ResponseWriter, r *http.Request)
- func GetUserCheckin(w http.ResponseWriter, r *http.Request)
- func SetupController(route *mux.Route)
- func UpdateUserCheckin(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateUserCheckin ¶
func CreateUserCheckin(w http.ResponseWriter, r *http.Request)
Endpoint to set the specified user's checkin
func GetAllCheckedInUsers ¶
func GetAllCheckedInUsers(w http.ResponseWriter, r *http.Request)
Endpoint to get all checked in user IDs
func GetCurrentUserCheckin ¶
func GetCurrentUserCheckin(w http.ResponseWriter, r *http.Request)
Endpoint to get the current user's checkin
func GetUserCheckin ¶
func GetUserCheckin(w http.ResponseWriter, r *http.Request)
Endpoint to get a specified user's checkin
func SetupController ¶
func UpdateUserCheckin ¶
func UpdateUserCheckin(w http.ResponseWriter, r *http.Request)
Endpoint to update the specified user's checkin
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.