Documentation
¶
Index ¶
- type ActualUpdateProcessInfo
- type BillingCheckinRequest
- type CreateResourceParam
- type CreateResourceRequest
- type CreateResourceResponseData
- type CreateVersionParam
- type CreateVersionResponseData
- type GetFullUpdatePackagePathParam
- type GetLatestVersionRequest
- type ProcessUpdateParam
- type QueryLatestResponseData
- type TempDownloadInfo
- type UpdateProcessInfo
- type ValidateCDKRequest
- type ValidateCDKResponse
- type ValidateUploaderResponse
- type VersionNameExistsParam
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActualUpdateProcessInfo ¶ added in v0.3.0
type ActualUpdateProcessInfo struct {
Info UpdateProcessInfo
Target *ent.Storage
Current *ent.Storage
}
type BillingCheckinRequest ¶
type CreateResourceParam ¶
type CreateResourceRequest ¶
type CreateVersionParam ¶
type GetFullUpdatePackagePathParam ¶ added in v0.3.0
type GetLatestVersionRequest ¶
type ProcessUpdateParam ¶ added in v0.3.0
type QueryLatestResponseData ¶
type QueryLatestResponseData struct {
VersionName string `json:"version_name"`
VersionNumber uint64 `json:"version_number"`
Url string `json:"url,omitempty"`
Channel string `json:"channel"`
OS string `json:"os,omitempty"`
Arch string `json:"arch,omitempty"`
// UpdateType is the type of the update, it can be "full" or "incremental"
UpdateType string `json:"update_type,omitempty"`
}
type TempDownloadInfo ¶
type UpdateProcessInfo ¶ added in v0.3.0
type ValidateCDKRequest ¶
type ValidateCDKResponse ¶
Click to show internal directories.
Click to hide internal directories.