Documentation
¶
Overview ¶
Package policy provides policy and permission interfaces for OpenBotStack.
Policy enforcement happens in the control plane BEFORE execution. The runtime blindly executes; the control plane governs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllowAllEnforcer ¶
type AllowAllEnforcer struct{}
AllowAllEnforcer is a stub implementation of PolicyEnforcer that permits all actions.
func NewAllowAllEnforcer ¶
func NewAllowAllEnforcer() *AllowAllEnforcer
NewAllowAllEnforcer creates a new AllowAllEnforcer.
Click to show internal directories.
Click to hide internal directories.