afero icon indicating copy to clipboard operation
afero copied to clipboard

add LinkOwner interface #342

Open jxsl13 opened this issue 2 years ago • 0 comments

Adds the ability to change ownership of symlinks.

read the issue at: #342

The use case is described in the issue as well.

Extends the Symlinker interface, requires more methods to be implemented. Might be a breaking change in that regard which could be resolved by removing the LinkOwner interface from the Symlinker interface.

The change may be less severe due to most structs that implement parts of the symlinker interface have also been updated.

Feedback required :)

jxsl13 avatar Mar 01 '22 18:03 jxsl13