本文整理汇总了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) }
示例2: init
func init() { proto1.RegisterFile("replication.proto", fileDescriptorReplication) }
示例3: init
func init() { proto.RegisterFile("empty.proto", fileDescriptorEmpty) }
示例4: init
func init() { proto.RegisterFile("index.proto", fileDescriptorIndex) }
示例5: init
func init() { proto.RegisterFile("asym.proto", fileDescriptorAsym) }
示例6: init
func init() { proto.RegisterFile("proto3_proto/proto3.proto", fileDescriptorProto3) }
示例7: init
func init() { proto.RegisterFile("vanity.proto", fileDescriptorVanity) }
示例8: init
func init() { proto.RegisterFile("any.proto", fileDescriptorAny) }
示例9: init
func init() { proto.RegisterFile("my_test/test.proto", fileDescriptorTest) }
示例10: init
func init() { proto.RegisterFile("castvalue.proto", fileDescriptorCastvalue) }
示例11: init
func init() { proto.RegisterFile("wrappers.proto", fileDescriptorWrappers) }
示例12: init
func init() { proto.RegisterFile("stdtypes.proto", fileDescriptorStdtypes) }
示例13: init
func init() { proto1.RegisterFile("keyserverlocal.proto", fileDescriptorKeyserverlocal) }
示例14: init
func init() { proto.RegisterFile("enumcustomname.proto", fileDescriptorEnumcustomname) }
示例15: init
func init() { proto1.RegisterFile("timestamp.proto", fileDescriptorTimestamp) }