Files
sundynix-go/service/enter.go
T
2025-05-08 23:03:00 +08:00

10 lines
164 B
Go

package service
import "sundynix-go/service/system"
var ServiceGroupApp = new(ServiceGroup)
type ServiceGroup struct {
SystemServiceGroup system.ServiceGroup
}