Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrValue ¶
type ErrValue struct { Value // contains filtered or unexported fields }
func (ErrValue) IsValueInt ¶
func (ErrValue) IsValueNumeric ¶
func (ErrValue) IsValueZero ¶
type IntValue ¶
type IntValue struct { Value // contains filtered or unexported fields }
func (IntValue) GetIntValue ¶
func (IntValue) IsValueInt ¶
func (IntValue) IsValueNumeric ¶
func (IntValue) IsValueZero ¶
type UnspecifiedValue ¶
type UnspecifiedValue struct {
Value
}
func (UnspecifiedValue) IsError ¶
func (u UnspecifiedValue) IsError() bool
func (UnspecifiedValue) IsFunc ¶
func (u UnspecifiedValue) IsFunc() bool
func (UnspecifiedValue) IsValueInt ¶
func (u UnspecifiedValue) IsValueInt() bool
func (UnspecifiedValue) IsValueNumeric ¶
func (u UnspecifiedValue) IsValueNumeric() bool
func (UnspecifiedValue) IsValueZero ¶
func (u UnspecifiedValue) IsValueZero() bool
type Value ¶
type Value struct {
// contains filtered or unexported fields
}
func (Value) GetValueExpr ¶
func (Value) IsInterface ¶
Click to show internal directories.
Click to hide internal directories.