Documentation
¶
Index ¶
- func ChangePassword(c *fiber.Ctx) error
- func CreateProduct(c *fiber.Ctx) error
- func CreateUser(c *fiber.Ctx) error
- func DeleteProduct(c *fiber.Ctx) error
- func DeleteUser(c *fiber.Ctx) error
- func GetProductById(c *fiber.Ctx) error
- func GetProducts(c *fiber.Ctx) error
- func GetUserInfo(c *fiber.Ctx) error
- func Login(c *fiber.Ctx) error
- func Logout(c *fiber.Ctx) error
- func SessionExpires() time.Time
- func UpdateProduct(c *fiber.Ctx) error
- type Product
- type Session
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChangePassword ¶
func ChangePassword(c *fiber.Ctx) error
func CreateProduct ¶
func CreateProduct(c *fiber.Ctx) error
func CreateUser ¶
func CreateUser(c *fiber.Ctx) error
func DeleteProduct ¶
func DeleteProduct(c *fiber.Ctx) error
func DeleteUser ¶
func DeleteUser(c *fiber.Ctx) error
func GetProductById ¶
func GetProductById(c *fiber.Ctx) error
func GetProducts ¶
func GetProducts(c *fiber.Ctx) error
func GetUserInfo ¶
func GetUserInfo(c *fiber.Ctx) error
func UpdateProduct ¶
func UpdateProduct(c *fiber.Ctx) error
Types ¶
Click to show internal directories.
Click to hide internal directories.