Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalCodeEngine ¶
type SastResponse ¶
type SastResponse struct {
SastEnabled bool `json:"sastEnabled"`
LocalCodeEngine LocalCodeEngine `json:"localCodeEngine"`
Org string `json:"org"`
SupportedLanguages []string `json:"supportedLanguages"`
ReportFalsePositivesEnabled bool `json:"reportFalsePositivesEnabled"`
AutofixEnabled bool `json:"autofixEnabled"`
}
Click to show internal directories.
Click to hide internal directories.