8 lines
209 B
Go
8 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
|