Documentation
¶
Index ¶
Constants ¶
View Source
const ( Aliyun = "aliyun" Tencent = "tencent" Qiniu = "qiniu" Huawei = "huawei" S3 = "s3" Minio = "minio" )
Variables ¶
View Source
var ( // ErrNoDefaultDriver no default driver configured error. ErrNoDefaultDriver = errors.New("no default driver set") // ErrDriverNotExists driver not registered error. ErrDriverNotExists = errors.New("driver not exists") )
Functions ¶
This section is empty.
Types ¶
type Goss ¶
Goss is the wrapper for core.Kernel
func NewFromUserHomeConfigPath ¶ added in v1.0.1
NewFromUserHomeConfigPath creates a new instance based on the configuration file pointed to by user home directory.
func (*Goss) RegisterAliyunDriver ¶ added in v1.0.1
RegisterAliyunDriver register aliyun driver.
func (*Goss) RegisterQiniuDriver ¶ added in v1.0.1
RegisterQiniuDriver register qiniu driver.
func (*Goss) RegisterTencentDriver ¶ added in v1.0.1
RegisterTencentDriver register tencent driver.
Click to show internal directories.
Click to hide internal directories.