Binding design - #8007
Conversation
| } | ||
| ``` | ||
|
|
||
| `structured_values` uses the language-neutral `ConfigValue` grammar |
There was a problem hiding this comment.
Since config maps are currently string -> string, we can also go without this.
| "id": "s3", | ||
| "aliases": [] | ||
| }, | ||
| "native_artifact_path": "lib/opendal_service_s3.so", |
There was a problem hiding this comment.
this might not be stable.
| }, | ||
| "native_artifact_path": "lib/opendal_service_s3.so", | ||
| "native_entry_symbol": "opendal_service_s3_bootstrap_v1", | ||
| "target_identity": "x86_64-unknown-linux-gnu" |
|
Hi @erickguan i see what you are doing here and i did some of the work for this #6748 just some additional context for you,
let me know if you need any other info |
|
@chitralverma nice, I knew #6748. Here I am trying with Python because python binding is at most advanced development stages. I am looking for 2 things mainly as a first step:
|
|
@chitralverma can you share a link to this layer?
|
there you go |
Which issue does this PR close?
Closes #.
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?
AI Usage Statement