Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ObjectStorage ¶
type ObjectStorage interface { UploadImage(filePath string, onProgressFun func(int)) (string, string, error) UploadSound(filePath string, onProgressFun func(int)) (string, string, error) UploadFile(filePath string, onProgressFun func(int)) (string, string, error) UploadVideo(videoPath, snapshotPath string, onProgressFun func(int)) (string, string, string, string, error) }
Click to show internal directories.
Click to hide internal directories.