forked from TrueCloudLab/frostfs-api-go
[#164] sdk/object: Add HasParent method
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
2a2e4d8577
commit
1305bc750e
3 changed files with 29 additions and 0 deletions
|
@ -148,3 +148,8 @@ func (o *RawObject) CutPayload() *RawObject {
|
|||
func (o *RawObject) ResetRelations() {
|
||||
o.resetRelations()
|
||||
}
|
||||
|
||||
// InitRelations initializes relation field.
|
||||
func (o *RawObject) InitRelations() {
|
||||
o.initRelations()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue