[#209] object: Support splitID search attribute

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-11-25 19:32:52 +03:00 committed by Alex Vanin
parent 79c76e87e4
commit 3d08d8140f
8 changed files with 137 additions and 13 deletions

View file

@ -111,8 +111,8 @@ func (o *RawObject) SetChildren(v ...*ID) {
}
// SetSplitID sets split identifier for the split object.
func (o *RawObject) SetSplitID(v []byte) {
o.setSplitID(v)
func (o *RawObject) SetSplitID(id *SplitID) {
o.setSplitID(id)
}
// SetParentID sets identifier of the parent object.