Maru v0.12.0 Maru.Builder.Pipeline View Source

General DSLs for parsing router.

Link to this section Summary

Functions

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

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.