View Source AntikytheraCore.Alert.HandlerConfigsMap (antikythera v0.5.1)
Type module for map of all alert configurations for a single OTP application (antikythera or a gear).
Keys must be snake-cased handler names and values must be maps of each alert handler's configurations. These maps are stored in core/gear configs.
Summary
Types
@type t() :: %{required(Croma.String.t()) => AntikytheraCore.Alert.HandlerConfig.t()}
Functions
@spec get(:antikythera | Antikythera.GearName.t()) :: t()