File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import (
2929// Server implements csi.ControllerServer interface.
3030type Server struct {
3131 caps []* csi.ControllerServiceCapability
32+ csi.UnimplementedControllerServer
3233}
3334
3435var _ csi.ControllerServer = (* Server )(nil )
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import (
2828type Server struct {
2929 driverName string
3030 caps []* csi.PluginCapability
31+ csi.UnimplementedIdentityServer
3132}
3233
3334var _ csi.IdentityServer = (* Server )(nil )
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ type Server struct {
3737 nodeID string
3838 singlemountRunnerEndpoint string
3939 caps []* csi.NodeServiceCapability
40+ csi.UnimplementedNodeServer
4041}
4142
4243const (
You can’t perform that action at this time.
0 commit comments