Rebase from master
Signed-off-by: Liron Levin <liron@twistlock.com> Upstream-commit: f28230d35c19befe5d6799667f37c1362dd1b782 Component: engine
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user