silver-ymz opened a new pull request, #2789: URL: https://github.com/apache/incubator-opendal/pull/2789
Update: - rename `OpMonad` to `OperatorT`, and add support for custom IO monad - add some documents and examples - simplify config file `OperatorT` is a monad transformer which keeps `Operator` in its context. I think previous name `OpMonad` is a little confused. And `OperatorT` is more suitable for community naming rules, since there are some popular monad transformers named to `ReaderT`, `ExceptT`, etc. So I rename `OpMonad` to `OperatorT`. -- 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]
