package local
import "github.com/docker/docker/api/server/router/local"
Index ¶
- func NewDeleteRoute(path string, handler httputils.APIFunc) dkrouter.Route
- func NewGetRoute(path string, handler httputils.APIFunc) dkrouter.Route
- func NewHeadRoute(path string, handler httputils.APIFunc) dkrouter.Route
- func NewOptionsRoute(path string, handler httputils.APIFunc) dkrouter.Route
- func NewPostRoute(path string, handler httputils.APIFunc) dkrouter.Route
- func NewPutRoute(path string, handler httputils.APIFunc) dkrouter.Route
- func NewRoute(method, path string, handler httputils.APIFunc) dkrouter.Route
- func NewRouter(daemon *daemon.Daemon) dkrouter.Router
Functions ¶
func NewDeleteRoute ¶
NewDeleteRoute initializes a new route with the http method DELETE.
func NewGetRoute ¶
NewGetRoute initializes a new route with the http method GET.
func NewHeadRoute ¶
NewHeadRoute initializes a new route with the http method HEAD.
func NewOptionsRoute ¶
NewOptionsRoute initializes a new route with the http method OPTIONS
func NewPostRoute ¶
NewPostRoute initializes a new route with the http method POST.
func NewPutRoute ¶
NewPutRoute initializes a new route with the http method PUT.
func NewRoute ¶
NewRoute initialies a new local route for the reouter
func NewRouter ¶
NewRouter initializes a local router with a new daemon.
Source Files ¶
auth.go container.go copy.go exec.go image.go info.go inspect.go local.go volume.go
- Version
- v1.9.0-rc4
- Published
- Oct 31, 2015
- Platform
- js/wasm
- Imports
- 44 packages
- Last checked
- 3 minutes ago –
Tools for package owners.