fleets/grpcapi
Arnaud Delcasse b9b0c10e1c Initial commit 2022-08-12 14:49:16 +02:00
..
README.md Initial commit 2022-08-12 14:49:16 +02:00
bookings.go Initial commit 2022-08-12 14:49:16 +02:00
fleets.pb.go Initial commit 2022-08-12 14:49:16 +02:00
fleets.proto Initial commit 2022-08-12 14:49:16 +02:00
fleets_grpc.pb.go Initial commit 2022-08-12 14:49:16 +02:00
grpcapi.go Initial commit 2022-08-12 14:49:16 +02:00
vehicles.go Initial commit 2022-08-12 14:49:16 +02:00
vehicles.pb.go Initial commit 2022-08-12 14:49:16 +02:00
vehicles.proto Initial commit 2022-08-12 14:49:16 +02:00

README.md

COOPGO Fleets gRPC API

Generate Go code from proto files :

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