Documentation ¶
Index ¶
- Constants
- func DeleteTutorial(c *fiber.Ctx) error
- func EditAttributes(c *fiber.Ctx) error
- func EditTutorial(c *fiber.Ctx) error
- func GetAllAttributes(c *fiber.Ctx) error
- func GetAllTutorials(c *fiber.Ctx) error
- func GetAttributes(c *fiber.Ctx) error
- func GetTutorial(c *fiber.Ctx) error
- func PostTutorial(c *fiber.Ctx) error
- func Recommend(c *fiber.Ctx) error
- func Search(c *fiber.Ctx) error
- func VoteDown(c *fiber.Ctx) error
- func VoteUp(c *fiber.Ctx) error
Constants ¶
View Source
const SecretKey = "secret"
Variables ¶
This section is empty.
Functions ¶
func DeleteTutorial ¶
func DeleteTutorial(c *fiber.Ctx) error
func EditAttributes ¶
func EditAttributes(c *fiber.Ctx) error
func EditTutorial ¶
func EditTutorial(c *fiber.Ctx) error
func GetAllAttributes ¶
func GetAllAttributes(c *fiber.Ctx) error
func GetAllTutorials ¶
func GetAllTutorials(c *fiber.Ctx) error
func GetAttributes ¶
func GetAttributes(c *fiber.Ctx) error
func GetTutorial ¶
func GetTutorial(c *fiber.Ctx) error
func PostTutorial ¶
func PostTutorial(c *fiber.Ctx) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.