mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-23 13:45:17 +08:00
使用最新的protoc-gen-go和protoc-gen-go-grpc插件编译proto文件
This commit is contained in:
@@ -19809,7 +19809,7 @@
|
||||
},
|
||||
{
|
||||
"name": "HTTPCachePolicy",
|
||||
"code": "message HTTPCachePolicy {\n\tint64 id = 1;\n\tstring name = 2;\n\tbool isOn = 3;\n}",
|
||||
"code": "message HTTPCachePolicy {\n\tint64 id = 1; // ID\n\tstring name = 2; // 名称\n\tbool isOn = 3; // 是否启用\n\tbytes maxBytesJSON = 4; // 内容最大尺寸配置\n}",
|
||||
"doc": ""
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user