go_dreamfactory/modules/web/api_srvlist.go
2022-07-04 17:48:54 +08:00

8 lines
130 B
Go

package web
import "go_dreamfactory/lego/sys/gin/engine"
//服务列表
func (this *Api_Comp) ServerList(c *engine.Context) {
}