Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func FormatSuggestions(suggestions []Suggestion) string + type Analyzer struct + func NewAnalyzer() *Analyzer + func (a *Analyzer) Analyze(s *schema.ProtocolSchema) []Suggestion + type Suggestion struct + Field string + Message string + Severity string + Type string