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

12 lines
168 B
Go

package radio
type ServiceGroup struct {
CategoryService
ChannelService
ProgramService
SubscriptionService
InteractionService
}
var GroupApp = new(ServiceGroup)