mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-11 00:40:00 +08:00
initial import
This commit is contained in:
7
example/graceful/etcd/api/svc/servicecontext.go
Normal file
7
example/graceful/etcd/api/svc/servicecontext.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package svc
|
||||
|
||||
import "zero/rpcx"
|
||||
|
||||
type ServiceContext struct {
|
||||
Client *rpcx.RpcClient
|
||||
}
|
||||
Reference in New Issue
Block a user