From dcf1c9da347386841466b98267b084ac16229ee4 Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 29 Jan 2020 20:12:39 +0100 Subject: config parameters --- src/structs.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/structs.go b/src/structs.go index 15d1d7d..726096d 100644 --- a/src/structs.go +++ b/src/structs.go @@ -25,6 +25,8 @@ type location struct { } type config struct { - sshPort int - httpPort int -} \ No newline at end of file + sshPort int + httpPort int + bindIP string + stateFile string +} -- cgit 1.4.1