summaryrefslogtreecommitdiff
path: root/lib/service.ex
blob: ae964f6d83558628ff3c185a8421e4d05d88436b (plain)
1
2
3
4
5
6
defmodule Service do
  defstruct type: nil,
            test_url: nil,
            fallback: nil,
            instances: []
end