mobility-accounts/grpcapi
Arnaud Delcasse 5e4cea0bb3
Build and Push Docker Image / build_and_push (push) Failing after 56s Details
Remove fmt.Println and add Zerolog logging system
2024-11-11 20:35:17 +01:00
..
README.md psql first commit 2023-04-25 15:14:42 +03:00
accounts.go Remove fmt.Println and add Zerolog logging system 2024-11-11 20:35:17 +01: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 Remove fmt.Println and add Zerolog logging system 2024-11-11 20:35:17 +01: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