initial commit
diff --git a/service.go b/service.go
new file mode 100644
index 0000000..ab9e10a
--- /dev/null
+++ b/service.go
@@ -0,0 +1,7 @@
+package main
+
+import confpb "code.hackerspace.pl/q3k/topo/proto/config"
+
+type service struct {
+	config *confpb.Config
+}