Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 361 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 361 Bytes

gRPC

gRPC lib contains shared code for all gRPC Services

Any duplicate business logic code from all gRPC in apps/***-service should be centralized in this module.

Note: code here is not reusable beyond this workspace domain.

Test

gradle libs:grpc:test

Build

gradle libs:grpc:clean
gradle libs:grpc:build