Documentation ¶
Index ¶
- func AddAttendeeRole(id string) error
- func CanUserCheckin(id string, user_has_override bool) (bool, error)
- func CreateUserCheckin(id string, user_checkin models.UserCheckin) error
- func GetAllCheckedInUsers() (*models.CheckinList, error)
- func GetStats() (map[string]interface{}, error)
- func GetUserCheckin(id string) (*models.UserCheckin, error)
- func IsAttendeeRsvped(id string) (bool, error)
- func IsUserRegistered(id string) (bool, error)
- func UpdateUserCheckin(id string, user_checkin models.UserCheckin) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAttendeeRole ¶
Add Attendee role to user with auth service
func CanUserCheckin ¶
Returns true, nil if a user with specified ID is allowed to checkin, and false, nil if not allowed.
func CreateUserCheckin ¶
func CreateUserCheckin(id string, user_checkin models.UserCheckin) error
Create the checkin associated with the given user id
func GetAllCheckedInUsers ¶
func GetAllCheckedInUsers() (*models.CheckinList, error)
Returns a list of all checked in user IDs
func GetUserCheckin ¶
func GetUserCheckin(id string) (*models.UserCheckin, error)
Returns the checkin associated with the given user id
func IsAttendeeRsvped ¶
Checks if the user has been rsvped in the decision service
func IsUserRegistered ¶
Returns true if the user with specified id is registered, and false if not.
func UpdateUserCheckin ¶
func UpdateUserCheckin(id string, user_checkin models.UserCheckin) error
Update the checkin associated with the given user id
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.