mobility-accounts/grpcapi
Arnaud Delcasse 356bfc6a86 Change password 2022-10-30 20:09:51 +01: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 Templayte updates and small changes 2022-09-06 15:03:39 +02:00
comasvc.proto Templayte updates and small changes 2022-09-06 15:03:39 +02:00
comasvc_grpc.pb.go Templayte updates and small changes 2022-09-06 15:03:39 +02:00
grpcapi.go Change password 2022-10-30 20:09:51 +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