mysqlPb

package
v0.0.0-...-bbbc4ea Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2019 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterMySQLBindServiceServer

func RegisterMySQLBindServiceServer(s *grpc.Server, srv MySQLBindServiceServer)

Types

type Email

type Email struct {
	Value                string   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Email) Descriptor

func (*Email) Descriptor() ([]byte, []int)

func (*Email) GetValue

func (m *Email) GetValue() string

func (*Email) ProtoMessage

func (*Email) ProtoMessage()

func (*Email) Reset

func (m *Email) Reset()

func (*Email) String

func (m *Email) String() string

func (*Email) XXX_DiscardUnknown

func (m *Email) XXX_DiscardUnknown()

func (*Email) XXX_Marshal

func (m *Email) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Email) XXX_Merge

func (m *Email) XXX_Merge(src proto.Message)

func (*Email) XXX_Size

func (m *Email) XXX_Size() int

func (*Email) XXX_Unmarshal

func (m *Email) XXX_Unmarshal(b []byte) error

type EmailAndIsDelete

type EmailAndIsDelete struct {
	Email                string   `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	IsDelete             bool     `protobuf:"varint,2,opt,name=is_delete,json=isDelete,proto3" json:"is_delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EmailAndIsDelete) Descriptor

func (*EmailAndIsDelete) Descriptor() ([]byte, []int)

func (*EmailAndIsDelete) GetEmail

func (m *EmailAndIsDelete) GetEmail() string

func (*EmailAndIsDelete) GetIsDelete

func (m *EmailAndIsDelete) GetIsDelete() bool

func (*EmailAndIsDelete) ProtoMessage

func (*EmailAndIsDelete) ProtoMessage()

func (*EmailAndIsDelete) Reset

func (m *EmailAndIsDelete) Reset()

func (*EmailAndIsDelete) String

func (m *EmailAndIsDelete) String() string

func (*EmailAndIsDelete) XXX_DiscardUnknown

func (m *EmailAndIsDelete) XXX_DiscardUnknown()

func (*EmailAndIsDelete) XXX_Marshal

func (m *EmailAndIsDelete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EmailAndIsDelete) XXX_Merge

func (m *EmailAndIsDelete) XXX_Merge(src proto.Message)

func (*EmailAndIsDelete) XXX_Size

func (m *EmailAndIsDelete) XXX_Size() int

func (*EmailAndIsDelete) XXX_Unmarshal

func (m *EmailAndIsDelete) XXX_Unmarshal(b []byte) error

type EmptyParam

type EmptyParam struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EmptyParam) Descriptor

func (*EmptyParam) Descriptor() ([]byte, []int)

func (*EmptyParam) ProtoMessage

func (*EmptyParam) ProtoMessage()

func (*EmptyParam) Reset

func (m *EmptyParam) Reset()

func (*EmptyParam) String

func (m *EmptyParam) String() string

func (*EmptyParam) XXX_DiscardUnknown

func (m *EmptyParam) XXX_DiscardUnknown()

func (*EmptyParam) XXX_Marshal

func (m *EmptyParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EmptyParam) XXX_Merge

func (m *EmptyParam) XXX_Merge(src proto.Message)

func (*EmptyParam) XXX_Size

func (m *EmptyParam) XXX_Size() int

func (*EmptyParam) XXX_Unmarshal

func (m *EmptyParam) XXX_Unmarshal(b []byte) error

type FriendsInfoListPlus

