generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Handle sum types in ingress encoder #1388
Comments
Open
I'm thinking maybe we should just extend our existing encoding.Marshal/encoding.Unmarshal instead, but let's discuss in the standup. |
Pros:
Cons:
This might be better as a separate open source project. |
worstell
changed the title
Implement ingress encoder and handle sum types
Handle sum types in ingress encoder
May 3, 2024
worstell
added a commit
that referenced
this issue
May 8, 2024
worstell
added a commit
that referenced
this issue
May 9, 2024
worstell
added a commit
that referenced
this issue
May 9, 2024
worstell
added a commit
that referenced
this issue
May 9, 2024
worstell
added a commit
that referenced
this issue
May 9, 2024
worstell
added a commit
that referenced
this issue
May 9, 2024
worstell
added a commit
that referenced
this issue
May 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When decoding into a type enum
schema.Enum
, handle using the type registryThe text was updated successfully, but these errors were encountered: