123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: thirdparty.proto
- // package声明符,用来防止不同的消息类型有命名冲突
- package v1
- import (
- fmt "fmt"
- proto "github.com/golang/protobuf/proto"
- math "math"
- )
- // Reference imports to suppress errors if they are not otherwise used.
- var _ = proto.Marshal
- var _ = fmt.Errorf
- var _ = math.Inf
- // This is a compile-time assertion to ensure that this generated file
- // is compatible with the proto package it is being compiled against.
- // A compilation error at this line likely means your copy of the
- // proto package needs to be updated.
- const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
- type GetVcodeRequest struct {
- PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GetVcodeRequest) Reset() { *m = GetVcodeRequest{} }
- func (m *GetVcodeRequest) String() string { return proto.CompactTextString(m) }
- func (*GetVcodeRequest) ProtoMessage() {}
- func (*GetVcodeRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{0}
- }
- func (m *GetVcodeRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GetVcodeRequest.Unmarshal(m, b)
- }
- func (m *GetVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GetVcodeRequest.Marshal(b, m, deterministic)
- }
- func (m *GetVcodeRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GetVcodeRequest.Merge(m, src)
- }
- func (m *GetVcodeRequest) XXX_Size() int {
- return xxx_messageInfo_GetVcodeRequest.Size(m)
- }
- func (m *GetVcodeRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_GetVcodeRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_GetVcodeRequest proto.InternalMessageInfo
- func (m *GetVcodeRequest) GetPhoneNumber() string {
- if m != nil {
- return m.PhoneNumber
- }
- return ""
- }
- type GetVcodeReply struct {
- Vcode uint32 `protobuf:"varint,1,opt,name=vcode,proto3" json:"vcode"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GetVcodeReply) Reset() { *m = GetVcodeReply{} }
- func (m *GetVcodeReply) String() string { return proto.CompactTextString(m) }
- func (*GetVcodeReply) ProtoMessage() {}
- func (*GetVcodeReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{1}
- }
- func (m *GetVcodeReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GetVcodeReply.Unmarshal(m, b)
- }
- func (m *GetVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GetVcodeReply.Marshal(b, m, deterministic)
- }
- func (m *GetVcodeReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GetVcodeReply.Merge(m, src)
- }
- func (m *GetVcodeReply) XXX_Size() int {
- return xxx_messageInfo_GetVcodeReply.Size(m)
- }
- func (m *GetVcodeReply) XXX_DiscardUnknown() {
- xxx_messageInfo_GetVcodeReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_GetVcodeReply proto.InternalMessageInfo
- func (m *GetVcodeReply) GetVcode() uint32 {
- if m != nil {
- return m.Vcode
- }
- return 0
- }
- type CheckVcodeRequest struct {
- PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
- Vcode uint32 `protobuf:"varint,2,opt,name=vcode,proto3" json:"vcode"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CheckVcodeRequest) Reset() { *m = CheckVcodeRequest{} }
- func (m *CheckVcodeRequest) String() string { return proto.CompactTextString(m) }
- func (*CheckVcodeRequest) ProtoMessage() {}
- func (*CheckVcodeRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{2}
- }
- func (m *CheckVcodeRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CheckVcodeRequest.Unmarshal(m, b)
- }
- func (m *CheckVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CheckVcodeRequest.Marshal(b, m, deterministic)
- }
- func (m *CheckVcodeRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CheckVcodeRequest.Merge(m, src)
- }
- func (m *CheckVcodeRequest) XXX_Size() int {
- return xxx_messageInfo_CheckVcodeRequest.Size(m)
- }
- func (m *CheckVcodeRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_CheckVcodeRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_CheckVcodeRequest proto.InternalMessageInfo
- func (m *CheckVcodeRequest) GetPhoneNumber() string {
- if m != nil {
- return m.PhoneNumber
- }
- return ""
- }
- func (m *CheckVcodeRequest) GetVcode() uint32 {
- if m != nil {
- return m.Vcode
- }
- return 0
- }
- type CheckVcodeReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CheckVcodeReply) Reset() { *m = CheckVcodeReply{} }
- func (m *CheckVcodeReply) String() string { return proto.CompactTextString(m) }
- func (*CheckVcodeReply) ProtoMessage() {}
- func (*CheckVcodeReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{3}
- }
- func (m *CheckVcodeReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CheckVcodeReply.Unmarshal(m, b)
- }
- func (m *CheckVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CheckVcodeReply.Marshal(b, m, deterministic)
- }
- func (m *CheckVcodeReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CheckVcodeReply.Merge(m, src)
- }
- func (m *CheckVcodeReply) XXX_Size() int {
- return xxx_messageInfo_CheckVcodeReply.Size(m)
- }
- func (m *CheckVcodeReply) XXX_DiscardUnknown() {
- xxx_messageInfo_CheckVcodeReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_CheckVcodeReply proto.InternalMessageInfo
- type OpenImTokenRequest struct {
- Platform int32 `protobuf:"varint,1,opt,name=platform,proto3" json:"platform"`
- OpenimId string `protobuf:"bytes,2,opt,name=openim_id,json=openimId,proto3" json:"openim_id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OpenImTokenRequest) Reset() { *m = OpenImTokenRequest{} }
- func (m *OpenImTokenRequest) String() string { return proto.CompactTextString(m) }
- func (*OpenImTokenRequest) ProtoMessage() {}
- func (*OpenImTokenRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{4}
- }
- func (m *OpenImTokenRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OpenImTokenRequest.Unmarshal(m, b)
- }
- func (m *OpenImTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OpenImTokenRequest.Marshal(b, m, deterministic)
- }
- func (m *OpenImTokenRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OpenImTokenRequest.Merge(m, src)
- }
- func (m *OpenImTokenRequest) XXX_Size() int {
- return xxx_messageInfo_OpenImTokenRequest.Size(m)
- }
- func (m *OpenImTokenRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_OpenImTokenRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_OpenImTokenRequest proto.InternalMessageInfo
- func (m *OpenImTokenRequest) GetPlatform() int32 {
- if m != nil {
- return m.Platform
- }
- return 0
- }
- func (m *OpenImTokenRequest) GetOpenimId() string {
- if m != nil {
- return m.OpenimId
- }
- return ""
- }
- type OpenImTokenReply struct {
- Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"`
- ExpireAt int64 `protobuf:"varint,2,opt,name=expire_at,json=expireAt,proto3" json:"expire_at"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OpenImTokenReply) Reset() { *m = OpenImTokenReply{} }
- func (m *OpenImTokenReply) String() string { return proto.CompactTextString(m) }
- func (*OpenImTokenReply) ProtoMessage() {}
- func (*OpenImTokenReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{5}
- }
- func (m *OpenImTokenReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OpenImTokenReply.Unmarshal(m, b)
- }
- func (m *OpenImTokenReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OpenImTokenReply.Marshal(b, m, deterministic)
- }
- func (m *OpenImTokenReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OpenImTokenReply.Merge(m, src)
- }
- func (m *OpenImTokenReply) XXX_Size() int {
- return xxx_messageInfo_OpenImTokenReply.Size(m)
- }
- func (m *OpenImTokenReply) XXX_DiscardUnknown() {
- xxx_messageInfo_OpenImTokenReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_OpenImTokenReply proto.InternalMessageInfo
- func (m *OpenImTokenReply) GetToken() string {
- if m != nil {
- return m.Token
- }
- return ""
- }
- func (m *OpenImTokenReply) GetExpireAt() int64 {
- if m != nil {
- return m.ExpireAt
- }
- return 0
- }
- type OpenImUserInfoRequest struct {
- OpenimIds []string `protobuf:"bytes,1,rep,name=openim_ids,json=openimIds,proto3" json:"openim_ids"`
- PlatformId int32 `protobuf:"varint,2,opt,name=platform_id,json=platformId,proto3" json:"platform_id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OpenImUserInfoRequest) Reset() { *m = OpenImUserInfoRequest{} }
- func (m *OpenImUserInfoRequest) String() string { return proto.CompactTextString(m) }
- func (*OpenImUserInfoRequest) ProtoMessage() {}
- func (*OpenImUserInfoRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{6}
- }
- func (m *OpenImUserInfoRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OpenImUserInfoRequest.Unmarshal(m, b)
- }
- func (m *OpenImUserInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OpenImUserInfoRequest.Marshal(b, m, deterministic)
- }
- func (m *OpenImUserInfoRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OpenImUserInfoRequest.Merge(m, src)
- }
- func (m *OpenImUserInfoRequest) XXX_Size() int {
- return xxx_messageInfo_OpenImUserInfoRequest.Size(m)
- }
- func (m *OpenImUserInfoRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_OpenImUserInfoRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_OpenImUserInfoRequest proto.InternalMessageInfo
- func (m *OpenImUserInfoRequest) GetOpenimIds() []string {
- if m != nil {
- return m.OpenimIds
- }
- return nil
- }
- func (m *OpenImUserInfoRequest) GetPlatformId() int32 {
- if m != nil {
- return m.PlatformId
- }
- return 0
- }
- type OpenImUserData struct {
- NickName string `protobuf:"bytes,1,opt,name=nick_name,json=nickName,proto3" json:"nick_name"`
- FaceUrl string `protobuf:"bytes,2,opt,name=face_url,json=faceUrl,proto3" json:"face_url"`
- Gender int32 `protobuf:"varint,3,opt,name=gender,proto3" json:"gender"`
- OpenimId string `protobuf:"bytes,4,opt,name=openim_id,json=openimId,proto3" json:"openim_id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OpenImUserData) Reset() { *m = OpenImUserData{} }
- func (m *OpenImUserData) String() string { return proto.CompactTextString(m) }
- func (*OpenImUserData) ProtoMessage() {}
- func (*OpenImUserData) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{7}
- }
- func (m *OpenImUserData) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OpenImUserData.Unmarshal(m, b)
- }
- func (m *OpenImUserData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OpenImUserData.Marshal(b, m, deterministic)
- }
- func (m *OpenImUserData) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OpenImUserData.Merge(m, src)
- }
- func (m *OpenImUserData) XXX_Size() int {
- return xxx_messageInfo_OpenImUserData.Size(m)
- }
- func (m *OpenImUserData) XXX_DiscardUnknown() {
- xxx_messageInfo_OpenImUserData.DiscardUnknown(m)
- }
- var xxx_messageInfo_OpenImUserData proto.InternalMessageInfo
- func (m *OpenImUserData) GetNickName() string {
- if m != nil {
- return m.NickName
- }
- return ""
- }
- func (m *OpenImUserData) GetFaceUrl() string {
- if m != nil {
- return m.FaceUrl
- }
- return ""
- }
- func (m *OpenImUserData) GetGender() int32 {
- if m != nil {
- return m.Gender
- }
- return 0
- }
- func (m *OpenImUserData) GetOpenimId() string {
- if m != nil {
- return m.OpenimId
- }
- return ""
- }
- type OpenImUserInfoReply struct {
- List []*OpenImUserData `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OpenImUserInfoReply) Reset() { *m = OpenImUserInfoReply{} }
- func (m *OpenImUserInfoReply) String() string { return proto.CompactTextString(m) }
- func (*OpenImUserInfoReply) ProtoMessage() {}
- func (*OpenImUserInfoReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{8}
- }
- func (m *OpenImUserInfoReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OpenImUserInfoReply.Unmarshal(m, b)
- }
- func (m *OpenImUserInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OpenImUserInfoReply.Marshal(b, m, deterministic)
- }
- func (m *OpenImUserInfoReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OpenImUserInfoReply.Merge(m, src)
- }
- func (m *OpenImUserInfoReply) XXX_Size() int {
- return xxx_messageInfo_OpenImUserInfoReply.Size(m)
- }
- func (m *OpenImUserInfoReply) XXX_DiscardUnknown() {
- xxx_messageInfo_OpenImUserInfoReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_OpenImUserInfoReply proto.InternalMessageInfo
- func (m *OpenImUserInfoReply) GetList() []*OpenImUserData {
- if m != nil {
- return m.List
- }
- return nil
- }
- type OpenImUserSetFaceRequest struct {
- OpenimId string `protobuf:"bytes,1,opt,name=openim_id,json=openimId,proto3" json:"openim_id"`
- FaceUrl string `protobuf:"bytes,2,opt,name=face_url,json=faceUrl,proto3" json:"face_url"`
- PlatformId int32 `protobuf:"varint,3,opt,name=platform_id,json=platformId,proto3" json:"platform_id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OpenImUserSetFaceRequest) Reset() { *m = OpenImUserSetFaceRequest{} }
- func (m *OpenImUserSetFaceRequest) String() string { return proto.CompactTextString(m) }
- func (*OpenImUserSetFaceRequest) ProtoMessage() {}
- func (*OpenImUserSetFaceRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{9}
- }
- func (m *OpenImUserSetFaceRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OpenImUserSetFaceRequest.Unmarshal(m, b)
- }
- func (m *OpenImUserSetFaceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OpenImUserSetFaceRequest.Marshal(b, m, deterministic)
- }
- func (m *OpenImUserSetFaceRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OpenImUserSetFaceRequest.Merge(m, src)
- }
- func (m *OpenImUserSetFaceRequest) XXX_Size() int {
- return xxx_messageInfo_OpenImUserSetFaceRequest.Size(m)
- }
- func (m *OpenImUserSetFaceRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_OpenImUserSetFaceRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_OpenImUserSetFaceRequest proto.InternalMessageInfo
- func (m *OpenImUserSetFaceRequest) GetOpenimId() string {
- if m != nil {
- return m.OpenimId
- }
- return ""
- }
- func (m *OpenImUserSetFaceRequest) GetFaceUrl() string {
- if m != nil {
- return m.FaceUrl
- }
- return ""
- }
- func (m *OpenImUserSetFaceRequest) GetPlatformId() int32 {
- if m != nil {
- return m.PlatformId
- }
- return 0
- }
- type OpenImUserSetFaceReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OpenImUserSetFaceReply) Reset() { *m = OpenImUserSetFaceReply{} }
- func (m *OpenImUserSetFaceReply) String() string { return proto.CompactTextString(m) }
- func (*OpenImUserSetFaceReply) ProtoMessage() {}
- func (*OpenImUserSetFaceReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{10}
- }
- func (m *OpenImUserSetFaceReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OpenImUserSetFaceReply.Unmarshal(m, b)
- }
- func (m *OpenImUserSetFaceReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OpenImUserSetFaceReply.Marshal(b, m, deterministic)
- }
- func (m *OpenImUserSetFaceReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OpenImUserSetFaceReply.Merge(m, src)
- }
- func (m *OpenImUserSetFaceReply) XXX_Size() int {
- return xxx_messageInfo_OpenImUserSetFaceReply.Size(m)
- }
- func (m *OpenImUserSetFaceReply) XXX_DiscardUnknown() {
- xxx_messageInfo_OpenImUserSetFaceReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_OpenImUserSetFaceReply proto.InternalMessageInfo
- func init() {
- proto.RegisterType((*GetVcodeRequest)(nil), "pb_v1.GetVcodeRequest")
- proto.RegisterType((*GetVcodeReply)(nil), "pb_v1.GetVcodeReply")
- proto.RegisterType((*CheckVcodeRequest)(nil), "pb_v1.CheckVcodeRequest")
- proto.RegisterType((*CheckVcodeReply)(nil), "pb_v1.CheckVcodeReply")
- proto.RegisterType((*OpenImTokenRequest)(nil), "pb_v1.OpenImTokenRequest")
- proto.RegisterType((*OpenImTokenReply)(nil), "pb_v1.OpenImTokenReply")
- proto.RegisterType((*OpenImUserInfoRequest)(nil), "pb_v1.OpenImUserInfoRequest")
- proto.RegisterType((*OpenImUserData)(nil), "pb_v1.OpenImUserData")
- proto.RegisterType((*OpenImUserInfoReply)(nil), "pb_v1.OpenImUserInfoReply")
- proto.RegisterType((*OpenImUserSetFaceRequest)(nil), "pb_v1.OpenImUserSetFaceRequest")
- proto.RegisterType((*OpenImUserSetFaceReply)(nil), "pb_v1.OpenImUserSetFaceReply")
- }
- func init() {
- proto.RegisterFile("thirdparty.proto", fileDescriptor_e10f141fd1fcfe2b)
- }
- var fileDescriptor_e10f141fd1fcfe2b = []byte{
- // 430 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0x5f, 0x6f, 0xd3, 0x30,
- 0x14, 0xc5, 0x55, 0xba, 0x8e, 0xe4, 0x96, 0xb1, 0xcd, 0xb0, 0x29, 0x80, 0xa6, 0x0d, 0x4b, 0x48,
- 0xe3, 0x61, 0x9d, 0x06, 0x7c, 0x00, 0xfe, 0xa3, 0x48, 0x30, 0x24, 0xc3, 0x40, 0xe2, 0x25, 0x72,
- 0x92, 0xdb, 0x35, 0x6a, 0x62, 0x1b, 0xdb, 0x2d, 0xe4, 0x81, 0xef, 0x8e, 0xe2, 0x24, 0x4d, 0x53,
- 0x10, 0x12, 0x8f, 0xe7, 0xc8, 0xf9, 0x9d, 0x73, 0xaf, 0x6e, 0x60, 0xcf, 0xce, 0x32, 0x9d, 0x2a,
- 0xae, 0x6d, 0x39, 0x51, 0x5a, 0x5a, 0x49, 0x46, 0x2a, 0x8e, 0x96, 0x17, 0xf4, 0x19, 0xec, 0xbe,
- 0x43, 0xfb, 0x25, 0x91, 0x29, 0x32, 0xfc, 0xbe, 0x40, 0x63, 0xc9, 0x43, 0xb8, 0xa5, 0x66, 0x52,
- 0x60, 0x24, 0x16, 0x45, 0x8c, 0x3a, 0x18, 0x9c, 0x0c, 0x4e, 0x7d, 0x36, 0x76, 0xde, 0xa5, 0xb3,
- 0xe8, 0x23, 0xd8, 0xe9, 0xbe, 0x52, 0x79, 0x49, 0xee, 0xc2, 0x68, 0x59, 0x29, 0xf7, 0x78, 0x87,
- 0xd5, 0x82, 0xbe, 0x87, 0xfd, 0x57, 0x33, 0x4c, 0xe6, 0xff, 0x89, 0xef, 0x68, 0x37, 0xd6, 0x69,
- 0xfb, 0xb0, 0xbb, 0x4e, 0x53, 0x79, 0x49, 0x3f, 0x00, 0xf9, 0xa8, 0x50, 0x84, 0xc5, 0x67, 0x39,
- 0x47, 0xd1, 0x26, 0xdc, 0x07, 0x4f, 0xe5, 0xdc, 0x4e, 0xa5, 0x2e, 0x1c, 0x7d, 0xc4, 0x56, 0x9a,
- 0x3c, 0x00, 0x5f, 0x2a, 0x14, 0x59, 0x11, 0x65, 0xa9, 0xc3, 0xfb, 0xcc, 0xab, 0x8d, 0x30, 0xa5,
- 0x6f, 0x60, 0xaf, 0x87, 0x6b, 0x26, 0xb3, 0x95, 0x6a, 0x7a, 0xd6, 0xa2, 0xc2, 0xe0, 0x4f, 0x95,
- 0x69, 0x8c, 0xb8, 0x75, 0x98, 0x21, 0xf3, 0x6a, 0xe3, 0x85, 0xa5, 0x5f, 0xe1, 0xa0, 0xc6, 0x5c,
- 0x19, 0xd4, 0xa1, 0x98, 0xca, 0xb6, 0xd8, 0x11, 0xc0, 0x2a, 0xdc, 0x04, 0x83, 0x93, 0xe1, 0xa9,
- 0xcf, 0xfc, 0x36, 0xdd, 0x90, 0x63, 0x18, 0xb7, 0x3d, 0xdb, 0x76, 0x23, 0x06, 0xad, 0x15, 0xa6,
- 0xf4, 0x17, 0xdc, 0xee, 0xc0, 0xaf, 0xb9, 0xe5, 0x55, 0x0f, 0x91, 0x25, 0xf3, 0x48, 0xf0, 0x02,
- 0x9b, 0x86, 0x5e, 0x65, 0x5c, 0xf2, 0x02, 0xc9, 0x3d, 0xf0, 0xa6, 0x3c, 0xc1, 0x68, 0xa1, 0xf3,
- 0x66, 0xd4, 0x9b, 0x95, 0xbe, 0xd2, 0x39, 0x39, 0x84, 0xed, 0x6b, 0x14, 0x29, 0xea, 0x60, 0xe8,
- 0x52, 0x1a, 0xd5, 0x5f, 0xcf, 0xd6, 0xc6, 0x7a, 0x9e, 0xc3, 0x9d, 0xcd, 0xb9, 0xaa, 0x0d, 0x3d,
- 0x86, 0xad, 0x3c, 0x33, 0xd6, 0xcd, 0x33, 0x7e, 0x72, 0x30, 0x71, 0x87, 0x35, 0xe9, 0x17, 0x65,
- 0xee, 0x09, 0x35, 0x10, 0x74, 0xfe, 0x27, 0xb4, 0x6f, 0x79, 0xb2, 0xba, 0x8b, 0x5e, 0xf4, 0xa0,
- 0x1f, 0xfd, 0xaf, 0x51, 0x36, 0xb6, 0x36, 0xfc, 0x63, 0x6b, 0x01, 0x1c, 0xfe, 0x25, 0x54, 0xe5,
- 0xe5, 0xcb, 0xe3, 0x6f, 0x47, 0x4a, 0x4b, 0x85, 0xda, 0x96, 0x67, 0xa6, 0x34, 0x16, 0x8b, 0xb3,
- 0x6b, 0x6e, 0xf1, 0x07, 0x2f, 0xcf, 0x55, 0x7c, 0xbe, 0xbc, 0x88, 0xb7, 0xdd, 0xbf, 0xf2, 0xf4,
- 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x7f, 0xf6, 0xd9, 0x3b, 0x3f, 0x03, 0x00, 0x00,
- }
|