Versions in this module Expand all Collapse all v0 v0.1.0 Jun 17, 2026 Changes in this version + type Engine struct + func New(defaultAllow bool, rules []Rule) *Engine + func (e *Engine) Decide(client domain.Identity, t domain.ToolRef) domain.Decision + func (e *Engine) Filter(client domain.Identity, full domain.Catalog) domain.Catalog + func (e *Engine) Reload(defaultAllow bool, rules []Rule) + func (e *Engine) Sync(catalog domain.Catalog) + type Rule struct + Allow []string + Client string