Commit Graph

3 Commits

Author SHA1 Message Date
brian m. carlson
d9e4683956
fs: expose repository permissions
We have several places in the code base where we have a Filesystem
object but no Configuration object, namely in the transfer queue.  Pass
the repository permissions down into the Filesystem object and expose
them using the same interface as the config object, so we can use either
one as the instance when calling tools.MkdirAll.
2018-12-13 17:51:02 +00:00
Christian Buehlmann
29991a37b2 apply goimports 2018-06-13 16:56:46 +02:00
Christian Buehlmann
00de87a544 add unittests 2018-06-27 00:57:05 +02:00