mobility-accounts/grpcapi
Arnaud Delcasse 3e93e6593d Refactor previous COOPGO Identity service - Initial commit 2022-08-02 12:26:28 +02:00
..
README.md Refactor previous COOPGO Identity service - Initial commit 2022-08-02 12:26:28 +02:00
accounts.go Refactor previous COOPGO Identity service - Initial commit 2022-08-02 12:26:28 +02:00
accounts.pb.go Refactor previous COOPGO Identity service - Initial commit 2022-08-02 12:26:28 +02:00
accounts.proto Refactor previous COOPGO Identity service - Initial commit 2022-08-02 12:26:28 +02:00
comasvc.pb.go Refactor previous COOPGO Identity service - Initial commit 2022-08-02 12:26:28 +02:00
comasvc.proto Refactor previous COOPGO Identity service - Initial commit 2022-08-02 12:26:28 +02:00
comasvc_grpc.pb.go Refactor previous COOPGO Identity service - Initial commit 2022-08-02 12:26:28 +02:00
grpcapi.go Refactor previous COOPGO Identity service - Initial commit 2022-08-02 12:26:28 +02: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