package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: Jul 27, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
LocalDir string `json:",optional"`
Oss OssConfig `json:",optional"`
}
type OssConfig struct {
Enable bool `json:",optional"`
AccessKeyId string `json:",optional"`
AccessKeySecret string `json:",optional"`
Endpoint string `json:",optional"`
BucketName string `json:",optional"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.