Wayfarer.Dsl.Config (wayfarer v0.6.4)

View Source

The struct for storing configurations as generated by the DSL.

Summary

Types

t()

@type t() :: %Wayfarer.Dsl.Config{
  __identifier__: any(),
  __spark_metadata__: term(),
  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()
}