forked from TrueCloudLab/frostfs-api
[#31] refs: Use ContainerID message in all services
Change the type of all fields for the container identifier to refs.ContainerID. This will allow to follow a single format and not duplicate its description. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
2f5f6f8fde
commit
fccd753a5d
7 changed files with 26 additions and 24 deletions
|
@ -138,8 +138,8 @@ message HeadResponse {
|
|||
}
|
||||
|
||||
message SearchRequest {
|
||||
// ContainerID for searching the object
|
||||
bytes ContainerID = 1 [(gogoproto.nullable) = false, (gogoproto.customtype) = "CID"];
|
||||
// ContainerID carries search container identifier.
|
||||
refs.ContainerID ContainerID = 1;
|
||||
// Query in the binary serialized format
|
||||
bytes Query = 2;
|
||||
// QueryVersion is a version of search query format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue