config.go 72 B

1234567
  1. package config
  2. import "zero/ngin"
  3. type Config struct {
  4. ngin.NgConf
  5. }