Maru v0.10.3 Maru.Builder.Pipeline

General DSLs for parsing router.

Summary

Macros

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

Macros

plug(plug)

Push a Plug struct to current resource scope.

plug(plug, opts)

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

plug_overridable(name, plug)

Push a overridable Plug struct to current resource scope.

plug_overridable(name, plug, opts)

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