8 lines
107 B
Go
8 lines
107 B
Go
package svc
|
|
|
|
import "github.com/tal-tech/go-zero/rpcx"
|
|
|
|
type ServiceContext struct {
|
|
Client rpcx.Client
|
|
}
|