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

fix: fix uint and string types #3507

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

josedonizetti
Copy link
Collaborator

Fix the types, because uint32 was generating a name Uint32, I we should match the wrappers and be UInt32.

Also for string, I've renamed it to str because string there is a conflict with the naming, if we use string it generates a value of String_ with a getter GetString_(), the underscore is really weird, so I've change it to str, let me know what you think.

@josedonizetti josedonizetti merged commit d78233f into aquasecurity:main Sep 27, 2023
26 checks passed
@josedonizetti josedonizetti deleted the fix-event-data-types branch September 27, 2023 10:29
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.

None yet

2 participants