Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface {
GetRoutes() Routes
}
Controller Pattern of an rest/stream controller
type Env ¶
type Env struct { UseSwagger bool RadixComponentName string RadixDeploymentName string RadixDeploymentNamespace string RadixJobSchedulersPerEnvironmentHistoryLimit int RadixPort string LogLevel string }
Env instance variables
type RadixHandlerFunc ¶
type RadixHandlerFunc func(http.ResponseWriter, *http.Request)
RadixHandlerFunc Pattern for handler functions
type Route ¶
type Route struct { Path string Method string HandlerFunc RadixHandlerFunc }
Route Describe route
Click to show internal directories.
Click to hide internal directories.