Documentation ¶ Index ¶ func Routes(r *gin.Engine, sysinfo SystemInfo) type SystemInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Routes ¶ func Routes(r *gin.Engine, sysinfo SystemInfo) Types ¶ type SystemInfo ¶ added in v0.7.3 type SystemInfo struct { ManagedNamespace string `json:"managedNamespace"` Namespaced bool `json:"namespaced"` // TODO: Get the version of the current Numaflow Version string `json:"version"` } Source Files ¶ View all Source files routes.go Click to show internal directories. Click to hide internal directories.