Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Mitigation ¶
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func WithBaseURL ¶
type Property ¶
type Property struct {
ID string `json:"id"`
Text string `json:"text"`
Category string `json:"category"`
IsparentProp bool `json:"isparentProp"`
SubProps []string `json:"subProps"`
ParentProp string `json:"parentProp"`
Threats []struct {
ID string `json:"id"`
Text string `json:"text"`
} `json:"threats"`
}
Click to show internal directories.
Click to hide internal directories.