Versions in this module Expand all Collapse all v0 v0.1.0 Jul 25, 2026 Changes in this version + const Version + type APISourceInput struct + ID string + Kind string + Path string + type Diagnostic struct + APISourceID string + APISourceKind string + Address string + Code string + Message string + OperationID string + Severity string + type Options struct + APISources []APISourceInput + ProjectPath string + Strict bool + type Result struct + Diagnostics []Diagnostic + ProjectPath string + Strict bool + Summary Summary + Valid bool + Version string + func Run(ctx context.Context, opts Options) (*Result, error) + type Summary struct + Diagnostics int + Errors int + Warnings int