Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLIHandlerFn ¶
CLIHandlerFn defines a CLI command handler for evidence submission
type EvidenceHandler ¶
type EvidenceHandler struct {
CLIHandler CLIHandlerFn
}
EvidenceHandler wraps CLIHandlerFn.
func NewEvidenceHandler ¶
func NewEvidenceHandler(cliHandler CLIHandlerFn) EvidenceHandler
Click to show internal directories.
Click to hide internal directories.