sliproad/files
Gabriel Simmer 5e85a600d8
Simplify file router, add documenting comments.
The file router was starting to get out of hand, so I've done my best to
simplify it and get ahead of more spaghetti. As part of this, tidied up
some other code and added some much-needed comments and constants to
make things more readable. ObjectInfo() is much more useful as well,
determing if a file exists, if it's a directory and the location.

Feeling other bits of the project can be simplified, but mostly been
focused on the file providers and associated router.
2020-04-15 23:19:33 +01:00
..
backblaze.go Simplify file router, add documenting comments. 2020-04-15 23:19:33 +01:00
disk.go Simplify file router, add documenting comments. 2020-04-15 23:19:33 +01:00
fileprovider.go Simplify file router, add documenting comments. 2020-04-15 23:19:33 +01:00
files_test.go Simplify file router, add documenting comments. 2020-04-15 23:19:33 +01:00
fileutils.go Correct config provider, no backblaze goroutine. 2020-04-02 15:31:30 +01:00