Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Oss ¶
type Oss interface { PreSignedPutObjectUrl(ctx context.Context, req *oss.PreSignedPutObjectUrlReq) (*oss.PreSignedPutObjectUrlResp, error) PutObject(ctx context.Context, req *oss.PutObjectReq) (resp *oss.PutObjectResp, err error) }
func GetOssImpl ¶
func GetOssImpl(ossType oss.OssPlatformType) (Oss, error)
GetOssImpl 获取 对应的 oss 的实现.
Click to show internal directories.
Click to hide internal directories.