Documentation
¶
Index ¶
- func CreateCurrentUserRsvp(w http.ResponseWriter, r *http.Request)
- func GetCurrentUserRsvp(w http.ResponseWriter, r *http.Request)
- func GetFilteredRsvps(w http.ResponseWriter, r *http.Request)
- func GetStats(w http.ResponseWriter, r *http.Request)
- func GetUserRsvp(w http.ResponseWriter, r *http.Request)
- func SetupController(route *mux.Route)
- func UpdateCurrentUserRsvp(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCurrentUserRsvp ¶
func CreateCurrentUserRsvp(w http.ResponseWriter, r *http.Request)
Endpoint to create the rsvp for the current user. On successful creation, sends the user a confirmation mail.
func GetCurrentUserRsvp ¶
func GetCurrentUserRsvp(w http.ResponseWriter, r *http.Request)
Endpoint to get the rsvp for the current user
func GetFilteredRsvps ¶ added in v0.3.0
func GetFilteredRsvps(w http.ResponseWriter, r *http.Request)
Endpoint to get rsvps based on filters
func GetUserRsvp ¶
func GetUserRsvp(w http.ResponseWriter, r *http.Request)
Endpoint to get the rsvp for a specified user
func SetupController ¶
func UpdateCurrentUserRsvp ¶
func UpdateCurrentUserRsvp(w http.ResponseWriter, r *http.Request)
Endpoint to update the rsvp for the current user. On successful update, sends the user a confirmation mail.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.