Maru v0.13.2 Maru.Builder.Pipeline.DSLs View Source

Link to this section Summary

Functions

Define pipeline block of current endpoint

Push a Plug struct to current resource scope

Push a Plug struct with options and guards to current resource scope

Push a overridable Plug struct to current resource scope

Push a overridable Plug struct with options and guards to current resource scope

Link to this section Functions

Link to this macro pipeline(block) View Source (macro)

Define pipeline block of current endpoint.

Push a Plug struct to current resource scope.

Link to this macro plug(plug, opts) View Source (macro)

Push a Plug struct with options and guards to current resource scope.

Link to this macro plug_overridable(name, plug) View Source (macro)

Push a overridable Plug struct to current resource scope.

Link to this macro plug_overridable(name, plug, opts) View Source (macro)

Push a overridable Plug struct with options and guards to current resource scope.