config.go 140 B

123456789
  1. package config
  2. import "github.com/tal-tech/go-zero/zrpc"
  3. type Config struct {
  4. zrpc.RpcServerConf
  5. DriverName string
  6. DbUrl string
  7. }