Go: Database first struct generation
As we set up our protobuf structures and data migrations, we will need to interface between them.
Unfortunately, protobuf structs don’t have good support for adding go tags,
so we can’t easily pin db
tags to it, nor should we really. There’s always going to be some mismatching
with what a RPC request/response is, and what’s actually stored in the database.