Xuanwo commented on code in PR #3119: URL: https://github.com/apache/incubator-opendal/pull/3119#discussion_r1332349153
########## integrations/dav-server-fs-opendal/src/lib.rs: ########## @@ -0,0 +1,6 @@ +mod webdav_dir_entry; +mod webdav_file; +mod webdav_metadata; +pub mod webdavfs; Review Comment: > I think `OpendalFs` can't embody the WebDAV protocol Hi, I didn't get this. I'm talking about expose `OpendalFs` only instead a public module `webdavfs`. Users will use `dav_server_fs_opendal::OpendalFs` instead of `dav_server_fs_opendal::webdavfs::Xxx` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
