/proto/eth/ext/options.pb.go

https://github.com/prysmaticlabs/geth-sharding · Go · 148 lines · 123 code · 11 blank · 14 comment · 2 complexity · 2da34fcfe7aff79cd02cc3a6e1b6aa32 MD5 · raw file

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.25.0
  4. // protoc v3.15.8
  5. // source: proto/eth/ext/options.proto
  6. package ext
  7. import (
  8. reflect "reflect"
  9. proto "github.com/golang/protobuf/proto"
  10. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  11. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  12. descriptorpb "google.golang.org/protobuf/types/descriptorpb"
  13. )
  14. const (
  15. // Verify that this generated code is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  17. // Verify that runtime/protoimpl is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  19. )
  20. // This is a compile-time assertion that a sufficiently up-to-date version
  21. // of the legacy proto package is being used.
  22. const _ = proto.ProtoPackageIsVersion4
  23. var file_proto_eth_ext_options_proto_extTypes = []protoimpl.ExtensionInfo{
  24. {
  25. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  26. ExtensionType: (*string)(nil),
  27. Field: 50000,
  28. Name: "ethereum.eth.ext.cast_type",
  29. Tag: "bytes,50000,opt,name=cast_type",
  30. Filename: "proto/eth/ext/options.proto",
  31. },
  32. {
  33. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  34. ExtensionType: (*string)(nil),
  35. Field: 50001,
  36. Name: "ethereum.eth.ext.ssz_size",
  37. Tag: "bytes,50001,opt,name=ssz_size",
  38. Filename: "proto/eth/ext/options.proto",
  39. },
  40. {
  41. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  42. ExtensionType: (*string)(nil),
  43. Field: 50002,
  44. Name: "ethereum.eth.ext.ssz_max",
  45. Tag: "bytes,50002,opt,name=ssz_max",
  46. Filename: "proto/eth/ext/options.proto",
  47. },
  48. {
  49. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  50. ExtensionType: (*string)(nil),
  51. Field: 50003,
  52. Name: "ethereum.eth.ext.spec_name",
  53. Tag: "bytes,50003,opt,name=spec_name",
  54. Filename: "proto/eth/ext/options.proto",
  55. },
  56. }
  57. // Extension fields to descriptorpb.FieldOptions.
  58. var (
  59. // optional string cast_type = 50000;
  60. E_CastType = &file_proto_eth_ext_options_proto_extTypes[0]
  61. // optional string ssz_size = 50001;
  62. E_SszSize = &file_proto_eth_ext_options_proto_extTypes[1]
  63. // optional string ssz_max = 50002;
  64. E_SszMax = &file_proto_eth_ext_options_proto_extTypes[2]
  65. // optional string spec_name = 50003;
  66. E_SpecName = &file_proto_eth_ext_options_proto_extTypes[3]
  67. )
  68. var File_proto_eth_ext_options_proto protoreflect.FileDescriptor
  69. var file_proto_eth_ext_options_proto_rawDesc = []byte{
  70. 0x0a, 0x1b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x74, 0x68, 0x2f, 0x65, 0x78, 0x74, 0x2f,
  71. 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x10, 0x65,
  72. 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x65, 0x74, 0x68, 0x2e, 0x65, 0x78, 0x74, 0x1a,
  73. 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  74. 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  75. 0x6f, 0x3a, 0x3c, 0x0a, 0x09, 0x63, 0x61, 0x73, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1d,
  76. 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  77. 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd0, 0x86,
  78. 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x61, 0x73, 0x74, 0x54, 0x79, 0x70, 0x65, 0x3a,
  79. 0x3a, 0x0a, 0x08, 0x73, 0x73, 0x7a, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x12, 0x1d, 0x2e, 0x67, 0x6f,
  80. 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69,
  81. 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd1, 0x86, 0x03, 0x20, 0x01,
  82. 0x28, 0x09, 0x52, 0x07, 0x73, 0x73, 0x7a, 0x53, 0x69, 0x7a, 0x65, 0x3a, 0x38, 0x0a, 0x07, 0x73,
  83. 0x73, 0x7a, 0x5f, 0x6d, 0x61, 0x78, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  84. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70,
  85. 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd2, 0x86, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73,
  86. 0x73, 0x7a, 0x4d, 0x61, 0x78, 0x3a, 0x3c, 0x0a, 0x09, 0x73, 0x70, 0x65, 0x63, 0x5f, 0x6e, 0x61,
  87. 0x6d, 0x65, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  88. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
  89. 0x73, 0x18, 0xd3, 0x86, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x70, 0x65, 0x63, 0x4e,
  90. 0x61, 0x6d, 0x65, 0x42, 0x7a, 0x0a, 0x14, 0x6f, 0x72, 0x67, 0x2e, 0x65, 0x74, 0x68, 0x65, 0x72,
  91. 0x65, 0x75, 0x6d, 0x2e, 0x65, 0x74, 0x68, 0x2e, 0x65, 0x78, 0x74, 0x42, 0x0c, 0x4f, 0x70, 0x74,
  92. 0x69, 0x6f, 0x6e, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x2c, 0x67, 0x69, 0x74,
  93. 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x61, 0x74, 0x69,
  94. 0x63, 0x6c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74,
  95. 0x6f, 0x2f, 0x65, 0x74, 0x68, 0x2f, 0x65, 0x78, 0x74, 0xaa, 0x02, 0x10, 0x45, 0x74, 0x68, 0x65,
  96. 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x65, 0x78, 0x74, 0xca, 0x02, 0x10, 0x45,
  97. 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x5c, 0x45, 0x74, 0x68, 0x5c, 0x65, 0x78, 0x74, 0x62,
  98. 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  99. }
  100. var file_proto_eth_ext_options_proto_goTypes = []interface{}{
  101. (*descriptorpb.FieldOptions)(nil), // 0: google.protobuf.FieldOptions
  102. }
  103. var file_proto_eth_ext_options_proto_depIdxs = []int32{
  104. 0, // 0: ethereum.eth.ext.cast_type:extendee -> google.protobuf.FieldOptions
  105. 0, // 1: ethereum.eth.ext.ssz_size:extendee -> google.protobuf.FieldOptions
  106. 0, // 2: ethereum.eth.ext.ssz_max:extendee -> google.protobuf.FieldOptions
  107. 0, // 3: ethereum.eth.ext.spec_name:extendee -> google.protobuf.FieldOptions
  108. 4, // [4:4] is the sub-list for method output_type
  109. 4, // [4:4] is the sub-list for method input_type
  110. 4, // [4:4] is the sub-list for extension type_name
  111. 0, // [0:4] is the sub-list for extension extendee
  112. 0, // [0:0] is the sub-list for field type_name
  113. }
  114. func init() { file_proto_eth_ext_options_proto_init() }
  115. func file_proto_eth_ext_options_proto_init() {
  116. if File_proto_eth_ext_options_proto != nil {
  117. return
  118. }
  119. type x struct{}
  120. out := protoimpl.TypeBuilder{
  121. File: protoimpl.DescBuilder{
  122. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  123. RawDescriptor: file_proto_eth_ext_options_proto_rawDesc,
  124. NumEnums: 0,
  125. NumMessages: 0,
  126. NumExtensions: 4,
  127. NumServices: 0,
  128. },
  129. GoTypes: file_proto_eth_ext_options_proto_goTypes,
  130. DependencyIndexes: file_proto_eth_ext_options_proto_depIdxs,
  131. ExtensionInfos: file_proto_eth_ext_options_proto_extTypes,
  132. }.Build()
  133. File_proto_eth_ext_options_proto = out.File
  134. file_proto_eth_ext_options_proto_rawDesc = nil
  135. file_proto_eth_ext_options_proto_goTypes = nil
  136. file_proto_eth_ext_options_proto_depIdxs = nil
  137. }