Categorygithub.com/kattana-io/models
repositorypackage
1.8.10
Repository: https://github.com/kattana-io/models.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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

  1. create a ptofile in proto
  2. add this file to Makefile
  3. run make