cluster.go 137 B

123456789
  1. package http
  2. import (
  3. bm "go-common/library/net/http/blademaster"
  4. )
  5. func queryCluster(c *bm.Context) {
  6. c.JSON(svc.QueryCluster(c))
  7. }