func init() {
	proto.RegisterType((*NidOptEnum)(nil), "enumstringer.NidOptEnum")
	proto.RegisterType((*NinOptEnum)(nil), "enumstringer.NinOptEnum")
	proto.RegisterType((*NidRepEnum)(nil), "enumstringer.NidRepEnum")
	proto.RegisterType((*NinRepEnum)(nil), "enumstringer.NinRepEnum")
	proto.RegisterEnum("enumstringer.TheTestEnum", TheTestEnum_name, TheTestEnum_value)
}
Example #2
0
func init() {
	proto.RegisterType((*Person)(nil), "limbo.tests.Person")
	proto.RegisterType((*Greeting)(nil), "limbo.tests.Greeting")
	proto.RegisterType((*ListOptions)(nil), "limbo.tests.ListOptions")
	proto.RegisterType((*FetchOptions)(nil), "limbo.tests.FetchOptions")
	proto.RegisterType((*Item)(nil), "limbo.tests.Item")
}
func init() {
	proto.RegisterType((*Simple)(nil), "jsonpb.Simple")
	proto.RegisterType((*Repeats)(nil), "jsonpb.Repeats")
	proto.RegisterType((*Widget)(nil), "jsonpb.Widget")
	proto.RegisterType((*Maps)(nil), "jsonpb.Maps")
	proto.RegisterType((*MsgWithOneof)(nil), "jsonpb.MsgWithOneof")
	proto.RegisterType((*Real)(nil), "jsonpb.Real")
	proto.RegisterType((*Complex)(nil), "jsonpb.Complex")
	proto.RegisterEnum("jsonpb.Widget_Color", Widget_Color_name, Widget_Color_value)
	proto.RegisterExtension(E_Complex_RealExtension)
	proto.RegisterExtension(E_Name)
}
Example #4
0
func init() {
	proto1.RegisterType((*Foo)(nil), "proto.Foo")
	proto1.RegisterType((*Bar)(nil), "proto.Bar")
}
Example #5
0
func init() {
	proto.RegisterType((*TestRequest)(nil), "empty.TestRequest")
}
Example #6
0
func init() {
	proto.RegisterType((*Castaway)(nil), "castvalue.Castaway")
	proto.RegisterType((*Wilson)(nil), "castvalue.Wilson")
}
Example #7
0
func init() {
	proto.RegisterType((*Object)(nil), "custombytesnonstruct.Object")
}
func init() {
	proto.RegisterType((*OnlyEnums)(nil), "enumcustomname.OnlyEnums")
	proto.RegisterEnum("enumcustomname.MyCustomEnum", MyCustomEnum_name, MyCustomEnum_value)
	proto.RegisterEnum("enumcustomname.MyCustomUnprefixedEnum", MyCustomUnprefixedEnum_name, MyCustomUnprefixedEnum_value)
	proto.RegisterEnum("enumcustomname.MyEnumWithEnumStringer", MyEnumWithEnumStringer_name, MyEnumWithEnumStringer_value)
}
Example #9
0
func init() {
	proto.RegisterType((*M)(nil), "filedotname.M")
}
Example #10
0
func init() {
	proto.RegisterType((*SubObject)(nil), "subpkg.SubObject")
}
Example #11
0
func init() {
	proto.RegisterType((*ModelDescriptor)(nil), "limbo.ModelDescriptor")
	proto.RegisterType((*ColumnDescriptor)(nil), "limbo.ColumnDescriptor")
	proto.RegisterType((*ScannerDescriptor)(nil), "limbo.ScannerDescriptor")
	proto.RegisterType((*JoinDescriptor)(nil), "limbo.JoinDescriptor")
}
Example #12
0
func init() {
	proto.RegisterType((*Groups1)(nil), "group.Groups1")
	proto.RegisterType((*Groups1_G)(nil), "group.Groups1.G")
	proto.RegisterType((*Groups2)(nil), "group.Groups2")
	proto.RegisterType((*Groups2_G)(nil), "group.Groups2.G")
}
Example #13
0
func init() {
	proto.RegisterType((*Message)(nil), "proto3_proto.Message")
	proto.RegisterType((*Nested)(nil), "proto3_proto.Nested")
	proto.RegisterType((*MessageWithMap)(nil), "proto3_proto.MessageWithMap")
	proto.RegisterEnum("proto3_proto.Message_Humour", Message_Humour_name, Message_Humour_value)
}
Example #14
0
func init() {
	proto.RegisterType((*Request)(nil), "my.test.Request")
	proto.RegisterType((*Request_SomeGroup)(nil), "my.test.Request.SomeGroup")
	proto.RegisterType((*Reply)(nil), "my.test.Reply")
	proto.RegisterType((*Reply_Entry)(nil), "my.test.Reply.Entry")
	proto.RegisterType((*OtherBase)(nil), "my.test.OtherBase")
	proto.RegisterType((*ReplyExtensions)(nil), "my.test.ReplyExtensions")
	proto.RegisterType((*OtherReplyExtensions)(nil), "my.test.OtherReplyExtensions")
	proto.RegisterType((*OldReply)(nil), "my.test.OldReply")
	proto.RegisterType((*Communique)(nil), "my.test.Communique")
	proto.RegisterType((*Communique_SomeGroup)(nil), "my.test.Communique.SomeGroup")
	proto.RegisterType((*Communique_Delta)(nil), "my.test.Communique.Delta")
	proto.RegisterEnum("my.test.HatType", HatType_name, HatType_value)
	proto.RegisterEnum("my.test.Days", Days_name, Days_value)
	proto.RegisterEnum("my.test.Request_Color", Request_Color_name, Request_Color_value)
	proto.RegisterEnum("my.test.Reply_Entry_Game", Reply_Entry_Game_name, Reply_Entry_Game_value)
	proto.RegisterExtension(E_ReplyExtensions_Time)
	proto.RegisterExtension(E_ReplyExtensions_Carrot)
	proto.RegisterExtension(E_ReplyExtensions_Donut)
	proto.RegisterExtension(E_Tag)
	proto.RegisterExtension(E_Donut)
}
Example #15
0
func init() {
	proto.RegisterType((*Foo)(nil), "issue34.Foo")
	proto.RegisterType((*FooWithRepeated)(nil), "issue34.FooWithRepeated")
}
Example #16
0
func init() {
	proto.RegisterType((*IndexQueries)(nil), "indeximport.IndexQueries")
}
Example #17
0
func init() {
	proto.RegisterType((*CodeGeneratorRequest)(nil), "google.protobuf.compiler.CodeGeneratorRequest")
	proto.RegisterType((*CodeGeneratorResponse)(nil), "google.protobuf.compiler.CodeGeneratorResponse")
	proto.RegisterType((*CodeGeneratorResponse_File)(nil), "google.protobuf.compiler.CodeGeneratorResponse.File")
}
Example #18
0
func init() {
	proto.RegisterType((*M)(nil), "M")
}
Example #19
0
func init() {
	proto.RegisterType((*Aproto3)(nil), "vanity.Aproto3")
}
Example #20
0
func init() {
	proto.RegisterType((*AuthzRule)(nil), "limbo.AuthzRule")
}
Example #21
0
func init() {
	proto.RegisterType((*M)(nil), "asym.M")
	proto.RegisterType((*MyType)(nil), "asym.MyType")
}
Example #22
0
func init() {
	proto.RegisterType((*SizeMessage)(nil), "protosize.SizeMessage")
}
Example #23
0
func init() {
	proto.RegisterType((*MoreDefaultsB)(nil), "moredefaults.MoreDefaultsB")
	proto.RegisterType((*MoreDefaultsA)(nil), "moredefaults.MoreDefaultsA")
}
Example #24
0
func init() {
	proto.RegisterType((*Object)(nil), "importdedup.Object")
}
Example #25
0
func init() {
	proto.RegisterType((*A)(nil), "vanity.A")
}
func init() {
	proto.RegisterType((*Timestamp)(nil), "google.protobuf.Timestamp")
}
Example #27
0
func init() {
	proto.RegisterType((*B)(nil), "vanity.B")
}
Example #28
0
func init() {
	proto.RegisterType((*IndexQuery)(nil), "index.IndexQuery")
}
Example #29
0
func init() {
	proto.RegisterType((*Person)(nil), "limbo.tests.Person")
	proto.RegisterType((*Person_Names)(nil), "limbo.tests.Person.Names")
	github_com_limbo_services_core_runtime_limbo.RegisterSchemaDefinitions(jsonSchemaDefs9)
	proto.RegisterEnum("limbo.tests.Person_Gender", Person_Gender_name, Person_Gender_value)
}
func init() {
	proto.RegisterType((*SizeMessage)(nil), "sizeunderscore.SizeMessage")
}