package
Version:
v0.0.0-...-f4a4805
Opens a new window with list of versions in this module.
Published: Mar 24, 2023
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 Config struct {
Env Env
Mysql Mysql `yaml:"Mysql"`
}
Get 返回副本,以确保Config不被外部逻辑更改
type Mysql struct {
ReadDSN string `yaml:"ReadDSN"`
WriteDSN string `yaml:"WriteDSN"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.