mirror of
https://github.com/TECHNOFAB11/powerproto.git
synced 2025-12-11 23:50:04 +01:00
1.1 KiB
1.1 KiB
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