package
Version:
v0.0.0-...-5679b30
Opens a new window with list of versions in this module.
Published: Oct 30, 2025
License: MIT
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
¶
Package config provides configuration management for the application.
type Config struct {
Server ServerConfig `mapstructure:"server"`
}
Config 应用配置.
type ServerConfig struct {
Host string `mapstructure:"host"`
Port int `mapstructure:"port"`
}
ServerConfig 服务器配置.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.