Runtime API for the optional HostKit host agent.
Summary
Functions
@spec configure(keyword()) :: :ok
@spec record_event(term()) :: :ok
@spec record_monitor(term()) :: :ok
@spec record_plan(term()) :: :ok
@spec reset() :: :ok
@spec run_monitor(keyword()) :: {:ok, [HostKit.Monitor.Result.t()]} | {:error, term()}
@spec run_plan(keyword()) :: {:ok, HostKit.Plan.t()} | {:error, term()}
@spec snapshot() :: map()
@spec status() :: map()