antikythera v0.4.0 AntikytheraCore.Handler.GearAction View Source

Link to this section Summary

Link to this section Functions

Link to this function

split_path_to_segments(path)

View Source

Specs

split_path_to_segments(String.t()) :: Antikythera.PathInfo.t()
Link to this function

with_logging_and_metrics_reporting(conn, helper_modules, f)

View Source

Specs

with_logging_and_metrics_reporting(
  Antikythera.Conn.t(),
  AntikytheraCore.Handler.HelperModules.t(),
  (() -> Antikythera.Conn.t())
) :: Antikythera.Conn.t()