Rebase from master

Signed-off-by: Liron Levin <liron@twistlock.com>
This commit is contained in:
Liron Levin
2015-12-08 17:37:59 +02:00
parent 8cc0892269
commit f28230d35c
2 changed files with 4 additions and 4 deletions

View File

@@ -41,9 +41,9 @@ type Config struct {
// Server contains instance details for the server
type Server struct {
cfg *Config
servers []*HTTPServer
routers []router.Router
cfg *Config
servers []*HTTPServer
routers []router.Router
authZPlugins []authorization.Plugin
}