mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
rename
This commit is contained in:
parent
86c8137546
commit
2286d27730
|
@ -115,7 +115,11 @@ message FileChunk {
|
||||||
FileId source_fid = 8;
|
FileId source_fid = 8;
|
||||||
bytes cipher_key = 9;
|
bytes cipher_key = 9;
|
||||||
bool is_compressed = 10;
|
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 {
|
message FileId {
|
||||||
|
|
|
@ -115,7 +115,11 @@ message FileChunk {
|
||||||
FileId source_fid = 8;
|
FileId source_fid = 8;
|
||||||
bytes cipher_key = 9;
|
bytes cipher_key = 9;
|
||||||
bool is_compressed = 10;
|
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 {
|
message FileId {
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue