当前位置: 首页>>代码示例>>Golang>>正文


Golang proto.RegisterFile函数代码示例

本文整理汇总了Golang中github.com/maditya/protobuf/proto.RegisterFile函数的典型用法代码示例。如果您正苦于以下问题:Golang RegisterFile函数的具体用法?Golang RegisterFile怎么用?Golang RegisterFile使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了RegisterFile函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Golang代码示例。

示例1: init

func init() { proto.RegisterFile("enumstringer.proto", fileDescriptorEnumstringer) }
开发者ID:maditya,项目名称:protobuf,代码行数:1,代码来源:enumstringer.pb.go

示例2: init

func init() { proto1.RegisterFile("replication.proto", fileDescriptorReplication) }
开发者ID:maditya,项目名称:coname,代码行数:1,代码来源:replication.pb.go

示例3: init

func init() { proto.RegisterFile("empty.proto", fileDescriptorEmpty) }
开发者ID:maditya,项目名称:protobuf,代码行数:1,代码来源:empty.pb.go

示例4: init

func init() { proto.RegisterFile("index.proto", fileDescriptorIndex) }
开发者ID:maditya,项目名称:protobuf,代码行数:1,代码来源:index.pb.go

示例5: init

func init() { proto.RegisterFile("asym.proto", fileDescriptorAsym) }
开发者ID:maditya,项目名称:protobuf,代码行数:1,代码来源:asym.pb.go

示例6: init

func init() { proto.RegisterFile("proto3_proto/proto3.proto", fileDescriptorProto3) }
开发者ID:maditya,项目名称:protobuf,代码行数:1,代码来源:proto3.pb.go

示例7: init

func init() { proto.RegisterFile("vanity.proto", fileDescriptorVanity) }
开发者ID:maditya,项目名称:protobuf,代码行数:1,代码来源:vanity.pb.go

示例8: init

func init() { proto.RegisterFile("any.proto", fileDescriptorAny) }
开发者ID:maditya,项目名称:protobuf,代码行数:1,代码来源:any.pb.go

示例9: init

func init() { proto.RegisterFile("my_test/test.proto", fileDescriptorTest) }
开发者ID:maditya,项目名称:protobuf,代码行数:1,代码来源:test.pb.go

示例10: init

func init() { proto.RegisterFile("castvalue.proto", fileDescriptorCastvalue) }
开发者ID:maditya,项目名称:protobuf,代码行数:1,代码来源:castvalue.pb.go

示例11: init

func init() { proto.RegisterFile("wrappers.proto", fileDescriptorWrappers) }
开发者ID:maditya,项目名称:protobuf,代码行数:1,代码来源:wrappers.pb.go

示例12: init

func init() { proto.RegisterFile("stdtypes.proto", fileDescriptorStdtypes) }
开发者ID:maditya,项目名称:protobuf,代码行数:1,代码来源:stdtypes.pb.go

示例13: init

func init() { proto1.RegisterFile("keyserverlocal.proto", fileDescriptorKeyserverlocal) }
开发者ID:maditya,项目名称:coname,代码行数:1,代码来源:keyserverlocal.pb.go

示例14: init

func init() { proto.RegisterFile("enumcustomname.proto", fileDescriptorEnumcustomname) }
开发者ID:maditya,项目名称:protobuf,代码行数:1,代码来源:enumcustomname.pb.go

示例15: init

func init() { proto1.RegisterFile("timestamp.proto", fileDescriptorTimestamp) }
开发者ID:maditya,项目名称:coname,代码行数:1,代码来源:timestamp.pb.go


注:本文中的github.com/maditya/protobuf/proto.RegisterFile函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。