command
Version:
v0.0.0-...-fabbfc5
Opens a new window with list of versions in this module.
Published: Feb 2, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
File
本篇演示micro中的大文件传输(流式调用)。
内容
- server.go - 文件接收服务端
- client.go - 文件发送客户端
运行File
使用protoc生成相应的代码
protoc --go_out=. --micro_out=. proto/file.proto
运行服务端
go run server.go
运行客户端
go run client.go
使用
使用Postman/CURL向http://127.0.0.1:8080/upload发送文件
curl http://127.0.0.1:8080/upload -F "file=@go.sum"
得到一串md5
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.