Documentation ¶
Index ¶
- func AllPosts(c *fiber.Ctx) error
- func CreatePost(c *fiber.Ctx) error
- func DeletePost(c *fiber.Ctx) error
- func DetailPost(c *fiber.Ctx) error
- func Login(c *fiber.Ctx) error
- func Register(c *fiber.Ctx) error
- func UniquePost(c *fiber.Ctx) error
- func UpdatePost(c *fiber.Ctx) error
- func Upload(c *fiber.Ctx) error
- type Claims
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePost ¶
func CreatePost(c *fiber.Ctx) error
func DeletePost ¶
func DeletePost(c *fiber.Ctx) error
func DetailPost ¶
func DetailPost(c *fiber.Ctx) error
func UniquePost ¶
func UniquePost(c *fiber.Ctx) error
func UpdatePost ¶
func UpdatePost(c *fiber.Ctx) error
Types ¶
type Claims ¶
type Claims struct {
jwt.StandardClaims
}
Click to show internal directories.
Click to hide internal directories.