Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsOSSProtocol ¶
Types ¶
type OSSBucketParam ¶
type OSSBucketParam = string
type OSSOptions ¶
type OSSOptions interface {
Init() error // 初始化
}
type OSSTypeDefinition ¶
type OSSTypeDefinition struct { Name string `json:"name"` Code string `json:"code"` BucketOptionName string `json:"bucketOptionName"` BucketIgnored bool `json:"bucketIgnored"` // 是否忽略Bucket名称 }
func FindAllOSSTypes ¶
func FindAllOSSTypes() []*OSSTypeDefinition
func FindOSSType ¶
func FindOSSType(code string) *OSSTypeDefinition
Click to show internal directories.
Click to hide internal directories.