Documentation
¶
Overview ¶
Package github :: github.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface { GetLatestReleaseTag(string) (string, error) GetReleaseTags(string) ([]string, error) }
API interface
type Github ¶
type Github struct{}
Github struct
func (*Github) GetLatestReleaseTag ¶
GetLatestReleaseTag returns the lastest release tag
Click to show internal directories.
Click to hide internal directories.