You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

137 lines
4.2 KiB

1 year ago
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.29.1
  4. // protoc v3.15.6
  5. // source: proto/users.proto
  6. package proto
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type None struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. }
  24. func (x *None) Reset() {
  25. *x = None{}
  26. if protoimpl.UnsafeEnabled {
  27. mi := &file_proto_users_proto_msgTypes[0]
  28. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  29. ms.StoreMessageInfo(mi)
  30. }
  31. }
  32. func (x *None) String() string {
  33. return protoimpl.X.MessageStringOf(x)
  34. }
  35. func (*None) ProtoMessage() {}
  36. func (x *None) ProtoReflect() protoreflect.Message {
  37. mi := &file_proto_users_proto_msgTypes[0]
  38. if protoimpl.UnsafeEnabled && x != nil {
  39. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  40. if ms.LoadMessageInfo() == nil {
  41. ms.StoreMessageInfo(mi)
  42. }
  43. return ms
  44. }
  45. return mi.MessageOf(x)
  46. }
  47. // Deprecated: Use None.ProtoReflect.Descriptor instead.
  48. func (*None) Descriptor() ([]byte, []int) {
  49. return file_proto_users_proto_rawDescGZIP(), []int{0}
  50. }
  51. var File_proto_users_proto protoreflect.FileDescriptor
  52. var file_proto_users_proto_rawDesc = []byte{
  53. 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72,
  54. 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x22, 0x06, 0x0a, 0x04, 0x4e, 0x6f,
  55. 0x6e, 0x65, 0x32, 0x2b, 0x0a, 0x05, 0x55, 0x73, 0x65, 0x72, 0x73, 0x12, 0x22, 0x0a, 0x04, 0x54,
  56. 0x65, 0x73, 0x74, 0x12, 0x0b, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2e, 0x4e, 0x6f, 0x6e, 0x65,
  57. 0x1a, 0x0b, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2e, 0x4e, 0x6f, 0x6e, 0x65, 0x22, 0x00, 0x42,
  58. 0x24, 0x5a, 0x22, 0x67, 0x69, 0x74, 0x2e, 0x63, 0x68, 0x72, 0x69, 0x73, 0x68, 0x61, 0x79, 0x77,
  59. 0x61, 0x72, 0x64, 0x2e, 0x78, 0x79, 0x7a, 0x2f, 0x78, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f,
  60. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  61. }
  62. var (
  63. file_proto_users_proto_rawDescOnce sync.Once
  64. file_proto_users_proto_rawDescData = file_proto_users_proto_rawDesc
  65. )
  66. func file_proto_users_proto_rawDescGZIP() []byte {
  67. file_proto_users_proto_rawDescOnce.Do(func() {
  68. file_proto_users_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_users_proto_rawDescData)
  69. })
  70. return file_proto_users_proto_rawDescData
  71. }
  72. var file_proto_users_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  73. var file_proto_users_proto_goTypes = []interface{}{
  74. (*None)(nil), // 0: users.None
  75. }
  76. var file_proto_users_proto_depIdxs = []int32{
  77. 0, // 0: users.Users.Test:input_type -> users.None
  78. 0, // 1: users.Users.Test:output_type -> users.None
  79. 1, // [1:2] is the sub-list for method output_type
  80. 0, // [0:1] is the sub-list for method input_type
  81. 0, // [0:0] is the sub-list for extension type_name
  82. 0, // [0:0] is the sub-list for extension extendee
  83. 0, // [0:0] is the sub-list for field type_name
  84. }
  85. func init() { file_proto_users_proto_init() }
  86. func file_proto_users_proto_init() {
  87. if File_proto_users_proto != nil {
  88. return
  89. }
  90. if !protoimpl.UnsafeEnabled {
  91. file_proto_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  92. switch v := v.(*None); i {
  93. case 0:
  94. return &v.state
  95. case 1:
  96. return &v.sizeCache
  97. case 2:
  98. return &v.unknownFields
  99. default:
  100. return nil
  101. }
  102. }
  103. }
  104. type x struct{}
  105. out := protoimpl.TypeBuilder{
  106. File: protoimpl.DescBuilder{
  107. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  108. RawDescriptor: file_proto_users_proto_rawDesc,
  109. NumEnums: 0,
  110. NumMessages: 1,
  111. NumExtensions: 0,
  112. NumServices: 1,
  113. },
  114. GoTypes: file_proto_users_proto_goTypes,
  115. DependencyIndexes: file_proto_users_proto_depIdxs,
  116. MessageInfos: file_proto_users_proto_msgTypes,
  117. }.Build()
  118. File_proto_users_proto = out.File
  119. file_proto_users_proto_rawDesc = nil
  120. file_proto_users_proto_goTypes = nil
  121. file_proto_users_proto_depIdxs = nil
  122. }