github

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2023 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GitHubHandler

func GitHubHandler(w http.ResponseWriter, r *http.Request, api string, token string)

func Handler

func Handler(w http.ResponseWriter, r *http.Request)

Types

type Output

type Output struct {
	UserName          string `json:"username"`
	UserFollowerCount int    `json:"userFollowerCount"`
	UserURL           string `json:"userURL"`

	LastCommitTime     string `json:"lastCommitTime"`
	LastCommitRepoName string `json:"lastCommitRepoName"`
	LastCommitRepoURL  string `json:"lastCommitRepoURL"`
	LastCommitMessage  string `json:"lastCommitMessage"`
	LastCommitURL      string `json:"lastCommitURL"`
}

Jump to

Keyboard shortcuts

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