Documentation ¶
Index ¶
- func BuzHandler() gin.HandlerFunc
- func ConfigOverviewHandler(conf config.Config) gin.HandlerFunc
- func HealthcheckHandler(c *gin.Context)
- func RouteOverviewHandler(conf config.Config) gin.HandlerFunc
- func SquawkboxHandler(h params.Handler, eventProtocol string) gin.HandlerFunc
- func StatsHandler(m *meta.CollectorMeta, s *stats.ProtocolStats) gin.HandlerFunc
- type RoutesResponse
- type StatsResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuzHandler ¶ added in v0.12.0
func BuzHandler() gin.HandlerFunc
func ConfigOverviewHandler ¶
func ConfigOverviewHandler(conf config.Config) gin.HandlerFunc
func HealthcheckHandler ¶
func RouteOverviewHandler ¶
func RouteOverviewHandler(conf config.Config) gin.HandlerFunc
func SquawkboxHandler ¶
func SquawkboxHandler(h params.Handler, eventProtocol string) gin.HandlerFunc
func StatsHandler ¶
func StatsHandler(m *meta.CollectorMeta, s *stats.ProtocolStats) gin.HandlerFunc
Types ¶
type RoutesResponse ¶
type RoutesResponse struct {
// contains filtered or unexported fields
}
type StatsResponse ¶
type StatsResponse struct { CollectorMeta *meta.CollectorMeta `json:"collectorMeta"` Stats *stats.ProtocolStats `json:"stats"` }
Click to show internal directories.
Click to hide internal directories.