conf

package
v1.16.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Env

func Env(env any) Nature

Types

type Checker

type Checker interface {
	Check()
}

type Config

type Config struct {
	EnvObject any
	Env       nature.Nature
	Expect    reflect.Kind
	ExpectAny bool
	Optimize  bool
	Strict    bool
	Profile   bool
	ConstFns  map[string]reflect.Value
	Visitors  []ast.Visitor
	Functions FunctionsTable
	Builtins  FunctionsTable
	Disabled  map[string]bool // disabled builtins
}

func CreateNew

func CreateNew() *Config

CreateNew creates new config with default values.

func New

func New(env any) *Config

New creates new config with environment.

func (*Config) Check

func (c *Config) Check()

func (*Config) ConstExpr

func (c *Config) ConstExpr(name string)

func (*Config) IsOverridden

func (c *Config) IsOverridden(name string) bool

func (*Config) WithEnv

func (c *Config) WithEnv(env any)

type FunctionsTable

type FunctionsTable map[string]*builtin.Function

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL