(cc grpc.ClientConnInterface)
| 32 | } |
| 33 | |
| 34 | func NewWorkerClient(cc grpc.ClientConnInterface) WorkerClient { |
| 35 | return &workerClient{cc} |
| 36 | } |
| 37 | |
| 38 | func (c *workerClient) Map(ctx context.Context, in *MapInfo, opts ...grpc.CallOption) (*Result, error) { |
| 39 | out := new(Result) |
no outgoing calls
no test coverage detected