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