Documentation
¶
Overview ¶
Package value provides types and functions for the representation of generic values with flexible types created at runtime
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Nothing *nothing = ¬hing{}
Functions ¶
Types ¶
type Identifier ¶
type Identifier = uint64
type Step ¶
interface Step, type step: a semantic (RDF-like) triple, representing a statment of the form <subject>, <predicate>, <object>. Implementations of Step are in packages schema/graph and storage/graph
type StepCore ¶
type StepCore interface { Item() Step Property() Step Value() Value Id() Identifier }
Click to show internal directories.
Click to hide internal directories.