mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
@@ -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