Skip to content

chigichan24/Hello-gRPC-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello-gRPC-Sample

tree

Hello-gRPC-Sample
├── go/
│   ├── app/
│   │   ├── gen/ // Copied from protoc command
│   │   └── main.go
│   └── README.md
├── swift/
│   ├── helloServiceClient/
│   │   └── data/
│   │       └── gen/ // Copied from protoc command
│   └── README.md
├── proto/
│   └── HelloSrvice.proto
├── Makefile // run protoc command
└── README.md

develop

initial

make init

update proto files

make update

When go files only

make update-go

When swift files only

make update-swift

About

Sample project using line-login-sdk, grpc-go and grpc-swift

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published