Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool bool
func (Bool) PrimitiveHinted ¶
func (v Bool) PrimitiveHinted() interface{}
type Bytes ¶
type Bytes []byte
func (Bytes) PrimitiveHinted ¶
func (v Bytes) PrimitiveHinted() interface{}
type Float ¶
type Float float64
func (Float) PrimitiveHinted ¶
func (v Float) PrimitiveHinted() interface{}
type List ¶
type List struct {
// contains filtered or unexported fields
}
func (List) PrimitiveHinted ¶
func (l List) PrimitiveHinted() interface{}
type Map ¶
type Map struct {
// contains filtered or unexported fields
}
func (Map) PrimitiveHinted ¶
func (m Map) PrimitiveHinted() interface{}
Click to show internal directories.
Click to hide internal directories.