Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LookupBoolEnv ¶ added in v0.9.25
func LookupIntEnv ¶ added in v0.9.25
Types ¶
type GistCommit ¶ added in v0.9.25
type GistCommit struct {
Version string `json:"version"`
}
func GetLastGistCommit ¶ added in v0.9.25
func GetLastGistCommit(rawGistUrl string) (*GistCommit, error)
type GitCommit ¶ added in v0.9.25
type GitCommit struct {
Sha string `json:"sha"`
}
func GetLastGitCommit ¶ added in v0.9.25
type GithubGist ¶ added in v0.9.23
type GithubGist struct { Description string `json:"description"` ID string `json:"id"` Owner struct { Login string `json:"login"` } `json:"owner"` }
func FetchGithubGist ¶ added in v0.9.23
func FetchGithubGist(rawGistUrl string) (*GithubGist, error)
type GithubRepo ¶ added in v0.6.1
type GithubRepo struct { Name string FullName string `json:"full_name"` Description string HtmlUrl string `json:"html_url"` StargazersCount int `json:"stargazers_count"` }
func FetchGithubRepository ¶ added in v0.9.23
func FetchGithubRepository(repoUrl string) (*GithubRepo, error)
func SearchSunbeamExtensions ¶ added in v0.6.1
func SearchSunbeamExtensions(query string) ([]GithubRepo, error)
type Release ¶ added in v0.9.0
type Release struct {
TagName string `json:"tag_name"`
}
func GetLatestRelease ¶ added in v0.9.0
type SearchBody ¶ added in v0.6.1
type SearchBody struct {
Items []GithubRepo
}
Click to show internal directories.
Click to hide internal directories.