Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // 类型 Type Type `json:"type" yaml:"type" validate:"required,oneof=cos"` // 腾讯云对象存储 Cos cosConfig `json:"tencentyun" yaml:"tencentyun" validate:"structonly"` }
Config 配置
type Cos ¶
type Cos struct {
// contains filtered or unexported fields
}
Cos 腾讯云存储
func (*Cos) DownloadUrl ¶
Click to show internal directories.
Click to hide internal directories.