Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct {
GOOS string `json:"goos"`
ConfigPath string `json:"config_path"`
ConfigExists bool `json:"config_exists"`
DataDir string `json:"data_dir"`
CacheDir string `json:"cache_dir"`
CodegraphOnPath bool `json:"codegraph_on_path"`
CodegraphPath string `json:"codegraph_path,omitempty"`
Recommendations []string `json:"recommendations,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.