Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Link ¶
type Link interface {
// Entity indicates that Link is a subclass of Entity.
entity.Entity
// GetEdgeFrom returns the reference to the entity this link starts at.
GetEdgeFrom() entity.Ref
// GetEdgeTo returns the reference to the entity this link ends at.
GetEdgeTo() entity.Ref
}
Link is an edge/relationship between two nodes.
Click to show internal directories.
Click to hide internal directories.