link

package
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL