View Source Wayfarer.Dsl.Config (wayfarer v0.5.0)
The struct for storing configurations as generated by the DSL.
Summary
Types
@type t() :: %Wayfarer.Dsl.Config{ __identifier__: any(), health_checks: Wayfarer.Dsl.HealthChecks.t(), host_patterns: Wayfarer.Dsl.HostPatterns.t(), listeners: Wayfarer.Dsl.Listeners.t(), name: nil | String.t(), targets: Wayfarer.Dsl.Targets.t() }