type FriendsInfoListPlus struct {
	Data                 []*FriendsInfoPlus `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*FriendsInfoListPlus) Descriptor

func (*FriendsInfoListPlus) Descriptor() ([]byte, []int)

func (*FriendsInfoListPlus) GetData

func (m *FriendsInfoListPlus) GetData() []*FriendsInfoPlus

func (*FriendsInfoListPlus) ProtoMessage

func (*FriendsInfoListPlus) ProtoMessage()

func (*FriendsInfoListPlus) Reset

func (m *FriendsInfoListPlus) Reset()

func (*FriendsInfoListPlus) String

func (m *FriendsInfoListPlus) String() string

func (*FriendsInfoListPlus) XXX_DiscardUnknown

func (m *FriendsInfoListPlus) XXX_DiscardUnknown()

func (*FriendsInfoListPlus) XXX_Marshal

func (m *FriendsInfoListPlus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FriendsInfoListPlus) XXX_Merge

func (m *FriendsInfoListPlus) XXX_Merge(src proto.Message)

func (*FriendsInfoListPlus) XXX_Size

func (m *FriendsInfoListPlus) XXX_Size() int

func (*FriendsInfoListPlus) XXX_Unmarshal

func (m *FriendsInfoListPlus) XXX_Unmarshal(b []byte) error

type FriendsInfoPlus

type FriendsInfoPlus struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Note                 string   `protobuf:"bytes,2,opt,name=note,proto3" json:"note,omitempty"`
	Email                string   `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Name                 string   `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Mobile               string   `protobuf:"bytes,5,opt,name=mobile,proto3" json:"mobile,omitempty"`
	Gender               int32    `protobuf:"varint,6,opt,name=gender,proto3" json:"gender,omitempty"`
	Avatar               string   `protobuf:"bytes,7,opt,name=avatar,proto3" json:"avatar,omitempty"`
	IsAccept             bool     `protobuf:"varint,8,opt,name=is_accept,json=isAccept,proto3" json:"is_accept,omitempty"`
	IsBlack              bool     `protobuf:"varint,9,opt,name=is_black,json=isBlack,proto3" json:"is_black,omitempty"`
	IsDelete             bool     `protobuf:"varint,10,opt,name=is_delete,json=isDelete,proto3" json:"is_delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FriendsInfoPlus) Descriptor

func (*FriendsInfoPlus) Descriptor() ([]byte, []int)

func (*FriendsInfoPlus) GetAvatar

func (m *FriendsInfoPlus) GetAvatar() string

func (*FriendsInfoPlus) GetEmail

func (m *FriendsInfoPlus) GetEmail() string

func (*FriendsInfoPlus) GetGender

func (m *FriendsInfoPlus) GetGender() int32

func (*FriendsInfoPlus) GetId

func (m *FriendsInfoPlus) GetId() int64

func (*FriendsInfoPlus) GetIsAccept

func (m *FriendsInfoPlus) GetIsAccept() bool

func (*FriendsInfoPlus) GetIsBlack

func (m *FriendsInfoPlus) GetIsBlack() bool

func (*FriendsInfoPlus) GetIsDelete

func (m *FriendsInfoPlus) GetIsDelete() bool

func (*FriendsInfoPlus) GetMobile

func (m *FriendsInfoPlus) GetMobile() string

func (*FriendsInfoPlus) GetName

func (m *FriendsInfoPlus) GetName() string

func (*FriendsInfoPlus) GetNote

func (m *FriendsInfoPlus) GetNote() string

func (*FriendsInfoPlus) ProtoMessage

func (*FriendsInfoPlus) ProtoMessage()

func (*FriendsInfoPlus) Reset

func (m *FriendsInfoPlus) Reset()

func (*FriendsInfoPlus) String

func (m *FriendsInfoPlus) String() string

func (*FriendsInfoPlus) XXX_DiscardUnknown

func (m *FriendsInfoPlus) XXX_DiscardUnknown()

func (*FriendsInfoPlus) XXX_Marshal

func (m *FriendsInfoPlus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FriendsInfoPlus) XXX_Merge

func (m *FriendsInfoPlus) XXX_Merge(src proto.Message)

func (*FriendsInfoPlus) XXX_Size

func (m *FriendsInfoPlus) XXX_Size() int

func (*FriendsInfoPlus) XXX_Unmarshal

func (m *FriendsInfoPlus) XXX_Unmarshal(b []byte) error

type FriendshipBasic

type FriendshipBasic struct {
	SelfId               int64    `protobuf:"varint,1,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	FriendId             int64    `protobuf:"varint,2,opt,name=friend_id,json=friendId,proto3" json:"friend_id,omitempty"`
	FriendNote           string   `protobuf:"bytes,3,opt,name=friend_note,json=friendNote,proto3" json:"friend_note,omitempty"`
	IsAccept             bool     `protobuf:"varint,4,opt,name=is_accept,json=isAccept,proto3" json:"is_accept,omitempty"`
	IsBlack              bool     `protobuf:"varint,5,opt,name=is_black,json=isBlack,proto3" json:"is_black,omitempty"`
	IsDelete             bool     `protobuf:"varint,6,opt,name=is_delete,json=isDelete,proto3" json:"is_delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FriendshipBasic) Descriptor

func (*FriendshipBasic) Descriptor() ([]byte, []int)

func (*FriendshipBasic) GetFriendId

func (m *FriendshipBasic) GetFriendId() int64

func (*FriendshipBasic) GetFriendNote

func (m *FriendshipBasic) GetFriendNote() string

func (*FriendshipBasic) GetIsAccept

func (m *FriendshipBasic) GetIsAccept() bool

func (*FriendshipBasic) GetIsBlack

func (m *FriendshipBasic) GetIsBlack() bool

func (*FriendshipBasic) GetIsDelete

func (m *FriendshipBasic) GetIsDelete() bool

func (*FriendshipBasic) GetSelfId

func (m *FriendshipBasic) GetSelfId() int64

func (*FriendshipBasic) ProtoMessage

func (*FriendshipBasic) ProtoMessage()

func (*FriendshipBasic) Reset

func (m *FriendshipBasic) Reset()

func (*FriendshipBasic) String

func (m *FriendshipBasic) String() string

func (*FriendshipBasic) XXX_DiscardUnknown

func (m *FriendshipBasic) XXX_DiscardUnknown()

func (*FriendshipBasic) XXX_Marshal

func (m *FriendshipBasic) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FriendshipBasic) XXX_Merge

func (m *FriendshipBasic) XXX_Merge(src proto.Message)

func (*FriendshipBasic) XXX_Size

func (m *FriendshipBasic) XXX_Size() int

func (*FriendshipBasic) XXX_Unmarshal

func (m *FriendshipBasic) XXX_Unmarshal(b []byte) error

type FriendshipBasicList

type FriendshipBasicList struct {
	Data                 []*FriendshipBasic `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*FriendshipBasicList) Descriptor

func (*FriendshipBasicList) Descriptor() ([]byte, []int)

func (*FriendshipBasicList) GetData

func (m *FriendshipBasicList) GetData() []*FriendshipBasic

func (*FriendshipBasicList) ProtoMessage

func (*FriendshipBasicList) ProtoMessage()

func (*FriendshipBasicList) Reset

func (m *FriendshipBasicList) Reset()

func (*FriendshipBasicList) String

func (m *FriendshipBasicList) String() string

func (*FriendshipBasicList) XXX_DiscardUnknown

func (m *FriendshipBasicList) XXX_DiscardUnknown()

func (*FriendshipBasicList) XXX_Marshal

func (m *FriendshipBasicList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FriendshipBasicList) XXX_Merge

func (m *FriendshipBasicList) XXX_Merge(src proto.Message)

func (*FriendshipBasicList) XXX_Size

func (m *FriendshipBasicList) XXX_Size() int

func (*FriendshipBasicList) XXX_Unmarshal

func (m *FriendshipBasicList) XXX_Unmarshal(b []byte) error

type GroupAndManagerId

type GroupAndManagerId struct {
	GroupId              int64    `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	ManagerId            int64    `protobuf:"varint,2,opt,name=manager_id,json=managerId,proto3" json:"manager_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupAndManagerId) Descriptor

func (*GroupAndManagerId) Descriptor() ([]byte, []int)

func (*GroupAndManagerId) GetGroupId

func (m *GroupAndManagerId) GetGroupId() int64

func (*GroupAndManagerId) GetManagerId

func (m *GroupAndManagerId) GetManagerId() int64

func (*GroupAndManagerId) ProtoMessage

func (*GroupAndManagerId) ProtoMessage()

func (*GroupAndManagerId) Reset

func (m *GroupAndManagerId) Reset()

func (*GroupAndManagerId) String

func (m *GroupAndManagerId) String() string

func (*GroupAndManagerId) XXX_DiscardUnknown

func (m *GroupAndManagerId) XXX_DiscardUnknown()

func (*GroupAndManagerId) XXX_Marshal

func (m *GroupAndManagerId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupAndManagerId) XXX_Merge

func (m *GroupAndManagerId) XXX_Merge(src proto.Message)

func (*GroupAndManagerId) XXX_Size

func (m *GroupAndManagerId) XXX_Size() int

func (*GroupAndManagerId) XXX_Unmarshal

func (m *GroupAndManagerId) XXX_Unmarshal(b []byte) error

type GroupChatBasic

type GroupChatBasic struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ManagerId            int64    `protobuf:"varint,3,opt,name=manager_id,json=managerId,proto3" json:"manager_id,omitempty"`
	Avatar               string   `protobuf:"bytes,4,opt,name=avatar,proto3" json:"avatar,omitempty"`
	QrCode               string   `protobuf:"bytes,5,opt,name=qr_code,json=qrCode,proto3" json:"qr_code,omitempty"`
	IsDelete             bool     `protobuf:"varint,6,opt,name=is_delete,json=isDelete,proto3" json:"is_delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupChatBasic) Descriptor

func (*GroupChatBasic) Descriptor() ([]byte, []int)

func (*GroupChatBasic) GetAvatar

func (m *GroupChatBasic) GetAvatar() string

func (*GroupChatBasic) GetId

func (m *GroupChatBasic) GetId() int64

func (*GroupChatBasic) GetIsDelete

func (m *GroupChatBasic) GetIsDelete() bool

func (*GroupChatBasic) GetManagerId

func (m *GroupChatBasic) GetManagerId() int64

func (*GroupChatBasic) GetName

func (m *GroupChatBasic) GetName() string

func (*GroupChatBasic) GetQrCode

func (m *GroupChatBasic) GetQrCode() string

func (*GroupChatBasic) ProtoMessage

func (*GroupChatBasic) ProtoMessage()

func (*GroupChatBasic) Reset

func (m *GroupChatBasic) Reset()

func (*GroupChatBasic) String

func (m *GroupChatBasic) String() string

func (*GroupChatBasic) XXX_DiscardUnknown

func (m *GroupChatBasic) XXX_DiscardUnknown()

func (*GroupChatBasic) XXX_Marshal

func (m *GroupChatBasic) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupChatBasic) XXX_Merge

func (m *GroupChatBasic) XXX_Merge(src proto.Message)

func (*GroupChatBasic) XXX_Size

func (m *GroupChatBasic) XXX_Size() int

func (*GroupChatBasic) XXX_Unmarshal

func (m *GroupChatBasic) XXX_Unmarshal(b []byte) error

type GroupChatInfoListOfUserPlus

type GroupChatInfoListOfUserPlus struct {
	Data                 []*GroupChatInfoOfUser `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GroupChatInfoListOfUserPlus) Descriptor

func (*GroupChatInfoListOfUserPlus) Descriptor() ([]byte, []int)

func (*GroupChatInfoListOfUserPlus) GetData

func (*GroupChatInfoListOfUserPlus) ProtoMessage

func (*GroupChatInfoListOfUserPlus) ProtoMessage()

func (*GroupChatInfoListOfUserPlus) Reset

func (m *GroupChatInfoListOfUserPlus) Reset()

func (*GroupChatInfoListOfUserPlus) String

func (m *GroupChatInfoListOfUserPlus) String() string

func (*GroupChatInfoListOfUserPlus) XXX_DiscardUnknown

func (m *GroupChatInfoListOfUserPlus) XXX_DiscardUnknown()

func (*GroupChatInfoListOfUserPlus) XXX_Marshal

func (m *GroupChatInfoListOfUserPlus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupChatInfoListOfUserPlus) XXX_Merge

func (m *GroupChatInfoListOfUserPlus) XXX_Merge(src proto.Message)

func (*GroupChatInfoListOfUserPlus) XXX_Size

func (m *GroupChatInfoListOfUserPlus) XXX_Size() int

func (*GroupChatInfoListOfUserPlus) XXX_Unmarshal

func (m *GroupChatInfoListOfUserPlus) XXX_Unmarshal(b []byte) error

type GroupChatInfoOfUser

type GroupChatInfoOfUser struct {
	UserId               int64    `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	GroupId              int64    `protobuf:"varint,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	GroupName            string   `protobuf:"bytes,3,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	GroupAvatar          string   `protobuf:"bytes,4,opt,name=group_avatar,json=groupAvatar,proto3" json:"group_avatar,omitempty"`
	GroupQrCode          string   `protobuf:"bytes,5,opt,name=group_qr_code,json=groupQrCode,proto3" json:"group_qr_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupChatInfoOfUser) Descriptor

func (*GroupChatInfoOfUser) Descriptor() ([]byte, []int)

func (*GroupChatInfoOfUser) GetGroupAvatar

func (m *GroupChatInfoOfUser) GetGroupAvatar() string

func (*GroupChatInfoOfUser) GetGroupId

func (m *GroupChatInfoOfUser) GetGroupId() int64

func (*GroupChatInfoOfUser) GetGroupName

func (m *GroupChatInfoOfUser) GetGroupName() string

func (*GroupChatInfoOfUser) GetGroupQrCode

func (m *GroupChatInfoOfUser) GetGroupQrCode() string

func (*GroupChatInfoOfUser) GetUserId

func (m *GroupChatInfoOfUser) GetUserId() int64

func (*GroupChatInfoOfUser) ProtoMessage

func (*GroupChatInfoOfUser) ProtoMessage()

func (*GroupChatInfoOfUser) Reset

func (m *GroupChatInfoOfUser) Reset()

func (*GroupChatInfoOfUser) String

func (m *GroupChatInfoOfUser) String() string

func (*GroupChatInfoOfUser) XXX_DiscardUnknown

func (m *GroupChatInfoOfUser) XXX_DiscardUnknown()

func (*GroupChatInfoOfUser) XXX_Marshal

func (m *GroupChatInfoOfUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupChatInfoOfUser) XXX_Merge

func (m *GroupChatInfoOfUser) XXX_Merge(src proto.Message)

func (*GroupChatInfoOfUser) XXX_Size

func (m *GroupChatInfoOfUser) XXX_Size() int

func (*GroupChatInfoOfUser) XXX_Unmarshal

func (m *GroupChatInfoOfUser) XXX_Unmarshal(b []byte) error

type GroupChatList

type GroupChatList struct {
	Data                 []*GroupChatBasic `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GroupChatList) Descriptor

func (*GroupChatList) Descriptor() ([]byte, []int)

func (*GroupChatList) GetData

func (m *GroupChatList) GetData() []*GroupChatBasic

func (*GroupChatList) ProtoMessage

func (*GroupChatList) ProtoMessage()

func (*GroupChatList) Reset

func (m *GroupChatList) Reset()

func (*GroupChatList) String

func (m *GroupChatList) String() string

func (*GroupChatList) XXX_DiscardUnknown

func (m *GroupChatList) XXX_DiscardUnknown()

func (*GroupChatList) XXX_Marshal

func (m *GroupChatList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupChatList) XXX_Merge

func (m *GroupChatList) XXX_Merge(src proto.Message)

func (*GroupChatList) XXX_Size

func (m *GroupChatList) XXX_Size() int

func (*GroupChatList) XXX_Unmarshal

func (m *GroupChatList) XXX_Unmarshal(b []byte) error

type Id

type Id struct {
	Value                int64    `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Id) Descriptor

func (*Id) Descriptor() ([]byte, []int)

func (*Id) GetValue

func (m *Id) GetValue() int64

func (*Id) ProtoMessage

func (*Id) ProtoMessage()

func (*Id) Reset

func (m *Id) Reset()

func (*Id) String

func (m *Id) String() string

func (*Id) XXX_DiscardUnknown

func (m *Id) XXX_DiscardUnknown()

func (*Id) XXX_Marshal

func (m *Id) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Id) XXX_Merge

func (m *Id) XXX_Merge(src proto.Message)

func (*Id) XXX_Size

func (m *Id) XXX_Size() int

func (*Id) XXX_Unmarshal

func (m *Id) XXX_Unmarshal(b []byte) error

type IdAndAvatar

type IdAndAvatar struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Avatar               string   `protobuf:"bytes,2,opt,name=avatar,proto3" json:"avatar,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IdAndAvatar) Descriptor

func (*IdAndAvatar) Descriptor() ([]byte, []int)

func (*IdAndAvatar) GetAvatar

func (m *IdAndAvatar) GetAvatar() string

func (*IdAndAvatar) GetId

func (m *IdAndAvatar) GetId() int64

func (*IdAndAvatar) ProtoMessage

func (*IdAndAvatar) ProtoMessage()

func (*IdAndAvatar) Reset

func (m *IdAndAvatar) Reset()

func (*IdAndAvatar) String

func (m *IdAndAvatar) String() string

func (*IdAndAvatar) XXX_DiscardUnknown

func (m *IdAndAvatar) XXX_DiscardUnknown()

func (*IdAndAvatar) XXX_Marshal

func (m *IdAndAvatar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdAndAvatar) XXX_Merge

func (m *IdAndAvatar) XXX_Merge(src proto.Message)

func (*IdAndAvatar) XXX_Size

func (m *IdAndAvatar) XXX_Size() int

func (*IdAndAvatar) XXX_Unmarshal

func (m *IdAndAvatar) XXX_Unmarshal(b []byte) error

type IdAndIntro

type IdAndIntro struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Intro                string   `protobuf:"bytes,2,opt,name=intro,proto3" json:"intro,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IdAndIntro) Descriptor

func (*IdAndIntro) Descriptor() ([]byte, []int)

func (*IdAndIntro) GetId

func (m *IdAndIntro) GetId() int64

func (*IdAndIntro) GetIntro

func (m *IdAndIntro) GetIntro() string

func (*IdAndIntro) ProtoMessage

func (*IdAndIntro) ProtoMessage()

func (*IdAndIntro) Reset

func (m *IdAndIntro) Reset()

func (*IdAndIntro) String

func (m *IdAndIntro) String() string

func (*IdAndIntro) XXX_DiscardUnknown

func (m *IdAndIntro) XXX_DiscardUnknown()

func (*IdAndIntro) XXX_Marshal

func (m *IdAndIntro) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdAndIntro) XXX_Merge

func (m *IdAndIntro) XXX_Merge(src proto.Message)

func (*IdAndIntro) XXX_Size

func (m *IdAndIntro) XXX_Size() int

func (*IdAndIntro) XXX_Unmarshal

func (m *IdAndIntro) XXX_Unmarshal(b []byte) error

type IdAndIsDelete

type IdAndIsDelete struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	IsDelete             bool     `protobuf:"varint,2,opt,name=is_delete,json=isDelete,proto3" json:"is_delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IdAndIsDelete) Descriptor

func (*IdAndIsDelete) Descriptor() ([]byte, []int)

func (*IdAndIsDelete) GetId

func (m *IdAndIsDelete) GetId() int64

func (*IdAndIsDelete) GetIsDelete

func (m *IdAndIsDelete) GetIsDelete() bool

func (*IdAndIsDelete) ProtoMessage

func (*IdAndIsDelete) ProtoMessage()

func (*IdAndIsDelete) Reset

func (m *IdAndIsDelete) Reset()

func (*IdAndIsDelete) String

func (m *IdAndIsDelete) String() string

func (*IdAndIsDelete) XXX_DiscardUnknown

func (m *IdAndIsDelete) XXX_DiscardUnknown()

func (*IdAndIsDelete) XXX_Marshal

func (m *IdAndIsDelete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdAndIsDelete) XXX_Merge

func (m *IdAndIsDelete) XXX_Merge(src proto.Message)

func (*IdAndIsDelete) XXX_Size

func (m *IdAndIsDelete) XXX_Size() int

func (*IdAndIsDelete) XXX_Unmarshal

func (m *IdAndIsDelete) XXX_Unmarshal(b []byte) error

type IdAndName

type IdAndName struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IdAndName) Descriptor

func (*IdAndName) Descriptor() ([]byte, []int)

func (*IdAndName) GetId

func (m *IdAndName) GetId() int64

func (*IdAndName) GetName

func (m *IdAndName) GetName() string

func (*IdAndName) ProtoMessage

func (*IdAndName) ProtoMessage()

func (*IdAndName) Reset

func (m *IdAndName) Reset()

func (*IdAndName) String

func (m *IdAndName) String() string

func (*IdAndName) XXX_DiscardUnknown

func (m *IdAndName) XXX_DiscardUnknown()

func (*IdAndName) XXX_Marshal

func (m *IdAndName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdAndName) XXX_Merge

func (m *IdAndName) XXX_Merge(src proto.Message)

func (*IdAndName) XXX_Size

func (m *IdAndName) XXX_Size() int

func (*IdAndName) XXX_Unmarshal

func (m *IdAndName) XXX_Unmarshal(b []byte) error

type IdAndPassword

type IdAndPassword struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Password             string   `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IdAndPassword) Descriptor

func (*IdAndPassword) Descriptor() ([]byte, []int)

func (*IdAndPassword) GetId

func (m *IdAndPassword) GetId() int64

func (*IdAndPassword) GetPassword

func (m *IdAndPassword) GetPassword() string

func (*IdAndPassword) ProtoMessage

func (*IdAndPassword) ProtoMessage()

func (*IdAndPassword) Reset

func (m *IdAndPassword) Reset()

func (*IdAndPassword) String

func (m *IdAndPassword) String() string

func (*IdAndPassword) XXX_DiscardUnknown

func (m *IdAndPassword) XXX_DiscardUnknown()

func (*IdAndPassword) XXX_Marshal

func (m *IdAndPassword) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdAndPassword) XXX_Merge

func (m *IdAndPassword) XXX_Merge(src proto.Message)

func (*IdAndPassword) XXX_Size

func (m *IdAndPassword) XXX_Size() int

func (*IdAndPassword) XXX_Unmarshal

func (m *IdAndPassword) XXX_Unmarshal(b []byte) error

type IdAndQrCode

type IdAndQrCode struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	QrCode               string   `protobuf:"bytes,2,opt,name=qr_code,json=qrCode,proto3" json:"qr_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IdAndQrCode) Descriptor

func (*IdAndQrCode) Descriptor() ([]byte, []int)

func (*IdAndQrCode) GetId

func (m *IdAndQrCode) GetId() int64

func (*IdAndQrCode) GetQrCode

func (m *IdAndQrCode) GetQrCode() string

func (*IdAndQrCode) ProtoMessage

func (*IdAndQrCode) ProtoMessage()

func (*IdAndQrCode) Reset

func (m *IdAndQrCode) Reset()

func (*IdAndQrCode) String

func (m *IdAndQrCode) String() string

func (*IdAndQrCode) XXX_DiscardUnknown

func (m *IdAndQrCode) XXX_DiscardUnknown()

func (*IdAndQrCode) XXX_Marshal

func (m *IdAndQrCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdAndQrCode) XXX_Merge

func (m *IdAndQrCode) XXX_Merge(src proto.Message)

func (*IdAndQrCode) XXX_Size

func (m *IdAndQrCode) XXX_Size() int

func (*IdAndQrCode) XXX_Unmarshal

func (m *IdAndQrCode) XXX_Unmarshal(b []byte) error

type IdList

type IdList struct {
	Data                 []int64  `protobuf:"varint,1,rep,packed,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IdList) Descriptor

func (*IdList) Descriptor() ([]byte, []int)

func (*IdList) GetData

func (m *IdList) GetData() []int64

func (*IdList) ProtoMessage

func (*IdList) ProtoMessage()

func (*IdList) Reset

func (m *IdList) Reset()

func (*IdList) String

func (m *IdList) String() string

func (*IdList) XXX_DiscardUnknown

func (m *IdList) XXX_DiscardUnknown()

func (*IdList) XXX_Marshal

func (m *IdList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdList) XXX_Merge

func (m *IdList) XXX_Merge(src proto.Message)

func (*IdList) XXX_Size

func (m *IdList) XXX_Size() int

func (*IdList) XXX_Unmarshal

func (m *IdList) XXX_Unmarshal(b []byte) error

type MySQLBindServiceClient

type MySQLBindServiceClient interface {
	PostSaveOneNewUser(ctx context.Context, in *UserBasic, opts ...grpc.CallOption) (*UserBasic, error)
	DeleteOneUserReal(ctx context.Context, in *Id, opts ...grpc.CallOption) (*Id, error)
	GetOneUserById(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*UserBasic, error)
	GetOneUserByEmail(ctx context.Context, in *EmailAndIsDelete, opts ...grpc.CallOption) (*UserBasic, error)
	GetUserListByName(ctx context.Context, in *NameAndIsDelete, opts ...grpc.CallOption) (*UserBasicList, error)
	GetOneUserPasswordById(ctx context.Context, in *Id, opts ...grpc.CallOption) (*Password, error)
	GetOneUserPasswordByEmail(ctx context.Context, in *Email, opts ...grpc.CallOption) (*Password, error)
	GetAllUserList(ctx context.Context, in *EmptyParam, opts ...grpc.CallOption) (*UserBasicList, error)
	PutUserAvatarById(ctx context.Context, in *IdAndAvatar, opts ...grpc.CallOption) (*IdAndAvatar, error)
	PutUserQrCodeById(ctx context.Context, in *IdAndQrCode, opts ...grpc.CallOption) (*IdAndQrCode, error)
	PutUserPasswordById(ctx context.Context, in *IdAndPassword, opts ...grpc.CallOption) (*IdAndPassword, error)
	PutUserIsDeleteById(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*IdAndIsDelete, error)
	PutUserProfileByIdPlus(ctx context.Context, in *UserProfilePlus, opts ...grpc.CallOption) (*UserProfilePlus, error)
	PostSaveOneNewFriendship(ctx context.Context, in *FriendshipBasic, opts ...grpc.CallOption) (*FriendshipBasic, error)
	PostSaveOneNewFriendPlus(ctx context.Context, in *FriendshipBasic, opts ...grpc.CallOption) (*FriendshipBasic, error)
	DeleteOneFriendshipReal(ctx context.Context, in *FriendshipBasic, opts ...grpc.CallOption) (*FriendshipBasic, error)
	GetOneFriendship(ctx context.Context, in *FriendshipBasic, opts ...grpc.CallOption) (*FriendshipBasic, error)
	GetFriendsIdListByOptions(ctx context.Context, in *FriendshipBasic, opts ...grpc.CallOption) (*IdList, error)
	GetAllFriendshipList(ctx context.Context, in *EmptyParam, opts ...grpc.CallOption) (*FriendshipBasicList, error)
	GetEffectiveFriendsIdListByIdPlus(ctx context.Context, in *Id, opts ...grpc.CallOption) (*IdList, error)
	GetBlacklistFriendsIdListByIdPlus(ctx context.Context, in *Id, opts ...grpc.CallOption) (*IdList, error)
	GetAllFriendsInfoPlus(ctx context.Context, in *Id, opts ...grpc.CallOption) (*FriendsInfoListPlus, error)
	GetEffectiveFriendsInfoPlus(ctx context.Context, in *Id, opts ...grpc.CallOption) (*FriendsInfoListPlus, error)
	GetBlacklistFriendsInfoPlus(ctx context.Context, in *Id, opts ...grpc.CallOption) (*FriendsInfoListPlus, error)
	PutOneFriendNote(ctx context.Context, in *FriendshipBasic, opts ...grpc.CallOption) (*FriendshipBasic, error)
	PutOneFriendIsAccept(ctx context.Context, in *FriendshipBasic, opts ...grpc.CallOption) (*FriendshipBasic, error)
	PutOneFriendIsBlack(ctx context.Context, in *FriendshipBasic, opts ...grpc.CallOption) (*FriendshipBasic, error)
	PutOneFriendIsDelete(ctx context.Context, in *FriendshipBasic, opts ...grpc.CallOption) (*FriendshipBasic, error)
	PutAcceptOneNewFriendPlus(ctx context.Context, in *FriendshipBasic, opts ...grpc.CallOption) (*FriendshipBasic, error)
	PutDeleteOneFriendPlus(ctx context.Context, in *FriendshipBasic, opts ...grpc.CallOption) (*FriendshipBasic, error)
	PostSaveOneNewGroupChat(ctx context.Context, in *GroupChatBasic, opts ...grpc.CallOption) (*GroupChatBasic, error)
	PostSaveOneNewGroupChatPlus(ctx context.Context, in *GroupChatBasic, opts ...grpc.CallOption) (*GroupChatBasic, error)
	DeleteOneGroupChatReal(ctx context.Context, in *Id, opts ...grpc.CallOption) (*Id, error)
	GetOneGroupChatById(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*GroupChatBasic, error)
	GetOneGroupChatByNameAndManager(ctx context.Context, in *IdAndName, opts ...grpc.CallOption) (*GroupChatBasic, error)
	GetGroupChatListByName(ctx context.Context, in *NameAndIsDelete, opts ...grpc.CallOption) (*GroupChatList, error)
	GetGroupChatListByManagerId(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*GroupChatList, error)
	GetAllGroupChatList(ctx context.Context, in *EmptyParam, opts ...grpc.CallOption) (*GroupChatList, error)
	PutOneGroupChatNameById(ctx context.Context, in *IdAndName, opts ...grpc.CallOption) (*IdAndName, error)
	PutOneGroupChatManagerById(ctx context.Context, in *GroupAndManagerId, opts ...grpc.CallOption) (*GroupAndManagerId, error)
	PutOneGroupChatAvatarById(ctx context.Context, in *IdAndAvatar, opts ...grpc.CallOption) (*IdAndAvatar, error)
	PutOneGroupChatQrCodeById(ctx context.Context, in *IdAndQrCode, opts ...grpc.CallOption) (*IdAndQrCode, error)
	PutOneGroupChatIsDeleteById(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*IdAndIsDelete, error)
	PostSaveOneNewUserGroupChat(ctx context.Context, in *UserGroupChatRelate, opts ...grpc.CallOption) (*UserGroupChatRelate, error)
	DeleteOneUserGroupChatReal(ctx context.Context, in *UserAndGroupId, opts ...grpc.CallOption) (*UserAndGroupId, error)
	GetOneUserGroupChat(ctx context.Context, in *UserAndGroupId, opts ...grpc.CallOption) (*UserGroupChatRelate, error)
	GetAllUserGroupChatList(ctx context.Context, in *EmptyParam, opts ...grpc.CallOption) (*UserGroupChatRelateList, error)
	GetUserGroupChatListByGroupId(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*UserGroupChatRelateList, error)
	GetUserGroupChatListByUserId(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*UserGroupChatRelateList, error)
	GetUserIdListOfGroupChat(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*IdList, error)
	GetGroupChatIdListOfUser(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*IdList, error)
	GetGroupChatUsersInfoPlus(ctx context.Context, in *Id, opts ...grpc.CallOption) (*UserInfoInGroupChatListPlus, error)
	GetUserGroupChatsInfoPlus(ctx context.Context, in *Id, opts ...grpc.CallOption) (*GroupChatInfoListOfUserPlus, error)
	PutOneUserGroupChatNote(ctx context.Context, in *UserGroupChatRelate, opts ...grpc.CallOption) (*UserGroupChatRelate, error)
	PutOneUserGroupChatIsDelete(ctx context.Context, in *UserGroupChatRelate, opts ...grpc.CallOption) (*UserGroupChatRelate, error)
	PostSaveOneNewSubscription(ctx context.Context, in *SubscriptionBasic, opts ...grpc.CallOption) (*SubscriptionBasic, error)
	PostSaveOneNewSubscriptionPlus(ctx context.Context, in *SubscriptionBasic, opts ...grpc.CallOption) (*SubscriptionBasic, error)
	DeleteOneSubscriptionReal(ctx context.Context, in *Id, opts ...grpc.CallOption) (*Id, error)
	GetOneSubscriptionById(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*SubscriptionBasic, error)
	GetOneSubscriptionByName(ctx context.Context, in *NameAndIsDelete, opts ...grpc.CallOption) (*SubscriptionBasic, error)
	GetSubscriptionListByManagerId(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*SubscriptionBasicList, error)
	PutOneSubscriptionNameById(ctx context.Context, in *IdAndName, opts ...grpc.CallOption) (*IdAndName, error)
	PutOneSubscriptionManagerById(ctx context.Context, in *SubsAndManagerId, opts ...grpc.CallOption) (*SubsAndManagerId, error)
	PutOneSubscriptionIntroById(ctx context.Context, in *IdAndIntro, opts ...grpc.CallOption) (*IdAndIntro, error)
	PutOneSubscriptionAvatarById(ctx context.Context, in *IdAndAvatar, opts ...grpc.CallOption) (*IdAndAvatar, error)
	PutOneSubscriptionQrCodeById(ctx context.Context, in *IdAndQrCode, opts ...grpc.CallOption) (*IdAndQrCode, error)
	PutOneSubscriptionIsDeleteById(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*IdAndIsDelete, error)
	PostSaveOneNewUserSubscription(ctx context.Context, in *UserSubscriptionRelate, opts ...grpc.CallOption) (*UserSubscriptionRelate, error)
	DeleteOneUserSubscriptionReal(ctx context.Context, in *UserAndSubsId, opts ...grpc.CallOption) (*UserAndSubsId, error)
	GetOneUserSubscription(ctx context.Context, in *UserAndSubsId, opts ...grpc.CallOption) (*UserSubscriptionRelate, error)
	GetUserSubscriptionListBySubsId(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*UserSubscriptionRelateList, error)
	GetUserSubscriptionListByUserId(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*UserSubscriptionRelateList, error)
	GetUserIdListOfSubscription(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*IdList, error)
	GetSubscriptionIdListOfUser(ctx context.Context, in *IdAndIsDelete, opts ...grpc.CallOption) (*IdList, error)
	GetSubscriptionUsersInfoPlus(ctx context.Context, in *Id, opts ...grpc.CallOption) (*UserInfoOfSubscriptionList, error)
	GetUserSubscriptionsInfoPlus(ctx context.Context, in *Id, opts ...grpc.CallOption) (*SubscriptionInfoOfUserList, error)
	PutOneUserSubscriptionIsDelete(ctx context.Context, in *UserSubscriptionRelate, opts ...grpc.CallOption) (*UserSubscriptionRelate, error)
}

MySQLBindServiceClient is the client API for MySQLBindService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewMySQLBindServiceClient

func NewMySQLBindServiceClient(cc *grpc.ClientConn) MySQLBindServiceClient

type MySQLBindServiceServer

type MySQLBindServiceServer interface {
	PostSaveOneNewUser(context.Context, *UserBasic) (*UserBasic, error)
	DeleteOneUserReal(context.Context, *Id) (*Id, error)
	GetOneUserById(context.Context, *IdAndIsDelete) (*UserBasic, error)
	GetOneUserByEmail(context.Context, *EmailAndIsDelete) (*UserBasic, error)
	GetUserListByName(context.Context, *NameAndIsDelete) (*UserBasicList, error)
	GetOneUserPasswordById(context.Context, *Id) (*Password, error)
	GetOneUserPasswordByEmail(context.Context, *Email) (*Password, error)
	GetAllUserList(context.Context, *EmptyParam) (*UserBasicList, error)
	PutUserAvatarById(context.Context, *IdAndAvatar) (*IdAndAvatar, error)
	PutUserQrCodeById(context.Context, *IdAndQrCode) (*IdAndQrCode, error)
	PutUserPasswordById(context.Context, *IdAndPassword) (*IdAndPassword, error)
	PutUserIsDeleteById(context.Context, *IdAndIsDelete) (*IdAndIsDelete, error)
	PutUserProfileByIdPlus(context.Context, *UserProfilePlus) (*UserProfilePlus, error)
	PostSaveOneNewFriendship(context.Context, *FriendshipBasic) (*FriendshipBasic, error)
	PostSaveOneNewFriendPlus(context.Context, *FriendshipBasic) (*FriendshipBasic, error)
	DeleteOneFriendshipReal(context.Context, *FriendshipBasic) (*FriendshipBasic, error)
	GetOneFriendship(context.Context, *FriendshipBasic) (*FriendshipBasic, error)
	GetFriendsIdListByOptions(context.Context, *FriendshipBasic) (*IdList, error)
	GetAllFriendshipList(context.Context, *EmptyParam) (*FriendshipBasicList, error)
	GetEffectiveFriendsIdListByIdPlus(context.Context, *Id) (*IdList, error)
	GetBlacklistFriendsIdListByIdPlus(context.Context, *Id) (*IdList, error)
	GetAllFriendsInfoPlus(context.Context, *Id) (*FriendsInfoListPlus, error)
	GetEffectiveFriendsInfoPlus(context.Context, *Id) (*FriendsInfoListPlus, error)
	GetBlacklistFriendsInfoPlus(context.Context, *Id) (*FriendsInfoListPlus, error)
	PutOneFriendNote(context.Context, *FriendshipBasic) (*FriendshipBasic, error)
	PutOneFriendIsAccept(context.Context, *FriendshipBasic) (*FriendshipBasic, error)
	PutOneFriendIsBlack(context.Context, *FriendshipBasic) (*FriendshipBasic, error)
	PutOneFriendIsDelete(context.Context, *FriendshipBasic) (*FriendshipBasic, error)
	PutAcceptOneNewFriendPlus(context.Context, *FriendshipBasic) (*FriendshipBasic, error)
	PutDeleteOneFriendPlus(context.Context, *FriendshipBasic) (*FriendshipBasic, error)
	PostSaveOneNewGroupChat(context.Context, *GroupChatBasic) (*GroupChatBasic, error)
	PostSaveOneNewGroupChatPlus(context.Context, *GroupChatBasic) (*GroupChatBasic, error)
	DeleteOneGroupChatReal(context.Context, *Id) (*Id, error)
	GetOneGroupChatById(context.Context, *IdAndIsDelete) (*GroupChatBasic, error)
	GetOneGroupChatByNameAndManager(context.Context, *IdAndName) (*GroupChatBasic, error)
	GetGroupChatListByName(context.Context, *NameAndIsDelete) (*GroupChatList, error)
	GetGroupChatListByManagerId(context.Context, *IdAndIsDelete) (*GroupChatList, error)
	GetAllGroupChatList(context.Context, *EmptyParam) (*GroupChatList, error)
	PutOneGroupChatNameById(context.Context, *IdAndName) (*IdAndName, error)
	PutOneGroupChatManagerById(context.Context, *GroupAndManagerId) (*GroupAndManagerId, error)
	PutOneGroupChatAvatarById(context.Context, *IdAndAvatar) (*IdAndAvatar, error)
	PutOneGroupChatQrCodeById(context.Context, *IdAndQrCode) (*IdAndQrCode, error)
	PutOneGroupChatIsDeleteById(context.Context, *IdAndIsDelete) (*IdAndIsDelete, error)
	PostSaveOneNewUserGroupChat(context.Context, *UserGroupChatRelate) (*UserGroupChatRelate, error)
	DeleteOneUserGroupChatReal(context.Context, *UserAndGroupId) (*UserAndGroupId, error)
	GetOneUserGroupChat(context.Context, *UserAndGroupId) (*UserGroupChatRelate, error)
	GetAllUserGroupChatList(context.Context, *EmptyParam) (*UserGroupChatRelateList, error)
	GetUserGroupChatListByGroupId(context.Context, *IdAndIsDelete) (*UserGroupChatRelateList, error)
	GetUserGroupChatListByUserId(context.Context, *IdAndIsDelete) (*UserGroupChatRelateList, error)
	GetUserIdListOfGroupChat(context.Context, *IdAndIsDelete) (*IdList, error)
	GetGroupChatIdListOfUser(context.Context, *IdAndIsDelete) (*IdList, error)
	GetGroupChatUsersInfoPlus(context.Context, *Id) (*UserInfoInGroupChatListPlus, error)
	GetUserGroupChatsInfoPlus(context.Context, *Id) (*GroupChatInfoListOfUserPlus, error)
	PutOneUserGroupChatNote(context.Context, *UserGroupChatRelate) (*UserGroupChatRelate, error)
	PutOneUserGroupChatIsDelete(context.Context, *UserGroupChatRelate) (*UserGroupChatRelate, error)
	PostSaveOneNewSubscription(context.Context, *SubscriptionBasic) (*SubscriptionBasic, error)
	PostSaveOneNewSubscriptionPlus(context.Context, *SubscriptionBasic) (*SubscriptionBasic, error)
	DeleteOneSubscriptionReal(context.Context, *Id) (*Id, error)
	GetOneSubscriptionById(context.Context, *IdAndIsDelete) (*SubscriptionBasic, error)
	GetOneSubscriptionByName(context.Context, *NameAndIsDelete) (*SubscriptionBasic, error)
	GetSubscriptionListByManagerId(context.Context, *IdAndIsDelete) (*SubscriptionBasicList, error)
	PutOneSubscriptionNameById(context.Context, *IdAndName) (*IdAndName, error)
	PutOneSubscriptionManagerById(context.Context, *SubsAndManagerId) (*SubsAndManagerId, error)
	PutOneSubscriptionIntroById(context.Context, *IdAndIntro) (*IdAndIntro, error)
	PutOneSubscriptionAvatarById(context.Context, *IdAndAvatar) (*IdAndAvatar, error)
	PutOneSubscriptionQrCodeById(context.Context, *IdAndQrCode) (*IdAndQrCode, error)
	PutOneSubscriptionIsDeleteById(context.Context, *IdAndIsDelete) (*IdAndIsDelete, error)
	PostSaveOneNewUserSubscription(context.Context, *UserSubscriptionRelate) (*UserSubscriptionRelate, error)
	DeleteOneUserSubscriptionReal(context.Context, *UserAndSubsId) (*UserAndSubsId, error)
	GetOneUserSubscription(context.Context, *UserAndSubsId) (*UserSubscriptionRelate, error)
	GetUserSubscriptionListBySubsId(context.Context, *IdAndIsDelete) (*UserSubscriptionRelateList, error)
	GetUserSubscriptionListByUserId(context.Context, *IdAndIsDelete) (*UserSubscriptionRelateList, error)
	GetUserIdListOfSubscription(context.Context, *IdAndIsDelete) (*IdList, error)
	GetSubscriptionIdListOfUser(context.Context, *IdAndIsDelete) (*IdList, error)
	GetSubscriptionUsersInfoPlus(context.Context, *Id) (*UserInfoOfSubscriptionList, error)
	GetUserSubscriptionsInfoPlus(context.Context, *Id) (*SubscriptionInfoOfUserList, error)
	PutOneUserSubscriptionIsDelete(context.Context, *UserSubscriptionRelate) (*UserSubscriptionRelate, error)
}

MySQLBindServiceServer is the server API for MySQLBindService service.

type NameAndIsDelete

type NameAndIsDelete struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	IsDelete             bool     `protobuf:"varint,2,opt,name=is_delete,json=isDelete,proto3" json:"is_delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NameAndIsDelete) Descriptor

func (*NameAndIsDelete) Descriptor() ([]byte, []int)

func (*NameAndIsDelete) GetIsDelete

func (m *NameAndIsDelete) GetIsDelete() bool

func (*NameAndIsDelete) GetName

func (m *NameAndIsDelete) GetName() string

func (*NameAndIsDelete) ProtoMessage

func (*NameAndIsDelete) ProtoMessage()

func (*NameAndIsDelete) Reset

func (m *NameAndIsDelete) Reset()

func (*NameAndIsDelete) String

func (m *NameAndIsDelete) String() string

func (*NameAndIsDelete) XXX_DiscardUnknown

func (m *NameAndIsDelete) XXX_DiscardUnknown()

func (*NameAndIsDelete) XXX_Marshal

func (m *NameAndIsDelete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NameAndIsDelete) XXX_Merge

func (m *NameAndIsDelete) XXX_Merge(src proto.Message)

func (*NameAndIsDelete) XXX_Size

func (m *NameAndIsDelete) XXX_Size() int

func (*NameAndIsDelete) XXX_Unmarshal

func (m *NameAndIsDelete) XXX_Unmarshal(b []byte) error

type Password

type Password struct {
	Value                string   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Password) Descriptor

func (*Password) Descriptor() ([]byte, []int)

func (*Password) GetValue

func (m *Password) GetValue() string

func (*Password) ProtoMessage

func (*Password) ProtoMessage()

func (*Password) Reset

func (m *Password) Reset()

func (*Password) String

func (m *Password) String() string

func (*Password) XXX_DiscardUnknown

func (m *Password) XXX_DiscardUnknown()

func (*Password) XXX_Marshal

func (m *Password) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Password) XXX_Merge

func (m *Password) XXX_Merge(src proto.Message)

func (*Password) XXX_Size

func (m *Password) XXX_Size() int

func (*Password) XXX_Unmarshal

func (m *Password) XXX_Unmarshal(b []byte) error

type SubsAndManagerId

type SubsAndManagerId struct {
	SubsId               int64    `protobuf:"varint,1,opt,name=subs_id,json=subsId,proto3" json:"subs_id,omitempty"`
	ManagerId            int64    `protobuf:"varint,2,opt,name=manager_id,json=managerId,proto3" json:"manager_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubsAndManagerId) Descriptor

func (*SubsAndManagerId) Descriptor() ([]byte, []int)

func (*SubsAndManagerId) GetManagerId

func (m *SubsAndManagerId) GetManagerId() int64

func (*SubsAndManagerId) GetSubsId

func (m *SubsAndManagerId) GetSubsId() int64

func (*SubsAndManagerId) ProtoMessage

func (*SubsAndManagerId) ProtoMessage()

func (*SubsAndManagerId) Reset

func (m *SubsAndManagerId) Reset()

func (*SubsAndManagerId) String

func (m *SubsAndManagerId) String() string

func (*SubsAndManagerId) XXX_DiscardUnknown

func (m *SubsAndManagerId) XXX_DiscardUnknown()

func (*SubsAndManagerId) XXX_Marshal

func (m *SubsAndManagerId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubsAndManagerId) XXX_Merge

func (m *SubsAndManagerId) XXX_Merge(src proto.Message)

func (*SubsAndManagerId) XXX_Size

func (m *SubsAndManagerId) XXX_Size() int

func (*SubsAndManagerId) XXX_Unmarshal

func (m *SubsAndManagerId) XXX_Unmarshal(b []byte) error

type SubscriptionBasic

type SubscriptionBasic struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ManagerId            int64    `protobuf:"varint,3,opt,name=manager_id,json=managerId,proto3" json:"manager_id,omitempty"`
	Intro                string   `protobuf:"bytes,4,opt,name=intro,proto3" json:"intro,omitempty"`
	Avatar               string   `protobuf:"bytes,5,opt,name=avatar,proto3" json:"avatar,omitempty"`
	QrCode               string   `protobuf:"bytes,6,opt,name=qr_code,json=qrCode,proto3" json:"qr_code,omitempty"`
	IsDelete             bool     `protobuf:"varint,7,opt,name=is_delete,json=isDelete,proto3" json:"is_delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubscriptionBasic) Descriptor

func (*SubscriptionBasic) Descriptor() ([]byte, []int)

func (*SubscriptionBasic) GetAvatar

func (m *SubscriptionBasic) GetAvatar() string

func (*SubscriptionBasic) GetId

func (m *SubscriptionBasic) GetId() int64

func (*SubscriptionBasic) GetIntro

func (m *SubscriptionBasic) GetIntro() string

func (*SubscriptionBasic) GetIsDelete

func (m *SubscriptionBasic) GetIsDelete() bool

func (*SubscriptionBasic) GetManagerId

func (m *SubscriptionBasic) GetManagerId() int64

func (*SubscriptionBasic) GetName

func (m *SubscriptionBasic) GetName() string

func (*SubscriptionBasic) GetQrCode

func (m *SubscriptionBasic) GetQrCode() string

func (*SubscriptionBasic) ProtoMessage

func (*SubscriptionBasic) ProtoMessage()

func (*SubscriptionBasic) Reset

func (m *SubscriptionBasic) Reset()

func (*SubscriptionBasic) String

func (m *SubscriptionBasic) String() string

func (*SubscriptionBasic) XXX_DiscardUnknown

func (m *SubscriptionBasic) XXX_DiscardUnknown()

func (*SubscriptionBasic) XXX_Marshal

func (m *SubscriptionBasic) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscriptionBasic) XXX_Merge

func (m *SubscriptionBasic) XXX_Merge(src proto.Message)

func (*SubscriptionBasic) XXX_Size

func (m *SubscriptionBasic) XXX_Size() int

func (*SubscriptionBasic) XXX_Unmarshal

func (m *SubscriptionBasic) XXX_Unmarshal(b []byte) error

type SubscriptionBasicList

type SubscriptionBasicList struct {
	Data                 []*SubscriptionBasic `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*SubscriptionBasicList) Descriptor

func (*SubscriptionBasicList) Descriptor() ([]byte, []int)

func (*SubscriptionBasicList) GetData

func (m *SubscriptionBasicList) GetData() []*SubscriptionBasic

func (*SubscriptionBasicList) ProtoMessage

func (*SubscriptionBasicList) ProtoMessage()

func (*SubscriptionBasicList) Reset

func (m *SubscriptionBasicList) Reset()

func (*SubscriptionBasicList) String

func (m *SubscriptionBasicList) String() string

func (*SubscriptionBasicList) XXX_DiscardUnknown

func (m *SubscriptionBasicList) XXX_DiscardUnknown()

func (*SubscriptionBasicList) XXX_Marshal

func (m *SubscriptionBasicList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscriptionBasicList) XXX_Merge

func (m *SubscriptionBasicList) XXX_Merge(src proto.Message)

func (*SubscriptionBasicList) XXX_Size

func (m *SubscriptionBasicList) XXX_Size() int

func (*SubscriptionBasicList) XXX_Unmarshal

func (m *SubscriptionBasicList) XXX_Unmarshal(b []byte) error

type SubscriptionInfoOfUser

type SubscriptionInfoOfUser struct {
	UserId               int64    `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	SubsId               int64    `protobuf:"varint,2,opt,name=subs_id,json=subsId,proto3" json:"subs_id,omitempty"`
	SubsName             string   `protobuf:"bytes,3,opt,name=subs_name,json=subsName,proto3" json:"subs_name,omitempty"`
	SubsIntro            string   `protobuf:"bytes,4,opt,name=subs_intro,json=subsIntro,proto3" json:"subs_intro,omitempty"`
	SubsAvatar           string   `protobuf:"bytes,5,opt,name=subs_avatar,json=subsAvatar,proto3" json:"subs_avatar,omitempty"`
	SubsQrCode           string   `protobuf:"bytes,6,opt,name=subs_qr_code,json=subsQrCode,proto3" json:"subs_qr_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubscriptionInfoOfUser) Descriptor

func (*SubscriptionInfoOfUser) Descriptor() ([]byte, []int)

func (*SubscriptionInfoOfUser) GetSubsAvatar

func (m *SubscriptionInfoOfUser) GetSubsAvatar() string

func (*SubscriptionInfoOfUser) GetSubsId

func (m *SubscriptionInfoOfUser) GetSubsId() int64

func (*SubscriptionInfoOfUser) GetSubsIntro

func (m *SubscriptionInfoOfUser) GetSubsIntro() string

func (*SubscriptionInfoOfUser) GetSubsName

func (m *SubscriptionInfoOfUser) GetSubsName() string

func (*SubscriptionInfoOfUser) GetSubsQrCode

func (m *SubscriptionInfoOfUser) GetSubsQrCode() string

func (*SubscriptionInfoOfUser) GetUserId

func (m *SubscriptionInfoOfUser) GetUserId() int64

func (*SubscriptionInfoOfUser) ProtoMessage

func (*SubscriptionInfoOfUser) ProtoMessage()

func (*SubscriptionInfoOfUser) Reset

func (m *SubscriptionInfoOfUser) Reset()

func (*SubscriptionInfoOfUser) String

func (m *SubscriptionInfoOfUser) String() string

func (*SubscriptionInfoOfUser) XXX_DiscardUnknown

func (m *SubscriptionInfoOfUser) XXX_DiscardUnknown()

func (*SubscriptionInfoOfUser) XXX_Marshal

func (m *SubscriptionInfoOfUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscriptionInfoOfUser) XXX_Merge

func (m *SubscriptionInfoOfUser) XXX_Merge(src proto.Message)

func (*SubscriptionInfoOfUser) XXX_Size

func (m *SubscriptionInfoOfUser) XXX_Size() int

func (*SubscriptionInfoOfUser) XXX_Unmarshal

func (m *SubscriptionInfoOfUser) XXX_Unmarshal(b []byte) error

type SubscriptionInfoOfUserList

type SubscriptionInfoOfUserList struct {
	Data                 []*SubscriptionInfoOfUser `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*SubscriptionInfoOfUserList) Descriptor

func (*SubscriptionInfoOfUserList) Descriptor() ([]byte, []int)

func (*SubscriptionInfoOfUserList) GetData

func (*SubscriptionInfoOfUserList) ProtoMessage

func (*SubscriptionInfoOfUserList) ProtoMessage()

func (*SubscriptionInfoOfUserList) Reset

func (m *SubscriptionInfoOfUserList) Reset()

func (*SubscriptionInfoOfUserList) String

func (m *SubscriptionInfoOfUserList) String() string

func (*SubscriptionInfoOfUserList) XXX_DiscardUnknown

func (m *SubscriptionInfoOfUserList) XXX_DiscardUnknown()

func (*SubscriptionInfoOfUserList) XXX_Marshal

func (m *SubscriptionInfoOfUserList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscriptionInfoOfUserList) XXX_Merge

func (m *SubscriptionInfoOfUserList) XXX_Merge(src proto.Message)

func (*SubscriptionInfoOfUserList) XXX_Size

func (m *SubscriptionInfoOfUserList) XXX_Size() int

func (*SubscriptionInfoOfUserList) XXX_Unmarshal

func (m *SubscriptionInfoOfUserList) XXX_Unmarshal(b []byte) error

type UnimplementedMySQLBindServiceServer

type UnimplementedMySQLBindServiceServer struct {
}

UnimplementedMySQLBindServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedMySQLBindServiceServer) DeleteOneFriendshipReal

