Documentation
¶
Index ¶
- type ActualUpdateProcessInfo
- type BillingCheckinRequest
- type CreateResourceParam
- type CreateResourceRequest
- type CreateResourceResponseData
- type CreateVersionParam
- type CreateVersionResponseData
- type ExistVersionNameWithOSAndArchParam
- type GetFullUpdatePackagePathParam
- type GetLatestVersionRequest
- type GetVersionByNameParam
- type ProcessUpdateParam
- type QueryLatestResponseData
- type TempDownloadInfo
- type UpdatePackage
- type UpdateProcessInfo
- type UpdateReleaseNoteDetailParam
- type UpdateReleaseNoteDetailRequest
- type UpdateReleaseNoteSummaryParam
- type UpdateReleaseNoteSummaryRequest
- type ValidateCDKRequest
- type ValidateCDKResponse
- type ValidateUploaderResponse
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 ExistVersionNameWithOSAndArchParam ¶ added in v0.4.0
type GetFullUpdatePackagePathParam ¶ added in v0.3.0
type GetLatestVersionRequest ¶
type GetVersionByNameParam ¶
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"`
SHA256 string `json:"sha256,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"`
CustomData string `json:"custom_data"`
ReleaseNote string `json:"release_note"`
}
type TempDownloadInfo ¶
type UpdatePackage ¶ added in v0.4.0
type UpdateProcessInfo ¶ added in v0.3.0
type UpdateReleaseNoteDetailParam ¶ added in v0.4.0
type UpdateReleaseNoteDetailRequest ¶ added in v0.4.0
type UpdateReleaseNoteSummaryParam ¶ added in v0.4.0
type UpdateReleaseNoteSummaryRequest ¶ added in v0.4.0
type ValidateCDKRequest ¶
type ValidateCDKResponse ¶
Click to show internal directories.
Click to hide internal directories.