basics.pb.go 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.1-devel
  4. // protoc v3.21.8
  5. // source: basics.proto
  6. package basics
  7. import (
  8. common "git.ikuban.com/server/pw-protobuf/api/common"
  9. _ "google.golang.org/genproto/googleapis/api/annotations"
  10. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  11. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  12. reflect "reflect"
  13. sync "sync"
  14. )
  15. const (
  16. // Verify that this generated code is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  18. // Verify that runtime/protoimpl is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  20. )
  21. type RandomNicknameReply struct {
  22. state protoimpl.MessageState
  23. sizeCache protoimpl.SizeCache
  24. unknownFields protoimpl.UnknownFields
  25. Nickname string `protobuf:"bytes,1,opt,name=nickname,proto3" json:"nickname"`
  26. }
  27. func (x *RandomNicknameReply) Reset() {
  28. *x = RandomNicknameReply{}
  29. if protoimpl.UnsafeEnabled {
  30. mi := &file_basics_proto_msgTypes[0]
  31. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  32. ms.StoreMessageInfo(mi)
  33. }
  34. }
  35. func (x *RandomNicknameReply) String() string {
  36. return protoimpl.X.MessageStringOf(x)
  37. }
  38. func (*RandomNicknameReply) ProtoMessage() {}
  39. func (x *RandomNicknameReply) ProtoReflect() protoreflect.Message {
  40. mi := &file_basics_proto_msgTypes[0]
  41. if protoimpl.UnsafeEnabled && x != nil {
  42. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  43. if ms.LoadMessageInfo() == nil {
  44. ms.StoreMessageInfo(mi)
  45. }
  46. return ms
  47. }
  48. return mi.MessageOf(x)
  49. }
  50. // Deprecated: Use RandomNicknameReply.ProtoReflect.Descriptor instead.
  51. func (*RandomNicknameReply) Descriptor() ([]byte, []int) {
  52. return file_basics_proto_rawDescGZIP(), []int{0}
  53. }
  54. func (x *RandomNicknameReply) GetNickname() string {
  55. if x != nil {
  56. return x.Nickname
  57. }
  58. return ""
  59. }
  60. type RandomAvatarReply struct {
  61. state protoimpl.MessageState
  62. sizeCache protoimpl.SizeCache
  63. unknownFields protoimpl.UnknownFields
  64. AvatarUrl string `protobuf:"bytes,1,opt,name=avatarUrl,proto3" json:"avatarUrl"`
  65. }
  66. func (x *RandomAvatarReply) Reset() {
  67. *x = RandomAvatarReply{}
  68. if protoimpl.UnsafeEnabled {
  69. mi := &file_basics_proto_msgTypes[1]
  70. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  71. ms.StoreMessageInfo(mi)
  72. }
  73. }
  74. func (x *RandomAvatarReply) String() string {
  75. return protoimpl.X.MessageStringOf(x)
  76. }
  77. func (*RandomAvatarReply) ProtoMessage() {}
  78. func (x *RandomAvatarReply) ProtoReflect() protoreflect.Message {
  79. mi := &file_basics_proto_msgTypes[1]
  80. if protoimpl.UnsafeEnabled && x != nil {
  81. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  82. if ms.LoadMessageInfo() == nil {
  83. ms.StoreMessageInfo(mi)
  84. }
  85. return ms
  86. }
  87. return mi.MessageOf(x)
  88. }
  89. // Deprecated: Use RandomAvatarReply.ProtoReflect.Descriptor instead.
  90. func (*RandomAvatarReply) Descriptor() ([]byte, []int) {
  91. return file_basics_proto_rawDescGZIP(), []int{1}
  92. }
  93. func (x *RandomAvatarReply) GetAvatarUrl() string {
  94. if x != nil {
  95. return x.AvatarUrl
  96. }
  97. return ""
  98. }
  99. type RandomAvatarListReply struct {
  100. state protoimpl.MessageState
  101. sizeCache protoimpl.SizeCache
  102. unknownFields protoimpl.UnknownFields
  103. List []string `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  104. }
  105. func (x *RandomAvatarListReply) Reset() {
  106. *x = RandomAvatarListReply{}
  107. if protoimpl.UnsafeEnabled {
  108. mi := &file_basics_proto_msgTypes[2]
  109. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  110. ms.StoreMessageInfo(mi)
  111. }
  112. }
  113. func (x *RandomAvatarListReply) String() string {
  114. return protoimpl.X.MessageStringOf(x)
  115. }
  116. func (*RandomAvatarListReply) ProtoMessage() {}
  117. func (x *RandomAvatarListReply) ProtoReflect() protoreflect.Message {
  118. mi := &file_basics_proto_msgTypes[2]
  119. if protoimpl.UnsafeEnabled && x != nil {
  120. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  121. if ms.LoadMessageInfo() == nil {
  122. ms.StoreMessageInfo(mi)
  123. }
  124. return ms
  125. }
  126. return mi.MessageOf(x)
  127. }
  128. // Deprecated: Use RandomAvatarListReply.ProtoReflect.Descriptor instead.
  129. func (*RandomAvatarListReply) Descriptor() ([]byte, []int) {
  130. return file_basics_proto_rawDescGZIP(), []int{2}
  131. }
  132. func (x *RandomAvatarListReply) GetList() []string {
  133. if x != nil {
  134. return x.List
  135. }
  136. return make([]string, 0)
  137. }
  138. var File_basics_proto protoreflect.FileDescriptor
  139. var file_basics_proto_rawDesc = []byte{
  140. 0x0a, 0x0c, 0x62, 0x61, 0x73, 0x69, 0x63, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0a,
  141. 0x61, 0x70, 0x69, 0x2e, 0x62, 0x61, 0x73, 0x69, 0x63, 0x73, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67,
  142. 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
  143. 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f,
  144. 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  145. 0x6f, 0x22, 0x31, 0x0a, 0x13, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x6e,
  146. 0x61, 0x6d, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b,
  147. 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b,
  148. 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x31, 0x0a, 0x11, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76,
  149. 0x61, 0x74, 0x61, 0x72, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61,
  150. 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76,
  151. 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x22, 0x2b, 0x0a, 0x15, 0x52, 0x61, 0x6e, 0x64, 0x6f,
  152. 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79,
  153. 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04,
  154. 0x6c, 0x69, 0x73, 0x74, 0x32, 0xc4, 0x06, 0x0a, 0x06, 0x42, 0x61, 0x73, 0x69, 0x63, 0x73, 0x12,
  155. 0x6d, 0x0a, 0x0e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d,
  156. 0x65, 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53,
  157. 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x62, 0x61, 0x73, 0x69,
  158. 0x63, 0x73, 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d,
  159. 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x26, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x22, 0x1b,
  160. 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x72, 0x61, 0x6e, 0x64,
  161. 0x6f, 0x6d, 0x2f, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x67,
  162. 0x0a, 0x0c, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x12,
  163. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52,
  164. 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x62, 0x61, 0x73, 0x69, 0x63, 0x73, 0x2e,
  165. 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x52, 0x65, 0x70, 0x6c,
  166. 0x79, 0x22, 0x24, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x22, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f,
  167. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x2f, 0x61, 0x76,
  168. 0x61, 0x74, 0x61, 0x72, 0x3a, 0x01, 0x2a, 0x12, 0x70, 0x0a, 0x0f, 0x52, 0x61, 0x6e, 0x64, 0x6f,
  169. 0x6d, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69,
  170. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a, 0x20,
  171. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x52, 0x61, 0x6e, 0x64,
  172. 0x6f, 0x6d, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79,
  173. 0x22, 0x27, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63,
  174. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74,
  175. 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x4b, 0x0a, 0x10, 0x52, 0x61, 0x6e,
  176. 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x2e,
  177. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65,
  178. 0x71, 0x1a, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x62, 0x61, 0x73, 0x69, 0x63, 0x73, 0x2e, 0x52,
  179. 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52,
  180. 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x40, 0x0a, 0x10, 0x46, 0x69, 0x6e, 0x64, 0x54, 0x61,
  181. 0x67, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x79, 0x53, 0x65, 0x78, 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69,
  182. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a, 0x18,
  183. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x67, 0x4c,
  184. 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x3a, 0x0a, 0x0d, 0x46, 0x69, 0x6e, 0x64,
  185. 0x54, 0x61, 0x67, 0x73, 0x42, 0x79, 0x49, 0x44, 0x73, 0x12, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  186. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x49, 0x64, 0x73, 0x1a, 0x18, 0x2e, 0x61, 0x70, 0x69,
  187. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52,
  188. 0x65, 0x70, 0x6c, 0x79, 0x12, 0x41, 0x0a, 0x0e, 0x46, 0x69, 0x6e, 0x64, 0x4d, 0x65, 0x6d, 0x65,
  189. 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d,
  190. 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x65, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
  191. 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x65, 0x6d,
  192. 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x4e, 0x0a, 0x0d, 0x46, 0x69, 0x6e, 0x64, 0x43,
  193. 0x68, 0x61, 0x74, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x12, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  194. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x54, 0x6f,
  195. 0x70, 0x69, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69,
  196. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x54, 0x6f, 0x70, 0x69,
  197. 0x63, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x41, 0x0a, 0x0a, 0x52, 0x61, 0x6e, 0x64, 0x6f,
  198. 0x6d, 0x4d, 0x65, 0x6d, 0x65, 0x12, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  199. 0x6f, 0x6e, 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x1a, 0x1a, 0x2e, 0x61,
  200. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  201. 0x54, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x4f, 0x0a, 0x12, 0x52, 0x61,
  202. 0x6e, 0x64, 0x6f, 0x6d, 0x53, 0x77, 0x69, 0x66, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
  203. 0x12, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x52, 0x61,
  204. 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x41, 0x6e, 0x64, 0x53, 0x65, 0x78, 0x1a, 0x1a, 0x2e,
  205. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f,
  206. 0x6e, 0x54, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x42, 0x43, 0x0a, 0x0a, 0x61,
  207. 0x70, 0x69, 0x2e, 0x62, 0x61, 0x73, 0x69, 0x63, 0x73, 0x50, 0x01, 0x5a, 0x33, 0x67, 0x69, 0x74,
  208. 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76,
  209. 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61,
  210. 0x70, 0x69, 0x2f, 0x62, 0x61, 0x73, 0x69, 0x63, 0x73, 0x3b, 0x62, 0x61, 0x73, 0x69, 0x63, 0x73,
  211. 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  212. }
  213. var (
  214. file_basics_proto_rawDescOnce sync.Once
  215. file_basics_proto_rawDescData = file_basics_proto_rawDesc
  216. )
  217. func file_basics_proto_rawDescGZIP() []byte {
  218. file_basics_proto_rawDescOnce.Do(func() {
  219. file_basics_proto_rawDescData = protoimpl.X.CompressGZIP(file_basics_proto_rawDescData)
  220. })
  221. return file_basics_proto_rawDescData
  222. }
  223. var file_basics_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
  224. var file_basics_proto_goTypes = []interface{}{
  225. (*RandomNicknameReply)(nil), // 0: api.basics.RandomNicknameReply
  226. (*RandomAvatarReply)(nil), // 1: api.basics.RandomAvatarReply
  227. (*RandomAvatarListReply)(nil), // 2: api.basics.RandomAvatarListReply
  228. (*common.SexReq)(nil), // 3: api.common.SexReq
  229. (*common.Ids)(nil), // 4: api.common.Ids
  230. (*common.MemeRequest)(nil), // 5: api.common.MemeRequest
  231. (*common.FindChatTopicRequest)(nil), // 6: api.common.FindChatTopicRequest
  232. (*common.RandomNum)(nil), // 7: api.common.RandomNum
  233. (*common.RandomNumAndSex)(nil), // 8: api.common.RandomNumAndSex
  234. (*common.RandomIntroduceReply)(nil), // 9: api.common.RandomIntroduceReply
  235. (*common.TagListReply)(nil), // 10: api.common.TagListReply
  236. (*common.MemeList)(nil), // 11: api.common.MemeList
  237. (*common.ChatTopicList)(nil), // 12: api.common.ChatTopicList
  238. (*common.CommonTextList)(nil), // 13: api.common.CommonTextList
  239. }
  240. var file_basics_proto_depIdxs = []int32{
  241. 3, // 0: api.basics.Basics.RandomNickname:input_type -> api.common.SexReq
  242. 3, // 1: api.basics.Basics.RandomAvatar:input_type -> api.common.SexReq
  243. 3, // 2: api.basics.Basics.RandomIntroduce:input_type -> api.common.SexReq
  244. 3, // 3: api.basics.Basics.RandomAvatarList:input_type -> api.common.SexReq
  245. 3, // 4: api.basics.Basics.FindTagListBySex:input_type -> api.common.SexReq
  246. 4, // 5: api.basics.Basics.FindTagsByIDs:input_type -> api.common.Ids
  247. 5, // 6: api.basics.Basics.FindMemeByType:input_type -> api.common.MemeRequest
  248. 6, // 7: api.basics.Basics.FindChatTopic:input_type -> api.common.FindChatTopicRequest
  249. 7, // 8: api.basics.Basics.RandomMeme:input_type -> api.common.RandomNum
  250. 8, // 9: api.basics.Basics.RandomSwiftMessage:input_type -> api.common.RandomNumAndSex
  251. 0, // 10: api.basics.Basics.RandomNickname:output_type -> api.basics.RandomNicknameReply
  252. 1, // 11: api.basics.Basics.RandomAvatar:output_type -> api.basics.RandomAvatarReply
  253. 9, // 12: api.basics.Basics.RandomIntroduce:output_type -> api.common.RandomIntroduceReply
  254. 2, // 13: api.basics.Basics.RandomAvatarList:output_type -> api.basics.RandomAvatarListReply
  255. 10, // 14: api.basics.Basics.FindTagListBySex:output_type -> api.common.TagListReply
  256. 10, // 15: api.basics.Basics.FindTagsByIDs:output_type -> api.common.TagListReply
  257. 11, // 16: api.basics.Basics.FindMemeByType:output_type -> api.common.MemeList
  258. 12, // 17: api.basics.Basics.FindChatTopic:output_type -> api.common.ChatTopicList
  259. 13, // 18: api.basics.Basics.RandomMeme:output_type -> api.common.CommonTextList
  260. 13, // 19: api.basics.Basics.RandomSwiftMessage:output_type -> api.common.CommonTextList
  261. 10, // [10:20] is the sub-list for method output_type
  262. 0, // [0:10] is the sub-list for method input_type
  263. 0, // [0:0] is the sub-list for extension type_name
  264. 0, // [0:0] is the sub-list for extension extendee
  265. 0, // [0:0] is the sub-list for field type_name
  266. }
  267. func init() { file_basics_proto_init() }
  268. func file_basics_proto_init() {
  269. if File_basics_proto != nil {
  270. return
  271. }
  272. if !protoimpl.UnsafeEnabled {
  273. file_basics_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  274. switch v := v.(*RandomNicknameReply); i {
  275. case 0:
  276. return &v.state
  277. case 1:
  278. return &v.sizeCache
  279. case 2:
  280. return &v.unknownFields
  281. default:
  282. return nil
  283. }
  284. }
  285. file_basics_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  286. switch v := v.(*RandomAvatarReply); i {
  287. case 0:
  288. return &v.state
  289. case 1:
  290. return &v.sizeCache
  291. case 2:
  292. return &v.unknownFields
  293. default:
  294. return nil
  295. }
  296. }
  297. file_basics_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  298. switch v := v.(*RandomAvatarListReply); i {
  299. case 0:
  300. return &v.state
  301. case 1:
  302. return &v.sizeCache
  303. case 2:
  304. return &v.unknownFields
  305. default:
  306. return nil
  307. }
  308. }
  309. }
  310. type x struct{}
  311. out := protoimpl.TypeBuilder{
  312. File: protoimpl.DescBuilder{
  313. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  314. RawDescriptor: file_basics_proto_rawDesc,
  315. NumEnums: 0,
  316. NumMessages: 3,
  317. NumExtensions: 0,
  318. NumServices: 1,
  319. },
  320. GoTypes: file_basics_proto_goTypes,
  321. DependencyIndexes: file_basics_proto_depIdxs,
  322. MessageInfos: file_basics_proto_msgTypes,
  323. }.Build()
  324. File_basics_proto = out.File
  325. file_basics_proto_rawDesc = nil
  326. file_basics_proto_goTypes = nil
  327. file_basics_proto_depIdxs = nil
  328. }