Versions in this module Expand all Collapse all v1 v1.0.0 Nov 17, 2022 Changes in this version + type CLIHandlerFn func() *cobra.Command + type EvidenceHandler struct + CLIHandler CLIHandlerFn + RESTHandler RESTHandlerFn + func NewEvidenceHandler(cliHandler CLIHandlerFn, restHandler RESTHandlerFn) EvidenceHandler + type RESTHandlerFn func(client.Context) rest.EvidenceRESTHandler