dotfiles/app/lib/prymn/agents/health.ex

10 lines
299 B
Elixir
Raw Normal View History

defmodule Prymn.Agents.Health do
@moduledoc """
The Health struct keeps simple health information of whether or not the
target host machine is up to date, has any tasks running, its resources are
getting depleted, or if it's unable be reached.
"""
2024-02-01 21:54:23 +00:00
# defstruct status: :disconnected
end