diff options
| author | chrislu <chris.lu@gmail.com> | 2022-09-20 09:25:18 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-09-20 09:25:18 -0700 |
| commit | b90d92fca91b21c8b0cd2bc468af5c4e5f06d5c3 (patch) | |
| tree | fe9ddf0d855a2d8532974af3eabd0ff41765bca4 /weed/pb/master_pb/master.pb.go | |
| parent | b463ca1a2f514248f20e06a3c5e1fda6fbef7d9e (diff) | |
| download | seaweedfs-b90d92fca91b21c8b0cd2bc468af5c4e5f06d5c3.tar.xz seaweedfs-b90d92fca91b21c8b0cd2bc468af5c4e5f06d5c3.zip | |
grpc: watch metadata changes by directory
Diffstat (limited to 'weed/pb/master_pb/master.pb.go')
| -rw-r--r-- | weed/pb/master_pb/master.pb.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/weed/pb/master_pb/master.pb.go b/weed/pb/master_pb/master.pb.go index 2a78d4c45..afc97b0cd 100644 --- a/weed/pb/master_pb/master.pb.go +++ b/weed/pb/master_pb/master.pb.go @@ -1611,7 +1611,9 @@ func (x *StatisticsResponse) GetFileCount() uint64 { return 0 } +// // collection related +// type Collection struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache @@ -1846,7 +1848,9 @@ func (*CollectionDeleteResponse) Descriptor() ([]byte, []int) { return file_master_proto_rawDescGZIP(), []int{23} } +// // volume related +// type DiskInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache |
