Browse Source

rename

pull/1390/head
Chris Lu 5 years ago
parent
commit
2286d27730
  1. 6
      other/java/client/src/main/proto/filer.proto
  2. 6
      weed/pb/filer.proto
  3. 1162
      weed/pb/filer_pb/filer.pb.go

6
other/java/client/src/main/proto/filer.proto

@ -115,7 +115,11 @@ message FileChunk {
FileId source_fid = 8;
bytes cipher_key = 9;
bool is_compressed = 10;
bool is_file_chunks = 11; // content is a list of FileChunks
bool is_chunk_manifest = 11; // content is a list of FileChunks
}
message FileChunkManifest {
repeated FileChunk chunks = 1;
}
message FileId {

6
weed/pb/filer.proto

@ -115,7 +115,11 @@ message FileChunk {
FileId source_fid = 8;
bytes cipher_key = 9;
bool is_compressed = 10;
bool is_file_chunks = 11; // content is a list of FileChunks
bool is_chunk_manifest = 11; // content is a list of FileChunks
}
message FileChunkManifest {
repeated FileChunk chunks = 1;
}
message FileId {

1162
weed/pb/filer_pb/filer.pb.go
File diff suppressed because it is too large
View File

Loading…
Cancel
Save