Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GBBDownloadFilesResponse ¶
type GBBDownloadFilesResponse struct { Success bool `json:"success"` Data GBBFileDownloadData `json:"data,omitempty"` }
type GBBFailureResponse ¶ added in v0.0.3
type GBBFileDownloadData ¶
type GBBFileDownloadData struct {
Files []models.GBBFileData `json:"files,omitempty"`
}
type GBBFileUploadData ¶ added in v0.0.3
type GBBUploadFileResponse ¶ added in v0.0.3
type GBBUploadFileResponse struct { Success bool `json:"success"` Data GBBFileUploadData `json:"data"` }
Click to show internal directories.
Click to hide internal directories.