1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-05 16:47:04 +02:00
This commit is contained in:
Chris Lu 2020-07-15 14:19:15 -07:00
parent 86c8137546
commit 2286d27730
3 changed files with 626 additions and 552 deletions

View file

@ -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 {

View file

@ -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 {

File diff suppressed because it is too large Load diff