1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-16 18:54:43 +08:00
2022-09-02 11:43:58 +08:00

16 lines
312 B
Go

package v1
import "github.com/1Panel-dev/1Panel/app/service"
type ApiGroup struct {
BaseApi
}
var ApiGroupApp = new(ApiGroup)
var (
userService = service.ServiceGroupApp.UserService
hostService = service.ServiceGroupApp.HostService
operationService = service.ServiceGroupApp.OperationService
)