Documentation
¶
Index ¶
Constants ¶
View Source
const ConfigControllerKey = "ConfigController"
View Source
const ConfigCreateRoute = "/config"
View Source
const ConfigDeleteRoute = "/config/:name"
View Source
const ConfigQueryRoute = "/config/:name"
View Source
const ConfigUpdateRoute = "/config/:name"
View Source
const ControllersKey = "Controllers"
View Source
const GetHealthRoute = "/health"
View Source
const HealthCheckControllerKey = "HealthCheckController"
View Source
const WebsocketControllerKey = "WebsocketController"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigController ¶
type Controller ¶
type HealthCheckController ¶
type HealthCheckController interface {
Controller
GetHealth(c echo.Context) error
}
type WebsocketController ¶
type WebsocketController interface {
Controller
Connect(c echo.Context) error
}
Click to show internal directories.
Click to hide internal directories.