Documentation
¶
Index ¶
- type OssLogic
- func (l *OssLogic) Delete(objectName string)
- func (l *OssLogic) MultiDelete(objectNames []string)
- func (l *OssLogic) MultiUpload(fileHeaders []multipart.FileHeader, userId string) ([]string, []string, error)
- func (l *OssLogic) Upload(fileHeader *multipart.FileHeader, userId string) (string, string, error)
- func (l *OssLogic) UploadRaw(file io.Reader, filename, userId string) (string, string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OssLogic ¶
func NewOssLogic ¶
func NewOssLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OssLogic
func (*OssLogic) MultiDelete ¶
func (*OssLogic) MultiUpload ¶
Click to show internal directories.
Click to hide internal directories.