✨ init project
This commit is contained in:
10
model/system/sys_system.go
Normal file
10
model/system/sys_system.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package system
|
||||
|
||||
import (
|
||||
"git.echol.cn/loser/lckt/config"
|
||||
)
|
||||
|
||||
// 配置文件结构体
|
||||
type System struct {
|
||||
Config config.Server `json:"config"`
|
||||
}
|
||||
Reference in New Issue
Block a user