Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OssConfig ¶
type OssConfig struct { Endpoint string `validate:"required"` AccessKeyId string `validate:"required"` AccessKeySecret string `validate:"required"` BucketName string `validate:"required"` PrivateServerDomain string `validate:"required"` }
OSS config
type OssHelper ¶
type OssHelper struct {
// contains filtered or unexported fields
}
func NewOssHelper ¶
func NewOssHelper(c OssConfig, options ...oss.ClientOption) (*OssHelper, error)
Click to show internal directories.
Click to hide internal directories.