github.com/kyleu/dbaudit@v0.0.2-0.20240321155047-ff2f2c940496/doc/module/filesystem.md (about) 1 <!--- Content managed by Project Forge, see [projectforge.md] for details. --> 2 # Filesystem 3 4 This is a module for [Project Forge](https://projectforge.dev). It provides an abstraction around local and remote filesystems 5 6 https://github.com/kyleu/projectforge/tree/master/module/filesystem 7 8 ### License 9 10 Licensed under [CC0](https://creativecommons.org/publicdomain/zero/1.0) 11 12 ### Usage 13 14 - The interface `FileLoader` is provided, with a single implementation `FileSystem` 15 - The `Services` interface contains a default config filesystem 16 - You can create new filesystems with `NewFileSystem`