rego

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrQueryTimedOut = errors.New("query timed out")

Functions

func Bind

func Bind(src ast.Value, dst interface{}) error

Types

type Options

type Options struct {
	Modules      map[string]*ast.Module
	Document     map[string]interface{}
	Capabilities *ast.Capabilities
}

type Query

type Query struct {
	Query               string
	Input               ast.Value
	Builtins            map[string]*topdown.Builtin
	StrictBuiltinErrors *bool // Defaults to true for us.
	Tracers             []topdown.QueryTracer
	Timeout             time.Duration
}

Query options can be extended in an associative way using Add.

func (Query) Add

func (q Query) Add(other Query) Query

type State

type State struct {
	// contains filtered or unexported fields
}

func NewState

func NewState(options Options) (*State, error)

func (*State) Query

func (s *State) Query(
	ctx context.Context,
	query Query,
	process func(ast.Value) error,
) error

Directories

Path Synopsis
Helper to implement rego testing.
Helper to implement rego testing.

Jump to

Keyboard shortcuts

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