 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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.
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.