Go: Implement Echo Connection Management Cluster #3467
Annotations
6 errors and 1 warning
Install and run linters
cannot use (*GlideClient)(nil) (value of type *GlideClient) as GlideClientCommands value in variable declaration: *GlideClient does not implement GlideClientCommands (missing method EchoWithOptions)
|
Install and run linters
cannot use &GlideClient{…} (value of type *GlideClient) as GlideClientCommands value in return statement: *GlideClient does not implement GlideClientCommands (missing method EchoWithOptions)
|
Install and run linters
cannot use (*GlideClusterClient)(nil) (value of type *GlideClusterClient) as GlideClusterClientCommands value in variable declaration: *GlideClusterClient does not implement GlideClusterClientCommands (missing method EchoWithOptions)
|
Install and run linters
cannot use &GlideClusterClient{…} (value of type *GlideClusterClient) as GlideClusterClientCommands value in return statement: *GlideClusterClient does not implement GlideClusterClientCommands (missing method EchoWithOptions)
|
Install and run linters
undefined: glideClusterClient
|
Install and run linters
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading