mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-12 02:12:38 +00:00
8 lines
121 B
Go
8 lines
121 B
Go
package response
|
|
|
|
import "gin-vue-admin/config"
|
|
|
|
type SysConfigResponse struct {
|
|
Config config.Server `json:"config"`
|
|
}
|