servicecontext.go 88 B

1234567
  1. package svc
  2. import "zero/rpcx"
  3. type ServiceContext struct {
  4. Client *rpcx.RpcClient
  5. }