API Reference EctoCommand v0.2.7
View SourceModules
The EctoCommand
module provides a DSL for defining command schemas.
It is used by use EctoCommand
in your command modules.
Middleware provides an extension point to add functions that you want to be called for every command execution
Pipeline is a struct used as an argument in the callback functions of modules
implementing the EctoCommand.Middleware
behaviour.