Documentation ¶
Index ¶
- func AddAttendeeRole(id string) error
- func CreateUserRsvp(id string, rsvp models.UserRsvp) error
- func GetStats() (map[string]interface{}, error)
- func GetUserRsvp(id string) (*models.UserRsvp, error)
- func HoursToUnixSeconds(hours int) int64
- func IsApplicantAcceptedAndActive(id string) (bool, bool, error)
- func RemoveAttendeeRole(id string) error
- func SendUserMail(id string, template string) error
- func UpdateUserRsvp(id string, rsvp models.UserRsvp) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAttendeeRole ¶
Add Attendee role to user with auth service
func CreateUserRsvp ¶
Creates the rsvp associated with the given user id
func GetUserRsvp ¶
Returns the rsvp associated with the given user id
func HoursToUnixSeconds ¶
Converts hours to seconds for usage with unix timestamps
func IsApplicantAcceptedAndActive ¶
Checks if the user has been accepted in the decision service
func RemoveAttendeeRole ¶
Remove Attendee role from user with auth service
func SendUserMail ¶
Send user with specified id a confirmation email, with template as specified.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.