Discover Packages
gitee.com/hubery1003/cloudbases.io.kiali
routing
package
Version:
v0.16.4
Opens a new window with list of versions in this module.
Published: Dec 16, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 5
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.