Documentation ¶
Index ¶
- func CreateLink(ctx *fiber.Ctx) error
- func DeleteLink(ctx *fiber.Ctx) error
- func GetAllLinks(ctx *fiber.Ctx) error
- func GetLinkById(ctx *fiber.Ctx) error
- func GetUserInfo(ctx *fiber.Ctx) error
- func Login(ctx *fiber.Ctx) error
- func Logout(ctx *fiber.Ctx) error
- func Redirect(ctx *fiber.Ctx) error
- func Signup(ctx *fiber.Ctx) error
- func UpdateLink(ctx *fiber.Ctx) error
- type LinkPayload
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateLink ¶
func CreateLink(ctx *fiber.Ctx) error
func DeleteLink ¶
func DeleteLink(ctx *fiber.Ctx) error
func GetAllLinks ¶
func GetAllLinks(ctx *fiber.Ctx) error
func GetLinkById ¶
func GetLinkById(ctx *fiber.Ctx) error
func GetUserInfo ¶
func GetUserInfo(ctx *fiber.Ctx) error
func UpdateLink ¶
func UpdateLink(ctx *fiber.Ctx) error
Types ¶
type LinkPayload ¶
Click to show internal directories.
Click to hide internal directories.