package
17.12.1-ce-rc2+incompatible
Repository: https://github.com/docker-archive/docker-ce.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Experimental will mark a route as experimental.
NewDeleteRoute initializes a new route with the http method DELETE.
NewGetRoute initializes a new route with the http method GET.
NewHeadRoute initializes a new route with the http method HEAD.
NewOptionsRoute initializes a new route with the http method OPTIONS.
NewPostRoute initializes a new route with the http method POST.
NewPutRoute initializes a new route with the http method PUT.
NewRoute initializes a new local route for the router.
WithCancel makes new route which embeds http.CloseNotifier feature to context.Context of handler.
# Interfaces
ExperimentalRoute defines an experimental API route that can be enabled or disabled.
Route defines an individual API route in the docker server.
Router defines an interface to specify a group of routes to add to the docker server.
# Type aliases
RouteWrapper wraps a route with extra functionality.