infoalloggi-monorepo/apps/backend
Marco Pedone 1ac2d4b3ab Refactor storage handlers to use centralized configuration
- Updated `fs.go` and `minio.go` to replace hardcoded storage paths with values from the new config package.
- Introduced a new `config` package to manage application configuration, including database and storage settings.
- Removed the `models.go` file from `typedefs` as it was no longer needed.
- Added a new `config.go` file to handle loading environment variables and application settings.
- Created a new `types.go` file in `typedefs` to define storage strategies.
- Updated `storage_handler.go` to utilize the new configuration structure.
2025-08-22 12:57:33 +02:00
..
config Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
db Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
parser Refactor parser functionality: move ParseDettaglio and related tests to new parser package; remove unused utils functions 2025-08-21 13:53:55 +02:00
public init 2025-08-04 17:45:44 +02:00
queries Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
scripts Refactor test script to use echo for testing success instead of ping 2025-08-18 10:29:11 +02:00
storage_handlers Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
typesdefs Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
utils feat: add utility functions for string manipulation, XML fetching, and directory handling 2025-08-21 13:53:38 +02:00
.air.toml init 2025-08-04 17:45:44 +02:00
.dockerignore init 2025-08-04 17:45:44 +02:00
docker-compose.yml Remove sysctl settings from keydb service in docker-compose.yml and add TELEFONO field to user seed data in 3_seed_user.sql 2025-08-04 18:40:39 +02:00
Dockerfile Update scripts to use /bin/sh and ensure executable permissions 2025-08-18 10:22:02 +02:00
fallback.webp init 2025-08-04 17:45:44 +02:00
from_bkp.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
go.mod Update dependencies in go.mod and go.sum to latest versions 2025-08-05 10:06:17 +02:00
go.sum Update dependencies in go.mod and go.sum to latest versions 2025-08-05 10:06:17 +02:00
image_handler.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
images.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
miogest_handler.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
pg_dumper.sh init 2025-08-04 17:45:44 +02:00
server.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
storage.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
test.jpg init 2025-08-04 17:45:44 +02:00
TODO init 2025-08-04 17:45:44 +02:00