package
0.0.0-20250130204033-e82d90384e5b
Repository: https://github.com/laurentgoderre/moby.git
Documentation: pkg.go.dev

# Functions

DebugRequestMiddleware dumps the request to logger.
NewExperimentalMiddleware creates a new ExperimentalMiddleware.
NewVersionMiddleware creates a VersionMiddleware with the given versions.

# Structs

ExperimentalMiddleware is a the middleware in charge of adding the 'Docker-Experimental' header to every outgoing request.
VersionMiddleware is a middleware that validates the client and server versions.

# Interfaces

Middleware is an interface to allow the use of ordinary functions as Docker API filters.