Documentation
¶
Overview ¶
Package policy is wowapi's ABAC condition engine: it evaluates a policy's conditions against an attribute bag using a closed operator set. It is the PolicyEngine kernel/authz delegates to, kept separate so the matching logic is small, pure, and independently testable (blueprint 01 §3 step 5).
Operators never execute arbitrary expressions; each is a fixed comparison, so a policy row can constrain but never inject behavior.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct{}
Engine implements authz.PolicyEngine. It is stateless and safe for concurrent use.
Click to show internal directories.
Click to hide internal directories.