func (*UnimplementedMySQLBindServiceServer) DeleteOneGroupChatReal

func (*UnimplementedMySQLBindServiceServer) DeleteOneGroupChatReal(ctx context.Context, req *Id) (*Id, error)

func (*UnimplementedMySQLBindServiceServer) DeleteOneSubscriptionReal

func (*UnimplementedMySQLBindServiceServer) DeleteOneSubscriptionReal(ctx context.Context, req *Id) (*Id, error)

func (*UnimplementedMySQLBindServiceServer) DeleteOneUserGroupChatReal

func (*UnimplementedMySQLBindServiceServer) DeleteOneUserGroupChatReal(ctx context.Context, req *UserAndGroupId) (*UserAndGroupId, error)

func (*UnimplementedMySQLBindServiceServer) DeleteOneUserReal

func (*UnimplementedMySQLBindServiceServer) DeleteOneUserReal(ctx context.Context, req *Id) (*Id, error)

func (*UnimplementedMySQLBindServiceServer) DeleteOneUserSubscriptionReal

func (*UnimplementedMySQLBindServiceServer) DeleteOneUserSubscriptionReal(ctx context.Context, req *UserAndSubsId) (*UserAndSubsId, error)

func (*UnimplementedMySQLBindServiceServer) GetAllFriendsInfoPlus

