go-common/app/admin/ep/melloi/http/cluster.go

11 lines
172 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00: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))
}