We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
type EventContext struct { event map[string]any resourceContext map[string]any }
Both 'event' and 'resourceContext' are private fields that cannot be accessed in Factory method. Please make them public.
The text was updated successfully, but these errors were encountered:
Thanks for noting that; it's been addressed in v0.2.1
Sorry, something went wrong.
Readme sample code should also be updated accordingly.
No branches or pull requests
type EventContext struct {
event map[string]any
resourceContext map[string]any
}
Both 'event' and 'resourceContext' are private fields that cannot be accessed in Factory method. Please make them public.
The text was updated successfully, but these errors were encountered: