config.go 114 B

1234567891011
  1. package config
  2. import (
  3. "zero/ngin"
  4. "zero/rpcx"
  5. )
  6. type Config struct {
  7. ngin.NgConf
  8. Rpc rpcx.RpcClientConf
  9. }