[CLIENT-3159] Support writing raw payload to the server #234
Annotations
6 errors
Build Benchmark tool:
client_builder_proxy.go#L36
cannot use NewProxyClientWithPolicyAndHost(policy, hosts[0]) (value of type *ProxyClient) as ClientIfc value in return statement: *ProxyClient does not implement ClientIfc (missing method PutPayload)
|
Build Benchmark tool:
proxy_client.go#L754
cannot use clnt (variable of type *ProxyClient) as clientIfc value in argument to newBatchCommandOperate: *ProxyClient does not implement clientIfc (missing method PutPayload)
|
Build Benchmark tool:
proxy_client_reflect.go#L123
cannot use clnt (variable of type *ProxyClient) as clientIfc value in argument to newBatchCommandOperate: *ProxyClient does not implement clientIfc (missing method PutPayload)
|
Build Benchmark tool:
proxy_execute_task.go#L33
cannot use clnt (variable of type *ProxyClient) as ClientIfc value in struct literal: *ProxyClient does not implement ClientIfc (missing method PutPayload)
|
Build Benchmark tool:
proxy_execute_task.go#L49
impossible type assertion: etsk.clnt.(*ProxyClient)
|
Build Benchmark tool
Process completed with exit code 1.
|
Loading