Skip to content

Latest commit

 

History

History

grpc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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