From a0962a4248ef055651cd358d56f6173deb20c289 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 27 Jan 2020 20:27:55 +0100 Subject: config struct --- src/structs.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/structs.go') 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 -- cgit 1.4.1