package
Version:
v0.13.0
Opens a new window with list of versions in this module.
Published: May 11, 2022
License: AGPL-3.0, AGPL-3.0-only
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func JSON(c *fiber.Ctx) error
type RevokeSession struct {
UID uint32 `validate:"required,gt=0" json:"uid"`
}
type UserLogin struct {
Email string `json:"email" validate:"required"`
Password string `json:"password" validate:"required"`
HCaptchaResponse string `json:"h-captcha-response" validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.