summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
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