func (*UnimplementedMySQLBindServiceServer) GetAllFriendsInfoPlus(ctx context.Context, req *Id) (*FriendsInfoListPlus, error)

func (*UnimplementedMySQLBindServiceServer) GetAllFriendshipList

func (*UnimplementedMySQLBindServiceServer) GetAllGroupChatList

func (*UnimplementedMySQLBindServiceServer) GetAllUserGroupChatList

func (*UnimplementedMySQLBindServiceServer) GetAllUserList

func (*UnimplementedMySQLBindServiceServer) GetBlacklistFriendsIdListByIdPlus

func (*UnimplementedMySQLBindServiceServer) GetBlacklistFriendsIdListByIdPlus(ctx context.Context, req *Id) (*IdList, error)

func (*UnimplementedMySQLBindServiceServer) GetBlacklistFriendsInfoPlus

func (*UnimplementedMySQLBindServiceServer) GetBlacklistFriendsInfoPlus(ctx context.Context, req *Id) (*FriendsInfoListPlus, error)

func (*UnimplementedMySQLBindServiceServer) GetEffectiveFriendsIdListByIdPlus

func (*UnimplementedMySQLBindServiceServer) GetEffectiveFriendsIdListByIdPlus(ctx context.Context, req *Id) (*IdList, error)

