mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-31 15:08:40 +08:00
8 lines
88 B
Go
8 lines
88 B
Go
|
package svc
|
||
|
|
||
|
import "zero/rpcx"
|
||
|
|
||
|
type ServiceContext struct {
|
||
|
Client *rpcx.RpcClient
|
||
|
}
|