Documentation ¶
Overview ¶
The doc package provides JSON metadata that documents gopls' public interfaces.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JSON string
API is a JSON value of type API. The 'gopls api-json' command prints it.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct { Options map[string][]*Option Commands []*Command Lenses []*Lens Analyzers []*Analyzer Hints []*Hint }
API is a JSON-encodable representation of gopls' public interfaces.
TODO(adonovan): document these data types.
Click to show internal directories.
Click to hide internal directories.