func (*UnimplementedMySQLBindServiceServer) GetEffectiveFriendsInfoPlus

func (*UnimplementedMySQLBindServiceServer) GetEffectiveFriendsInfoPlus(ctx context.Context, req *Id) (*FriendsInfoListPlus, error)

func (*UnimplementedMySQLBindServiceServer) GetFriendsIdListByOptions

func (*UnimplementedMySQLBindServiceServer) GetFriendsIdListByOptions(ctx context.Context, req *FriendshipBasic) (*IdList, error)

func (*UnimplementedMySQLBindServiceServer) GetGroupChatIdListOfUser

func (*UnimplementedMySQLBindServiceServer) GetGroupChatIdListOfUser(ctx context.Context, req *IdAndIsDelete) (*IdList, error)

func (*UnimplementedMySQLBindServiceServer) GetGroupChatListByManagerId

func (*UnimplementedMySQLBindServiceServer) GetGroupChatListByManagerId(ctx context.Context, req *IdAndIsDelete) (*GroupChatList, error)

func (*UnimplementedMySQLBindServiceServer) GetGroupChatListByName

func (*UnimplementedMySQLBindServiceServer) GetGroupChatUsersInfoPlus

func (*UnimplementedMySQLBindServiceServer) GetGroupChatUsersInfoPlus(ctx context.Context, req *Id) (*UserInfoInGroupChatListPlus, error)

