Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadRequest ¶
DownloadRequest : for download request payload
type DownloadResponse ¶
type DownloadResponse struct {
ID string `json:"id"`
}
DownloadResponse : for response of download request
type StatusResponse ¶
type StatusResponse struct {
ID string `json:"id"`
StartTime string `json:"start_time"`
EndTime string `json:"end_time"`
Status string `json:"status"`
DownloadType string `json:"download_type"`
Files map[string]string `json:"files"`
}
StatusResponse : for response of status request
Click to show internal directories.
Click to hide internal directories.