Packages

Programatically spawn and manage server infrastructure

Current section

Files

Jump to
illithid lib server_manager region_behaviour.ex
Raw

lib/server_manager/region_behaviour.ex

defmodule Illithid.ServerManager.RegionBehaviour do
@moduledoc false
alias Illithid.Models.Region
@callback all_regions() :: [Region.t()]
@callback all_available_regions() :: [Region.t()]
@callback unavailable_regions() :: [Region.t()]
end