版本封存
This commit is contained in:
11
cmii-uav-watchdog-center/config/config.go
Normal file
11
cmii-uav-watchdog-center/config/config.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package config
|
||||
|
||||
// Config 配置模型
|
||||
type Config struct {
|
||||
Server ServerConfig `json:"server"` // 服务器配置
|
||||
}
|
||||
|
||||
// ServerConfig 服务器配置
|
||||
type ServerConfig struct {
|
||||
Port int `json:"port"` // 服务器端口
|
||||
}
|
||||
Reference in New Issue
Block a user