Documentation ¶
Index ¶
- func CheckAuth(c *fiber.Ctx) error
- func CreateJwtToken(user map[string]interface{}, role int64) (string, error)
- func DeleteUser(c *fiber.Ctx) error
- func GetDeletedUsers(c *fiber.Ctx) error
- func GetPage(c *fiber.Ctx) int
- func GetPermissions(c *fiber.Ctx) error
- func GetRoles(c *fiber.Ctx) error
- func GetUsers(c *fiber.Ctx) error
- func LambdaConfig(c *fiber.Ctx) error
- func Login(c *fiber.Ctx) error
- func LoginPage(c *fiber.Ctx) error
- func Logout(c *fiber.Ctx) error
- func PasswordReset(c *fiber.Ctx) error
- func PermissionData(roleID int64) map[string]interface{}
- func SearchUsers(c *fiber.Ctx) error
- func SendForgotMail(c *fiber.Ctx) error
- type LoginRequest
- type Permissions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteUser ¶
func DeleteUser(c *fiber.Ctx) error
func GetDeletedUsers ¶
func GetDeletedUsers(c *fiber.Ctx) error
func GetPermissions ¶
func GetPermissions(c *fiber.Ctx) error
func LambdaConfig ¶
func LambdaConfig(c *fiber.Ctx) error
func PasswordReset ¶
func PasswordReset(c *fiber.Ctx) error
func PermissionData ¶
func SearchUsers ¶
func SearchUsers(c *fiber.Ctx) error
func SendForgotMail ¶
func SendForgotMail(c *fiber.Ctx) error
Types ¶
type LoginRequest ¶
type Permissions ¶
Click to show internal directories.
Click to hide internal directories.