Initial commit
parents
Showing
.air.toml
0 → 100644
.gitignore
0 → 100644
Dockerfile
0 → 100644
clear_duplicate_names.sql
0 → 100644
cmd/server/main.go
0 → 100644
docker-compose.yml
0 → 100644
docs/docker.md
0 → 100644
docs/docs.go
0 → 100644
This diff is collapsed.
Click to expand it.
docs/swagger.json
0 → 100644
This diff is collapsed.
Click to expand it.
docs/swagger.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
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/areas.go
0 → 100644
internal/handlers/coaches.go
0 → 100644
internal/handlers/error_response.go
0 → 100644
internal/handlers/import.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/handlers/matches.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/handlers/players.go
0 → 100644
internal/handlers/referees.go
0 → 100644
internal/handlers/teams.go
0 → 100644
internal/models/core.go
0 → 100644
This diff is collapsed.
Click to expand it.
internal/models/sample.go
0 → 100644
internal/router/router.go
0 → 100644
internal/services/area_service.go
0 → 100644
internal/services/coach_service.go
0 → 100644
internal/services/match_service.go
0 → 100644
internal/services/player_service.go
0 → 100644
internal/services/referee_service.go
0 → 100644
internal/services/team_service.go
0 → 100644
migrations/0002_add_ts_id_to_areas.sql
0 → 100644
migrations/0003_add_indexes_phase1.sql
0 → 100644
migrations/0004_add_match_query_indexes.sql
0 → 100644
server
0 → 100755
File added
Please
register
or
sign in
to comment