Documentation
¶
Index ¶
Constants ¶
View Source
const (
InfluxDB = "influxdb"
)
Variables ¶
View Source
var Command = &cli.Command{ Name: InfluxDB, Usage: "local InfluxDB server", Category: database.Category, HideHelpCommand: true, Subcommands: []*cli.Command{ common.ListCommand(InfluxDB), CreateCommand(), common.DeleteCommand(InfluxDB), common.LogsCommand(InfluxDB), common.ShellCommand(InfluxDB, "/bin/bash"), }, }
Functions ¶
func CreateCommand ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.