Documentation ¶
Index ¶
- Variables
- func Auth(base64key string) fiber.Handler
- func CheckCredentials(c *fiber.Ctx) error
- func CheckIfProfileExistsByID(c *fiber.Ctx) error
- func CheckIfUserExistsByEmail(c *fiber.Ctx) error
- func CheckIfUserExistsByID(c *fiber.Ctx) error
- func CheckProfilePermission(c *fiber.Ctx) error
- func CheckUserPermission(c *fiber.Ctx) error
- func GetFilter(c *fiber.Ctx) error
- func GetPassDTO(c *fiber.Ctx) error
- func GetProfileDTO(c *fiber.Ctx) error
- func GetRequestLanguage(c *fiber.Ctx) error
- func GetUserDTO(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MidAccess fiber.Handler MidRefresh fiber.Handler )
Functions ¶
func CheckCredentials ¶
func CheckCredentials(c *fiber.Ctx) error
func CheckIfProfileExistsByID ¶
func CheckIfProfileExistsByID(c *fiber.Ctx) error
func CheckIfUserExistsByEmail ¶
func CheckIfUserExistsByEmail(c *fiber.Ctx) error
func CheckIfUserExistsByID ¶
func CheckIfUserExistsByID(c *fiber.Ctx) error
func CheckProfilePermission ¶
func CheckProfilePermission(c *fiber.Ctx) error
func CheckUserPermission ¶
func CheckUserPermission(c *fiber.Ctx) error
func GetPassDTO ¶
func GetPassDTO(c *fiber.Ctx) error
func GetProfileDTO ¶
func GetProfileDTO(c *fiber.Ctx) error
func GetRequestLanguage ¶
func GetRequestLanguage(c *fiber.Ctx) error
func GetUserDTO ¶
func GetUserDTO(c *fiber.Ctx) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.