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