Documentation
¶
Index ¶
- type Env
- func (env *Env) AddContext(name string, val value.Value)
- func (env *Env) All() iter.Seq2[value.Value, value.Value]
- func (env *Env) Attr(name string) (value.Value, error)
- func (env *Env) Get(key value.Value) (value.Value, error)
- func (env *Env) Keys() iter.Seq[value.Value]
- func (env *Env) Len() int
- func (env *Env) RegisterFunction(fn ...Function)
- func (env *Env) Value() value.Value
- func (env *Env) Values() iter.Seq[value.Value]
- func (env *Env) WithMarks(marks uint16) value.Mapper
- type Function
- type Param
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct {
// contains filtered or unexported fields
}
func (*Env) RegisterFunction ¶
Click to show internal directories.
Click to hide internal directories.