about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/structs.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/structs.go b/src/structs.go
index 8b53fe9..15d1d7d 100644
--- a/src/structs.go
+++ b/src/structs.go
@@ -23,3 +23,8 @@ type location struct {
 	longitude float64 `json:"longitude"`
 	name      string  `json:"name"`
 }
+
+type config struct {
+	sshPort int
+	httpPort int
+}
\ No newline at end of file