Files
Go-Web-Template/server/service/app/enter.go
2026-04-23 15:29:07 +08:00

8 lines
100 B
Go

package app
type ServiceGroup struct {
AppAuthService
AppRegisterService
AppInviteCodeService
}