View Source AntikytheraCore.GearModule (antikythera v0.5.1)
Summary
Functions
@spec alert_manager(Antikythera.GearName.t()) :: module()
@spec alert_manager_unsafe(Antikythera.GearName.t()) :: module()
@spec error_handler(Antikythera.GearName.t()) :: nil | module()
@spec error_handler_unsafe(Antikythera.GearName.t()) :: module()
@spec logger(Antikythera.GearName.t()) :: module()
@spec logger_unsafe(Antikythera.GearName.t()) :: module()
@spec metrics_uploader(Antikythera.GearName.t()) :: module()
@spec metrics_uploader_unsafe(Antikythera.GearName.t()) :: module()
@spec request_helper_modules(Antikythera.GearName.t()) :: AntikytheraCore.Handler.HelperModules.t()
@spec root_supervisor(Antikythera.GearName.t()) :: module()
@spec root_supervisor_unsafe(Antikythera.GearName.t()) :: module()
@spec router(Antikythera.GearName.t()) :: module()
@spec router_unsafe(Antikythera.GearName.t()) :: module()
@spec template_module_from_context(Antikythera.Context.t()) :: module()
@spec top(Antikythera.GearName.t()) :: module()