Skip to content

on7line/ThriftGoDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A Thrift Demo

https://qiknow.com/

install git.apache.org/thrift.git/lib/go/thrift

go get git.apache.org/thrift.git/lib/go/thrift

├── README.md └── thrift ├── handler │ ├── user.go │ └── user_test.go ├── idl │ ├── Base.thrift │ ├── Req.thrift │ ├── Resp.thrift │ └── UserService.thrift └── proto ├── base │ ├── Base-consts.go │ ├── Base.go │ └── GoUnusedProtection__.go ├── req │ ├── GoUnusedProtection__.go │ ├── Req-consts.go │ └── Req.go ├── resp │ ├── GoUnusedProtection__.go │ ├── Resp-consts.go │ └── Resp.go └── userservice ├── GoUnusedProtection__.go ├── UserService-consts.go └── UserService.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published