mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
util: add UnimplementedGroupControllerServer
adding UnimplementedGroupControllerServer to the DefaultControllerServer struct to avoid build errors when some non mandatory RPC's are not implemented. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
0f724480f5
commit
728a7f5ac7
@ -29,6 +29,7 @@ import (
|
||||
// DefaultControllerServer points to default driver.
|
||||
type DefaultControllerServer struct {
|
||||
csi.UnimplementedControllerServer
|
||||
csi.UnimplementedGroupControllerServer
|
||||
Driver *CSIDriver
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user