repositorypackage
1.8.10
Repository: https://github.com/kattana-io/models.git
Documentation: pkg.go.dev
# README
Backend models
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
How-to create a protobuf model
- create a ptofile in proto
- add this file to Makefile
- run
make