Documentation
¶
Index ¶
Constants ¶
View Source
const ( Total = 0 Incremental = 1 EnvRelease = "1" EnvTest = "2" EnvDefault = "3" NotValid = int8(0) Valid = int8(1) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct { ID int `json:"-"` ResID int `json:"-"` Name string `json:"name"` Compresstype int `json:"compresstype"` Type string `json:"type"` URL string `json:"url"` MD5 string `json:"md5"` TotalMD5 string `json:"total_md5"` Size int `json:"size"` Version int `json:"ver"` Increment int `json:"increment"` FromVer int `json:"-"` Condition *Condition `json:"-"` Level int `json:"level,omitempty"` IsWifi int8 `json:"is_wifi"` }
type ResourcePool ¶
Click to show internal directories.
Click to hide internal directories.