mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-24 20:52:22 +00:00
Merge branch 'master' of github.com:chai2010/advanced-go-programming-book
This commit is contained in:
commit
1f43616cf4
@ -6,6 +6,8 @@ TODO
|
||||
|
||||
基本的用法,生成http路由,生成sdk
|
||||
|
||||
web框架???
|
||||
|
||||
--
|
||||
|
||||
基于pb扩展,打造一个自定义的rpc
|
||||
|
6
examples/ch4-03-rpc-hack/rpc-auth/main.go
Normal file
6
examples/ch4-03-rpc-hack/rpc-auth/main.go
Normal file
@ -0,0 +1,6 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
// todo
|
||||
// tls
|
||||
}
|
5
examples/ch4-03-rpc-hack/rpc-context/main.go
Normal file
5
examples/ch4-03-rpc-hack/rpc-context/main.go
Normal file
@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
// todo
|
||||
}
|
5
examples/ch4-03-rpc-hack/rpc-reverse/main.go
Normal file
5
examples/ch4-03-rpc-hack/rpc-reverse/main.go
Normal file
@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
// todo
|
||||
}
|
0
examples/ch4-04-grpc/auth/dummy.txt
Normal file
0
examples/ch4-04-grpc/auth/dummy.txt
Normal file
0
examples/ch4-04-grpc/basic/dummy.txt
Normal file
0
examples/ch4-04-grpc/basic/dummy.txt
Normal file
0
examples/ch4-04-grpc/http-handle/dummy.txt
Normal file
0
examples/ch4-04-grpc/http-handle/dummy.txt
Normal file
0
examples/ch4-04-grpc/reflect/dummy.txt
Normal file
0
examples/ch4-04-grpc/reflect/dummy.txt
Normal file
0
examples/ch4-04-grpc/stream/dummy.txt
Normal file
0
examples/ch4-04-grpc/stream/dummy.txt
Normal file
0
examples/ch4-05-grpc-hack/panic-and-log/dummy.txt
Normal file
0
examples/ch4-05-grpc-hack/panic-and-log/dummy.txt
Normal file
0
examples/ch4-05-grpc-hack/validate/dummy.txt
Normal file
0
examples/ch4-05-grpc-hack/validate/dummy.txt
Normal file
0
examples/ch4-06-pb/http-router/dummy.txt
Normal file
0
examples/ch4-06-pb/http-router/dummy.txt
Normal file
0
examples/ch4-06-pb/pb-option/dummy.txt
Normal file
0
examples/ch4-06-pb/pb-option/dummy.txt
Normal file
0
examples/ch4-06-pb/pb-web-frameswork/dummy.txt
Normal file
0
examples/ch4-06-pb/pb-web-frameswork/dummy.txt
Normal file
0
examples/ch4-06-pb/plugin-framework/dummy.txt
Normal file
0
examples/ch4-06-pb/plugin-framework/dummy.txt
Normal file
0
examples/ch4-07-other-rpc/msgpack/dummy.txt
Normal file
0
examples/ch4-07-other-rpc/msgpack/dummy.txt
Normal file
0
examples/ch4-07-other-rpc/protorpc/dummy.txt
Normal file
0
examples/ch4-07-other-rpc/protorpc/dummy.txt
Normal file
0
examples/ch4-07-other-rpc/rpcx/dummy.txt
Normal file
0
examples/ch4-07-other-rpc/rpcx/dummy.txt
Normal file
0
examples/ch4-07-other-rpc/thrift/dummy.txt
Normal file
0
examples/ch4-07-other-rpc/thrift/dummy.txt
Normal file
Loading…
x
Reference in New Issue
Block a user