config.go 97 B

1234567
  1. package config
  2. import "github.com/tal-tech/go-zero/rest"
  3. type Config struct {
  4. rest.RestConf
  5. }