mobility-accounts/grpcapi
Arnaud Delcasse c6ba00b74f Extend PostgreSQL implementation and unit tests on MongoDB storage 2023-05-02 00:34:33 +02:00
..
README.md psql first commit 2023-04-25 15:14:42 +03:00
accounts.go Extend PostgreSQL implementation and unit tests on MongoDB storage 2023-05-02 00:34:33 +02:00
accounts.pb.go Extend PostgreSQL implementation and unit tests on MongoDB storage 2023-05-02 00:34:33 +02:00
accounts.proto Extend PostgreSQL implementation and unit tests on MongoDB storage 2023-05-02 00:34:33 +02:00
comasvc.pb.go Extend PostgreSQL implementation and unit tests on MongoDB storage 2023-05-02 00:34:33 +02:00
comasvc.proto psql first commit 2023-04-25 15:14:42 +03:00
comasvc_grpc.pb.go Extend PostgreSQL implementation and unit tests on MongoDB storage 2023-05-02 00:34:33 +02:00
grpcapi.go psql first commit 2023-04-25 15:14:42 +03:00

README.md

COOPGO Mobility Accounts gRPC API

Generate Go code from proto files :

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