Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectStorage ¶
type ObjectStorage struct{}
ObjectStorage is object storage services
func (*ObjectStorage) DeleteFileByKey ¶
func (o *ObjectStorage) DeleteFileByKey(key string) error
DeleteFileByKey delete files using key this method will automatically delete oss file and local file
func (*ObjectStorage) SyncFile ¶
func (o *ObjectStorage) SyncFile(key string) error
SyncFile will sync files to oss
Click to show internal directories.
Click to hide internal directories.