package app import "git.echol.cn/loser/st/server/service" type ApiGroup struct { AuthApi CharacterApi } var ( authService = service.ServiceGroupApp.AppServiceGroup.AuthService characterService = service.ServiceGroupApp.AppServiceGroup.CharacterService )