Documentation ¶
Index ¶
Constants ¶
View Source
const ( // exporter & indexer Config = "config" LogLevel = "log-level" LogColorDisable = "log-color-disable" Port = "port" // dev PackageFilter = "package-filter" )
Variables ¶
View Source
var ( AppName = "" Version = "" Commit = "" )
View Source
var VersionCmd = &cobra.Command{ Use: "version", Short: "Show information about the current binary build", Args: cobra.NoArgs, Run: printBuildInfo, }
Functions ¶
func ConfigFlag ¶
func FilterFlag ¶
func StartExporterCmd ¶
func StartIndexerCmd ¶
func ValidateCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.