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