Documentation ¶
Index ¶
- type Category
- type GrayReleasePlan
- type Item
- type ResponseGetAuditStatus
- type ResponseGetCategory
- type ResponseGetGrayRelease
- type ResponseGetLatestAuditStatus
- type ResponseGetPage
- type ResponseGetSupportVersion
- type ResponseQueryQuota
- type ResponseRollbackRelease
- type ResponseSubmitAudit
- type UVInfo
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrayReleasePlan ¶
type ResponseGetAuditStatus ¶
type ResponseGetAuditStatus struct { response.ResponseOpenPlatform Status int `json:"status"` Reason string `json:"reason"` Screenshot string `json:"screenshot"` }
type ResponseGetCategory ¶
type ResponseGetCategory struct { response.ResponseOpenPlatform CategoryList []*Category `json:"category_list"` }
type ResponseGetGrayRelease ¶
type ResponseGetGrayRelease struct { response.ResponseOpenPlatform GrayReleasePlan *GrayReleasePlan `json:"gray_release_plan"` }
type ResponseGetLatestAuditStatus ¶
type ResponseGetLatestAuditStatus struct { response.ResponseOpenPlatform AuditID int `json:"auditid"` Status int `json:"status"` Reason string `json:"reason"` ScreenShot string `json:"ScreenShot"` UserVersion string `json:"user_version"` UserDesc string `json:"user_desc"` SubmitAuditTime int `json:"submit_audit_time"` }
type ResponseGetPage ¶
type ResponseGetPage struct { response.ResponseOpenPlatform PageList []string `json:"page_list"` }
type ResponseGetSupportVersion ¶
type ResponseGetSupportVersion struct { response.ResponseOpenPlatform NowVersion string `json:"now_version"` UVInfo *UVInfo `json:"uv_info"` }
type ResponseQueryQuota ¶
type ResponseRollbackRelease ¶
type ResponseRollbackRelease struct { response.ResponseOpenPlatform VersionList []Version `json:"version_list"` }
type ResponseSubmitAudit ¶
type ResponseSubmitAudit struct { response.ResponseOpenPlatform Type string `json:"type"` MediaID string `json:"mediaid"` }
Click to show internal directories.
Click to hide internal directories.