mongodb

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

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 ClientCommand() *cli.Command

func CreateCommand

func CreateCommand() *cli.Command

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL