summaryrefslogtreecommitdiff
path: root/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'types.go')
-rw-r--r--types.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/types.go b/types.go
index af7f30f..76f89ac 100644
--- a/types.go
+++ b/types.go
@@ -18,9 +18,11 @@ type Modifiers struct {
ExecCmd string
ExtendedGophermap bool
AutoAtom bool
+ Auth *Auth
Titan *Auth
Templates *template.Template
+ authName string
titanName string
}
@@ -46,9 +48,6 @@ type RouteDirective struct {
// "with ..."
Modifiers Modifiers
-
- Auth *Auth
- authName string
}
type Server struct {