Skip to content

Commit 9e366eb

Browse files
committed
增加 go-grpc-example 项目地址
1 parent 0685fe5 commit 9e366eb

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

golang/gRPC/2018-09-24-带入gRPC-gRPC-Streaming-Client-and-Server.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 带入gRPC:gRPC Streaming, Client and Server
22

3+
项目地址:https://github.com/EDDYCJY/go-grpc-example
4+
35
## 前言
46

57
本章节将介绍 gRPC 的流式,分为三种类型:

golang/gRPC/2018-10-01-带入gRPC-TLS-证书认证.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 带入gRPC:TLS 证书认证
22

3+
项目地址:https://github.com/EDDYCJY/go-grpc-example
4+
35
## 前言
46

57
在前面的章节里,我们介绍了 gRPC 的四种 API 使用方式。是不是很简单呢 😀

golang/gRPC/2018-10-01-带入gRPC-基于CA的TLS证书认证.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 带入gRPC:基于 CA 的 TLS 证书认证
22

3+
项目地址:https://github.com/EDDYCJY/go-grpc-example
4+
35
## 前言
46

57
在上一章节中,我们提出了一个问题。就是如何保证证书的可靠性和有效性?你如何确定你 Server、Client 的证书是对的呢?

0 commit comments

Comments
 (0)