Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyzeSpecRequest ¶
type AnalyzeSpecResponse ¶
type AnalyzeSpecResponse struct { Spec *spec.Specification `json:"spec"` CheckResults []analyzer.CheckResult `json:"check_results"` SpecError *analyzer.SpecError `json:"spec_error"` }
type GetSemanticTokensResponse ¶
type GetSemanticTokensResponse struct { SemanticTokens []langsrv.ParsedToken `json:"semantic_tokens"` Error string `json:"error"` }
Click to show internal directories.
Click to hide internal directories.