package
Version:
v0.0.0-...-db8959b
Opens a new window with list of versions in this module.
Published: Dec 12, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Server Server `mapstructure:"server"`
Database db.Config `mapstructure:"database"`
Log zap.Config `mapstructure:"log"`
Redis redis.Config `mapstructure:"redis"`
}
Config 配置信息
type Server struct {
Addr string `mapstructure:"addr"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.