Documentation
¶
Index ¶
Constants ¶
View Source
const (
// DefaultEndpoint is the default GitHub API endpoint
DefaultEndpoint = "https://api.github.com"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubResponseLatestRelease ¶
type GitHubResponseLatestRelease struct {
TagName string `json:"tag_name"`
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService() *Service
Click to show internal directories.
Click to hide internal directories.