diff options
Diffstat (limited to 'types.go')
| -rw-r--r-- | types.go | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 { |
