init: radio init commit

This commit is contained in:
Blizzard
2026-02-28 15:56:26 +08:00
parent fc585fa4df
commit d79beb4663
63 changed files with 2540 additions and 6399 deletions
+2
View File
@@ -1,6 +1,7 @@
package service
import (
"sundynix-go/service/radio"
"sundynix-go/service/system"
)
@@ -8,4 +9,5 @@ var GroupApp = new(Group)
type Group struct {
SystemServiceGroup system.ServiceGroup
RadioServiceGroup radio.ServiceGroup
}