Skip to content
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
amyXia1994 opened this issue Jul 25, 2023 · 0 comments · Fixed by #124, #125, #126, #127 or #128
Closed

support Go API for GetSchemaTypeMapping #123

amyXia1994 opened this issue Jul 25, 2023 · 0 comments · Fixed by #124, #125, #126, #127 or #128

Comments

@amyXia1994
Copy link
Contributor

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 API

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

@steeling steeling mentioned this issue Nov 29, 2024
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment