Documentation
¶
Index ¶
- func Auth(c *fiber.Ctx) error
- func ConfirmTOTP(c *fiber.Ctx) error
- func CreateTOTP(c *fiber.Ctx) error
- func DeleteNode(c *fiber.Ctx) error
- func DeleteProfile(c *fiber.Ctx) error
- func DeleteTOTP(c *fiber.Ctx) error
- func DeleteUser(c *fiber.Ctx) error
- func FindMFA(c *fiber.Ctx) error
- func FindNode(c *fiber.Ctx) error
- func FindNodes(c *fiber.Ctx) error
- func FindProfiles(c *fiber.Ctx) error
- func FindUser(c *fiber.Ctx) error
- func FindUserProfiles(c *fiber.Ctx) error
- func FindUsers(c *fiber.Ctx) error
- func GetAccount(c *fiber.Ctx) error
- func GetRecoveryCodes(c *fiber.Ctx) error
- func Init(app *fiber.App)
- func InsertNode(c *fiber.Ctx) error
- func InsertProfile(c *fiber.Ctx) error
- func InsertUser(c *fiber.Ctx) error
- func MFA(c *fiber.Ctx) error
- func RenewRecoveryCodes(c *fiber.Ctx) error
- func SendVerificationLink(c *fiber.Ctx) error
- func SignIn(c *fiber.Ctx) error
- func SignOut(c *fiber.Ctx) error
- func SignUp(c *fiber.Ctx) error
- func UpdateNode(c *fiber.Ctx) error
- func UpdateUserDate(c *fiber.Ctx) error
- func UpdateUserProfiles(c *fiber.Ctx) error
- func Verify(c *fiber.Ctx) error
- type ParseError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfirmTOTP ¶
func ConfirmTOTP(c *fiber.Ctx) error
func CreateTOTP ¶
func CreateTOTP(c *fiber.Ctx) error
func DeleteNode ¶
func DeleteNode(c *fiber.Ctx) error
func DeleteProfile ¶
func DeleteProfile(c *fiber.Ctx) error
func DeleteTOTP ¶
func DeleteTOTP(c *fiber.Ctx) error
func DeleteUser ¶
func DeleteUser(c *fiber.Ctx) error
func FindProfiles ¶
func FindProfiles(c *fiber.Ctx) error
func FindUserProfiles ¶
func FindUserProfiles(c *fiber.Ctx) error
func GetAccount ¶
func GetAccount(c *fiber.Ctx) error
func GetRecoveryCodes ¶
func GetRecoveryCodes(c *fiber.Ctx) error
func InsertNode ¶
func InsertNode(c *fiber.Ctx) error
func InsertProfile ¶
func InsertProfile(c *fiber.Ctx) error
func InsertUser ¶
func InsertUser(c *fiber.Ctx) error
func RenewRecoveryCodes ¶
func RenewRecoveryCodes(c *fiber.Ctx) error
func SendVerificationLink ¶
func SendVerificationLink(c *fiber.Ctx) error
func UpdateNode ¶
func UpdateNode(c *fiber.Ctx) error
func UpdateUserDate ¶
func UpdateUserDate(c *fiber.Ctx) error
func UpdateUserProfiles ¶
func UpdateUserProfiles(c *fiber.Ctx) error
Types ¶
type ParseError ¶
type ParseError struct {
// contains filtered or unexported fields
}
func (*ParseError) Error ¶
func (e *ParseError) Error() string
Click to show internal directories.
Click to hide internal directories.