func (*UnimplementedMySQLBindServiceServer) GetOneFriendship

func (*UnimplementedMySQLBindServiceServer) GetOneGroupChatById

func (*UnimplementedMySQLBindServiceServer) GetOneGroupChatByNameAndManager

func (*UnimplementedMySQLBindServiceServer) GetOneGroupChatByNameAndManager(ctx context.Context, req *IdAndName) (*GroupChatBasic, error)

func (*UnimplementedMySQLBindServiceServer) GetOneSubscriptionById

func (*UnimplementedMySQLBindServiceServer) GetOneSubscriptionByName

func (*UnimplementedMySQLBindServiceServer) GetOneUserByEmail

func (*UnimplementedMySQLBindServiceServer) GetOneUserById

func (*UnimplementedMySQLBindServiceServer) GetOneUserGroupChat

func (*UnimplementedMySQLBindServiceServer) GetOneUserPasswordByEmail

func (*UnimplementedMySQLBindServiceServer) GetOneUserPasswordByEmail(ctx context.Context, req *Email) (*Password, error)

func (*UnimplementedMySQLBindServiceServer) GetOneUserPasswordById

func (*UnimplementedMySQLBindServiceServer) GetOneUserPasswordById(ctx context.Context, req *Id) (*Password, error)

func (*UnimplementedMySQLBindServiceServer) GetOneUserSubscription

func (*UnimplementedMySQLBindServiceServer) GetSubscriptionIdListOfUser

func (*UnimplementedMySQLBindServiceServer) GetSubscriptionIdListOfUser(ctx context.Context, req *IdAndIsDelete) (*IdList, error)

func (*UnimplementedMySQLBindServiceServer) GetSubscriptionListByManagerId

func (*UnimplementedMySQLBindServiceServer) GetSubscriptionListByManagerId(ctx context.Context, req *IdAndIsDelete) (*SubscriptionBasicList, error)

func (*UnimplementedMySQLBindServiceServer) GetSubscriptionUsersInfoPlus

func (*UnimplementedMySQLBindServiceServer) GetSubscriptionUsersInfoPlus(ctx context.Context, req *Id) (*UserInfoOfSubscriptionList, error)

func (*UnimplementedMySQLBindServiceServer) GetUserGroupChatListByGroupId

func (*UnimplementedMySQLBindServiceServer) GetUserGroupChatListByGroupId(ctx context.Context, req *IdAndIsDelete) (*UserGroupChatRelateList, error)

func (*UnimplementedMySQLBindServiceServer) GetUserGroupChatListByUserId

func (*UnimplementedMySQLBindServiceServer) GetUserGroupChatsInfoPlus

func (*UnimplementedMySQLBindServiceServer) GetUserGroupChatsInfoPlus(ctx context.Context, req *Id) (*GroupChatInfoListOfUserPlus, error)

func (*UnimplementedMySQLBindServiceServer) GetUserIdListOfGroupChat

func (*UnimplementedMySQLBindServiceServer) GetUserIdListOfGroupChat(ctx context.Context, req *IdAndIsDelete) (*IdList, error)

func (*UnimplementedMySQLBindServiceServer) GetUserIdListOfSubscription

func (*UnimplementedMySQLBindServiceServer) GetUserIdListOfSubscription(ctx context.Context, req *IdAndIsDelete) (*IdList, error)

func (*UnimplementedMySQLBindServiceServer) GetUserListByName

func (*UnimplementedMySQLBindServiceServer) GetUserSubscriptionListBySubsId

func (*UnimplementedMySQLBindServiceServer) GetUserSubscriptionListBySubsId(ctx context.Context, req *IdAndIsDelete) (*UserSubscriptionRelateList, error)

func (*UnimplementedMySQLBindServiceServer) GetUserSubscriptionListByUserId

func (*UnimplementedMySQLBindServiceServer) GetUserSubscriptionListByUserId(ctx context.Context, req *IdAndIsDelete) (*UserSubscriptionRelateList, error)

func (*UnimplementedMySQLBindServiceServer) GetUserSubscriptionsInfoPlus

func (*UnimplementedMySQLBindServiceServer) GetUserSubscriptionsInfoPlus(ctx context.Context, req *Id) (*SubscriptionInfoOfUserList, error)

func (*UnimplementedMySQLBindServiceServer) PostSaveOneNewFriendPlus

func (*UnimplementedMySQLBindServiceServer) PostSaveOneNewFriendship

func (*UnimplementedMySQLBindServiceServer) PostSaveOneNewGroupChat

func (*UnimplementedMySQLBindServiceServer) PostSaveOneNewGroupChatPlus

func (*UnimplementedMySQLBindServiceServer) PostSaveOneNewGroupChatPlus(ctx context.Context, req *GroupChatBasic) (*GroupChatBasic, error)

func (*UnimplementedMySQLBindServiceServer) PostSaveOneNewSubscription

func (*UnimplementedMySQLBindServiceServer) PostSaveOneNewSubscriptionPlus

func (*UnimplementedMySQLBindServiceServer) PostSaveOneNewSubscriptionPlus(ctx context.Context, req *SubscriptionBasic) (*SubscriptionBasic, error)

func (*UnimplementedMySQLBindServiceServer) PostSaveOneNewUser

func (*UnimplementedMySQLBindServiceServer) PostSaveOneNewUser(ctx context.Context, req *UserBasic) (*UserBasic, error)

func (*UnimplementedMySQLBindServiceServer) PostSaveOneNewUserGroupChat

func (*UnimplementedMySQLBindServiceServer) PostSaveOneNewUserSubscription

func (*UnimplementedMySQLBindServiceServer) PutAcceptOneNewFriendPlus

func (*UnimplementedMySQLBindServiceServer) PutAcceptOneNewFriendPlus(ctx context.Context, req *FriendshipBasic) (*FriendshipBasic, error)

func (*UnimplementedMySQLBindServiceServer) PutDeleteOneFriendPlus

func (*UnimplementedMySQLBindServiceServer) PutOneFriendIsAccept

func (*UnimplementedMySQLBindServiceServer) PutOneFriendIsBlack

func (*UnimplementedMySQLBindServiceServer) PutOneFriendIsDelete

func (*UnimplementedMySQLBindServiceServer) PutOneFriendNote

func (*UnimplementedMySQLBindServiceServer) PutOneGroupChatAvatarById

func (*UnimplementedMySQLBindServiceServer) PutOneGroupChatAvatarById(ctx context.Context, req *IdAndAvatar) (*IdAndAvatar, error)

func (*UnimplementedMySQLBindServiceServer) PutOneGroupChatIsDeleteById

func (*UnimplementedMySQLBindServiceServer) PutOneGroupChatIsDeleteById(ctx context.Context, req *IdAndIsDelete) (*IdAndIsDelete, error)

func (*UnimplementedMySQLBindServiceServer) PutOneGroupChatManagerById

func (*UnimplementedMySQLBindServiceServer) PutOneGroupChatNameById

func (*UnimplementedMySQLBindServiceServer) PutOneGroupChatNameById(ctx context.Context, req *IdAndName) (*IdAndName, error)

