ouisync icon indicating copy to clipboard operation
ouisync copied to clipboard

Make `Directory` `pub(crate)`, change `Repository::create_directory` to return `JointDirectory`

Open madadam opened this issue 3 years ago • 0 comments
trafficstars

Repository::create_directory is the only publicly exposed method that uses Directory and not JointDirectory. For simplicity and consistency we should only expose JointDirectory, not Directory.

madadam avatar Nov 17 '22 08:11 madadam