The next step (or possibly the first step) about implementing a microservice, is defining
it’s API endpoints. What people usually do is write http handlers and resort to a routing
framework like go-chi/chi. But, protocol buffers can define
your service, as RPC calls definitions are built into the protobuf schema.