Files
sundynix-radio-be/service/enter.go
T
2026-02-28 15:56:26 +08:00

14 lines
216 B
Go

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