How to use custom types in message proto definition #16334
Answered
by
janekolszak
janekolszak
asked this question in
Q&A
-
Hi there!
Everything builds, but when I try to send this message with the CLI I'm getting:
I think that would mean one of the Register* functions wasn't called, but it seems it shouldn't be called for customtypes (only for messages). Anyone created a customtype with proto3? Any idea what's wrong? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
janekolszak
May 30, 2023
Replies: 1 comment
-
Found it, it was bad MarshalJSON definition |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
janekolszak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found it, it was bad MarshalJSON definition