1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-29 16:22:21 +00:00
2018-07-14 17:37:56 +08:00

16 lines
319 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 4.6. Protobuf扩展语法和插件
TODO
<!--
基于pb扩展打造一个自定义的rest生成
url中参数先简单处理不支持子结构体内的映射
参考 gopl 的 unpark 实现
重点是自动生成路由映射,甚至自动关联到 grpc 等服务接口(避免新开一个服务代理)
-->