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