Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GITCOMMIT string
GITCOMMIT The gitcommit the application was built from
View Source
var RootCmd = &cobra.Command{ Use: "annotate-influxdb", Short: "A simple command line tool to send annotation data to InfluxDB", Long: ``, PreRun: func(cmd *cobra.Command, args []string) { rootCmdPreRun() }, Run: func(cmd *cobra.Command, args []string) { rootCmdRun() }, }
RootCmd represents the base command when called without any subcommands
View Source
var VERSION string
VERSION The version of the application
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.