diff options
Diffstat (limited to 'types.go')
| -rw-r--r-- | types.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ type Server struct { TLS *tls.Config Hostnames []string Routes []RouteDirective + + tlsKeyFile string + tlsCertFile string } type Auth struct { |
