Versions in this module Expand all Collapse all v0 v0.36.0 Jul 19, 2026 Changes in this version + type Evaluator struct + func NewEvaluator(view *vfs.View, hitl hitlservice.Service, policyName string) *Evaluator + func (e *Evaluator) PolicyName() string + func (e *Evaluator) Verdict(ctx context.Context, rootRelPath string, isDir bool) Verdict + type Op string + const OpRead + const OpWrite + type Verdict struct + Reachable bool + Read hitlservice.Action + ReadReason string + Write hitlservice.Action + WriteReason string