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 RESTHandler RESTHandlerFn }
EvidenceHandler defines a type that exposes REST and CLI client handlers for evidence submission.
func NewEvidenceHandler ¶
func NewEvidenceHandler(cliHandler CLIHandlerFn, restHandler RESTHandlerFn) EvidenceHandler
type RESTHandlerFn ¶
type RESTHandlerFn func(context.CLIContext) rest.EvidenceRESTHandler
RESTHandlerFn defines a REST service handler for evidence submission
Click to show internal directories.
Click to hide internal directories.