mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-20 15:04:17 +00:00
chore: enable use-any from revive
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
@@ -44,7 +44,7 @@ type ObjectStoreGRPCClient struct {
|
||||
grpcClient proto.ObjectStoreClient
|
||||
}
|
||||
|
||||
func newObjectStoreGRPCClient(base *common.ClientBase, clientConn *grpc.ClientConn) interface{} {
|
||||
func newObjectStoreGRPCClient(base *common.ClientBase, clientConn *grpc.ClientConn) any {
|
||||
return &ObjectStoreGRPCClient{
|
||||
ClientBase: base,
|
||||
grpcClient: proto.NewObjectStoreClient(clientConn),
|
||||
|
||||
Reference in New Issue
Block a user