first Commit
parents
Showing
.air.toml
0 → 100644
.gitignore
0 → 100644
Dockerfile
0 → 100644
cmd/server/main.go
0 → 100644
docker-compose.yml
0 → 100644
docs/docs.go
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
docs/swagger.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
docs/swagger.yaml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
go.mod
0 → 100644
go.sum
0 → 100644
This diff is collapsed.
Click to expand it.
internal/config/config.go
0 → 100644
internal/database/database.go
0 → 100644
internal/errors/errors.go
0 → 100644
internal/handlers/agents.go
0 → 100644
internal/handlers/areas.go
0 → 100644
internal/handlers/auth.go
0 → 100644
internal/handlers/calendar.go
0 → 100644
internal/handlers/coaches.go
0 → 100644
internal/handlers/files.go
0 → 100644
internal/handlers/lists.go
0 → 100644
internal/handlers/player_agents.go
0 → 100644
internal/handlers/player_features.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/handlers/players.go
0 → 100644
internal/handlers/positions.go
0 → 100644
internal/handlers/profiles.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/handlers/reports.go
0 → 100644
internal/handlers/settings.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/handlers/superadmin.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/handlers/users.go
0 → 100644
internal/middleware/jwt.go
0 → 100644
internal/middleware/roles.go
0 → 100644
internal/models/models.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/router/router.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/services/agent_service.go
0 → 100644
internal/services/area_service.go
0 → 100644
internal/services/auth_service.go
0 → 100644
internal/services/calendar_service.go
0 → 100644
internal/services/coach_service.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/services/file_service.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/services/list_service.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/services/player_agent_service.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/services/player_feature_service.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/services/player_service.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/services/position_service.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/services/profile_service.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/services/report_service.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/services/settings_service.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/services/superadmin_service.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/services/user_service.go
0 → 100644
This diff is collapsed.
Click to expand it.
schema.ts
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment