Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler handles requests of clients.
func NewHandler ¶
func NewHandler(conf *config.Config, cache *cache.GithubCache) *Handler
NewHandler returns a handler instance.
func (*Handler) Download ¶
Download reponses the download location url for the platform parsed from user agent.
func (*Handler) DownloadPlatform ¶
DownloadPlatform get download with specific platform.
func (*Handler) UpdateLatestYml ¶ added in v1.0.1
UpdateLatestYml responses latest.yml
Click to show internal directories.
Click to hide internal directories.