-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support Go API for GetSchemaTypeMapping #123
Closed
Comments
16 tasks
16 tasks
16 tasks
16 tasks
16 tasks
16 tasks
This was referenced Aug 17, 2023
This was referenced Aug 25, 2023
16 tasks
16 tasks
This was referenced Sep 11, 2023
This was referenced Aug 12, 2024
This was referenced Aug 19, 2024
This was referenced Sep 14, 2024
Merged
This was referenced Oct 14, 2024
This was referenced Oct 23, 2024
This was referenced Nov 5, 2024
This was referenced Nov 18, 2024
This was referenced Dec 6, 2024
16 tasks
This was referenced Jan 16, 2025
16 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Is your feature request related to a problem? Please describe:
We have rest API
rpc GetSchemaTypeMapping(GetSchemaTypeMapping_Args) returns(GetSchemaTypeMapping_Result);
on kcl-py but the corresponding Go API is missing.The
GetSchemaTypeMapping((file: string, code:string)
is required to export HIR of KCL schema, which could be used to integrate other tools, like kcl-doc, vscode-kcl low code create from schema, etc.Describe the feature you'd like:
add
GetSchemaTypeMapping((file: string, code:string)
Go APIDescribe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: