8 lines
142 B
Go
8 lines
142 B
Go
package response
|
|
|
|
import "git.echol.cn/loser/xiecheng_server/config"
|
|
|
|
type SysConfigResponse struct {
|
|
Config config.Server `json:"config"`
|
|
}
|