MCPcopy Create free account
hub / github.com/deepflowio/deepflow / getRecorderCache

Function getRecorderCache

server/controller/http/router/debug.go:145–152  ·  view source on GitHub ↗
(m *manager.Manager)

Source from the content-addressed store, hash-verified

143}
144
145func getRecorderCache(m *manager.Manager) gin.HandlerFunc {
146 return gin.HandlerFunc(func(c *gin.Context) {
147 domainLcuuid := c.Param("domainLcuuid")
148 subDomainLcuuid := c.Param("subDomainLcuuid")
149 data, err := service.GetRecorderDomainCache(domainLcuuid, subDomainLcuuid, m)
150 response.JSON(c, response.SetData(data), response.SetError(err))
151 })
152}
153
154func getRecorderCacheDiffBaseDataSet(m *manager.Manager) gin.HandlerFunc {
155 return gin.HandlerFunc(func(c *gin.Context) {

Callers 1

RegisterToMethod · 0.85

Calls 1

JSONMethod · 0.80

Tested by

no test coverage detected