1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-06-08 02:16:36 +00:00
farside/lib/service.ex
2022-09-17 14:10:07 -07:00

8 lines
146 B
Elixir

defmodule Service do
@moduledoc nil
defstruct type: nil,
test_url: nil,
fallback: nil,
instances: []
end