View Source AntikytheraCore.Alert.HandlerConfig (antikythera v0.5.1)

Type module for map of configurations for a single alert handler.

Fields are treated as opaque at this layer; details are defined by each handler implementation.

Summary

Types

@type t() :: %{required(Croma.String.t()) => Croma.Any.t()}

Functions

Link to this function

get(handler, otp_app_name)

View Source
@spec get(module(), :antikythera | Antikythera.GearName.t()) :: t()
@spec valid?(term()) :: boolean()