Documentation
¶
Index ¶
- func GetLatestCommitE(user, repo string) (string, error)
- func GetLatestRelease(user, repo string) string
- func GetLatestReleaseE(user, repo string) (string, error)
- func GetLatestTag(user, repo string) string
- func GetLatestTagE(user, repo string) (string, error)
- type CommitResponse
- type LatestReleaseResponse
- type TagsResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLatestCommitE ¶ added in v0.87.0
func GetLatestRelease ¶
func GetLatestReleaseE ¶
func GetLatestTag ¶
func GetLatestTagE ¶
Types ¶
type CommitResponse ¶ added in v0.87.0
type CommitResponse struct {
Sha string `json:"sha"`
}
type LatestReleaseResponse ¶
type LatestReleaseResponse struct {
TagName string `json:"tag_name"`
}
type TagsResponse ¶
type TagsResponse struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.