Categorygithub.com/tr1v3r/rule
modulepackage
0.0.4
Repository: https://github.com/tr1v3r/rule.git
Documentation: pkg.go.dev

# README

rule

Rule engine

  • TODO:
    • query hook

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewForest build a new forest and return it.
NewJSONTree build a json rule tree.
NewLazyJSONTree build a lazy json rule tree.
NewLazyTileTree build a tree with tile children in lazy mode.
NewLazyTree build a lazy rule tree.
NewLazyYAMLTree build a yaml rule tree.
No description provided by the author
NewTileTree build a tree with tile children.
NewTree build a rule tree.
NewYAMLTree build a yaml rule tree.

# Variables

ErrNotExistsTree tree not exists.

# Interfaces

Forest rule forest.
Rule rule for tree.
Tree rule tree.

# Type aliases

TreeBuilder tree build method.