console

package
v0.2.1-beta Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Commands = map[string]interface{}{
		"queue:failed": &command.QueueFailed{},
		"queue:run":    &command.QueueRun{},
	}
)

Register all commands here. The following map of interfaces expose all available method that can be used by Go-Web CLI tool. The map index determines the command that you've to run to for use the relative method. Example: './goweb migration:up' will run '&command.MigrationUp{}' command.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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