package
Version:
v0.0.0-...-3f9792e
Opens a new window with list of versions in this module.
Published: Oct 1, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func CetakHello(c *fiber.Ctx) error
func Detail(c *fiber.Ctx) error
func Follower(c *fiber.Ctx) error
type FollowerResult struct {
Followers int
}
type Person struct {
Sammy UserID `json:"Sammy"`
Jesse UserID `json:"Jesse"`
Drew UserID `json:"Drew"`
Jamie UserID `json:"Jamie"`
}
type UserID struct {
Username string `json:"Username"`
Followers int `json:"Followers"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.