From 98c5163d10375b981650268a3ba99cbdeecbd579 Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 31 May 2024 15:15:25 +0000 Subject: [PATCH] Package Rename --- cns/grpc/proto/server.proto | 2 +- cns/grpc/{cnsv1alpha => v1alpha}/server.pb.go | 8 ++++---- cns/grpc/{cnsv1alpha => v1alpha}/server_grpc.pb.go | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename cns/grpc/{cnsv1alpha => v1alpha}/server.pb.go (98%) rename cns/grpc/{cnsv1alpha => v1alpha}/server_grpc.pb.go (99%) diff --git a/cns/grpc/proto/server.proto b/cns/grpc/proto/server.proto index 9ddce60284..a5754797e2 100644 --- a/cns/grpc/proto/server.proto +++ b/cns/grpc/proto/server.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package cns; -option go_package = "cns/grpc/cnsv1alpha"; +option go_package = "cns/grpc/v1alpha"; // The Container Network Service (CNS) exposes a set of operations that allow the Delegated Network Controller (DNC) to manage // and monitor nodes in an orchestrator's infrastructure. diff --git a/cns/grpc/cnsv1alpha/server.pb.go b/cns/grpc/v1alpha/server.pb.go similarity index 98% rename from cns/grpc/cnsv1alpha/server.pb.go rename to cns/grpc/v1alpha/server.pb.go index 468650dcf7..59e4abb977 100644 --- a/cns/grpc/cnsv1alpha/server.pb.go +++ b/cns/grpc/v1alpha/server.pb.go @@ -4,7 +4,7 @@ // protoc v3.12.4 // source: cns/grpc/proto/server.proto -package cnsv1alpha +package v1alpha import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" @@ -297,9 +297,9 @@ var file_cns_grpc_proto_server_proto_rawDesc = []byte{ 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x2e, 0x63, 0x6e, 0x73, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x63, 0x6e, 0x73, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x49, 0x6e, 0x66, 0x6f, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x15, 0x5a, 0x13, 0x63, 0x6e, 0x73, 0x2f, - 0x67, 0x72, 0x70, 0x63, 0x2f, 0x63, 0x6e, 0x73, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x62, - 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x12, 0x5a, 0x10, 0x63, 0x6e, 0x73, 0x2f, + 0x67, 0x72, 0x70, 0x63, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x62, 0x06, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/cns/grpc/cnsv1alpha/server_grpc.pb.go b/cns/grpc/v1alpha/server_grpc.pb.go similarity index 99% rename from cns/grpc/cnsv1alpha/server_grpc.pb.go rename to cns/grpc/v1alpha/server_grpc.pb.go index 1a45e235da..07bd93496f 100644 --- a/cns/grpc/cnsv1alpha/server_grpc.pb.go +++ b/cns/grpc/v1alpha/server_grpc.pb.go @@ -4,7 +4,7 @@ // - protoc v3.12.4 // source: cns/grpc/proto/server.proto -package cnsv1alpha +package v1alpha import ( context "context"