wx.pb.go 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  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: wx.proto
  6. package wx
  7. import (
  8. common "git.ikuban.com/server/pw-protobuf/api/common"
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. emptypb "google.golang.org/protobuf/types/known/emptypb"
  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 GetUserMsgByKeyRequest struct {
  22. state protoimpl.MessageState
  23. sizeCache protoimpl.SizeCache
  24. unknownFields protoimpl.UnknownFields
  25. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key"`
  26. }
  27. func (x *GetUserMsgByKeyRequest) Reset() {
  28. *x = GetUserMsgByKeyRequest{}
  29. if protoimpl.UnsafeEnabled {
  30. mi := &file_wx_proto_msgTypes[0]
  31. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  32. ms.StoreMessageInfo(mi)
  33. }
  34. }
  35. func (x *GetUserMsgByKeyRequest) String() string {
  36. return protoimpl.X.MessageStringOf(x)
  37. }
  38. func (*GetUserMsgByKeyRequest) ProtoMessage() {}
  39. func (x *GetUserMsgByKeyRequest) ProtoReflect() protoreflect.Message {
  40. mi := &file_wx_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 GetUserMsgByKeyRequest.ProtoReflect.Descriptor instead.
  51. func (*GetUserMsgByKeyRequest) Descriptor() ([]byte, []int) {
  52. return file_wx_proto_rawDescGZIP(), []int{0}
  53. }
  54. func (x *GetUserMsgByKeyRequest) GetKey() string {
  55. if x != nil {
  56. return x.Key
  57. }
  58. return ""
  59. }
  60. type GetUserMsgByKeyReply struct {
  61. state protoimpl.MessageState
  62. sizeCache protoimpl.SizeCache
  63. unknownFields protoimpl.UnknownFields
  64. PartnerId string `protobuf:"bytes,1,opt,name=partnerId,proto3" json:"partnerId"`
  65. OpenId string `protobuf:"bytes,2,opt,name=openId,proto3" json:"openId"`
  66. AppId string `protobuf:"bytes,3,opt,name=appId,proto3" json:"appId"`
  67. AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"`
  68. }
  69. func (x *GetUserMsgByKeyReply) Reset() {
  70. *x = GetUserMsgByKeyReply{}
  71. if protoimpl.UnsafeEnabled {
  72. mi := &file_wx_proto_msgTypes[1]
  73. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  74. ms.StoreMessageInfo(mi)
  75. }
  76. }
  77. func (x *GetUserMsgByKeyReply) String() string {
  78. return protoimpl.X.MessageStringOf(x)
  79. }
  80. func (*GetUserMsgByKeyReply) ProtoMessage() {}
  81. func (x *GetUserMsgByKeyReply) ProtoReflect() protoreflect.Message {
  82. mi := &file_wx_proto_msgTypes[1]
  83. if protoimpl.UnsafeEnabled && x != nil {
  84. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  85. if ms.LoadMessageInfo() == nil {
  86. ms.StoreMessageInfo(mi)
  87. }
  88. return ms
  89. }
  90. return mi.MessageOf(x)
  91. }
  92. // Deprecated: Use GetUserMsgByKeyReply.ProtoReflect.Descriptor instead.
  93. func (*GetUserMsgByKeyReply) Descriptor() ([]byte, []int) {
  94. return file_wx_proto_rawDescGZIP(), []int{1}
  95. }
  96. func (x *GetUserMsgByKeyReply) GetPartnerId() string {
  97. if x != nil {
  98. return x.PartnerId
  99. }
  100. return ""
  101. }
  102. func (x *GetUserMsgByKeyReply) GetOpenId() string {
  103. if x != nil {
  104. return x.OpenId
  105. }
  106. return ""
  107. }
  108. func (x *GetUserMsgByKeyReply) GetAppId() string {
  109. if x != nil {
  110. return x.AppId
  111. }
  112. return ""
  113. }
  114. func (x *GetUserMsgByKeyReply) GetAppName() string {
  115. if x != nil {
  116. return x.AppName
  117. }
  118. return ""
  119. }
  120. type ReduceUserUnreadRequest struct {
  121. state protoimpl.MessageState
  122. sizeCache protoimpl.SizeCache
  123. unknownFields protoimpl.UnknownFields
  124. AccountId int64 `protobuf:"varint,1,opt,name=accountId,proto3" json:"accountId"`
  125. PersonId string `protobuf:"bytes,2,opt,name=personId,proto3" json:"personId"`
  126. }
  127. func (x *ReduceUserUnreadRequest) Reset() {
  128. *x = ReduceUserUnreadRequest{}
  129. if protoimpl.UnsafeEnabled {
  130. mi := &file_wx_proto_msgTypes[2]
  131. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  132. ms.StoreMessageInfo(mi)
  133. }
  134. }
  135. func (x *ReduceUserUnreadRequest) String() string {
  136. return protoimpl.X.MessageStringOf(x)
  137. }
  138. func (*ReduceUserUnreadRequest) ProtoMessage() {}
  139. func (x *ReduceUserUnreadRequest) ProtoReflect() protoreflect.Message {
  140. mi := &file_wx_proto_msgTypes[2]
  141. if protoimpl.UnsafeEnabled && x != nil {
  142. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  143. if ms.LoadMessageInfo() == nil {
  144. ms.StoreMessageInfo(mi)
  145. }
  146. return ms
  147. }
  148. return mi.MessageOf(x)
  149. }
  150. // Deprecated: Use ReduceUserUnreadRequest.ProtoReflect.Descriptor instead.
  151. func (*ReduceUserUnreadRequest) Descriptor() ([]byte, []int) {
  152. return file_wx_proto_rawDescGZIP(), []int{2}
  153. }
  154. func (x *ReduceUserUnreadRequest) GetAccountId() int64 {
  155. if x != nil {
  156. return x.AccountId
  157. }
  158. return 0
  159. }
  160. func (x *ReduceUserUnreadRequest) GetPersonId() string {
  161. if x != nil {
  162. return x.PersonId
  163. }
  164. return ""
  165. }
  166. type SendNewMessageUnreadReminderRequest struct {
  167. state protoimpl.MessageState
  168. sizeCache protoimpl.SizeCache
  169. unknownFields protoimpl.UnknownFields
  170. PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"`
  171. SendPersonId string `protobuf:"bytes,2,opt,name=sendPersonId,proto3" json:"sendPersonId"`
  172. }
  173. func (x *SendNewMessageUnreadReminderRequest) Reset() {
  174. *x = SendNewMessageUnreadReminderRequest{}
  175. if protoimpl.UnsafeEnabled {
  176. mi := &file_wx_proto_msgTypes[3]
  177. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  178. ms.StoreMessageInfo(mi)
  179. }
  180. }
  181. func (x *SendNewMessageUnreadReminderRequest) String() string {
  182. return protoimpl.X.MessageStringOf(x)
  183. }
  184. func (*SendNewMessageUnreadReminderRequest) ProtoMessage() {}
  185. func (x *SendNewMessageUnreadReminderRequest) ProtoReflect() protoreflect.Message {
  186. mi := &file_wx_proto_msgTypes[3]
  187. if protoimpl.UnsafeEnabled && x != nil {
  188. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  189. if ms.LoadMessageInfo() == nil {
  190. ms.StoreMessageInfo(mi)
  191. }
  192. return ms
  193. }
  194. return mi.MessageOf(x)
  195. }
  196. // Deprecated: Use SendNewMessageUnreadReminderRequest.ProtoReflect.Descriptor instead.
  197. func (*SendNewMessageUnreadReminderRequest) Descriptor() ([]byte, []int) {
  198. return file_wx_proto_rawDescGZIP(), []int{3}
  199. }
  200. func (x *SendNewMessageUnreadReminderRequest) GetPersonId() string {
  201. if x != nil {
  202. return x.PersonId
  203. }
  204. return ""
  205. }
  206. func (x *SendNewMessageUnreadReminderRequest) GetSendPersonId() string {
  207. if x != nil {
  208. return x.SendPersonId
  209. }
  210. return ""
  211. }
  212. var File_wx_proto protoreflect.FileDescriptor
  213. var file_wx_proto_rawDesc = []byte{
  214. 0x0a, 0x08, 0x77, 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x61, 0x70, 0x69, 0x2e,
  215. 0x77, 0x78, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  216. 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
  217. 0x17, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
  218. 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2a, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x55,
  219. 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65,
  220. 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  221. 0x03, 0x6b, 0x65, 0x79, 0x22, 0x7c, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d,
  222. 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1c, 0x0a, 0x09,
  223. 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  224. 0x09, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70,
  225. 0x65, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e,
  226. 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
  227. 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x4e,
  228. 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61,
  229. 0x6d, 0x65, 0x22, 0x53, 0x0a, 0x17, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72,
  230. 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a,
  231. 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
  232. 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70,
  233. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70,
  234. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x65, 0x0a, 0x23, 0x53, 0x65, 0x6e, 0x64, 0x4e,
  235. 0x65, 0x77, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52,
  236. 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a,
  237. 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  238. 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x65,
  239. 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
  240. 0x52, 0x0c, 0x73, 0x65, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x32, 0xf4,
  241. 0x03, 0x0a, 0x02, 0x57, 0x78, 0x12, 0x42, 0x0a, 0x0e, 0x43, 0x72, 0x6f, 0x6e, 0x53, 0x69, 0x67,
  242. 0x6e, 0x49, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  243. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a,
  244. 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  245. 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x4a, 0x0a, 0x16, 0x43, 0x72, 0x6f,
  246. 0x6e, 0x53, 0x65, 0x6e, 0x64, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c,
  247. 0x61, 0x74, 0x65, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  248. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x16, 0x2e, 0x67, 0x6f,
  249. 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d,
  250. 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x65, 0x0a, 0x1c, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77,
  251. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x6d,
  252. 0x69, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x2b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x53,
  253. 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e, 0x72,
  254. 0x65, 0x61, 0x64, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65,
  255. 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  256. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x55, 0x0a, 0x1e,
  257. 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x56, 0x69, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x54, 0x65,
  258. 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x19,
  259. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73,
  260. 0x6f, 0x6e, 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
  261. 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74,
  262. 0x79, 0x22, 0x00, 0x12, 0x4d, 0x0a, 0x10, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x55, 0x73, 0x65,
  263. 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x12, 0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78,
  264. 0x2e, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61,
  265. 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
  266. 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79,
  267. 0x22, 0x00, 0x12, 0x51, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67,
  268. 0x42, 0x79, 0x4b, 0x65, 0x79, 0x12, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47,
  269. 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65,
  270. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47,
  271. 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65,
  272. 0x70, 0x6c, 0x79, 0x22, 0x00, 0x42, 0x37, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x50,
  273. 0x01, 0x5a, 0x2b, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f,
  274. 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74,
  275. 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x77, 0x78, 0x3b, 0x77, 0x78, 0x62, 0x06,
  276. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  277. }
  278. var (
  279. file_wx_proto_rawDescOnce sync.Once
  280. file_wx_proto_rawDescData = file_wx_proto_rawDesc
  281. )
  282. func file_wx_proto_rawDescGZIP() []byte {
  283. file_wx_proto_rawDescOnce.Do(func() {
  284. file_wx_proto_rawDescData = protoimpl.X.CompressGZIP(file_wx_proto_rawDescData)
  285. })
  286. return file_wx_proto_rawDescData
  287. }
  288. var file_wx_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
  289. var file_wx_proto_goTypes = []interface{}{
  290. (*GetUserMsgByKeyRequest)(nil), // 0: api.wx.GetUserMsgByKeyRequest
  291. (*GetUserMsgByKeyReply)(nil), // 1: api.wx.GetUserMsgByKeyReply
  292. (*ReduceUserUnreadRequest)(nil), // 2: api.wx.ReduceUserUnreadRequest
  293. (*SendNewMessageUnreadReminderRequest)(nil), // 3: api.wx.SendNewMessageUnreadReminderRequest
  294. (*emptypb.Empty)(nil), // 4: google.protobuf.Empty
  295. (*common.PersonIDParam)(nil), // 5: api.common.PersonIDParam
  296. }
  297. var file_wx_proto_depIdxs = []int32{
  298. 4, // 0: api.wx.Wx.CronSignInUser:input_type -> google.protobuf.Empty
  299. 4, // 1: api.wx.Wx.CronSendUnreadTemplate:input_type -> google.protobuf.Empty
  300. 3, // 2: api.wx.Wx.SendNewMessageUnreadReminder:input_type -> api.wx.SendNewMessageUnreadReminderRequest
  301. 5, // 3: api.wx.Wx.SendNewVisitorTemplateReminder:input_type -> api.common.PersonIDParam
  302. 2, // 4: api.wx.Wx.ReduceUserUnread:input_type -> api.wx.ReduceUserUnreadRequest
  303. 0, // 5: api.wx.Wx.GetUserMsgByKey:input_type -> api.wx.GetUserMsgByKeyRequest
  304. 4, // 6: api.wx.Wx.CronSignInUser:output_type -> google.protobuf.Empty
  305. 4, // 7: api.wx.Wx.CronSendUnreadTemplate:output_type -> google.protobuf.Empty
  306. 4, // 8: api.wx.Wx.SendNewMessageUnreadReminder:output_type -> google.protobuf.Empty
  307. 4, // 9: api.wx.Wx.SendNewVisitorTemplateReminder:output_type -> google.protobuf.Empty
  308. 4, // 10: api.wx.Wx.ReduceUserUnread:output_type -> google.protobuf.Empty
  309. 1, // 11: api.wx.Wx.GetUserMsgByKey:output_type -> api.wx.GetUserMsgByKeyReply
  310. 6, // [6:12] is the sub-list for method output_type
  311. 0, // [0:6] is the sub-list for method input_type
  312. 0, // [0:0] is the sub-list for extension type_name
  313. 0, // [0:0] is the sub-list for extension extendee
  314. 0, // [0:0] is the sub-list for field type_name
  315. }
  316. func init() { file_wx_proto_init() }
  317. func file_wx_proto_init() {
  318. if File_wx_proto != nil {
  319. return
  320. }
  321. if !protoimpl.UnsafeEnabled {
  322. file_wx_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  323. switch v := v.(*GetUserMsgByKeyRequest); i {
  324. case 0:
  325. return &v.state
  326. case 1:
  327. return &v.sizeCache
  328. case 2:
  329. return &v.unknownFields
  330. default:
  331. return nil
  332. }
  333. }
  334. file_wx_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  335. switch v := v.(*GetUserMsgByKeyReply); i {
  336. case 0:
  337. return &v.state
  338. case 1:
  339. return &v.sizeCache
  340. case 2:
  341. return &v.unknownFields
  342. default:
  343. return nil
  344. }
  345. }
  346. file_wx_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  347. switch v := v.(*ReduceUserUnreadRequest); i {
  348. case 0:
  349. return &v.state
  350. case 1:
  351. return &v.sizeCache
  352. case 2:
  353. return &v.unknownFields
  354. default:
  355. return nil
  356. }
  357. }
  358. file_wx_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  359. switch v := v.(*SendNewMessageUnreadReminderRequest); i {
  360. case 0:
  361. return &v.state
  362. case 1:
  363. return &v.sizeCache
  364. case 2:
  365. return &v.unknownFields
  366. default:
  367. return nil
  368. }
  369. }
  370. }
  371. type x struct{}
  372. out := protoimpl.TypeBuilder{
  373. File: protoimpl.DescBuilder{
  374. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  375. RawDescriptor: file_wx_proto_rawDesc,
  376. NumEnums: 0,
  377. NumMessages: 4,
  378. NumExtensions: 0,
  379. NumServices: 1,
  380. },
  381. GoTypes: file_wx_proto_goTypes,
  382. DependencyIndexes: file_wx_proto_depIdxs,
  383. MessageInfos: file_wx_proto_msgTypes,
  384. }.Build()
  385. File_wx_proto = out.File
  386. file_wx_proto_rawDesc = nil
  387. file_wx_proto_goTypes = nil
  388. file_wx_proto_depIdxs = nil
  389. }