fix: propagation of cvmfs alien and local cache #3
Annotations
4 errors
Run go vet:
internal/cvmfs/identity/csiserver.go#L33
cannot use (*Server)(nil) (value of type *Server) as csi.IdentityServer value in variable declaration: *Server does not implement csi.IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
|
Run go vet:
internal/cvmfs/controller/csiserver.go#L34
cannot use (*Server)(nil) (value of type *Server) as csi.ControllerServer value in variable declaration: *Server does not implement csi.ControllerServer (missing method mustEmbedUnimplementedControllerServer)
|
Run go vet:
internal/cvmfs/node/csiserver.go#L47
cannot use (*Server)(nil) (value of type *Server) as csi.NodeServer value in variable declaration: *Server does not implement csi.NodeServer (missing method mustEmbedUnimplementedNodeServer)
|
Run go vet
Process completed with exit code 1.
|
Loading