Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Value ¶
type Value interface { Equals(Value) bool // For a single value, returns its String() method; for multi-value returns // the list of stringified values. For a composite value, returns nil. Strings() []string // For a composite value returns its fields, otehrwise returns nil. Fields() Fields }