A repo which containes backend models to be shared in golang code, to avoid "Don't repeat yourself". There are two types of models: a) Go-internal models placed in pkg folder b) Protobuf models places in pkg-bin
- create a ptofile in proto
- add this file to Makefile
- run
make