func (*UnimplementedMySQLBindServiceServer) PutOneGroupChatQrCodeById

func (*UnimplementedMySQLBindServiceServer) PutOneGroupChatQrCodeById(ctx context.Context, req *IdAndQrCode) (*IdAndQrCode, error)

func (*UnimplementedMySQLBindServiceServer) PutOneSubscriptionAvatarById

func (*UnimplementedMySQLBindServiceServer) PutOneSubscriptionAvatarById(ctx context.Context, req *IdAndAvatar) (*IdAndAvatar, error)

func (*UnimplementedMySQLBindServiceServer) PutOneSubscriptionIntroById

func (*UnimplementedMySQLBindServiceServer) PutOneSubscriptionIntroById(ctx context.Context, req *IdAndIntro) (*IdAndIntro, error)

func (*UnimplementedMySQLBindServiceServer) PutOneSubscriptionIsDeleteById

func (*UnimplementedMySQLBindServiceServer) PutOneSubscriptionIsDeleteById(ctx context.Context, req *IdAndIsDelete) (*IdAndIsDelete, error)

func (*UnimplementedMySQLBindServiceServer) PutOneSubscriptionManagerById

func (*UnimplementedMySQLBindServiceServer) PutOneSubscriptionManagerById(ctx context.Context, req *SubsAndManagerId) (*SubsAndManagerId, error)

func (*UnimplementedMySQLBindServiceServer) PutOneSubscriptionNameById

func (*UnimplementedMySQLBindServiceServer) PutOneSubscriptionNameById(ctx context.Context, req *IdAndName) (*IdAndName, error)

func (*UnimplementedMySQLBindServiceServer) PutOneSubscriptionQrCodeById

func (*UnimplementedMySQLBindServiceServer) PutOneSubscriptionQrCodeById(ctx context.Context, req *IdAndQrCode) (*IdAndQrCode, error)

func (*UnimplementedMySQLBindServiceServer) PutOneUserGroupChatIsDelete

func (*UnimplementedMySQLBindServiceServer) PutOneUserGroupChatNote

func (*UnimplementedMySQLBindServiceServer) PutOneUserSubscriptionIsDelete

func (*UnimplementedMySQLBindServiceServer) PutUserAvatarById

func (*UnimplementedMySQLBindServiceServer) PutUserIsDeleteById

func (*UnimplementedMySQLBindServiceServer) PutUserPasswordById

func (*UnimplementedMySQLBindServiceServer) PutUserProfileByIdPlus

func (*UnimplementedMySQLBindServiceServer) PutUserQrCodeById

type UserAndGroupId

type UserAndGroupId struct {
	GroupId              int64    `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId               int64    `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserAndGroupId) Descriptor

func (*UserAndGroupId) Descriptor() ([]byte, []int)

func (*UserAndGroupId) GetGroupId

func (m *UserAndGroupId) GetGroupId() int64

func (*UserAndGroupId) GetUserId

func (m *UserAndGroupId) GetUserId() int64

func (*UserAndGroupId) ProtoMessage

func (*UserAndGroupId) ProtoMessage()

func (*UserAndGroupId) Reset

func (m *UserAndGroupId) Reset()

func (*UserAndGroupId) String

func (m *UserAndGroupId) String() string

func (*UserAndGroupId) XXX_DiscardUnknown

func (m *UserAndGroupId) XXX_DiscardUnknown()

func (*UserAndGroupId) XXX_Marshal

func (m *UserAndGroupId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserAndGroupId) XXX_Merge

func (m *UserAndGroupId) XXX_Merge(src proto.Message)

func (*UserAndGroupId) XXX_Size

func (m *UserAndGroupId) XXX_Size() int

func (*UserAndGroupId) XXX_Unmarshal

func (m *UserAndGroupId) XXX_Unmarshal(b []byte) error

type UserAndSubsId

type UserAndSubsId struct {
	SubsId               int64    `protobuf:"varint,1,opt,name=subs_id,json=subsId,proto3" json:"subs_id,omitempty"`
	UserId               int64    `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserAndSubsId) Descriptor

func (*UserAndSubsId) Descriptor() ([]byte, []int)

func (*UserAndSubsId) GetSubsId

func (m *UserAndSubsId) GetSubsId() int64

func (*UserAndSubsId) GetUserId

func (m *UserAndSubsId) GetUserId() int64

func (*UserAndSubsId) ProtoMessage

func (*UserAndSubsId) ProtoMessage()

func (*UserAndSubsId) Reset

func (m *UserAndSubsId) Reset()

func (*UserAndSubsId) String

func (m *UserAndSubsId) String() string

func (*UserAndSubsId) XXX_DiscardUnknown

func (m *UserAndSubsId) XXX_DiscardUnknown()

func (*UserAndSubsId) XXX_Marshal

func (m *UserAndSubsId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserAndSubsId) XXX_Merge

func (m *UserAndSubsId) XXX_Merge(src proto.Message)

func (*UserAndSubsId) XXX_Size

func (m *UserAndSubsId) XXX_Size() int

func (*UserAndSubsId) XXX_Unmarshal

func (m *UserAndSubsId) XXX_Unmarshal(b []byte) error

type UserBasic

type UserBasic struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Email                string   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Password             string   `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
	Mobile               string   `protobuf:"bytes,5,opt,name=mobile,proto3" json:"mobile,omitempty"`
	Gender               int32    `protobuf:"varint,6,opt,name=gender,proto3" json:"gender,omitempty"`
	Avatar               string   `protobuf:"bytes,7,opt,name=avatar,proto3" json:"avatar,omitempty"`
	QrCode               string   `protobuf:"bytes,8,opt,name=qr_code,json=qrCode,proto3" json:"qr_code,omitempty"`
	IsDelete             bool     `protobuf:"varint,9,opt,name=is_delete,json=isDelete,proto3" json:"is_delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserBasic) Descriptor

func (*UserBasic) Descriptor() ([]byte, []int)

func (*UserBasic) GetAvatar

func (m *UserBasic) GetAvatar() string

func (*UserBasic) GetEmail

func (m *UserBasic) GetEmail() string

func (*UserBasic) GetGender

func (m *UserBasic) GetGender() int32

func (*UserBasic) GetId

func (m *UserBasic) GetId() int64

func (*UserBasic) GetIsDelete

func (m *UserBasic) GetIsDelete() bool

func (*UserBasic) GetMobile

func (m *UserBasic) GetMobile() string

func (*UserBasic) GetName

func (m *UserBasic) GetName() string

func (*UserBasic) GetPassword

func (m *UserBasic) GetPassword() string

func (*UserBasic) GetQrCode

func (m *UserBasic) GetQrCode() string

func (*UserBasic) ProtoMessage

func (*UserBasic) ProtoMessage()

func (*UserBasic) Reset

func (m *UserBasic) Reset()

func (*UserBasic) String

func (m *UserBasic) String() string

func (*UserBasic) XXX_DiscardUnknown

func (m *UserBasic) XXX_DiscardUnknown()

func (*UserBasic) XXX_Marshal

func (m *UserBasic) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserBasic) XXX_Merge

func (m *UserBasic) XXX_Merge(src proto.Message)

func (*UserBasic) XXX_Size

func (m *UserBasic) XXX_Size() int

func (*UserBasic) XXX_Unmarshal

func (m *UserBasic) XXX_Unmarshal(b []byte) error

type UserBasicList

type UserBasicList struct {
	Data                 []*UserBasic `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UserBasicList) Descriptor

func (*UserBasicList) Descriptor() ([]byte, []int)

func (*UserBasicList) GetData

func (m *UserBasicList) GetData() []*UserBasic

func (*UserBasicList) ProtoMessage

func (*UserBasicList) ProtoMessage()

func (*UserBasicList) Reset

func (m *UserBasicList) Reset()

func (*UserBasicList) String

func (m *UserBasicList) String() string

func (*UserBasicList) XXX_DiscardUnknown

func (m *UserBasicList) XXX_DiscardUnknown()

func (*UserBasicList) XXX_Marshal

func (m *UserBasicList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserBasicList) XXX_Merge

func (m *UserBasicList) XXX_Merge(src proto.Message)

func (*UserBasicList) XXX_Size

func (m *UserBasicList) XXX_Size() int

func (*UserBasicList) XXX_Unmarshal

func (m *UserBasicList) XXX_Unmarshal(b []byte) error

type UserGroupChatRelate

type UserGroupChatRelate struct {
	GroupId              int64    `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId               int64    `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserNote             string   `protobuf:"bytes,3,opt,name=user_note,json=userNote,proto3" json:"user_note,omitempty"`
	IsDelete             bool     `protobuf:"varint,4,opt,name=is_delete,json=isDelete,proto3" json:"is_delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserGroupChatRelate) Descriptor

func (*UserGroupChatRelate) Descriptor() ([]byte, []int)

func (*UserGroupChatRelate) GetGroupId

func (m *UserGroupChatRelate) GetGroupId() int64

func (*UserGroupChatRelate) GetIsDelete

func (m *UserGroupChatRelate) GetIsDelete() bool

func (*UserGroupChatRelate) GetUserId

func (m *UserGroupChatRelate) GetUserId() int64

func (*UserGroupChatRelate) GetUserNote

func (m *UserGroupChatRelate) GetUserNote() string

func (*UserGroupChatRelate) ProtoMessage

func (*UserGroupChatRelate) ProtoMessage()

func (*UserGroupChatRelate) Reset

func (m *UserGroupChatRelate) Reset()

func (*UserGroupChatRelate) String

func (m *UserGroupChatRelate) String() string

func (*UserGroupChatRelate) XXX_DiscardUnknown

func (m *UserGroupChatRelate) XXX_DiscardUnknown()

func (*UserGroupChatRelate) XXX_Marshal

func (m *UserGroupChatRelate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserGroupChatRelate) XXX_Merge

func (m *UserGroupChatRelate) XXX_Merge(src proto.Message)

func (*UserGroupChatRelate) XXX_Size

func (m *UserGroupChatRelate) XXX_Size() int

func (*UserGroupChatRelate) XXX_Unmarshal

func (m *UserGroupChatRelate) XXX_Unmarshal(b []byte) error

type UserGroupChatRelateList

type UserGroupChatRelateList struct {
	Data                 []*UserGroupChatRelate `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*UserGroupChatRelateList) Descriptor

func (*UserGroupChatRelateList) Descriptor() ([]byte, []int)

func (*UserGroupChatRelateList) GetData

func (*UserGroupChatRelateList) ProtoMessage

func (*UserGroupChatRelateList) ProtoMessage()

func (*UserGroupChatRelateList) Reset

func (m *UserGroupChatRelateList) Reset()

func (*UserGroupChatRelateList) String

func (m *UserGroupChatRelateList) String() string

func (*UserGroupChatRelateList) XXX_DiscardUnknown

func (m *UserGroupChatRelateList) XXX_DiscardUnknown()

func (*UserGroupChatRelateList) XXX_Marshal

func (m *UserGroupChatRelateList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserGroupChatRelateList) XXX_Merge

func (m *UserGroupChatRelateList) XXX_Merge(src proto.Message)

func (*UserGroupChatRelateList) XXX_Size

func (m *UserGroupChatRelateList) XXX_Size() int

func (*UserGroupChatRelateList) XXX_Unmarshal

func (m *UserGroupChatRelateList) XXX_Unmarshal(b []byte) error

type UserInfoInGroupChat

