Files
st-react/server/service/app/enter.go
2026-02-28 15:09:53 +08:00

13 lines
182 B
Go

package app
type AppServiceGroup struct {
AuthService
CharacterService
ConversationService
AIConfigService
PresetService
UploadService
WorldbookService
RegexScriptService
}