Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileCache ¶
type FileCache struct {
// contains filtered or unexported fields
}
func NewFileCache ¶
func NewFileCache() *FileCache
type Github ¶
type Github interface { GetLatestReleaseTag(repoURL string) (*Release, error) GetReleaseByTag(repoURL string, tag string) (*Release, error) GetReleases(repoURL string, oldestRelease Release, newestRelease *Release) ([]*version.Version, error) GetRawFileContent(repoURL string, path string, release string) ([]byte, error) }
Click to show internal directories.
Click to hide internal directories.