package
Version:
v0.0.0-...-4353b78
Opens a new window with list of versions in this module.
Published: Jun 17, 2020
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DBConfig struct {
Host string `json:"host"`
User string `json:"user"`
Password string `json:"password"`
Name string `json:"name"`
DbType string `json:"dbType"`
TablePrefix string `json:"tbPrefix"`
}
type OssClientConfig struct {
Endpoint string `json:"endpoint"`
AccessKey string `json:"accessKey"`
SecretKey string `json:"secretKey"`
Bucket string `json:"bucket"`
}
type RedisConfig struct {
Address string `json:"address"`
Port string `json:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.