Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeNil valueType = iota TypeSingle TypeArray )
Variables ¶
View Source
var Nil = Value{/* contains filtered or unexported fields */}
Functions ¶
This section is empty.
Types ¶
type Value ¶
type Value struct { Items []types.TypedValue // contains filtered or unexported fields }
func New ¶
func New(value types.TypedValue) Value
func NewArray ¶
func NewArray(values []types.TypedValue) Value
func NewArrayFromStrings ¶
func NewFromString ¶
func (Value) Value ¶
func (v Value) Value() types.TypedValue
Click to show internal directories.
Click to hide internal directories.