package response import "gin-xdorg/config" type SysConfigResponse struct { Config config.Server `json:"config"` }