Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Objector ¶
Objector is an interface for types that can be converted to object.T - a key-value type that can be summarised as
[]struct{Key string, Value interface{}}
and allows non-set-like repetition and non-set-like canonical ordering.
These are often called also "collection" in other languages but they are a frankenstein in implementation just like this here code demonstrates.
Click to show internal directories.
Click to hide internal directories.