Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InitPartPayLoad ¶
type InitPartPayLoad struct {
UploadID string `json:"uploadID"`
}
type InitPartResponse ¶
type InitPartResponse struct { UploadPartCommonResponse PayLoad InitPartPayLoad `json:"payload,omitempty"` }
type MergePartPayLoad ¶
type UploadMergeResponse ¶
type UploadMergeResponse struct { UploadPartCommonResponse PayLoad MergePartPayLoad `json:"payload,omitempty"` }
type UploadPartCommon ¶
type UploadPartCommonResponse ¶
type UploadPartCommonResponse struct { Version string `json:"Version"` Success int `json:"success,omitempty"` Error UploadPartError `json:"error"` }
type UploadPartError ¶
type UploadPartPayLoad ¶
type UploadPartResponse ¶
type UploadPartResponse struct { UploadPartCommonResponse PayLoad UploadPartPayLoad `json:"payload,omitempty"` PartNumber int CheckSum string }
type VodUploadFuncRequest ¶ added in v1.0.103
type VodUploadMediaInnerFuncRequest ¶ added in v1.0.103
Click to show internal directories.
Click to hide internal directories.