Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Enumerable ¶
type Enumerable interface { Type AddCandidates(v interface{}) }
type Map ¶
func (*Map) UsedAsMapKey ¶
type Number ¶
func (*Number) AddCandidates ¶
func (n *Number) AddCandidates(v interface{})
func (*Number) UsedAsMapKey ¶
type Object ¶
type Object struct { Name string Entries map[string]ObjectEntry }
func (*Object) UsedAsMapKey ¶
type ObjectEntry ¶
type String ¶
func (*String) AddCandidates ¶
func (n *String) AddCandidates(v interface{})
func (*String) UsedAsMapKey ¶
Click to show internal directories.
Click to hide internal directories.