@ -9,13 +9,11 @@ and here to install Qt: https://github.com/therecipe/qt
### Files:
### Files:
- `lib` - contains the gRPC protobuf definition of our service. Our service
- `lib`: contains the gRPC protobuf definition of our service. Our service defines one unary endpoint with an input message type and an output message type.
- defines one unary endpoint with an input message type and an output message
- `lib/count.proto`: the gRPC definitions, written by a human
- type.
- `lib/count`: the Go package containing our gRPC client and server definitions
- `lib/count.proto` - the gRPC definitions, written by a human
- `lib/count/count.pb.go`: generated from lib/count.proto using the following protoc invokation:
- `lib/count` - the Go package containing our gRPC client and server definitions
- `lib/count/count.pb.go` - generated from lib/count.proto using the following protoc invokation: