forked from TrueCloudLab/frostfs-api-go
[#209] object: Support splitID
search attribute
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
79c76e87e4
commit
3d08d8140f
8 changed files with 137 additions and 13 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue