Documentation ¶
Index ¶
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 StatsHandler ¶
func StatsHandler(m *meta.CollectorMeta) 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.