1 Star 0 Fork 1

Samlily-Xie/RPC-Turbo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
testprotos.proto 625 Bytes
一键复制 编辑 原始数据 按行查看 历史
vaporz 提交于 2020-05-20 13:46 +08:00 . remove gopath
syntax = "proto3";
package turbo;
message TestPrimitives {
int64 Int64Value = 1;
sint32 Int32Value = 2;
uint64 Uint64Value = 3;
uint32 Uint32Value = 4;
float Float32Value = 5;
double Float64Value = 6;
bool BoolValue = 7;
}
message TestProtoStruct {
int64 Value = 1;
}
message TestTags {
TestTagsData Data = 1;
}
message TestTagsData {
string UploadFile = 1;
string UploadUrl = 2;
string MetadataOnly = 3;
int64 ContentTypeId = 4;
int64 CreativeApiId = 5;
sint32 Duration = 6;
float PhysicalDuration = 7;
sint32 Bitrate = 8;
sint32 Height = 9;
sint32 Width = 10;
float Fps = 11;
string Id3Tag = 12;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/samlily-xie/RPC-Turbo.git
git@gitee.com:samlily-xie/RPC-Turbo.git
samlily-xie
RPC-Turbo
RPC-Turbo
master

搜索帮助