diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/structs.go | 8 |
1 files 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 +} |