Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { // Register registers routes on the given group for the handler. Register(group *gin.RouterGroup) }
Handler is a handler in the Piko status API.
The handler registers routes for that expose APIs to inspect the status of that component.
Click to show internal directories.
Click to hide internal directories.