config.go 121 B

12345678
  1. package config
  2. import "github.com/zeromicro/go-zero/rest"
  3. type Config struct {
  4. rest.RestConf
  5. MaxConnectionIdle int
  6. }