Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallRPC ¶
func CallRPC(ctx context.Context, client interface{}, serviceName string, method string, req interface{}) (ret interface{}, err error)
CallRPC is helper func that make life easier ctx: context client: grpc client serviceName: name of service metod: method name that you want to use req: grpc request
func StartServiceConns ¶
StartServiceConns start grpc conns with balancer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.