diags/grpcapi
Nicolas CARON 2936cca8ca first try 2024-11-20 14:31:46 +01:00
..
README.md first try 2024-11-20 14:31:46 +01:00
diag.go first try 2024-11-20 14:31:46 +01:00
diag.pb.go first try 2024-11-20 14:31:46 +01:00
diag.proto first try 2024-11-20 14:31:46 +01:00
diags.pb.go first try 2024-11-20 14:31:46 +01:00
diags.proto first try 2024-11-20 14:31:46 +01:00
diags_grpc.pb.go first try 2024-11-20 14:31:46 +01:00
grpcapi.go first try 2024-11-20 14:31:46 +01:00

README.md

COOPGO Diags gRPC API

Generate Go code from proto files :

protoc --go_out=paths=source_relative:. --go-grpc_out=paths=source_relative:. ./*.proto