stat.go 188 B

12345678910
  1. package http
  2. // import (
  3. // wctx "go-common/library/net/http/context"
  4. // )
  5. // func compareProcStat(c wctx.Context) {
  6. // res := c.Result()
  7. // res["data"] = srv.CompareProcStat(c)
  8. // }