8 lines
119 B
Go
8 lines
119 B
Go
package response
|
|
|
|
import "byg-backend/config"
|
|
|
|
type SysConfigResponse struct {
|
|
Config config.Server `json:"config"`
|
|
}
|