Categorygithub.com/facily-tech/proto-examples
module
0.0.0-20210923105515-159fc8ce6721
Repository: https://github.com/facily-tech/proto-examples.git
Documentation: pkg.go.dev

# README

Proto Sharing Example

A sharing proto repository to be used as example of how sharing proto files between multiple projects.

Organization

.
├── LICENSE
├── README.md
└── NAMESPACE
    ├── Makefile
    ├── build
    │   ├── LANGUAGE
    │   │   └── DOMAIN
    │   │       ├── DOMAIN.pb.go
    │   │       └── DOMAIN_grpc.pb.go
    │   └── LANGUAGE
    │       └── DOMAIN
    │           ├── DOMAIN_grpc.py
    │           └── DOMAIN_pb2.py
    ├── proto
    │   └── DOMAIN
    │       └── DOMAINs.proto
    └── scripts
        └── LANGUAGE-build.sh

# Packages

No description provided by the author