mobility-accounts/grpcapi
Arnaud Delcasse 6530d024f8 Add missing gRPC functions 2022-08-11 17:14:21 +02:00
..
README.md Refactor previous COOPGO Identity service - Initial commit 2022-08-02 12:26:28 +02:00
accounts.go Add missing gRPC functions 2022-08-11 17:14:21 +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 Add missing gRPC functions 2022-08-11 17:14:21 +02:00
comasvc.proto Add missing gRPC functions 2022-08-11 17:14:21 +02:00
comasvc_grpc.pb.go Add missing gRPC functions 2022-08-11 17:14:21 +02:00
grpcapi.go Add missing gRPC functions 2022-08-11 17:14:21 +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