package
0.0.0-20240730052646-35e4cd04890c
Repository: https://github.com/aquasecurity/testdocker.git
Documentation: pkg.go.dev

# Functions

https://github.com/moby/moby/blob/fdf7f4d4ea38e0af3967668c5e2fd06046b8bead/api/server/server.go#L166.
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.

# Interfaces

Route defines an individual API route in the docker server.