RSSAmplifier

Software Engineering by Eugene Khabarov · Jan 3, 2023

gRPC: Predictable Go Interfaces

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Whenever we work with gRPC and protobuf, we generate code. The code generator has some rules, and we know beforehand what to expect. In this post, I’ll show you how to use this knowledge. Let’s say we build a REST API on top of the gRPC one, and one or more of our list endpoints have two parameters: page and limit . The first specifies a page to return within a list, and the last is…

Read on ekhabarov.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.