Skip to content

Commit

Permalink
util: add UnimplementedGroupControllerServer
Browse files Browse the repository at this point in the history
adding UnimplementedGroupControllerServer to
the DefaultControllerServer struct to avoid
build errors when some non mandatory RPC's
are not implemented.

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 committed Mar 19, 2024
1 parent 13dcea4 commit cfd114e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/csi-common/controllerserver-default.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (
// DefaultControllerServer points to default driver.
type DefaultControllerServer struct {
csi.UnimplementedControllerServer
csi.UnimplementedGroupControllerServer
Driver *CSIDriver
}

Expand Down

0 comments on commit cfd114e

Please sign in to comment.