package
0.0.0-20191021005727-793517accc64
Repository: https://github.com/automationbroker/bundle-lib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Constants

DecisionAllowed - The authorizer has determined the action is allowed.
DecisionDeny - The authorizer has determined the action is not allowed.
DecisionNoOpinion - The authorizer has no opinion, this should mean the action is not allowed.

# Interfaces

Authorizer - authorizes users via the bundle runtime.
AuthorizeUser - an interface for a user object.

# Type aliases

Decision - The outcome of the authorization check.