mirror of
https://github.com/benbusby/farside.git
synced 2025-03-15 11:46:32 -04:00
7 lines
128 B
Elixir
7 lines
128 B
Elixir
![]() |
defmodule Service do
|
||
|
defstruct type: nil,
|
||
|
test_url: nil,
|
||
|
fallback: nil,
|
||
|
instances: []
|
||
|
end
|