Documentation ¶
Index ¶
- func DeleteUser(c *fiber.Ctx) error
- func FollowUser(c *fiber.Ctx) error
- func GetFollowersByUsername(c *fiber.Ctx) error
- func GetFollowingByUsername(c *fiber.Ctx) error
- func GetUserByUsername(c *fiber.Ctx) error
- func ListUsers(c *fiber.Ctx) error
- func UnfollowUser(c *fiber.Ctx) error
- type Counts
- type UserResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteUser ¶
func DeleteUser(c *fiber.Ctx) error
func FollowUser ¶
func FollowUser(c *fiber.Ctx) error
func GetFollowersByUsername ¶
func GetFollowersByUsername(c *fiber.Ctx) error
func GetFollowingByUsername ¶
func GetFollowingByUsername(c *fiber.Ctx) error
func GetUserByUsername ¶
func GetUserByUsername(c *fiber.Ctx) error
func UnfollowUser ¶
func UnfollowUser(c *fiber.Ctx) error
Types ¶
type UserResponse ¶
Click to show internal directories.
Click to hide internal directories.