Documentation
¶
Index ¶
- func DirView(c *fiber.Ctx) error
- func FileView(c *fiber.Ctx) error
- func HandleAbout(c *fiber.Ctx) error
- func HandleCommit(c *fiber.Ctx) error
- func HandleExplore(c *fiber.Ctx) error
- func HandleGist(c *fiber.Ctx) error
- func HandleIndex(c *fiber.Ctx) error
- func HandleRepo(c *fiber.Ctx) error
- func HandleUser(c *fiber.Ctx) error
- func WikiView(c *fiber.Ctx) error
- type Commit
- type Dir
- type DirFiles
- type Gist
- type GistFiles
- type Items
- type Languages
- type PrivacyInfo
- type Repo
- type RepoFiles
- type RepoList
- type Sidebar
- type User
- type Wiki
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleAbout ¶
func HandleCommit ¶
func HandleExplore ¶
func HandleGist ¶
func HandleIndex ¶
func HandleRepo ¶
Types ¶
type PrivacyInfo ¶
type User ¶
type User struct {
Login string
Name string
Bio string
Status string
StatusEmoji string
AvatarUrl string
Location string
Email string
Timezone string
Following string
Followers string
Link string
Social []string
Organizations []string
OrgMembers []string
Company string
Type string
Contributions string
Readme string
ReadmeUrl string
MainRepos []RepoList
PinOrPopular string
}
Click to show internal directories.
Click to hide internal directories.