partner.pb.go 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.26.0-devel
  4. // protoc v3.15.8
  5. // source: partner.proto
  6. package partner
  7. import (
  8. base "git.ikuban.com/server/pw-protobuf/api/base"
  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. emptypb "google.golang.org/protobuf/types/known/emptypb"
  13. reflect "reflect"
  14. sync "sync"
  15. )
  16. const (
  17. // Verify that this generated code is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  19. // Verify that runtime/protoimpl is sufficiently up-to-date.
  20. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  21. )
  22. type PartnerCircleInfo struct {
  23. state protoimpl.MessageState
  24. sizeCache protoimpl.SizeCache
  25. unknownFields protoimpl.UnknownFields
  26. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  27. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  28. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  29. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 手机号
  30. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  31. Credit int64 `protobuf:"varint,6,opt,name=credit,proto3" json:"credit"` // 积分
  32. }
  33. func (x *PartnerCircleInfo) Reset() {
  34. *x = PartnerCircleInfo{}
  35. if protoimpl.UnsafeEnabled {
  36. mi := &file_partner_proto_msgTypes[0]
  37. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  38. ms.StoreMessageInfo(mi)
  39. }
  40. }
  41. func (x *PartnerCircleInfo) String() string {
  42. return protoimpl.X.MessageStringOf(x)
  43. }
  44. func (*PartnerCircleInfo) ProtoMessage() {}
  45. func (x *PartnerCircleInfo) ProtoReflect() protoreflect.Message {
  46. mi := &file_partner_proto_msgTypes[0]
  47. if protoimpl.UnsafeEnabled && x != nil {
  48. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  49. if ms.LoadMessageInfo() == nil {
  50. ms.StoreMessageInfo(mi)
  51. }
  52. return ms
  53. }
  54. return mi.MessageOf(x)
  55. }
  56. // Deprecated: Use PartnerCircleInfo.ProtoReflect.Descriptor instead.
  57. func (*PartnerCircleInfo) Descriptor() ([]byte, []int) {
  58. return file_partner_proto_rawDescGZIP(), []int{0}
  59. }
  60. func (x *PartnerCircleInfo) GetId() string {
  61. if x != nil {
  62. return x.Id
  63. }
  64. return ""
  65. }
  66. func (x *PartnerCircleInfo) GetNickname() string {
  67. if x != nil {
  68. return x.Nickname
  69. }
  70. return ""
  71. }
  72. func (x *PartnerCircleInfo) GetAvatarUrl() string {
  73. if x != nil {
  74. return x.AvatarUrl
  75. }
  76. return ""
  77. }
  78. func (x *PartnerCircleInfo) GetPhone() string {
  79. if x != nil {
  80. return x.Phone
  81. }
  82. return ""
  83. }
  84. func (x *PartnerCircleInfo) GetSex() int64 {
  85. if x != nil {
  86. return x.Sex
  87. }
  88. return 0
  89. }
  90. func (x *PartnerCircleInfo) GetCredit() int64 {
  91. if x != nil {
  92. return x.Credit
  93. }
  94. return 0
  95. }
  96. type PartnerInfo struct {
  97. state protoimpl.MessageState
  98. sizeCache protoimpl.SizeCache
  99. unknownFields protoimpl.UnknownFields
  100. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  101. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  102. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  103. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 手机号
  104. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  105. Credit int64 `protobuf:"varint,6,opt,name=credit,proto3" json:"credit"` // 积分
  106. }
  107. func (x *PartnerInfo) Reset() {
  108. *x = PartnerInfo{}
  109. if protoimpl.UnsafeEnabled {
  110. mi := &file_partner_proto_msgTypes[1]
  111. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  112. ms.StoreMessageInfo(mi)
  113. }
  114. }
  115. func (x *PartnerInfo) String() string {
  116. return protoimpl.X.MessageStringOf(x)
  117. }
  118. func (*PartnerInfo) ProtoMessage() {}
  119. func (x *PartnerInfo) ProtoReflect() protoreflect.Message {
  120. mi := &file_partner_proto_msgTypes[1]
  121. if protoimpl.UnsafeEnabled && x != nil {
  122. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  123. if ms.LoadMessageInfo() == nil {
  124. ms.StoreMessageInfo(mi)
  125. }
  126. return ms
  127. }
  128. return mi.MessageOf(x)
  129. }
  130. // Deprecated: Use PartnerInfo.ProtoReflect.Descriptor instead.
  131. func (*PartnerInfo) Descriptor() ([]byte, []int) {
  132. return file_partner_proto_rawDescGZIP(), []int{1}
  133. }
  134. func (x *PartnerInfo) GetId() string {
  135. if x != nil {
  136. return x.Id
  137. }
  138. return ""
  139. }
  140. func (x *PartnerInfo) GetNickname() string {
  141. if x != nil {
  142. return x.Nickname
  143. }
  144. return ""
  145. }
  146. func (x *PartnerInfo) GetAvatarUrl() string {
  147. if x != nil {
  148. return x.AvatarUrl
  149. }
  150. return ""
  151. }
  152. func (x *PartnerInfo) GetPhone() string {
  153. if x != nil {
  154. return x.Phone
  155. }
  156. return ""
  157. }
  158. func (x *PartnerInfo) GetSex() int64 {
  159. if x != nil {
  160. return x.Sex
  161. }
  162. return 0
  163. }
  164. func (x *PartnerInfo) GetCredit() int64 {
  165. if x != nil {
  166. return x.Credit
  167. }
  168. return 0
  169. }
  170. var File_partner_proto protoreflect.FileDescriptor
  171. var file_partner_proto_rawDesc = []byte{
  172. 0x0a, 0x0d, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
  173. 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x1a, 0x1c, 0x67, 0x6f,
  174. 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
  175. 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67,
  176. 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74,
  177. 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x13, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x61, 0x73,
  178. 0x65, 0x2f, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x9d, 0x01, 0x0a,
  179. 0x11, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x49, 0x6e,
  180. 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
  181. 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
  182. 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c,
  183. 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28,
  184. 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05,
  185. 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f,
  186. 0x6e, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52,
  187. 0x03, 0x73, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x18, 0x06,
  188. 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x22, 0x97, 0x01, 0x0a,
  189. 0x0b, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02,
  190. 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08,
  191. 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
  192. 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74,
  193. 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61,
  194. 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18,
  195. 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x10, 0x0a, 0x03,
  196. 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x16,
  197. 0x0a, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
  198. 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x32, 0xb3, 0x03, 0x0a, 0x07, 0x50, 0x61, 0x72, 0x74, 0x6e,
  199. 0x65, 0x72, 0x12, 0x6c, 0x0a, 0x0d, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74,
  200. 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x41,
  201. 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75,
  202. 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x54,
  203. 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x25, 0x82, 0xd3, 0xe4, 0x93, 0x02,
  204. 0x1f, 0x22, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f,
  205. 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a,
  206. 0x12, 0x61, 0x0a, 0x0a, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x12, 0x1b,
  207. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c,
  208. 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x61, 0x70,
  209. 0x69, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c,
  210. 0x79, 0x22, 0x20, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f,
  211. 0x75, 0x73, 0x65, 0x72, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2f, 0x64, 0x65, 0x62, 0x75, 0x67,
  212. 0x3a, 0x01, 0x2a, 0x12, 0x60, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65,
  213. 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
  214. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x18, 0x2e,
  215. 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x50, 0x61, 0x72, 0x74,
  216. 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x1c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x16, 0x22,
  217. 0x11, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x69, 0x6e,
  218. 0x66, 0x6f, 0x3a, 0x01, 0x2a, 0x12, 0x75, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x50, 0x61, 0x72, 0x74,
  219. 0x6e, 0x65, 0x72, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x2e,
  220. 0x61, 0x70, 0x69, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72,
  221. 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61,
  222. 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x43, 0x69, 0x72,
  223. 0x63, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x22,
  224. 0x18, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x69, 0x6e,
  225. 0x66, 0x6f, 0x2f, 0x63, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x3a, 0x01, 0x2a, 0x42, 0x46, 0x0a, 0x0b,
  226. 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x50, 0x01, 0x5a, 0x35, 0x67,
  227. 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65,
  228. 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  229. 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x3b, 0x70, 0x61, 0x72,
  230. 0x74, 0x6e, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  231. }
  232. var (
  233. file_partner_proto_rawDescOnce sync.Once
  234. file_partner_proto_rawDescData = file_partner_proto_rawDesc
  235. )
  236. func file_partner_proto_rawDescGZIP() []byte {
  237. file_partner_proto_rawDescOnce.Do(func() {
  238. file_partner_proto_rawDescData = protoimpl.X.CompressGZIP(file_partner_proto_rawDescData)
  239. })
  240. return file_partner_proto_rawDescData
  241. }
  242. var file_partner_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
  243. var file_partner_proto_goTypes = []interface{}{
  244. (*PartnerCircleInfo)(nil), // 0: api.partner.PartnerCircleInfo
  245. (*PartnerInfo)(nil), // 1: api.partner.PartnerInfo
  246. (*base.AuthorizationRequest)(nil), // 2: api.base.AuthorizationRequest
  247. (*base.DebugLoginRequest)(nil), // 3: api.base.DebugLoginRequest
  248. (*emptypb.Empty)(nil), // 4: google.protobuf.Empty
  249. (*base.PartnerIDParam)(nil), // 5: api.base.PartnerIDParam
  250. (*base.TokenReply)(nil), // 6: api.base.TokenReply
  251. }
  252. var file_partner_proto_depIdxs = []int32{
  253. 2, // 0: api.partner.Partner.Authorization:input_type -> api.base.AuthorizationRequest
  254. 3, // 1: api.partner.Partner.DebugLogin:input_type -> api.base.DebugLoginRequest
  255. 4, // 2: api.partner.Partner.GetPartnerInfo:input_type -> google.protobuf.Empty
  256. 5, // 3: api.partner.Partner.GetPartnerCircleInfo:input_type -> api.base.PartnerIDParam
  257. 6, // 4: api.partner.Partner.Authorization:output_type -> api.base.TokenReply
  258. 6, // 5: api.partner.Partner.DebugLogin:output_type -> api.base.TokenReply
  259. 1, // 6: api.partner.Partner.GetPartnerInfo:output_type -> api.partner.PartnerInfo
  260. 0, // 7: api.partner.Partner.GetPartnerCircleInfo:output_type -> api.partner.PartnerCircleInfo
  261. 4, // [4:8] is the sub-list for method output_type
  262. 0, // [0:4] 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_partner_proto_init() }
  268. func file_partner_proto_init() {
  269. if File_partner_proto != nil {
  270. return
  271. }
  272. if !protoimpl.UnsafeEnabled {
  273. file_partner_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  274. switch v := v.(*PartnerCircleInfo); 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_partner_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  286. switch v := v.(*PartnerInfo); 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. }
  298. type x struct{}
  299. out := protoimpl.TypeBuilder{
  300. File: protoimpl.DescBuilder{
  301. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  302. RawDescriptor: file_partner_proto_rawDesc,
  303. NumEnums: 0,
  304. NumMessages: 2,
  305. NumExtensions: 0,
  306. NumServices: 1,
  307. },
  308. GoTypes: file_partner_proto_goTypes,
  309. DependencyIndexes: file_partner_proto_depIdxs,
  310. MessageInfos: file_partner_proto_msgTypes,
  311. }.Build()
  312. File_partner_proto = out.File
  313. file_partner_proto_rawDesc = nil
  314. file_partner_proto_goTypes = nil
  315. file_partner_proto_depIdxs = nil
  316. }