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