config.go 104 B

1234567
  1. package gateway
  2. import "github.com/zeromicro/go-zero/rest"
  3. type GatewayConf struct {
  4. rest.RestConf
  5. }