- 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. |
||
|---|---|---|
| .. | ||
| config | ||
| db | ||
| parser | ||
| public | ||
| queries | ||
| scripts | ||
| storage_handlers | ||
| typesdefs | ||
| utils | ||
| .air.toml | ||
| .dockerignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| fallback.webp | ||
| from_bkp.go | ||
| go.mod | ||
| go.sum | ||
| image_handler.go | ||
| images.go | ||
| miogest_handler.go | ||
| pg_dumper.sh | ||
| server.go | ||
| storage.go | ||
| test.jpg | ||
| TODO | ||