11 lines
188 B
Go
Raw Normal View History

2019-04-22 02:59:20 +00:00
package http
// import (
// wctx "go-common/library/net/http/context"
// )
// func compareProcStat(c wctx.Context) {
// res := c.Result()
// res["data"] = srv.CompareProcStat(c)
// }