mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-20 23:14:17 +00:00
Enable linter revive and resolve found errors: part 1
Signed-off-by: Xun Jiang <blackpiglet@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ import (
|
||||
"github.com/vmware-tanzu/velero/pkg/builder"
|
||||
)
|
||||
|
||||
type ServerStatusGetter interface {
|
||||
type Getter interface {
|
||||
GetServerStatus(kbClient kbclient.Client) (*velerov1api.ServerStatusRequest, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user