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.
Click to show internal directories.
Click to hide internal directories.