Documentation
¶
Overview ¶
Package exec provides the implementation for the exec command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
Application applicationCmd `` /* 129-byte string literal not displayed */
Postgres postgresCmd `cmd:"" group:"storage.nine.ch" name:"postgres" help:"Connect to a PostgreSQL instance."`
PostgresDatabase postgresDatabaseCmd `cmd:"" group:"storage.nine.ch" name:"postgresdatabase" help:"Connect to a PostgreSQL database."`
MySQL mysqlCmd `cmd:"" group:"storage.nine.ch" name:"mysql" help:"Connect to a MySQL instance."`
MySQLDatabase mysqlDatabaseCmd `cmd:"" group:"storage.nine.ch" name:"mysqldatabase" help:"Connect to a MySQL database."`
KeyValueStore kvsCmd `cmd:"" group:"storage.nine.ch" name:"keyvaluestore" aliases:"kvs" help:"Connect to a KeyValueStore instance."`
}
Cmd holds all exec sub-commands.
Click to show internal directories.
Click to hide internal directories.