Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultScopePath = "#Komet"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Evaluator ¶
type Evaluator struct {
// contains filtered or unexported fields
}
func NewEvaluator ¶
type Option ¶
type Option interface {
Apply(i *Evaluator)
}
func WithLoadDir ¶
func WithLoadModuleRoot ¶
func WithScopePath ¶
func WithScopes ¶
type OptionFunc ¶
type OptionFunc func(*Evaluator)
func (OptionFunc) Apply ¶
func (f OptionFunc) Apply(o *Evaluator)
Click to show internal directories.
Click to hide internal directories.