ruleengine

package module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

README

CircleCI

ruleengine

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecuteDefaulting

func ExecuteDefaulting(ctx context.Context, rules []DefaultingRule)

func ExecuteValidation

func ExecuteValidation(ctx context.Context, rules []ValidationRule) error

func IsValidation

func IsValidation(err error) bool

IsValidation asserts validationError.

func ToIntPtr

func ToIntPtr(i int) *int

Types

type DefaultingRule

type DefaultingRule struct {
	Conditions []func() bool
	Defaulting func()
}

type ValidationRule

type ValidationRule struct {
	Conditions []func() bool
	Validation func() error
}

Jump to

Keyboard shortcuts

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