Skip to content

This repo contains the grpc service code for personal experiments

Notifications You must be signed in to change notification settings

danniel1205/grpc-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRPC service

This repo contains the grpc generated code which could be used by client and server implementations.

Code generation

Generate hello service grpc code

protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative ./helloservice/helloservice.proto

About

This repo contains the grpc service code for personal experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published