(cc grpc.ClientConnInterface)
| 930 | } |
| 931 | |
| 932 | func NewWorkerClient(cc grpc.ClientConnInterface) WorkerClient { |
| 933 | return &workerClient{cc} |
| 934 | } |
| 935 | |
| 936 | func (c *workerClient) Mutate(ctx context.Context, in *Mutations, opts ...grpc.CallOption) (*api.TxnContext, error) { |
| 937 | out := new(api.TxnContext) |
no outgoing calls
no test coverage detected