package server
import "github.com/docker/docker/api/server"
Index ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server contains instance details for the server
func (*Server) CreateMux ¶
CreateMux returns a new mux with all the routers registered.
func (*Server) UseMiddleware ¶
func (s *Server) UseMiddleware(m middleware.Middleware)
UseMiddleware appends a new middleware to the request chain. This needs to be called before the API routes are configured.
Source Files ¶
Directories ¶
- Version
- v28.0.3+incompatible
- Published
- Mar 25, 2025
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- 1 minute ago –
Tools for package owners.