antikythera v0.2.0 AntikytheraCore.Alert.HandlerConfigsMap View Source
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.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %{optional(Croma.String.t()) => AntikytheraCore.Alert.HandlerConfig.t()}
Link to this section Functions
Link to this function
get(otp_app_name)
View Source
get(:antikythera | Antikythera.GearName.t()) :: t()