11 lines
188 B
Go
11 lines
188 B
Go
package http
|
|
|
|
// import (
|
|
// wctx "go-common/library/net/http/context"
|
|
// )
|
|
|
|
// func compareProcStat(c wctx.Context) {
|
|
// res := c.Result()
|
|
// res["data"] = srv.CompareProcStat(c)
|
|
// }
|