forked from TrueCloudLab/frostfs-api-go
Get range response struct
This commit is contained in:
parent
d34c2bd936
commit
c0dd4fcb15
3 changed files with 3 additions and 3 deletions
|
@ -210,7 +210,7 @@ in distributed system.
|
||||||
|
|
||||||
| Field | Type | Label | Description |
|
| 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>
|
<a name="object.GetRequest"></a>
|
||||||
|
|
Binary file not shown.
|
@ -163,8 +163,8 @@ message GetRangeRequest {
|
||||||
}
|
}
|
||||||
|
|
||||||
message GetRangeResponse {
|
message GetRangeResponse {
|
||||||
// Fragments of object's payload
|
// Fragment of object's payload
|
||||||
repeated bytes Fragments = 1;
|
bytes Fragment = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
message GetRangeHashRequest {
|
message GetRangeHashRequest {
|
||||||
|
|
Loading…
Reference in a new issue