GITLAB
zhangqijia
/
Pro2DServer
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b6e571c32bea0724acf972359c6829a7242db764
Authored by
zhangqijia
2022-02-21 17:26:46 +0800
1 parent
563acaf7
添加参考链接
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
protos
test/client.go
Inline
Side-by-side
protos
@
564441523f2
1
-Subproject commit a01eb6ede9a8e3f9d5ec30bf41e9f6e0f4f9ee1f
1
+Subproject commit 564441523f2a69a4efeb2116addae2ed926d6e53
...
...
test/client.go
Wrap text
Show/Hide comments
View file @
b6e571c
1
+//参考:https://jergoo.gitbooks.io/go-grpc-practice-guide/content/chapter2/interceptor.html
2
+
1
3
package main
2
4
3
5
import (
...
...