cloud-org / edge-proxy

2022第三届云原生编程挑战赛-赛道2:针对边缘计算场景的ACK@Edge高效的边缘自治方案 队伍: 唔想返工
6 stars 1 forks source link

[feat] golang io 包熟悉 #2

Closed ronething-bot closed 2 years ago

ronething-bot commented 2 years ago
ronething-bot commented 2 years ago

io.Pipe 用法:https://blog.csdn.net/xixihahalelehehe/article/details/110822066

io.TeeReader 也是类似,主要还是对 reader 和 writer 的理解。先 close

ronething commented 2 years ago

cache 实现原理解读:https://openyurt.io/zh/blog/Edge-gateway-caching-capabilities/