Xuanwo commented on code in PR #2881: URL: https://github.com/apache/incubator-opendal/pull/2881#discussion_r1299337794
########## bindings/ocaml/lib/opendal.ml: ########## @@ -18,5 +18,6 @@ *) module Operator = Operator +module Seek_from = Opendal_core.Seek_from Review Comment: Thanks a lot! I prefer to integrate with ocaml's native as close as possible. ########## bindings/ocaml/lib/opendal.ml: ########## @@ -18,5 +18,6 @@ *) module Operator = Operator +module Seek_from = Opendal_core.Seek_from Review Comment: Thanks a lot! I prefer to integrate with ocaml's native API as close as possible. -- 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]
