Versions in this module Expand all Collapse all v1 v1.0.0 Aug 8, 2023 Changes in this version + var JwtPublicKey string + func GetUserName(user *auth.User) string + func InitAuthConfig() + type ApiController struct + func (c *ApiController) AddCode() + func (c *ApiController) AddConference() + func (c *ApiController) AddRoom() + func (c *ApiController) AddSubmission() + func (c *ApiController) DeleteCode() + func (c *ApiController) DeleteConference() + func (c *ApiController) DeleteRoom() + func (c *ApiController) DeleteSubmission() + func (c *ApiController) GetAccount() + func (c *ApiController) GetCode() + func (c *ApiController) GetCodes() + func (c *ApiController) GetConference() + func (c *ApiController) GetConferences() + func (c *ApiController) GetGlobalCodes() + func (c *ApiController) GetGlobalConferences() + func (c *ApiController) GetGlobalPayments() + func (c *ApiController) GetGlobalRooms() + func (c *ApiController) GetGlobalSubmissions() + func (c *ApiController) GetPayments() + func (c *ApiController) GetProducts() + func (c *ApiController) GetRoom() + func (c *ApiController) GetRooms() + func (c *ApiController) GetSessionClaims() *auth.Claims + func (c *ApiController) GetSessionUser() *auth.User + func (c *ApiController) GetSessionUsername() string + func (c *ApiController) GetSubmission() + func (c *ApiController) GetSubmissions() + func (c *ApiController) GetUsers() + func (c *ApiController) IncrementRoomViewer() + func (c *ApiController) RegisterRoom() + func (c *ApiController) RequireAdmin() bool + func (c *ApiController) RequireSignedIn() bool + func (c *ApiController) ResponseError(error string, data ...interface{}) + func (c *ApiController) ResponseOk(data ...interface{}) + func (c *ApiController) SetSessionClaims(claims *auth.Claims) + func (c *ApiController) SetSessionUser(user *auth.User) + func (c *ApiController) Signin() + func (c *ApiController) Signout() + func (c *ApiController) UpdateCode() + func (c *ApiController) UpdateConference() + func (c *ApiController) UpdateRoom() + func (c *ApiController) UpdateSubmission() + func (c *ApiController) UploadSubmissionFile() + func (c *ApiController) WebhookRoom() + type MeetingEvent struct + Event string + EventTs int64 + Payload struct{ ... } + type Response struct + Data interface{} + Data2 interface{} + Msg string + Status string