GitHub user Xuanwo edited a comment on the discussion: The map construction in 
opendal's C binding

Maybe we don't need to have both `builder` and `config`. Only keep `builder` 
like what we do for `services` LGTM.

Builders:

```c
opendal_builder_fs opendal_builder_fs_new();
opendal_builder_fs_set_root(struct opendal_builder_fs *builder);

opendal_builder_memory opendal_builder_memory_new();
```

Operator:

```c
opendal_operator_ptr opendal_operator_new(char *scheme, void *builder);
```

GitHub link: 
https://github.com/apache/incubator-opendal/discussions/1904#discussioncomment-5577599

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to