Expand description
opendal_common provide real sink supports for all opendal based services.
§TODO
opendal service now only support very basic sink features. To make it useful, we need to add the following features:
- Error handling
- Limitation
Structs§
- Open
DalMetadata - OpenDalMetadata carries metadata that opendal service needed to write.
- Open
DalRequest - OpenDalRequest is request will be handled by opendal services.
- Open
DalRequest Builder - OpenDalRequestBuilder will collect and encode input events to build a
valid
OpenDalRequest
. - Open
DalResponse - OpenDalResponse is the response returned by OpenDAL services.
- Open
DalService - OpenDalService is just a simple wrapper of
opendal::Operator
to implement traits we needed. - Open
DalSink - OpenDalSink provides generic a service upon OpenDAL.
Enums§
- Open
DalError - OpenDalError is the error returned by opendal services.