Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildContext ¶
BuildContext creates a wired sdk.Context from params and payload command. Shared between the console and runner.
Types ¶
type Result ¶
type Result struct {
Target string `json:"target"`
Vulnerable bool `json:"vulnerable"`
Reason string `json:"reason,omitempty"`
Error error `json:"-"`
ErrorStr string `json:"error,omitempty"`
}
Result holds the outcome of scanning a single target.
Click to show internal directories.
Click to hide internal directories.