diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/service.ex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/service.ex b/lib/service.ex new file mode 100644 index 0000000..ae964f6 --- /dev/null +++ b/lib/service.ex @@ -0,0 +1,6 @@ +defmodule Service do + defstruct type: nil, + test_url: nil, + fallback: nil, + instances: [] +end |
