Documentation ¶ Index ¶ type Value func NewValue(v ...map[string]interface{}) *Value func (v *Value) Bool() bool func (v *Value) Float64() float64 func (v *Value) Get(key string) *Value func (v *Value) Has(key string) bool func (v *Value) Int() int func (v *Value) Int64() int64 func (v *Value) Set(key string, value interface{}) func (v *Value) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Value ¶ type Value struct { Data map[string]interface{} // contains filtered or unexported fields } func NewValue ¶ func NewValue(v ...map[string]interface{}) *Value func (*Value) Bool ¶ func (v *Value) Bool() bool func (*Value) Float64 ¶ func (v *Value) Float64() float64 func (*Value) Get ¶ func (v *Value) Get(key string) *Value func (*Value) Has ¶ func (v *Value) Has(key string) bool func (*Value) Int ¶ func (v *Value) Int() int func (*Value) Int64 ¶ func (v *Value) Int64() int64 func (*Value) Set ¶ func (v *Value) Set(key string, value interface{}) func (*Value) String ¶ func (v *Value) String() string Source Files ¶ View all Source files value.go Click to show internal directories. Click to hide internal directories.