data

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: 13 Imported by: 0

Documentation

Overview

A replacement and simplification for the RegoProvider type in Regula.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Consumer

type Consumer interface {
	Module(ctx context.Context, path string, module *ast.Module) error
	DataDocument(ctx context.Context, path string, document map[string]interface{}) error
}

type Provider

type Provider func(context.Context, Consumer) error

func FSProvider

func FSProvider(fsys fs.FS, basePath string) Provider

func LocalProvider

func LocalProvider(root string) Provider

func PureRegoBuiltinsProvider

func PureRegoBuiltinsProvider() Provider

Provides the pure rego version of the API. Don't use this to evaluate rules in production.

func PureRegoLibProvider

func PureRegoLibProvider() Provider

Provides the pure rego part of the API.

func TarGzProvider

func TarGzProvider(reader io.Reader) Provider

Jump to

Keyboard shortcuts

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