package
Version:
v0.0.0-...-3458964
Opens a new window with list of versions in this module.
Published: Jan 31, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CmdConfigParam struct {
ConfigFilePath string
}
启动配置参数
type Config struct {
Oss *Oss `yaml:"oss"`
}
yaml配置文件映射对象
type Oss struct {
Endpoint string `yaml:"endpoint"`
AccessKey string `yaml:"accessKey"`
SecretKey string `yaml:"secretKey"`
BucketName string `yaml:"bucketName"`
UseSSL bool `yaml:"useSSL"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.