deps: update github.com/container-storage-interface/spec #1155
Annotations
10 errors
Run tests:
cmd/aio/main.go#L113
cannot use controllerService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in argument to proto.RegisterControllerServer: *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
|
Run tests:
cmd/aio/main.go#L115
cannot use identityService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in argument to proto.RegisterIdentityServer: *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
|
Run tests:
cmd/aio/main.go#L117
cannot use nodeService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".NodeService) as "github.com/container-storage-interface/spec/lib/go/csi".NodeServer value in argument to proto.RegisterNodeServer: *"github.com/hetznercloud/csi-driver/internal/driver".NodeService does not implement "github.com/container-storage-interface/spec/lib/go/csi".NodeServer (missing method mustEmbedUnimplementedNodeServer)
|
Run tests:
cmd/controller/main.go#L85
cannot use controllerService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in argument to proto.RegisterControllerServer: *"github.com/hetznercloud/csi-driver/internal/driver".ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
|
Run tests:
cmd/controller/main.go#L86
cannot use identityService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in argument to proto.RegisterIdentityServer: *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
|
Run tests:
cmd/node/main.go#L84
cannot use identityService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in argument to proto.RegisterIdentityServer: *"github.com/hetznercloud/csi-driver/internal/driver".IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
|
Run tests:
cmd/node/main.go#L85
cannot use nodeService (variable of type *"github.com/hetznercloud/csi-driver/internal/driver".NodeService) as "github.com/container-storage-interface/spec/lib/go/csi".NodeServer value in argument to proto.RegisterNodeServer: *"github.com/hetznercloud/csi-driver/internal/driver".NodeService does not implement "github.com/container-storage-interface/spec/lib/go/csi".NodeServer (missing method mustEmbedUnimplementedNodeServer)
|
Run tests:
internal/driver/controller_test.go#L18
cannot use (*ControllerService)(nil) (value of type *ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in variable declaration: *ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
|
Run tests:
internal/driver/identity_test.go#L11
cannot use (*IdentityService)(nil) (value of type *IdentityService) as "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer value in variable declaration: *IdentityService does not implement "github.com/container-storage-interface/spec/lib/go/csi".IdentityServer (missing method mustEmbedUnimplementedIdentityServer)
|
Run tests:
internal/driver/node_test.go#L17
cannot use (*NodeService)(nil) (value of type *NodeService) as "github.com/container-storage-interface/spec/lib/go/csi".NodeServer value in variable declaration: *NodeService does not implement "github.com/container-storage-interface/spec/lib/go/csi".NodeServer (missing method mustEmbedUnimplementedNodeServer)
|
Loading