Skip to content
Discussion options

You must be logged in to vote

@sfc-gh-shliu, yes. That only impacts the API of generated code. But connect-go does not interact with messages via their generated methods. It only requires that the types implement proto.Message, so they can be passed to functions like proto.Marshal and proto.Unmarshal. In fact, you don't even need to use generated messages: connect-go can work with *dynamicpb.Message, too.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nicksnyder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants