[CLIENT-3159] Support writing raw payload to the server #234
Annotations
14 errors
build (1.21):
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 (1.21):
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 (1.21):
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 (1.21):
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 (1.20):
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 (1.21):
proxy_execute_task.go#L49
impossible type assertion: etsk.clnt.(*ProxyClient)
|
build (1.20):
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 (1.21)
Process completed with exit code 1.
|
build (1.20):
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 (1.20):
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 (1.20):
proxy_execute_task.go#L49
impossible type assertion: etsk.clnt.(*ProxyClient)
|
build (1.20)
Process completed with exit code 1.
|
build (1.22)
The job was canceled because "_1_21" failed.
|
build (1.22)
The operation was canceled.
|