thirdparty.pb.go 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: thirdparty.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package v1
  5. import (
  6. fmt "fmt"
  7. proto "github.com/golang/protobuf/proto"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  19. type GetVcodeRequest struct {
  20. PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
  21. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  22. XXX_unrecognized []byte `json:"-"`
  23. XXX_sizecache int32 `json:"-"`
  24. }
  25. func (m *GetVcodeRequest) Reset() { *m = GetVcodeRequest{} }
  26. func (m *GetVcodeRequest) String() string { return proto.CompactTextString(m) }
  27. func (*GetVcodeRequest) ProtoMessage() {}
  28. func (*GetVcodeRequest) Descriptor() ([]byte, []int) {
  29. return fileDescriptor_e10f141fd1fcfe2b, []int{0}
  30. }
  31. func (m *GetVcodeRequest) XXX_Unmarshal(b []byte) error {
  32. return xxx_messageInfo_GetVcodeRequest.Unmarshal(m, b)
  33. }
  34. func (m *GetVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  35. return xxx_messageInfo_GetVcodeRequest.Marshal(b, m, deterministic)
  36. }
  37. func (m *GetVcodeRequest) XXX_Merge(src proto.Message) {
  38. xxx_messageInfo_GetVcodeRequest.Merge(m, src)
  39. }
  40. func (m *GetVcodeRequest) XXX_Size() int {
  41. return xxx_messageInfo_GetVcodeRequest.Size(m)
  42. }
  43. func (m *GetVcodeRequest) XXX_DiscardUnknown() {
  44. xxx_messageInfo_GetVcodeRequest.DiscardUnknown(m)
  45. }
  46. var xxx_messageInfo_GetVcodeRequest proto.InternalMessageInfo
  47. func (m *GetVcodeRequest) GetPhoneNumber() string {
  48. if m != nil {
  49. return m.PhoneNumber
  50. }
  51. return ""
  52. }
  53. type GetVcodeReply struct {
  54. Vcode uint32 `protobuf:"varint,1,opt,name=vcode,proto3" json:"vcode"`
  55. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  56. XXX_unrecognized []byte `json:"-"`
  57. XXX_sizecache int32 `json:"-"`
  58. }
  59. func (m *GetVcodeReply) Reset() { *m = GetVcodeReply{} }
  60. func (m *GetVcodeReply) String() string { return proto.CompactTextString(m) }
  61. func (*GetVcodeReply) ProtoMessage() {}
  62. func (*GetVcodeReply) Descriptor() ([]byte, []int) {
  63. return fileDescriptor_e10f141fd1fcfe2b, []int{1}
  64. }
  65. func (m *GetVcodeReply) XXX_Unmarshal(b []byte) error {
  66. return xxx_messageInfo_GetVcodeReply.Unmarshal(m, b)
  67. }
  68. func (m *GetVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  69. return xxx_messageInfo_GetVcodeReply.Marshal(b, m, deterministic)
  70. }
  71. func (m *GetVcodeReply) XXX_Merge(src proto.Message) {
  72. xxx_messageInfo_GetVcodeReply.Merge(m, src)
  73. }
  74. func (m *GetVcodeReply) XXX_Size() int {
  75. return xxx_messageInfo_GetVcodeReply.Size(m)
  76. }
  77. func (m *GetVcodeReply) XXX_DiscardUnknown() {
  78. xxx_messageInfo_GetVcodeReply.DiscardUnknown(m)
  79. }
  80. var xxx_messageInfo_GetVcodeReply proto.InternalMessageInfo
  81. func (m *GetVcodeReply) GetVcode() uint32 {
  82. if m != nil {
  83. return m.Vcode
  84. }
  85. return 0
  86. }
  87. type CheckVcodeRequest struct {
  88. PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
  89. Vcode uint32 `protobuf:"varint,2,opt,name=vcode,proto3" json:"vcode"`
  90. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  91. XXX_unrecognized []byte `json:"-"`
  92. XXX_sizecache int32 `json:"-"`
  93. }
  94. func (m *CheckVcodeRequest) Reset() { *m = CheckVcodeRequest{} }
  95. func (m *CheckVcodeRequest) String() string { return proto.CompactTextString(m) }
  96. func (*CheckVcodeRequest) ProtoMessage() {}
  97. func (*CheckVcodeRequest) Descriptor() ([]byte, []int) {
  98. return fileDescriptor_e10f141fd1fcfe2b, []int{2}
  99. }
  100. func (m *CheckVcodeRequest) XXX_Unmarshal(b []byte) error {
  101. return xxx_messageInfo_CheckVcodeRequest.Unmarshal(m, b)
  102. }
  103. func (m *CheckVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  104. return xxx_messageInfo_CheckVcodeRequest.Marshal(b, m, deterministic)
  105. }
  106. func (m *CheckVcodeRequest) XXX_Merge(src proto.Message) {
  107. xxx_messageInfo_CheckVcodeRequest.Merge(m, src)
  108. }
  109. func (m *CheckVcodeRequest) XXX_Size() int {
  110. return xxx_messageInfo_CheckVcodeRequest.Size(m)
  111. }
  112. func (m *CheckVcodeRequest) XXX_DiscardUnknown() {
  113. xxx_messageInfo_CheckVcodeRequest.DiscardUnknown(m)
  114. }
  115. var xxx_messageInfo_CheckVcodeRequest proto.InternalMessageInfo
  116. func (m *CheckVcodeRequest) GetPhoneNumber() string {
  117. if m != nil {
  118. return m.PhoneNumber
  119. }
  120. return ""
  121. }
  122. func (m *CheckVcodeRequest) GetVcode() uint32 {
  123. if m != nil {
  124. return m.Vcode
  125. }
  126. return 0
  127. }
  128. type CheckVcodeReply struct {
  129. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  130. XXX_unrecognized []byte `json:"-"`
  131. XXX_sizecache int32 `json:"-"`
  132. }
  133. func (m *CheckVcodeReply) Reset() { *m = CheckVcodeReply{} }
  134. func (m *CheckVcodeReply) String() string { return proto.CompactTextString(m) }
  135. func (*CheckVcodeReply) ProtoMessage() {}
  136. func (*CheckVcodeReply) Descriptor() ([]byte, []int) {
  137. return fileDescriptor_e10f141fd1fcfe2b, []int{3}
  138. }
  139. func (m *CheckVcodeReply) XXX_Unmarshal(b []byte) error {
  140. return xxx_messageInfo_CheckVcodeReply.Unmarshal(m, b)
  141. }
  142. func (m *CheckVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  143. return xxx_messageInfo_CheckVcodeReply.Marshal(b, m, deterministic)
  144. }
  145. func (m *CheckVcodeReply) XXX_Merge(src proto.Message) {
  146. xxx_messageInfo_CheckVcodeReply.Merge(m, src)
  147. }
  148. func (m *CheckVcodeReply) XXX_Size() int {
  149. return xxx_messageInfo_CheckVcodeReply.Size(m)
  150. }
  151. func (m *CheckVcodeReply) XXX_DiscardUnknown() {
  152. xxx_messageInfo_CheckVcodeReply.DiscardUnknown(m)
  153. }
  154. var xxx_messageInfo_CheckVcodeReply proto.InternalMessageInfo
  155. type OpenImTokenRequest struct {
  156. Platform int32 `protobuf:"varint,1,opt,name=platform,proto3" json:"platform"`
  157. OpenimId string `protobuf:"bytes,2,opt,name=openim_id,json=openimId,proto3" json:"openim_id"`
  158. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  159. XXX_unrecognized []byte `json:"-"`
  160. XXX_sizecache int32 `json:"-"`
  161. }
  162. func (m *OpenImTokenRequest) Reset() { *m = OpenImTokenRequest{} }
  163. func (m *OpenImTokenRequest) String() string { return proto.CompactTextString(m) }
  164. func (*OpenImTokenRequest) ProtoMessage() {}
  165. func (*OpenImTokenRequest) Descriptor() ([]byte, []int) {
  166. return fileDescriptor_e10f141fd1fcfe2b, []int{4}
  167. }
  168. func (m *OpenImTokenRequest) XXX_Unmarshal(b []byte) error {
  169. return xxx_messageInfo_OpenImTokenRequest.Unmarshal(m, b)
  170. }
  171. func (m *OpenImTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  172. return xxx_messageInfo_OpenImTokenRequest.Marshal(b, m, deterministic)
  173. }
  174. func (m *OpenImTokenRequest) XXX_Merge(src proto.Message) {
  175. xxx_messageInfo_OpenImTokenRequest.Merge(m, src)
  176. }
  177. func (m *OpenImTokenRequest) XXX_Size() int {
  178. return xxx_messageInfo_OpenImTokenRequest.Size(m)
  179. }
  180. func (m *OpenImTokenRequest) XXX_DiscardUnknown() {
  181. xxx_messageInfo_OpenImTokenRequest.DiscardUnknown(m)
  182. }
  183. var xxx_messageInfo_OpenImTokenRequest proto.InternalMessageInfo
  184. func (m *OpenImTokenRequest) GetPlatform() int32 {
  185. if m != nil {
  186. return m.Platform
  187. }
  188. return 0
  189. }
  190. func (m *OpenImTokenRequest) GetOpenimId() string {
  191. if m != nil {
  192. return m.OpenimId
  193. }
  194. return ""
  195. }
  196. type OpenImTokenReply struct {
  197. Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"`
  198. ExpireAt int64 `protobuf:"varint,2,opt,name=expire_at,json=expireAt,proto3" json:"expire_at"`
  199. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  200. XXX_unrecognized []byte `json:"-"`
  201. XXX_sizecache int32 `json:"-"`
  202. }
  203. func (m *OpenImTokenReply) Reset() { *m = OpenImTokenReply{} }
  204. func (m *OpenImTokenReply) String() string { return proto.CompactTextString(m) }
  205. func (*OpenImTokenReply) ProtoMessage() {}
  206. func (*OpenImTokenReply) Descriptor() ([]byte, []int) {
  207. return fileDescriptor_e10f141fd1fcfe2b, []int{5}
  208. }
  209. func (m *OpenImTokenReply) XXX_Unmarshal(b []byte) error {
  210. return xxx_messageInfo_OpenImTokenReply.Unmarshal(m, b)
  211. }
  212. func (m *OpenImTokenReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  213. return xxx_messageInfo_OpenImTokenReply.Marshal(b, m, deterministic)
  214. }
  215. func (m *OpenImTokenReply) XXX_Merge(src proto.Message) {
  216. xxx_messageInfo_OpenImTokenReply.Merge(m, src)
  217. }
  218. func (m *OpenImTokenReply) XXX_Size() int {
  219. return xxx_messageInfo_OpenImTokenReply.Size(m)
  220. }
  221. func (m *OpenImTokenReply) XXX_DiscardUnknown() {
  222. xxx_messageInfo_OpenImTokenReply.DiscardUnknown(m)
  223. }
  224. var xxx_messageInfo_OpenImTokenReply proto.InternalMessageInfo
  225. func (m *OpenImTokenReply) GetToken() string {
  226. if m != nil {
  227. return m.Token
  228. }
  229. return ""
  230. }
  231. func (m *OpenImTokenReply) GetExpireAt() int64 {
  232. if m != nil {
  233. return m.ExpireAt
  234. }
  235. return 0
  236. }
  237. type OpenImUserInfoRequest struct {
  238. OpenimIds []string `protobuf:"bytes,1,rep,name=openim_ids,json=openimIds,proto3" json:"openim_ids"`
  239. PlatformId int32 `protobuf:"varint,2,opt,name=platform_id,json=platformId,proto3" json:"platform_id"`
  240. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  241. XXX_unrecognized []byte `json:"-"`
  242. XXX_sizecache int32 `json:"-"`
  243. }
  244. func (m *OpenImUserInfoRequest) Reset() { *m = OpenImUserInfoRequest{} }
  245. func (m *OpenImUserInfoRequest) String() string { return proto.CompactTextString(m) }
  246. func (*OpenImUserInfoRequest) ProtoMessage() {}
  247. func (*OpenImUserInfoRequest) Descriptor() ([]byte, []int) {
  248. return fileDescriptor_e10f141fd1fcfe2b, []int{6}
  249. }
  250. func (m *OpenImUserInfoRequest) XXX_Unmarshal(b []byte) error {
  251. return xxx_messageInfo_OpenImUserInfoRequest.Unmarshal(m, b)
  252. }
  253. func (m *OpenImUserInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  254. return xxx_messageInfo_OpenImUserInfoRequest.Marshal(b, m, deterministic)
  255. }
  256. func (m *OpenImUserInfoRequest) XXX_Merge(src proto.Message) {
  257. xxx_messageInfo_OpenImUserInfoRequest.Merge(m, src)
  258. }
  259. func (m *OpenImUserInfoRequest) XXX_Size() int {
  260. return xxx_messageInfo_OpenImUserInfoRequest.Size(m)
  261. }
  262. func (m *OpenImUserInfoRequest) XXX_DiscardUnknown() {
  263. xxx_messageInfo_OpenImUserInfoRequest.DiscardUnknown(m)
  264. }
  265. var xxx_messageInfo_OpenImUserInfoRequest proto.InternalMessageInfo
  266. func (m *OpenImUserInfoRequest) GetOpenimIds() []string {
  267. if m != nil {
  268. return m.OpenimIds
  269. }
  270. return nil
  271. }
  272. func (m *OpenImUserInfoRequest) GetPlatformId() int32 {
  273. if m != nil {
  274. return m.PlatformId
  275. }
  276. return 0
  277. }
  278. type OpenImUserData struct {
  279. NickName string `protobuf:"bytes,1,opt,name=nick_name,json=nickName,proto3" json:"nick_name"`
  280. FaceUrl string `protobuf:"bytes,2,opt,name=face_url,json=faceUrl,proto3" json:"face_url"`
  281. Gender int32 `protobuf:"varint,3,opt,name=gender,proto3" json:"gender"`
  282. OpenimId string `protobuf:"bytes,4,opt,name=openim_id,json=openimId,proto3" json:"openim_id"`
  283. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  284. XXX_unrecognized []byte `json:"-"`
  285. XXX_sizecache int32 `json:"-"`
  286. }
  287. func (m *OpenImUserData) Reset() { *m = OpenImUserData{} }
  288. func (m *OpenImUserData) String() string { return proto.CompactTextString(m) }
  289. func (*OpenImUserData) ProtoMessage() {}
  290. func (*OpenImUserData) Descriptor() ([]byte, []int) {
  291. return fileDescriptor_e10f141fd1fcfe2b, []int{7}
  292. }
  293. func (m *OpenImUserData) XXX_Unmarshal(b []byte) error {
  294. return xxx_messageInfo_OpenImUserData.Unmarshal(m, b)
  295. }
  296. func (m *OpenImUserData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  297. return xxx_messageInfo_OpenImUserData.Marshal(b, m, deterministic)
  298. }
  299. func (m *OpenImUserData) XXX_Merge(src proto.Message) {
  300. xxx_messageInfo_OpenImUserData.Merge(m, src)
  301. }
  302. func (m *OpenImUserData) XXX_Size() int {
  303. return xxx_messageInfo_OpenImUserData.Size(m)
  304. }
  305. func (m *OpenImUserData) XXX_DiscardUnknown() {
  306. xxx_messageInfo_OpenImUserData.DiscardUnknown(m)
  307. }
  308. var xxx_messageInfo_OpenImUserData proto.InternalMessageInfo
  309. func (m *OpenImUserData) GetNickName() string {
  310. if m != nil {
  311. return m.NickName
  312. }
  313. return ""
  314. }
  315. func (m *OpenImUserData) GetFaceUrl() string {
  316. if m != nil {
  317. return m.FaceUrl
  318. }
  319. return ""
  320. }
  321. func (m *OpenImUserData) GetGender() int32 {
  322. if m != nil {
  323. return m.Gender
  324. }
  325. return 0
  326. }
  327. func (m *OpenImUserData) GetOpenimId() string {
  328. if m != nil {
  329. return m.OpenimId
  330. }
  331. return ""
  332. }
  333. type OpenImUserInfoReply struct {
  334. List []*OpenImUserData `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  335. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  336. XXX_unrecognized []byte `json:"-"`
  337. XXX_sizecache int32 `json:"-"`
  338. }
  339. func (m *OpenImUserInfoReply) Reset() { *m = OpenImUserInfoReply{} }
  340. func (m *OpenImUserInfoReply) String() string { return proto.CompactTextString(m) }
  341. func (*OpenImUserInfoReply) ProtoMessage() {}
  342. func (*OpenImUserInfoReply) Descriptor() ([]byte, []int) {
  343. return fileDescriptor_e10f141fd1fcfe2b, []int{8}
  344. }
  345. func (m *OpenImUserInfoReply) XXX_Unmarshal(b []byte) error {
  346. return xxx_messageInfo_OpenImUserInfoReply.Unmarshal(m, b)
  347. }
  348. func (m *OpenImUserInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  349. return xxx_messageInfo_OpenImUserInfoReply.Marshal(b, m, deterministic)
  350. }
  351. func (m *OpenImUserInfoReply) XXX_Merge(src proto.Message) {
  352. xxx_messageInfo_OpenImUserInfoReply.Merge(m, src)
  353. }
  354. func (m *OpenImUserInfoReply) XXX_Size() int {
  355. return xxx_messageInfo_OpenImUserInfoReply.Size(m)
  356. }
  357. func (m *OpenImUserInfoReply) XXX_DiscardUnknown() {
  358. xxx_messageInfo_OpenImUserInfoReply.DiscardUnknown(m)
  359. }
  360. var xxx_messageInfo_OpenImUserInfoReply proto.InternalMessageInfo
  361. func (m *OpenImUserInfoReply) GetList() []*OpenImUserData {
  362. if m != nil {
  363. return m.List
  364. }
  365. return nil
  366. }
  367. type OpenImUserSetFaceRequest struct {
  368. OpenimId string `protobuf:"bytes,1,opt,name=openim_id,json=openimId,proto3" json:"openim_id"`
  369. FaceUrl string `protobuf:"bytes,2,opt,name=face_url,json=faceUrl,proto3" json:"face_url"`
  370. PlatformId int32 `protobuf:"varint,3,opt,name=platform_id,json=platformId,proto3" json:"platform_id"`
  371. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  372. XXX_unrecognized []byte `json:"-"`
  373. XXX_sizecache int32 `json:"-"`
  374. }
  375. func (m *OpenImUserSetFaceRequest) Reset() { *m = OpenImUserSetFaceRequest{} }
  376. func (m *OpenImUserSetFaceRequest) String() string { return proto.CompactTextString(m) }
  377. func (*OpenImUserSetFaceRequest) ProtoMessage() {}
  378. func (*OpenImUserSetFaceRequest) Descriptor() ([]byte, []int) {
  379. return fileDescriptor_e10f141fd1fcfe2b, []int{9}
  380. }
  381. func (m *OpenImUserSetFaceRequest) XXX_Unmarshal(b []byte) error {
  382. return xxx_messageInfo_OpenImUserSetFaceRequest.Unmarshal(m, b)
  383. }
  384. func (m *OpenImUserSetFaceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  385. return xxx_messageInfo_OpenImUserSetFaceRequest.Marshal(b, m, deterministic)
  386. }
  387. func (m *OpenImUserSetFaceRequest) XXX_Merge(src proto.Message) {
  388. xxx_messageInfo_OpenImUserSetFaceRequest.Merge(m, src)
  389. }
  390. func (m *OpenImUserSetFaceRequest) XXX_Size() int {
  391. return xxx_messageInfo_OpenImUserSetFaceRequest.Size(m)
  392. }
  393. func (m *OpenImUserSetFaceRequest) XXX_DiscardUnknown() {
  394. xxx_messageInfo_OpenImUserSetFaceRequest.DiscardUnknown(m)
  395. }
  396. var xxx_messageInfo_OpenImUserSetFaceRequest proto.InternalMessageInfo
  397. func (m *OpenImUserSetFaceRequest) GetOpenimId() string {
  398. if m != nil {
  399. return m.OpenimId
  400. }
  401. return ""
  402. }
  403. func (m *OpenImUserSetFaceRequest) GetFaceUrl() string {
  404. if m != nil {
  405. return m.FaceUrl
  406. }
  407. return ""
  408. }
  409. func (m *OpenImUserSetFaceRequest) GetPlatformId() int32 {
  410. if m != nil {
  411. return m.PlatformId
  412. }
  413. return 0
  414. }
  415. type OpenImUserSetFaceReply struct {
  416. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  417. XXX_unrecognized []byte `json:"-"`
  418. XXX_sizecache int32 `json:"-"`
  419. }
  420. func (m *OpenImUserSetFaceReply) Reset() { *m = OpenImUserSetFaceReply{} }
  421. func (m *OpenImUserSetFaceReply) String() string { return proto.CompactTextString(m) }
  422. func (*OpenImUserSetFaceReply) ProtoMessage() {}
  423. func (*OpenImUserSetFaceReply) Descriptor() ([]byte, []int) {
  424. return fileDescriptor_e10f141fd1fcfe2b, []int{10}
  425. }
  426. func (m *OpenImUserSetFaceReply) XXX_Unmarshal(b []byte) error {
  427. return xxx_messageInfo_OpenImUserSetFaceReply.Unmarshal(m, b)
  428. }
  429. func (m *OpenImUserSetFaceReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  430. return xxx_messageInfo_OpenImUserSetFaceReply.Marshal(b, m, deterministic)
  431. }
  432. func (m *OpenImUserSetFaceReply) XXX_Merge(src proto.Message) {
  433. xxx_messageInfo_OpenImUserSetFaceReply.Merge(m, src)
  434. }
  435. func (m *OpenImUserSetFaceReply) XXX_Size() int {
  436. return xxx_messageInfo_OpenImUserSetFaceReply.Size(m)
  437. }
  438. func (m *OpenImUserSetFaceReply) XXX_DiscardUnknown() {
  439. xxx_messageInfo_OpenImUserSetFaceReply.DiscardUnknown(m)
  440. }
  441. var xxx_messageInfo_OpenImUserSetFaceReply proto.InternalMessageInfo
  442. func init() {
  443. proto.RegisterType((*GetVcodeRequest)(nil), "pb_v1.GetVcodeRequest")
  444. proto.RegisterType((*GetVcodeReply)(nil), "pb_v1.GetVcodeReply")
  445. proto.RegisterType((*CheckVcodeRequest)(nil), "pb_v1.CheckVcodeRequest")
  446. proto.RegisterType((*CheckVcodeReply)(nil), "pb_v1.CheckVcodeReply")
  447. proto.RegisterType((*OpenImTokenRequest)(nil), "pb_v1.OpenImTokenRequest")
  448. proto.RegisterType((*OpenImTokenReply)(nil), "pb_v1.OpenImTokenReply")
  449. proto.RegisterType((*OpenImUserInfoRequest)(nil), "pb_v1.OpenImUserInfoRequest")
  450. proto.RegisterType((*OpenImUserData)(nil), "pb_v1.OpenImUserData")
  451. proto.RegisterType((*OpenImUserInfoReply)(nil), "pb_v1.OpenImUserInfoReply")
  452. proto.RegisterType((*OpenImUserSetFaceRequest)(nil), "pb_v1.OpenImUserSetFaceRequest")
  453. proto.RegisterType((*OpenImUserSetFaceReply)(nil), "pb_v1.OpenImUserSetFaceReply")
  454. }
  455. func init() {
  456. proto.RegisterFile("thirdparty.proto", fileDescriptor_e10f141fd1fcfe2b)
  457. }
  458. var fileDescriptor_e10f141fd1fcfe2b = []byte{
  459. // 430 bytes of a gzipped FileDescriptorProto
  460. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0x5f, 0x6f, 0xd3, 0x30,
  461. 0x14, 0xc5, 0x55, 0xba, 0x8e, 0xe4, 0x96, 0xb1, 0xcd, 0xb0, 0x29, 0x80, 0xa6, 0x0d, 0x4b, 0x48,
  462. 0xe3, 0x61, 0x9d, 0x06, 0x7c, 0x00, 0xfe, 0xa3, 0x48, 0x30, 0x24, 0xc3, 0x40, 0xe2, 0x25, 0x72,
  463. 0x92, 0xdb, 0x35, 0x6a, 0x62, 0x1b, 0xdb, 0x2d, 0xe4, 0x81, 0xef, 0x8e, 0xe2, 0x24, 0x4d, 0x53,
  464. 0x10, 0x12, 0x8f, 0xe7, 0xc8, 0xf9, 0x9d, 0x73, 0xaf, 0x6e, 0x60, 0xcf, 0xce, 0x32, 0x9d, 0x2a,
  465. 0xae, 0x6d, 0x39, 0x51, 0x5a, 0x5a, 0x49, 0x46, 0x2a, 0x8e, 0x96, 0x17, 0xf4, 0x19, 0xec, 0xbe,
  466. 0x43, 0xfb, 0x25, 0x91, 0x29, 0x32, 0xfc, 0xbe, 0x40, 0x63, 0xc9, 0x43, 0xb8, 0xa5, 0x66, 0x52,
  467. 0x60, 0x24, 0x16, 0x45, 0x8c, 0x3a, 0x18, 0x9c, 0x0c, 0x4e, 0x7d, 0x36, 0x76, 0xde, 0xa5, 0xb3,
  468. 0xe8, 0x23, 0xd8, 0xe9, 0xbe, 0x52, 0x79, 0x49, 0xee, 0xc2, 0x68, 0x59, 0x29, 0xf7, 0x78, 0x87,
  469. 0xd5, 0x82, 0xbe, 0x87, 0xfd, 0x57, 0x33, 0x4c, 0xe6, 0xff, 0x89, 0xef, 0x68, 0x37, 0xd6, 0x69,
  470. 0xfb, 0xb0, 0xbb, 0x4e, 0x53, 0x79, 0x49, 0x3f, 0x00, 0xf9, 0xa8, 0x50, 0x84, 0xc5, 0x67, 0x39,
  471. 0x47, 0xd1, 0x26, 0xdc, 0x07, 0x4f, 0xe5, 0xdc, 0x4e, 0xa5, 0x2e, 0x1c, 0x7d, 0xc4, 0x56, 0x9a,
  472. 0x3c, 0x00, 0x5f, 0x2a, 0x14, 0x59, 0x11, 0x65, 0xa9, 0xc3, 0xfb, 0xcc, 0xab, 0x8d, 0x30, 0xa5,
  473. 0x6f, 0x60, 0xaf, 0x87, 0x6b, 0x26, 0xb3, 0x95, 0x6a, 0x7a, 0xd6, 0xa2, 0xc2, 0xe0, 0x4f, 0x95,
  474. 0x69, 0x8c, 0xb8, 0x75, 0x98, 0x21, 0xf3, 0x6a, 0xe3, 0x85, 0xa5, 0x5f, 0xe1, 0xa0, 0xc6, 0x5c,
  475. 0x19, 0xd4, 0xa1, 0x98, 0xca, 0xb6, 0xd8, 0x11, 0xc0, 0x2a, 0xdc, 0x04, 0x83, 0x93, 0xe1, 0xa9,
  476. 0xcf, 0xfc, 0x36, 0xdd, 0x90, 0x63, 0x18, 0xb7, 0x3d, 0xdb, 0x76, 0x23, 0x06, 0xad, 0x15, 0xa6,
  477. 0xf4, 0x17, 0xdc, 0xee, 0xc0, 0xaf, 0xb9, 0xe5, 0x55, 0x0f, 0x91, 0x25, 0xf3, 0x48, 0xf0, 0x02,
  478. 0x9b, 0x86, 0x5e, 0x65, 0x5c, 0xf2, 0x02, 0xc9, 0x3d, 0xf0, 0xa6, 0x3c, 0xc1, 0x68, 0xa1, 0xf3,
  479. 0x66, 0xd4, 0x9b, 0x95, 0xbe, 0xd2, 0x39, 0x39, 0x84, 0xed, 0x6b, 0x14, 0x29, 0xea, 0x60, 0xe8,
  480. 0x52, 0x1a, 0xd5, 0x5f, 0xcf, 0xd6, 0xc6, 0x7a, 0x9e, 0xc3, 0x9d, 0xcd, 0xb9, 0xaa, 0x0d, 0x3d,
  481. 0x86, 0xad, 0x3c, 0x33, 0xd6, 0xcd, 0x33, 0x7e, 0x72, 0x30, 0x71, 0x87, 0x35, 0xe9, 0x17, 0x65,
  482. 0xee, 0x09, 0x35, 0x10, 0x74, 0xfe, 0x27, 0xb4, 0x6f, 0x79, 0xb2, 0xba, 0x8b, 0x5e, 0xf4, 0xa0,
  483. 0x1f, 0xfd, 0xaf, 0x51, 0x36, 0xb6, 0x36, 0xfc, 0x63, 0x6b, 0x01, 0x1c, 0xfe, 0x25, 0x54, 0xe5,
  484. 0xe5, 0xcb, 0xe3, 0x6f, 0x47, 0x4a, 0x4b, 0x85, 0xda, 0x96, 0x67, 0xa6, 0x34, 0x16, 0x8b, 0xb3,
  485. 0x6b, 0x6e, 0xf1, 0x07, 0x2f, 0xcf, 0x55, 0x7c, 0xbe, 0xbc, 0x88, 0xb7, 0xdd, 0xbf, 0xf2, 0xf4,
  486. 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x7f, 0xf6, 0xd9, 0x3b, 0x3f, 0x03, 0x00, 0x00,
  487. }