first WS version
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 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
ecosystem.config.js
0 → 100644
go.mod
0 → 100644
go.sum
0 → 100644
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/competitions.go
0 → 100644
internal/handlers/error_response.go
0 → 100644
internal/handlers/import.go
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
internal/handlers/matches.go
0 → 100644
internal/handlers/players.go
0 → 100644
internal/handlers/referees.go
0 → 100644
internal/handlers/seasons.go
0 → 100644
internal/handlers/standings.go
0 → 100644
internal/handlers/teams.go
0 → 100644
internal/models/core.go
0 → 100644
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/competition_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/season_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
migrations/0009_add_match_formations.sql
0 → 100644
Please
register
or
sign in
to comment