Skip to content

wcodesoft/mosha-service-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mosha-service-common

Common code used by all mosha services

Protos/gRPC

All service protos definitions are located in proto directory. The communication between services is done using gRPC. To regenerate the gRPC code, run:

protoc --go_out=. --go_opt=paths=source_relative \
  --go-grpc_out=. --go-grpc_opt=paths=source_relative \
  protos/authorservice/author.proto

About

Common code used by all mosha services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages