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