Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteFile ¶
func DownloadFile ¶
func GetFileInfo ¶
func GetMyFileStats ¶
func HealthCheck ¶
func UploadFile ¶
UploadFile supports both single and multiple file uploads.
Types ¶
type UploadResult ¶
type UploadResult struct {
Success bool `json:"success"`
File interface{} `json:"file,omitempty"` // contains models.FileMetadata on success
Error string `json:"error,omitempty"` // error message on failure
}
UploadResult is the per-file result object returned to the client.
Click to show internal directories.
Click to hide internal directories.