Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Router ¶
type Router struct { HTTP httpx.Config Alert aconf.Alert AlertMuteCache *memsto.AlertMuteCacheType TargetCache *memsto.TargetCacheType BusiGroupCache *memsto.BusiGroupCacheType AlertStats *astats.Stats Ctx *ctx.Context ExternalProcessors *process.ExternalProcessorsType }
func New ¶
func New(httpConfig httpx.Config, alert aconf.Alert, amc *memsto.AlertMuteCacheType, tc *memsto.TargetCacheType, bgc *memsto.BusiGroupCacheType, astats *astats.Stats, ctx *ctx.Context, externalProcessors *process.ExternalProcessorsType) *Router
Click to show internal directories.
Click to hide internal directories.