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

Generate helpers for constructing packet objects #5

Merged
merged 1 commit into from
Jul 25, 2023
Merged

Conversation

ethanmoffat
Copy link
Owner

Construct a concrete packet type from a family/action or integer ID.

This is done because golang doesn't support reflecting all types in a package using the reflect package. Instead, it is easier to map packet IDs to their concrete types during the code generation step.

Construct a concrete packet type from a family/action or integer ID
@ethanmoffat ethanmoffat merged commit c428254 into master Jul 25, 2023
1 check passed
@ethanmoffat ethanmoffat deleted the nethelpers branch July 25, 2023 05:06
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.

1 participant