Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthHandlersGroup ¶
type AuthHandlersGroup struct { }
func NewAuthHandlersGroup ¶
func NewAuthHandlersGroup() *AuthHandlersGroup
func (*AuthHandlersGroup) OAuthCallbackHandler ¶
func (a *AuthHandlersGroup) OAuthCallbackHandler(c *fiber.Ctx) error
OAuthCallbackHandler accept discord oauth requests
type UsersHandlersGroup ¶
type UsersHandlersGroup struct {
// contains filtered or unexported fields
}
func NewUsersHandlersGroup ¶
func NewUsersHandlersGroup(users *users.Service) *UsersHandlersGroup
func (*UsersHandlersGroup) GetUserHandler ¶
func (u *UsersHandlersGroup) GetUserHandler(c *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.