[#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:
Denis Kirillov 2022-11-11 16:14:10 +03:00 committed by Alex Vanin
parent 1cacf472a3
commit d047289182
3 changed files with 277 additions and 151 deletions

7
object/relations/doc.go Normal file
View 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