bolcom / unFTP

A FTP(S) server with a couple of twists written in Rust. Follow and talk to us on https://t.me/unftp. Docs on https://unftp.rs
Apache License 2.0
264 stars 20 forks source link

Move more things to domain and infra packages #170

Closed hannesdejager closed 7 months ago

hannesdejager commented 7 months ago

This is in preparation for adding a REST or HTTP user detail provider. I'm moving code into the domain and infra modules. The domain module contains the traits to be implemented in the infra packages.