Files

11 lines
172 B
Go
Raw Permalink Normal View History

2019-04-22 20:46:32 +08:00
package http
import (
bm "go-common/library/net/http/blademaster"
)
//ClusterInfo get cluster infomation
func ClusterInfo(c *bm.Context) {
c.JSON(srv.ClusterInfo(c))
}