devorto/files

Defines the way files are being handled within an application.

2.1.0 2023-12-14 10:21 UTC

This package is auto-updated.

Last update: 2024-04-14 11:04:21 UTC


README

This library is ment to define a general way on how files are handled within an application. The implementation however is up to you. This package only includes the file object itself and a repository interface. The idea is that the person requesting a file through the repository doesn't need to know where or how it's saved.