mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-09-02 07:38:04 -05:00
11 lines
172 B
Go
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))
|
|
}
|