func (c *junoClient) OrderDeal(ctx context.Context, in *LibraAuditOrder, opts ...grpc.CallOption) (*RecordSet, error) { | |
out := new(RecordSet) | |
err := c.cc.Invoke(ctx, "/proto.Juno/OrderDeal", in, out, opts...) | |
if err != nil { | |
return nil, err | |
} | |
return out, nil | |
} | |