fleets/grpcapi
soukainna 41bf03682c logic to update vehicles 2023-05-19 11:26:36 +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 Add status 2022-11-02 00:25:21 +01:00
fleets.proto Add status 2022-11-02 00:25:21 +01:00
fleets_grpc.pb.go Small improvements 2022-09-05 07:26:43 +02:00
grpcapi.go logic to update vehicles 2023-05-19 11:26:36 +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