View Source Makina.Command.ImplementedBy (makina v0.2.0)

Adds default callbacks information to command definitions.

Link to this section Summary

Types

Type that represents the options allowed in Makina.Command.ImplementedBy

Link to this section Types

@type option() :: {:implemented_by, module()}

Type that represents the options allowed in Makina.Command.ImplementedBy

Link to this section Functions

Link to this macro

__using__(options)

View Source (macro)
@spec __using__([option()]) :: Macro.t()

TODO

@spec command(Macro.t()) :: Macro.t()

TODO

Link to this macro

command(decl, opts)

View Source (macro)
@spec command(Macro.t(), Macro.t()) :: Macro.t()
@spec command(Macro.t(), [option()]) :: Macro.t()
Link to this macro

command(decl, opts, list)

View Source (macro)
@spec command(Macro.t(), [option()], Macro.t()) :: Macro.t()