wx.pb.go 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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 SendNewMessageUnreadReminderRequest struct {
  22. state protoimpl.MessageState
  23. sizeCache protoimpl.SizeCache
  24. unknownFields protoimpl.UnknownFields
  25. PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"`
  26. SendPersonId string `protobuf:"bytes,2,opt,name=sendPersonId,proto3" json:"sendPersonId"`
  27. }
  28. func (x *SendNewMessageUnreadReminderRequest) Reset() {
  29. *x = SendNewMessageUnreadReminderRequest{}
  30. if protoimpl.UnsafeEnabled {
  31. mi := &file_wx_proto_msgTypes[0]
  32. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  33. ms.StoreMessageInfo(mi)
  34. }
  35. }
  36. func (x *SendNewMessageUnreadReminderRequest) String() string {
  37. return protoimpl.X.MessageStringOf(x)
  38. }
  39. func (*SendNewMessageUnreadReminderRequest) ProtoMessage() {}
  40. func (x *SendNewMessageUnreadReminderRequest) ProtoReflect() protoreflect.Message {
  41. mi := &file_wx_proto_msgTypes[0]
  42. if protoimpl.UnsafeEnabled && x != nil {
  43. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  44. if ms.LoadMessageInfo() == nil {
  45. ms.StoreMessageInfo(mi)
  46. }
  47. return ms
  48. }
  49. return mi.MessageOf(x)
  50. }
  51. // Deprecated: Use SendNewMessageUnreadReminderRequest.ProtoReflect.Descriptor instead.
  52. func (*SendNewMessageUnreadReminderRequest) Descriptor() ([]byte, []int) {
  53. return file_wx_proto_rawDescGZIP(), []int{0}
  54. }
  55. func (x *SendNewMessageUnreadReminderRequest) GetPersonId() string {
  56. if x != nil {
  57. return x.PersonId
  58. }
  59. return ""
  60. }
  61. func (x *SendNewMessageUnreadReminderRequest) GetSendPersonId() string {
  62. if x != nil {
  63. return x.SendPersonId
  64. }
  65. return ""
  66. }
  67. var File_wx_proto protoreflect.FileDescriptor
  68. var file_wx_proto_rawDesc = []byte{
  69. 0x0a, 0x08, 0x77, 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x61, 0x70, 0x69, 0x2e,
  70. 0x77, 0x78, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  71. 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
  72. 0x17, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
  73. 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x65, 0x0a, 0x23, 0x53, 0x65, 0x6e, 0x64,
  74. 0x4e, 0x65, 0x77, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64,
  75. 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  76. 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
  77. 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x73,
  78. 0x65, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
  79. 0x09, 0x52, 0x0c, 0x73, 0x65, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x32,
  80. 0xd2, 0x02, 0x0a, 0x02, 0x57, 0x78, 0x12, 0x42, 0x0a, 0x0e, 0x43, 0x72, 0x6f, 0x6e, 0x53, 0x69,
  81. 0x67, 0x6e, 0x49, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
  82. 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79,
  83. 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  84. 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x4a, 0x0a, 0x16, 0x43, 0x72,
  85. 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x64, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x54, 0x65, 0x6d, 0x70,
  86. 0x6c, 0x61, 0x74, 0x65, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
  87. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x16, 0x2e, 0x67,
  88. 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45,
  89. 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x65, 0x0a, 0x1c, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65,
  90. 0x77, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52, 0x65,
  91. 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x2b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e,
  92. 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e,
  93. 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75,
  94. 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  95. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x55, 0x0a,
  96. 0x1e, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x56, 0x69, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x54,
  97. 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x12,
  98. 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72,
  99. 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f,
  100. 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70,
  101. 0x74, 0x79, 0x22, 0x00, 0x42, 0x37, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x50, 0x01,
  102. 0x5a, 0x2b, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d,
  103. 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  104. 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x77, 0x78, 0x3b, 0x77, 0x78, 0x62, 0x06, 0x70,
  105. 0x72, 0x6f, 0x74, 0x6f, 0x33,
  106. }
  107. var (
  108. file_wx_proto_rawDescOnce sync.Once
  109. file_wx_proto_rawDescData = file_wx_proto_rawDesc
  110. )
  111. func file_wx_proto_rawDescGZIP() []byte {
  112. file_wx_proto_rawDescOnce.Do(func() {
  113. file_wx_proto_rawDescData = protoimpl.X.CompressGZIP(file_wx_proto_rawDescData)
  114. })
  115. return file_wx_proto_rawDescData
  116. }
  117. var file_wx_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  118. var file_wx_proto_goTypes = []interface{}{
  119. (*SendNewMessageUnreadReminderRequest)(nil), // 0: api.wx.SendNewMessageUnreadReminderRequest
  120. (*emptypb.Empty)(nil), // 1: google.protobuf.Empty
  121. (*common.PersonIDParam)(nil), // 2: api.common.PersonIDParam
  122. }
  123. var file_wx_proto_depIdxs = []int32{
  124. 1, // 0: api.wx.Wx.CronSignInUser:input_type -> google.protobuf.Empty
  125. 1, // 1: api.wx.Wx.CronSendUnreadTemplate:input_type -> google.protobuf.Empty
  126. 0, // 2: api.wx.Wx.SendNewMessageUnreadReminder:input_type -> api.wx.SendNewMessageUnreadReminderRequest
  127. 2, // 3: api.wx.Wx.SendNewVisitorTemplateReminder:input_type -> api.common.PersonIDParam
  128. 1, // 4: api.wx.Wx.CronSignInUser:output_type -> google.protobuf.Empty
  129. 1, // 5: api.wx.Wx.CronSendUnreadTemplate:output_type -> google.protobuf.Empty
  130. 1, // 6: api.wx.Wx.SendNewMessageUnreadReminder:output_type -> google.protobuf.Empty
  131. 1, // 7: api.wx.Wx.SendNewVisitorTemplateReminder:output_type -> google.protobuf.Empty
  132. 4, // [4:8] is the sub-list for method output_type
  133. 0, // [0:4] is the sub-list for method input_type
  134. 0, // [0:0] is the sub-list for extension type_name
  135. 0, // [0:0] is the sub-list for extension extendee
  136. 0, // [0:0] is the sub-list for field type_name
  137. }
  138. func init() { file_wx_proto_init() }
  139. func file_wx_proto_init() {
  140. if File_wx_proto != nil {
  141. return
  142. }
  143. if !protoimpl.UnsafeEnabled {
  144. file_wx_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  145. switch v := v.(*SendNewMessageUnreadReminderRequest); i {
  146. case 0:
  147. return &v.state
  148. case 1:
  149. return &v.sizeCache
  150. case 2:
  151. return &v.unknownFields
  152. default:
  153. return nil
  154. }
  155. }
  156. }
  157. type x struct{}
  158. out := protoimpl.TypeBuilder{
  159. File: protoimpl.DescBuilder{
  160. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  161. RawDescriptor: file_wx_proto_rawDesc,
  162. NumEnums: 0,
  163. NumMessages: 1,
  164. NumExtensions: 0,
  165. NumServices: 1,
  166. },
  167. GoTypes: file_wx_proto_goTypes,
  168. DependencyIndexes: file_wx_proto_depIdxs,
  169. MessageInfos: file_wx_proto_msgTypes,
  170. }.Build()
  171. File_wx_proto = out.File
  172. file_wx_proto_rawDesc = nil
  173. file_wx_proto_goTypes = nil
  174. file_wx_proto_depIdxs = nil
  175. }