Documentation
¶
Index ¶
- type Object
- type Result
- func (Result) Empty(t *Thread) Object
- func (r *Result) Inspect() string
- func (r *Result) MethodMissing(t *Thread, name Object) Object
- func (Result) New(t *Thread, name Object, value Object) Object
- func (r *Result) Or(t *Thread) Object
- func (r *Result) ToJSON(*Thread) string
- func (r *Result) ToString() string
- func (r *Result) Value() interface{}
- type Thread
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
Result is a variant return type
func (*Result) MethodMissing ¶
MethodMissing will be called for all methods other than 'or'
Click to show internal directories.
Click to hide internal directories.