Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (*API) IntermediateVersions ¶
IntermediateVersions 返回当前版本之后的所有版本
type App ¶
type App struct { CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` Slug string `json:"slug"` Icon string `json:"icon"` Name string `json:"name"` Description string `json:"description"` Categories []string `json:"categories"` Depends string `json:"depends"` Channels []struct { Slug string `json:"slug"` Name string `json:"name"` Panel string `json:"panel"` Install string `json:"install"` Uninstall string `json:"uninstall"` Update string `json:"update"` Subs []struct { Log string `json:"log"` Version string `json:"version"` } `json:"subs"` } `json:"channels"` Order int `json:"order"` }
type VersionDownload ¶
Click to show internal directories.
Click to hide internal directories.