Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConfigOpt = "config" OutputFormatOpt = "output" JSONOutputFormat = "json" TextOutputFormat = "text" SelectorOpt = "selector" BundleOpt = "bundle" ListOpt = "list" )
View Source
const DefaultConfigFile = ".osdk-scorecard"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
type Plugin interface { List() scapiv1alpha1.ScorecardOutput Run() scapiv1alpha1.ScorecardOutput }
Click to show internal directories.
Click to hide internal directories.