authorizer

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DecisionTreeCmd

type DecisionTreeCmd struct {
	PolicyID  string
	Path      string
	Decisions []string
}

func (*DecisionTreeCmd) Run

func (cmd *DecisionTreeCmd) Run(c *cc.CommonCtx) error

type EvalDecisionCmd

type EvalDecisionCmd struct {
	PolicyID  string
	Path      string
	Decisions []string
}

func (*EvalDecisionCmd) Run

func (cmd *EvalDecisionCmd) Run(c *cc.CommonCtx) error

type ExecQueryCmd

type ExecQueryCmd struct {
	Statement string `arg:"stmt" name:"stmt" required:"" help:"query statement"`
	Input     string `name:"input" optional:"" help:"query input context"`
}

func (*ExecQueryCmd) Run

func (cmd *ExecQueryCmd) Run(c *cc.CommonCtx) error

Jump to

Keyboard shortcuts

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