mirror of
https://github.com/TECHNOFAB11/powerproto.git
synced 2025-12-12 16:10:03 +01:00
|
|
||
|---|---|---|
| .. | ||
| using-gogo | ||
| using-googleapis | ||
| powerproto.yaml | ||
| README.md | ||
Using Multi Config Items
This example uses two different configurations for "using-gogo" and "using-googleapis" through the "scope" field.
It uses the following public libraries:
The following plug-ins are used:
You can compile the proto file in this directory by executing the following command:
powerproto build -r .
Not surprisingly, you will get the following output:
➜ tree
.
├── README.md
├── powerproto.yaml
├── using-gogo
│ ├── service.pb.go
│ ├── service.pb.gw.go
│ └── service.proto
└── using-googleapis
├── service.pb.go
├── service.pb.gw.go
├── service.proto
└── service_grpc.pb.go
2 directories, 9 files