bygdata/service/enter.go
2026-02-12 00:16:08 +00:00

14 lines
235 B
Go

package service
import (
"bygdata/service/example"
"bygdata/service/system"
)
var ServiceGroupApp = new(ServiceGroup)
type ServiceGroup struct {
SystemServiceGroup system.ServiceGroup
ExampleServiceGroup example.ServiceGroup
}