package controller import ( "github.com/QuantumNous/new-api/common" "github.com/QuantumNous/new-api/service" "github.com/gin-gonic/gin" ) func GetOpsConcurrencySnapshot(c *gin.Context) { common.ApiSuccess(c, service.GetOpsConcurrencySnapshot()) }