Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2026 Changes in this version + type Capability string + type Decision struct + Action Verdict + Capability Capability + Reason string + type Engine struct + func NewEngine(grant *Grant) *Engine + func (e *Engine) Check(required []Capability) Decision + type Grant struct + Caps []Capability + HumanGateClasses []string + type Verdict int + const Allow + const AskHuman + const Deny