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"`
}
Click to show internal directories.
Click to hide internal directories.