Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func Run(ctx *Context, cmd string, args []string) error + type AuditFinding struct + Field string + Message string + Rule string + Severity string + type Context struct + InputFile string + Lang string + Lib *protocol.Library + OutputFile string + Raw bool + type FieldDiff struct + Detail string + Field string + NewValue string + OldValue string + Type string + type TestCase struct + Encode map[string]any + Expect map[string]any + Input string + Name string + Output string + Protocol string + type TestResult struct + Details string + Error string + Name string + Passed bool + type TestSuite struct + Protocol string + Tests []TestCase