forked from TrueCloudLab/frostfs-sdk-go
[#360] object: Add new package relations
Package relations provides feature to process inner object structure. Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
1cacf472a3
commit
d047289182
3 changed files with 277 additions and 151 deletions
7
object/relations/doc.go
Normal file
7
object/relations/doc.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
Package relations provides feature to process inner object structure.
|
||||
|
||||
Relations is an interface of entity that can receive object header or
|
||||
the information about the object relations.
|
||||
*/
|
||||
package relations
|
Loading…
Add table
Add a link
Reference in a new issue