package server
import "github.com/dotcloud/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.1.1+incompatible (latest)
- Published
- Apr 18, 2025
- Platform
- linux/amd64
- Imports
- 14 packages
- Last checked
- 48 minutes ago –
Tools for package owners.