Documentation
¶
Index ¶
Constants ¶
View Source
const ASSET_REGEX_PATTERN = "" /* 132-byte string literal not displayed */
View Source
const ASSET_URL = "https://api.github.com/repos/godotengine/godot-builds/releases/tags/%s"
View Source
const NEXT_REGEX_PATTERN = "<([^>]*)>[^<]*(next)"
View Source
const REPOSITORY_URL = "https://api.github.com/repos/godotengine/godot-builds/releases?per_page=100"
Variables ¶
View Source
var AssetRegex = regexp.MustCompile(ASSET_REGEX_PATTERN)
View Source
var NextRegex = regexp.MustCompile(NEXT_REGEX_PATTERN)
Functions ¶
This section is empty.
Types ¶
type Github ¶
func (*Github) FetchAsset ¶
func (*Github) FetchDownloads ¶
func (g *Github) FetchDownloads(mono bool) ([]repository.Download, error)
Click to show internal directories.
Click to hide internal directories.