Get range response struct

This commit is contained in:
Evgeniy Kulikov 2020-02-05 14:34:23 +03:00
parent d34c2bd936
commit c0dd4fcb15
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
3 changed files with 3 additions and 3 deletions

View file

@ -210,7 +210,7 @@ in distributed system.
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| Fragments | [bytes](#bytes) | repeated | Fragments of object's payload |
| Fragment | [bytes](#bytes) | | Fragment of object's payload |
<a name="object.GetRequest"></a>

Binary file not shown.

View file

@ -163,8 +163,8 @@ message GetRangeRequest {
}
message GetRangeResponse {
// Fragments of object's payload
repeated bytes Fragments = 1;
// Fragment of object's payload
bytes Fragment = 1;
}
message GetRangeHashRequest {