diff options
| author | guol-fnst <goul-fnst@fujitsu.com> | 2022-05-18 11:52:14 +0800 |
|---|---|---|
| committer | guol-fnst <goul-fnst@fujitsu.com> | 2022-05-18 11:52:14 +0800 |
| commit | 8e2426a879a9595cc8c9f74fcd2f615641bef48a (patch) | |
| tree | f2a252df5e941d29634803367f5aca6f56b59023 | |
| parent | b12944f9c6fe8756250bcbd3c035ffff60353e5f (diff) | |
| download | seaweedfs-8e2426a879a9595cc8c9f74fcd2f615641bef48a.tar.xz seaweedfs-8e2426a879a9595cc8c9f74fcd2f615641bef48a.zip | |
revert changes of pb file
orignal protoc-gen-go-grpc verion is 1.1.0
| -rw-r--r-- | weed/pb/filer_pb/filer_grpc.pb.go | 4 | ||||
| -rw-r--r-- | weed/pb/iam_pb/iam_grpc.pb.go | 4 | ||||
| -rw-r--r-- | weed/pb/master_pb/master_grpc.pb.go | 4 | ||||
| -rw-r--r-- | weed/pb/messaging_pb/messaging_grpc.pb.go | 4 | ||||
| -rw-r--r-- | weed/pb/mount_pb/mount_grpc.pb.go | 4 | ||||
| -rw-r--r-- | weed/pb/volume_server_pb/volume_server_grpc.pb.go | 4 |
6 files changed, 0 insertions, 24 deletions
diff --git a/weed/pb/filer_pb/filer_grpc.pb.go b/weed/pb/filer_pb/filer_grpc.pb.go index c5ebc70c4..4a5f47d71 100644 --- a/weed/pb/filer_pb/filer_grpc.pb.go +++ b/weed/pb/filer_pb/filer_grpc.pb.go @@ -1,8 +1,4 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. -// versions: -// - protoc-gen-go-grpc v1.2.0 -// - protoc v3.17.3 -// source: filer.proto package filer_pb diff --git a/weed/pb/iam_pb/iam_grpc.pb.go b/weed/pb/iam_pb/iam_grpc.pb.go index 704bf5c7c..b9438a295 100644 --- a/weed/pb/iam_pb/iam_grpc.pb.go +++ b/weed/pb/iam_pb/iam_grpc.pb.go @@ -1,8 +1,4 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. -// versions: -// - protoc-gen-go-grpc v1.2.0 -// - protoc v3.17.3 -// source: iam.proto package iam_pb diff --git a/weed/pb/master_pb/master_grpc.pb.go b/weed/pb/master_pb/master_grpc.pb.go index b1be34957..f8b11e8c5 100644 --- a/weed/pb/master_pb/master_grpc.pb.go +++ b/weed/pb/master_pb/master_grpc.pb.go @@ -1,8 +1,4 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. -// versions: -// - protoc-gen-go-grpc v1.2.0 -// - protoc v3.17.3 -// source: master.proto package master_pb diff --git a/weed/pb/messaging_pb/messaging_grpc.pb.go b/weed/pb/messaging_pb/messaging_grpc.pb.go index 6fd396f55..234cffa95 100644 --- a/weed/pb/messaging_pb/messaging_grpc.pb.go +++ b/weed/pb/messaging_pb/messaging_grpc.pb.go @@ -1,8 +1,4 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. -// versions: -// - protoc-gen-go-grpc v1.2.0 -// - protoc v3.17.3 -// source: messaging.proto package messaging_pb diff --git a/weed/pb/mount_pb/mount_grpc.pb.go b/weed/pb/mount_pb/mount_grpc.pb.go index 98d290cd3..41737aa21 100644 --- a/weed/pb/mount_pb/mount_grpc.pb.go +++ b/weed/pb/mount_pb/mount_grpc.pb.go @@ -1,8 +1,4 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. -// versions: -// - protoc-gen-go-grpc v1.2.0 -// - protoc v3.17.3 -// source: mount.proto package mount_pb diff --git a/weed/pb/volume_server_pb/volume_server_grpc.pb.go b/weed/pb/volume_server_pb/volume_server_grpc.pb.go index 2669c75e4..e1b162457 100644 --- a/weed/pb/volume_server_pb/volume_server_grpc.pb.go +++ b/weed/pb/volume_server_pb/volume_server_grpc.pb.go @@ -1,8 +1,4 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. -// versions: -// - protoc-gen-go-grpc v1.2.0 -// - protoc v3.17.3 -// source: volume_server.proto package volume_server_pb |
