使用最新的protoc-gen-go和protoc-gen-go-grpc插件编译proto文件

This commit is contained in:
GoEdgeLab
2023-08-07 10:26:22 +08:00
parent 64a6b8ad59
commit a7a170f9c6
150 changed files with 171 additions and 895 deletions

View File

@@ -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": ""
},
{