Versions in this module Expand all Collapse all v0 v0.6.1 Mar 16, 2022 v0.6.0 Mar 16, 2022 Changes in this version + func GetRes(ctx context.Context, infos []Info, dst string) error + func GetResURL(resVersion string, res string) string + func GetResVersion() (string, error) + type AbInfo struct + AbSize int + Cid int + Hash string + MD5 string + Name string + Pid string + TotalSize int + Type string + type FullPack struct + AbSize int + Cid int + TotalSize int + Type string + type HotUpdateList struct + AbInfos []AbInfo + CountOfTypedRes int + FullPack FullPack + PackInfos []PackInfo + VersionID string + func GetRawResources(resVersion string) (HotUpdateList, error) + type Info struct + MD5 string + Name string + ResVersion string + func FilterResInfos(infos []Info, predicate func(i Info) bool) []Info + func FilterResInfosRegexp(infos []Info, regexp *regexp.Regexp) []Info + func GetResInfos(resVersion string) ([]Info, error) + func (i *Info) CreateURL() string + type PackInfo struct + AbSize int + Cid int + Hash string + MD5 string + Name string + TotalSize int + type Version struct + ClientVersion string + ResVersion string + func GetRawVersion() (Version, error)