Skip to content

refactor: replace luai tags with json for consistency#454

Merged
bytemain merged 2 commits intomainfrom
refactor/prepare-js
Apr 27, 2025
Merged

refactor: replace luai tags with json for consistency#454
bytemain merged 2 commits intomainfrom
refactor/prepare-js

Conversation

@bytemain
Copy link
Copy Markdown
Member

This change updates the struct tags from luai to json across multiple files to maintain consistency with JSON serialization standards. This improves interoperability and aligns with common practices in Go for handling JSON data.

Prepare for support js plugin

This change updates the struct tags from `luai` to `json` across multiple files to maintain consistency with JSON serialization standards. This improves interoperability and aligns with common practices in Go for handling JSON data.
The SdkName field from the Plugin struct was removed and replaced with a direct Name field in the Sdk struct to simplify the code and improve maintainability. This change affects multiple files where SdkName was previously used, ensuring consistency across the codebase.
@bytemain bytemain merged commit c67a44a into main Apr 27, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants