d047289182
Package relations provides feature to process inner object structure. Signed-off-by: Denis Kirillov <denis@nspcc.ru>
7 lines
209 B
Go
7 lines
209 B
Go
/*
|
|
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
|