Skip to content

Commit

Permalink
fix(gebura): add chunks for AppBinaryFile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabing010102 committed Dec 31, 2024
1 parent 71c7cf0 commit afb6847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/librarian/sephirah/v1/gebura.proto
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ message AppBinaryFile {
bytes sha256 = 3;
// should be path-joined to download_url when need_token is false
string server_file_path = 4;
repeated AppBinaryFileChunk chunks = 5;
}

message AppBinaryFileChunk {
Expand Down

0 comments on commit afb6847

Please sign in to comment.