grpc HandleRPC

Posted by 夏泽民

服务器需要为每个连接保存各自的数据。连接创建时初始化数据,连接断开时清理数据。 这里利用了连接统计的接口,不知道是否是最适当的实现方式?



APIExtensionServer

Posted by 夏泽民

APIExtensionServer:主要处理 CustomResourceDefinition(CRD)和 CustomResource(CR)的 REST 请求,也是 Delegation 的最后一环,如果对应 CR 不能被处理的话则会返回 404。 Aggregator 和 APIExtensionsServer 对应两种主要扩展 APIServer 资源的方式,即分别是 AA 和 CRD。



writefile

Posted by 夏泽民

ioutil.WriteFile(lfile, body, os.ModeAppend),每次执行都会清空原有内容,如何只追加



文件分段上传

Posted by 夏泽民

https://blog.csdn.net/qq_15964039/article/details/105578965



swag

Posted by 夏泽民

https://github.com/swaggo/swag https://github.com/swaggo/http-swagger



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required