handler

package
v0.0.0-...-3f9792e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CetakHello

func CetakHello(c *fiber.Ctx) error

func Detail

func Detail(c *fiber.Ctx) error

func Follower

func Follower(c *fiber.Ctx) error

Types

type FollowerResult

type FollowerResult struct {
	Followers int
}

type Person

type Person struct {
	Sammy UserID `json:"Sammy"`
	Jesse UserID `json:"Jesse"`
	Drew  UserID `json:"Drew"`
	Jamie UserID `json:"Jamie"`
}

type UserID

type UserID struct {
	Username  string `json:"Username"`
	Followers int    `json:"Followers"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL