Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 366 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 366 Bytes

Auth Service Protobuf Definitions

This repository contains protobuf definitions of the auth service.

Generate code

You can use make target_language command to generate gRPC code. For example if you want to generate code for Go, you can use make go. After the compilation of make, you can find the generated code under dist/target_language directory.