 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package routes holds a collection of optional genericapiserver http handlers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶
type Index struct{}
    Index provides a webservice for the http root / listing all known paths.
func (Index) Install ¶
func (i Index) Install(c *mux.APIContainer)
Install adds the Index webservice to the given mux.
type Profiling ¶
type Profiling struct{}
    Profiling adds handlers for pprof under /debug/pprof.
func (Profiling) Install ¶
func (d Profiling) Install(c *mux.APIContainer)
Install adds the Profiling webservice to the given mux.
 Click to show internal directories. 
   Click to hide internal directories.