Documentation
¶
Index ¶
- func ChangePassword(c *fiber.Ctx) error
- func CreatePassword(c *fiber.Ctx) error
- func Decode(s string) (string, error)
- func DecodePasswordInfo(c *fiber.Ctx, account string, password string) (string, string, error)
- func DeletePassword(c *fiber.Ctx) error
- func EncodePasswordInfo(c *fiber.Ctx, account string, password string) (string, string, error)
- func ExportPassword(c *fiber.Ctx) error
- func GetSelfAllPasswordInfo(c *fiber.Ctx) error
- func IdToGetPassword(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChangePassword ¶
func CreatePassword ¶
func DecodePasswordInfo ¶
对PasswordInfo结构体需要的内容进行base64解码
func DeletePassword ¶
func EncodePasswordInfo ¶
对PasswordInfo结构体需要的内容进行base64编码
func ExportPassword ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.