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