summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-07-03 14:01:17 +0100
committerKatolaZ <katolaz@freaknet.org>2017-07-03 14:01:17 +0100
commit683e302fa48f613c0489094ce18c486bb231f4ce (patch)
tree733d399c81b167fef8b60b7ee986c8557468fa5f /config.go
parent3fa367ce4edeee5f6119235ef0f32a1ab3eb0139 (diff)
Added "-c" option to specify config file
Diffstat (limited to 'config.go')
-rw-r--r--config.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.go b/config.go
index 9967ab8..aa9d966 100644
--- a/config.go
+++ b/config.go
@@ -34,6 +34,10 @@ import (
"strconv"
)
+type Options struct {
+ conf_file string
+}
+
type Config struct {
server_name string