Discover Packages
github.com/leosunmo/kiali
routing
package
Version:
v0.9.0-snapshot.0
Opens a new window with list of versions in this module.
Published: Oct 5, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
NewRouter creates the router with all API routes and the static files handler
Route describes a single route
type Routes struct {
Routes []Route
}
Routes holds an array of Route. A note on swagger documentation. The path variables and query parameters
are defined in ../doc.go. YOu need to manually associate params and routes.
NewRoutes creates and returns all the API routes
Source Files
¶
Click to show internal directories.
Click to hide internal directories.