Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateShop ¶
func CreateShop(c *fiber.Ctx) error
func DeleteShop ¶
func DeleteShop(c *fiber.Ctx) error
func UpdateShop ¶
func UpdateShop(c *fiber.Ctx) error
Types ¶
type LoginRequest ¶
type LoginResponse ¶
type LoginResponse struct {
Token string `json:"token"`
}
type RegisterRequest ¶
type RegisterResponse ¶
type RegisterResponse struct {
Token string `json:"token"`
}
Click to show internal directories.
Click to hide internal directories.