effector

package
v1.0.0 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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultEffector

type DefaultEffector struct {
	*defs.EffectDef
}

DefaultEffector is default effector for Casbin.

func NewEffector

func NewEffector(def *defs.EffectDef) *DefaultEffector

NewDefaultEffector is the constructor for DefaultEffector.

func (*DefaultEffector) MergeEffects

func (e *DefaultEffector) MergeEffects(effects []types.Effect, matches [][]string, complete bool) (types.Effect, []string, error)

type IEffector

type IEffector interface {
	// MergeEffects merges a list of effects into a single one
	// This function gets called during the accumulation of effects and once more when all effects have been gathered
	// Returns the effect and the rule, which is responsible for the result
	MergeEffects(effects []types.Effect, matches [][]string, complete bool) (types.Effect, []string, error)
}

IEffector is the interface for FastAC effectors.

Jump to

Keyboard shortcuts

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