util: remove unimplemented methods

As we are using UnimplementedControllerServer
we dont need to implement mock
methods.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2023-10-19 09:53:34 +02:00
committed by mergify[bot]
parent e5d2d3eeb4
commit b062479012
3 changed files with 2 additions and 60 deletions

View File

@ -28,8 +28,8 @@ import (
// DefaultIdentityServer stores driver object.
type DefaultIdentityServer struct {
Driver *CSIDriver
csi.UnimplementedControllerServer
Driver *CSIDriver
}
// GetPluginInfo returns plugin information.