bilibili-backup/app/admin/ep/melloi/http/cluster.go
2019-04-22 02:59:20 +00:00

11 lines
172 B
Go

package http
import (
bm "go-common/library/net/http/blademaster"
)
//ClusterInfo get cluster infomation
func ClusterInfo(c *bm.Context) {
c.JSON(srv.ClusterInfo(c))
}