Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvironmentData ¶
type EnvironmentData struct {
StackmatchVersion string `json:"stackmatch_version"`
ScanDate time.Time `json:"scan_date"`
System SystemInfo `json:"system"`
Tools map[string]string `json:"tools,omitempty"`
PackageManagers map[string]string `json:"package_managers,omitempty"`
CodeEditors map[string]string `json:"code_editors,omitempty"`
// ConfiguredLanguages stores detected programming languages and their primary versions.
ConfiguredLanguages map[string]string `json:"configured_languages,omitempty"`
ConfigFiles []string `json:"config_files,omitempty"`
}
EnvironmentData represents the top-level structure for the scanned environment. This is the structure that will be serialized to/from JSON.
Click to show internal directories.
Click to hide internal directories.