Simplifying server config handling

This commit is contained in:
Frederick F. Kautz IV
2015-04-23 12:43:27 -07:00
parent a216bf836a
commit 5c515d3138
3 changed files with 10 additions and 36 deletions

View File

@@ -17,11 +17,3 @@
package server
// Config - http server parameters
type Config struct {
Domain string
Address string
TLS bool
CertFile string
KeyFile string
APIType interface{}
}