graph

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: May 2, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Exclusion

Exclusion constructs a RelationTupleTreeNode exclusion operation.

func HasThis

func HasThis(rewrite *core.UsersetRewrite) bool

HasThis returns true if there exists a `_this` node anywhere within the given rewrite. If the rewrite is nil, returns false.

func Intersection

func Intersection(start *core.ObjectAndRelation, children ...*core.RelationTupleTreeNode) *core.RelationTupleTreeNode

Intersection constructs a RelationTupleTreeNode intersection operation.

func Leaf

func Leaf(start *core.ObjectAndRelation, children ...*core.User) *core.RelationTupleTreeNode

Leaf constructs a RelationTupleTreeNode leaf.

func Union

Union constructs a RelationTupleTreeNode union operation.

func WalkRewrite

func WalkRewrite(rewrite *core.UsersetRewrite, handler WalkHandler) interface{}

WalkRewrite walks a userset rewrite tree, invoking the handler found on each node of the tree until the handler returns a non-nil value, which is in turn returned from this function. Returns nil if no valid value was found. If the rewrite is nil, returns nil.

Types

type WalkHandler

type WalkHandler func(childOneof *core.SetOperation_Child) interface{}

WalkHandler is a function invoked for each node in the rewrite tree. If it returns non-nil, that value is returned from the walk. Otherwise, the walk continues.

Jump to

Keyboard shortcuts

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