type UserInfoInGroupChat struct {
	GroupId              int64    `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId               int64    `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserNote             string   `protobuf:"bytes,3,opt,name=user_note,json=userNote,proto3" json:"user_note,omitempty"`
	UserName             string   `protobuf:"bytes,4,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	UserGender           int32    `protobuf:"varint,5,opt,name=user_gender,json=userGender,proto3" json:"user_gender,omitempty"`
	UserEmail            string   `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	UserAvatar           string   `protobuf:"bytes,7,opt,name=user_avatar,json=userAvatar,proto3" json:"user_avatar,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserInfoInGroupChat) Descriptor

func (*UserInfoInGroupChat) Descriptor() ([]byte, []int)

func (*UserInfoInGroupChat) GetGroupId

func (m *UserInfoInGroupChat) GetGroupId() int64

func (*UserInfoInGroupChat) GetUserAvatar

func (m *UserInfoInGroupChat) GetUserAvatar() string

func (*UserInfoInGroupChat) GetUserEmail

func (m *UserInfoInGroupChat) GetUserEmail() string

func (*UserInfoInGroupChat) GetUserGender

func (m *UserInfoInGroupChat) GetUserGender() int32

func (*UserInfoInGroupChat) GetUserId

func (m *UserInfoInGroupChat) GetUserId() int64

func (*UserInfoInGroupChat) GetUserName

func (m *UserInfoInGroupChat) GetUserName() string

func (*UserInfoInGroupChat) GetUserNote

func (m *UserInfoInGroupChat) GetUserNote() string

func (*UserInfoInGroupChat) ProtoMessage

func (*UserInfoInGroupChat) ProtoMessage()

func (*UserInfoInGroupChat) Reset

func (m *UserInfoInGroupChat) Reset()

func (*UserInfoInGroupChat) String

func (m *UserInfoInGroupChat) String() string

func (*UserInfoInGroupChat) XXX_DiscardUnknown

func (m *UserInfoInGroupChat) XXX_DiscardUnknown()

func (*UserInfoInGroupChat) XXX_Marshal

func (m *UserInfoInGroupChat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserInfoInGroupChat) XXX_Merge

func (m *UserInfoInGroupChat) XXX_Merge(src proto.Message)

func (*UserInfoInGroupChat) XXX_Size

func (m *UserInfoInGroupChat) XXX_Size() int

func (*UserInfoInGroupChat) XXX_Unmarshal

func (m *UserInfoInGroupChat) XXX_Unmarshal(b []byte) error

type UserInfoInGroupChatListPlus

type UserInfoInGroupChatListPlus struct {
	Data                 []*UserInfoInGroupChat `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*UserInfoInGroupChatListPlus) Descriptor

func (*UserInfoInGroupChatListPlus) Descriptor() ([]byte, []int)

func (*UserInfoInGroupChatListPlus) GetData

func (*UserInfoInGroupChatListPlus) ProtoMessage

func (*UserInfoInGroupChatListPlus) ProtoMessage()

func (*UserInfoInGroupChatListPlus) Reset

func (m *UserInfoInGroupChatListPlus) Reset()

func (*UserInfoInGroupChatListPlus) String

func (m *UserInfoInGroupChatListPlus) String() string

func (*UserInfoInGroupChatListPlus) XXX_DiscardUnknown

func (m *UserInfoInGroupChatListPlus) XXX_DiscardUnknown()

func (*UserInfoInGroupChatListPlus) XXX_Marshal

func (m *UserInfoInGroupChatListPlus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserInfoInGroupChatListPlus) XXX_Merge

func (m *UserInfoInGroupChatListPlus) XXX_Merge(src proto.Message)

func (*UserInfoInGroupChatListPlus) XXX_Size

func (m *UserInfoInGroupChatListPlus) XXX_Size() int

func (*UserInfoInGroupChatListPlus) XXX_Unmarshal

func (m *UserInfoInGroupChatListPlus) XXX_Unmarshal(b []byte) error

type UserInfoOfSubscription

type UserInfoOfSubscription struct {
	SubsId               int64    `protobuf:"varint,1,opt,name=subs_id,json=subsId,proto3" json:"subs_id,omitempty"`
	UserId               int64    `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail            string   `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	UserName             string   `protobuf:"bytes,4,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	UserGender           int32    `protobuf:"varint,5,opt,name=user_gender,json=userGender,proto3" json:"user_gender,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserInfoOfSubscription) Descriptor

func (*UserInfoOfSubscription) Descriptor() ([]byte, []int)

func (*UserInfoOfSubscription) GetSubsId

func (m *UserInfoOfSubscription) GetSubsId() int64

func (*UserInfoOfSubscription) GetUserEmail

func (m *UserInfoOfSubscription) GetUserEmail() string

func (*UserInfoOfSubscription) GetUserGender

func (m *UserInfoOfSubscription) GetUserGender() int32

func (*UserInfoOfSubscription) GetUserId

func (m *UserInfoOfSubscription) GetUserId() int64

func (*UserInfoOfSubscription) GetUserName

func (m *UserInfoOfSubscription) GetUserName() string

func (*UserInfoOfSubscription) ProtoMessage

func (*UserInfoOfSubscription) ProtoMessage()

func (*UserInfoOfSubscription) Reset

func (m *UserInfoOfSubscription) Reset()

func (*UserInfoOfSubscription) String

func (m *UserInfoOfSubscription) String() string

func (*UserInfoOfSubscription) XXX_DiscardUnknown

func (m *UserInfoOfSubscription) XXX_DiscardUnknown()

func (*UserInfoOfSubscription) XXX_Marshal

func (m *UserInfoOfSubscription) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserInfoOfSubscription) XXX_Merge

func (m *UserInfoOfSubscription) XXX_Merge(src proto.Message)

func (*UserInfoOfSubscription) XXX_Size

func (m *UserInfoOfSubscription) XXX_Size() int

func (*UserInfoOfSubscription) XXX_Unmarshal

func (m *UserInfoOfSubscription) XXX_Unmarshal(b []byte) error

type UserInfoOfSubscriptionList

type UserInfoOfSubscriptionList struct {
	Data                 []*UserInfoOfSubscription `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*UserInfoOfSubscriptionList) Descriptor

func (*UserInfoOfSubscriptionList) Descriptor() ([]byte, []int)

func (*UserInfoOfSubscriptionList) GetData

func (*UserInfoOfSubscriptionList) ProtoMessage

func (*UserInfoOfSubscriptionList) ProtoMessage()

func (*UserInfoOfSubscriptionList) Reset

func (m *UserInfoOfSubscriptionList) Reset()

func (*UserInfoOfSubscriptionList) String

func (m *UserInfoOfSubscriptionList) String() string

func (*UserInfoOfSubscriptionList) XXX_DiscardUnknown

func (m *UserInfoOfSubscriptionList) XXX_DiscardUnknown()

func (*UserInfoOfSubscriptionList) XXX_Marshal

func (m *UserInfoOfSubscriptionList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserInfoOfSubscriptionList) XXX_Merge

func (m *UserInfoOfSubscriptionList) XXX_Merge(src proto.Message)

func (*UserInfoOfSubscriptionList) XXX_Size

func (m *UserInfoOfSubscriptionList) XXX_Size() int

func (*UserInfoOfSubscriptionList) XXX_Unmarshal

func (m *UserInfoOfSubscriptionList) XXX_Unmarshal(b []byte) error

type UserProfilePlus

type UserProfilePlus struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Mobile               string   `protobuf:"bytes,3,opt,name=mobile,proto3" json:"mobile,omitempty"`
	Gender               int32    `protobuf:"varint,4,opt,name=gender,proto3" json:"gender,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserProfilePlus) Descriptor

func (*UserProfilePlus) Descriptor() ([]byte, []int)

func (*UserProfilePlus) GetGender

func (m *UserProfilePlus) GetGender() int32

func (*UserProfilePlus) GetId

func (m *UserProfilePlus) GetId() int64

func (*UserProfilePlus) GetMobile

func (m *UserProfilePlus) GetMobile() string

func (*UserProfilePlus) GetName

func (m *UserProfilePlus) GetName() string

func (*UserProfilePlus) ProtoMessage

func (*UserProfilePlus) ProtoMessage()

func (*UserProfilePlus) Reset

func (m *UserProfilePlus) Reset()

func (*UserProfilePlus) String

func (m *UserProfilePlus) String() string

func (*UserProfilePlus) XXX_DiscardUnknown

func (m *UserProfilePlus) XXX_DiscardUnknown()

func (*UserProfilePlus) XXX_Marshal

func (m *UserProfilePlus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserProfilePlus) XXX_Merge

func (m *UserProfilePlus) XXX_Merge(src proto.Message)

func (*UserProfilePlus) XXX_Size

func (m *UserProfilePlus) XXX_Size() int

func (*UserProfilePlus) XXX_Unmarshal

func (m *UserProfilePlus) XXX_Unmarshal(b []byte) error

type UserSubscriptionRelate

type UserSubscriptionRelate struct {
	SubsId               int64    `protobuf:"varint,1,opt,name=subs_id,json=subsId,proto3" json:"subs_id,omitempty"`
	UserId               int64    `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	IsDelete             bool     `protobuf:"varint,3,opt,name=is_delete,json=isDelete,proto3" json:"is_delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserSubscriptionRelate) Descriptor

func (*UserSubscriptionRelate) Descriptor() ([]byte, []int)

func (*UserSubscriptionRelate) GetIsDelete

func (m *UserSubscriptionRelate) GetIsDelete() bool

func (*UserSubscriptionRelate) GetSubsId

func (m *UserSubscriptionRelate) GetSubsId() int64

func (*UserSubscriptionRelate) GetUserId

func (m *UserSubscriptionRelate) GetUserId() int64

func (*UserSubscriptionRelate) ProtoMessage

func (*UserSubscriptionRelate) ProtoMessage()

func (*UserSubscriptionRelate) Reset

func (m *UserSubscriptionRelate) Reset()

func (*UserSubscriptionRelate) String

func (m *UserSubscriptionRelate) String() string

func (*UserSubscriptionRelate) XXX_DiscardUnknown

func (m *UserSubscriptionRelate) XXX_DiscardUnknown()

func (*UserSubscriptionRelate) XXX_Marshal

func (m *UserSubscriptionRelate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserSubscriptionRelate) XXX_Merge

func (m *UserSubscriptionRelate) XXX_Merge(src proto.Message)

func (*UserSubscriptionRelate) XXX_Size

func (m *UserSubscriptionRelate) XXX_Size() int

func (*UserSubscriptionRelate) XXX_Unmarshal

func (m *UserSubscriptionRelate) XXX_Unmarshal(b []byte) error

type UserSubscriptionRelateList

type UserSubscriptionRelateList struct {
	Data                 []*UserSubscriptionRelate `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*UserSubscriptionRelateList) Descriptor

func (*UserSubscriptionRelateList) Descriptor() ([]byte, []int)

func (*UserSubscriptionRelateList) GetData

func (*UserSubscriptionRelateList) ProtoMessage

func (*UserSubscriptionRelateList) ProtoMessage()

func (*UserSubscriptionRelateList) Reset

func (m *UserSubscriptionRelateList) Reset()

func (*UserSubscriptionRelateList) String

func (m *UserSubscriptionRelateList) String() string

func (*UserSubscriptionRelateList) XXX_DiscardUnknown

func (m *UserSubscriptionRelateList) XXX_DiscardUnknown()

func (*UserSubscriptionRelateList) XXX_Marshal

func (m *UserSubscriptionRelateList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserSubscriptionRelateList) XXX_Merge

func (m *UserSubscriptionRelateList) XXX_Merge(src proto.Message)

func (*UserSubscriptionRelateList) XXX_Size

func (m *UserSubscriptionRelateList) XXX_Size() int

func (*UserSubscriptionRelateList) XXX_Unmarshal

func (m *UserSubscriptionRelateList) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL