proto

package
v0.0.1-fix Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Device_name = map[int32]string{
		0: "Android",
		1: "IOS",
		2: "Windows",
		3: "Linux",
		4: "MacOS",
		5: "Web",
	}
	Device_value = map[string]int32{
		"Android": 0,
		"IOS":     1,
		"Windows": 2,
		"Linux":   3,
		"MacOS":   4,
		"Web":     5,
	}
)

Enum value maps for Device.

View Source
var (
	Login_ConnType_name = map[int32]string{
		0: "Connect",
		1: "Reconnect",
	}
	Login_ConnType_value = map[string]int32{
		"Connect":   0,
		"Reconnect": 1,
	}
)

Enum value maps for Login_ConnType.

View Source
var (
	NoticeMsgType_name = map[int32]string{
		0: "UpdateGroupNameNoticeMsg",
		1: "SignInGroupNoticeMsg",
		2: "SignOutGroupNoticeMsg",
		3: "KickOutGroupNoticeMsg",
		4: "DeleteGroupNoticeMsg",
		5: "UpdateGroupMutedNoticeMsg",
		6: "UpdateGroupMemberMutedNoticeMsg",
		7: "UpdateGroupOwnerNoticeMsg",
		8: "MsgRevoked",
	}
	NoticeMsgType_value = map[string]int32{
		"UpdateGroupNameNoticeMsg":        0,
		"SignInGroupNoticeMsg":            1,
		"SignOutGroupNoticeMsg":           2,
		"KickOutGroupNoticeMsg":           3,
		"DeleteGroupNoticeMsg":            4,
		"UpdateGroupMutedNoticeMsg":       5,
		"UpdateGroupMemberMutedNoticeMsg": 6,
		"UpdateGroupOwnerNoticeMsg":       7,
		"MsgRevoked":                      8,
	}
)

Enum value maps for NoticeMsgType.

View Source
var (
	TransferMsg_CoinType_name = map[int32]string{
		0: "Coins",
		1: "Token",
	}
	TransferMsg_CoinType_value = map[string]int32{
		"Coins": 0,
		"Token": 1,
	}
)

Enum value maps for TransferMsg_CoinType.

View Source
var (
	RedPacketMsg_RPType_name = map[int32]string{
		0: "RandomAmount",
		1: "IdenticalAmount",
	}
	RedPacketMsg_RPType_value = map[string]int32{
		"RandomAmount":    0,
		"IdenticalAmount": 1,
	}
)

Enum value maps for RedPacketMsg_RPType.

View Source
var (
	RedPacketMsg_CoinType_name = map[int32]string{
		0: "Coins",
		1: "Token",
	}
	RedPacketMsg_CoinType_value = map[string]int32{
		"Coins": 0,
		"Token": 1,
	}
)

Enum value maps for RedPacketMsg_CoinType.

View Source
var (
	ContactCardMsg_CardType_name = map[int32]string{
		0: "Undefined",
		1: "Personal",
	}
	ContactCardMsg_CardType_value = map[string]int32{
		"Undefined": 0,
		"Personal":  1,
	}
)

Enum value maps for ContactCardMsg_CardType.

View Source
var (
	SignalType_name = map[int32]string{
		0:  "Received",
		1:  "Revoke",
		10: "SignInGroup",
		11: "SignOutGroup",
		12: "DeleteGroup",
		13: "FocusMessage",
		14: "EndpointLogin",
		20: "UpdateGroupJoinType",
		21: "UpdateGroupFriendType",
		22: "UpdateGroupMuteType",
		23: "UpdateGroupMemberType",
		24: "UpdateGroupMemberMuteTime",
		25: "UpdateGroupName",
		26: "UpdateGroupAvatar",
		31: "StartCall",
		32: "AcceptCall",
		33: "StopCall",
	}
	SignalType_value = map[string]int32{
		"Received":                  0,
		"Revoke":                    1,
		"SignInGroup":               10,
		"SignOutGroup":              11,
		"DeleteGroup":               12,
		"FocusMessage":              13,
		"EndpointLogin":             14,
		"UpdateGroupJoinType":       20,
		"UpdateGroupFriendType":     21,
		"UpdateGroupMuteType":       22,
		"UpdateGroupMemberType":     23,
		"UpdateGroupMemberMuteTime": 24,
		"UpdateGroupName":           25,
		"UpdateGroupAvatar":         26,
		"StartCall":                 31,
		"AcceptCall":                32,
		"StopCall":                  33,
	}
)

Enum value maps for SignalType.

View Source
var (
	JoinType_name = map[int32]string{
		0: "JoinAllow",
		1: "JoinDeny",
		2: "JoinApply",
	}
	JoinType_value = map[string]int32{
		"JoinAllow": 0,
		"JoinDeny":  1,
		"JoinApply": 2,
	}
)

Enum value maps for JoinType.

View Source
var (
	FriendType_name = map[int32]string{
		0: "FriendAllow",
		1: "FriendDeny",
	}
	FriendType_value = map[string]int32{
		"FriendAllow": 0,
		"FriendDeny":  1,
	}
)

Enum value maps for FriendType.

View Source
var (
	MuteType_name = map[int32]string{
		0: "MuteAllow",
		1: "MuteDeny",
	}
	MuteType_value = map[string]int32{
		"MuteAllow": 0,
		"MuteDeny":  1,
	}
)

Enum value maps for MuteType.

View Source
var (
	MemberType_name = map[int32]string{
		0: "Normal",
		1: "Admin",
		2: "Owner",
	}
	MemberType_value = map[string]int32{
		"Normal": 0,
		"Admin":  1,
		"Owner":  2,
	}
)

Enum value maps for MemberType.

View Source
var (
	StopCallType_name = map[int32]string{
		0: "Busy",
		1: "Timeout",
		2: "Reject",
		3: "Hangup",
		4: "Cancel",
	}
	StopCallType_value = map[string]int32{
		"Busy":    0,
		"Timeout": 1,
		"Reject":  2,
		"Hangup":  3,
		"Cancel":  4,
	}
)

Enum value maps for StopCallType.

View Source
var (
	Channel_name = map[int32]string{
		0: "ToUser",
		1: "ToGroup",
	}
	Channel_value = map[string]int32{
		"ToUser":  0,
		"ToGroup": 1,
	}
)

Enum value maps for Channel.

View Source
var (
	MsgType_name = map[int32]string{
		0:  "System",
		1:  "Text",
		2:  "Audio",
		3:  "Image",
		4:  "Video",
		5:  "File",
		6:  "Card",
		7:  "Notice",
		8:  "Forward",
		9:  "RTCCall",
		10: "Transfer",
		11: "Collect",
		12: "RedPacket",
		13: "ContactCard",
	}
	MsgType_value = map[string]int32{
		"System":      0,
		"Text":        1,
		"Audio":       2,
		"Image":       3,
		"Video":       4,
		"File":        5,
		"Card":        6,
		"Notice":      7,
		"Forward":     8,
		"RTCCall":     9,
		"Transfer":    10,
		"Collect":     11,
		"RedPacket":   12,
		"ContactCard": 13,
	}
)

Enum value maps for MsgType.

View Source
var (
	Proto_EventType_name = map[int32]string{
		0: "common",
		1: "commonAck",
		2: "Signal",
		3: "SYSNotice",
	}
	Proto_EventType_value = map[string]int32{
		"common":    0,
		"commonAck": 1,
		"Signal":    2,
		"SYSNotice": 3,
	}
)

Enum value maps for Proto_EventType.

View Source
var File_signal_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AudioMsg

type AudioMsg struct {
	MediaUrl string `protobuf:"bytes,1,opt,name=mediaUrl,proto3" json:"mediaUrl,omitempty"`
	Time     int32  `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioMsg) Descriptor deprecated

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

Deprecated: Use AudioMsg.ProtoReflect.Descriptor instead.

func (*AudioMsg) GetMediaUrl

func (x *AudioMsg) GetMediaUrl() string

func (*AudioMsg) GetTime

func (x *AudioMsg) GetTime() int32

func (*AudioMsg) ProtoMessage

func (*AudioMsg) ProtoMessage()

func (*AudioMsg) ProtoReflect

func (x *AudioMsg) ProtoReflect() protoreflect.Message

func (*AudioMsg) Reset

func (x *AudioMsg) Reset()

func (*AudioMsg) String

func (x *AudioMsg) String() string

type CardMsg

type CardMsg struct {
	Bank    string `protobuf:"bytes,1,opt,name=bank,proto3" json:"bank,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*CardMsg) Descriptor deprecated

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

Deprecated: Use CardMsg.ProtoReflect.Descriptor instead.

func (*CardMsg) GetAccount

func (x *CardMsg) GetAccount() string

func (*CardMsg) GetBank

func (x *CardMsg) GetBank() string

func (*CardMsg) GetName

func (x *CardMsg) GetName() string

func (*CardMsg) ProtoMessage

func (*CardMsg) ProtoMessage()

func (*CardMsg) ProtoReflect

func (x *CardMsg) ProtoReflect() protoreflect.Message

func (*CardMsg) Reset

func (x *CardMsg) Reset()

func (*CardMsg) String

func (x *CardMsg) String() string

type Channel

type Channel int32
const (
	Channel_ToUser  Channel = 0
	Channel_ToGroup Channel = 1
)

func (Channel) Descriptor

func (Channel) Descriptor() protoreflect.EnumDescriptor

func (Channel) Enum

func (x Channel) Enum() *Channel

func (Channel) EnumDescriptor deprecated

func (Channel) EnumDescriptor() ([]byte, []int)

Deprecated: Use Channel.Descriptor instead.

func (Channel) Number

func (x Channel) Number() protoreflect.EnumNumber

func (Channel) String

func (x Channel) String() string

func (Channel) Type

func (Channel) Type() protoreflect.EnumType

type Common

type Common struct {
	ChannelType Channel    `protobuf:"varint,1,opt,name=channelType,proto3,enum=imparse.v1.Channel" json:"channelType,omitempty"`
	Mid         int64      `protobuf:"varint,2,opt,name=mid,proto3" json:"mid,omitempty"`
	Seq         string     `protobuf:"bytes,3,opt,name=seq,proto3" json:"seq,omitempty"`
	From        string     `protobuf:"bytes,4,opt,name=from,proto3" json:"from,omitempty"`
	Target      string     `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"`
	MsgType     MsgType    `protobuf:"varint,6,opt,name=msgType,proto3,enum=imparse.v1.MsgType" json:"msgType,omitempty"`
	Msg         []byte     `protobuf:"bytes,7,opt,name=msg,proto3" json:"msg,omitempty"`
	Datetime    uint64     `protobuf:"varint,8,opt,name=datetime,proto3" json:"datetime,omitempty"`
	Source      *Source    `protobuf:"bytes,9,opt,name=source,proto3" json:"source,omitempty"`
	Reference   *Reference `protobuf:"bytes,10,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

func (*Common) Descriptor deprecated

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

Deprecated: Use Common.ProtoReflect.Descriptor instead.

func (*Common) GetChannelType

func (x *Common) GetChannelType() Channel

func (*Common) GetDatetime

func (x *Common) GetDatetime() uint64

func (*Common) GetFrom

func (x *Common) GetFrom() string

func (*Common) GetMid

func (x *Common) GetMid() int64

func (*Common) GetMsg

func (x *Common) GetMsg() []byte

func (*Common) GetMsgType

func (x *Common) GetMsgType() MsgType

func (*Common) GetReference

func (x *Common) GetReference() *Reference

func (*Common) GetSeq

func (x *Common) GetSeq() string

func (*Common) GetSource

func (x *Common) GetSource() *Source

func (*Common) GetTarget

func (x *Common) GetTarget() string

func (*Common) ProtoMessage

func (*Common) ProtoMessage()

func (*Common) ProtoReflect

func (x *Common) ProtoReflect() protoreflect.Message

func (*Common) Reset

func (x *Common) Reset()

func (*Common) String

func (x *Common) String() string

type CommonAck

type CommonAck struct {
	Mid      int64  `protobuf:"varint,2,opt,name=mid,proto3" json:"mid,omitempty"`
	Datetime uint64 `protobuf:"varint,8,opt,name=datetime,proto3" json:"datetime,omitempty"`
	// contains filtered or unexported fields
}

func (*CommonAck) Descriptor deprecated

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

Deprecated: Use CommonAck.ProtoReflect.Descriptor instead.

func (*CommonAck) GetDatetime

func (x *CommonAck) GetDatetime() uint64

func (*CommonAck) GetMid

func (x *CommonAck) GetMid() int64

func (*CommonAck) ProtoMessage

func (*CommonAck) ProtoMessage()

func (*CommonAck) ProtoReflect

func (x *CommonAck) ProtoReflect() protoreflect.Message

func (*CommonAck) Reset

func (x *CommonAck) Reset()

func (*CommonAck) String

func (x *CommonAck) String() string

type ContactCardMsg

type ContactCardMsg struct {
	Type    ContactCardMsg_CardType `protobuf:"varint,1,opt,name=type,proto3,enum=imparse.msg.ContactCardMsg_CardType" json:"type,omitempty"`
	Id      string                  `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Name    string                  `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Avatar  string                  `protobuf:"bytes,4,opt,name=avatar,proto3" json:"avatar,omitempty"`
	Server  string                  `protobuf:"bytes,5,opt,name=server,proto3" json:"server,omitempty"`
	Inviter string                  `protobuf:"bytes,6,opt,name=inviter,proto3" json:"inviter,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactCardMsg) Descriptor deprecated

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

Deprecated: Use ContactCardMsg.ProtoReflect.Descriptor instead.

func (*ContactCardMsg) GetAvatar

func (x *ContactCardMsg) GetAvatar() string

func (*ContactCardMsg) GetId

func (x *ContactCardMsg) GetId() string

func (*ContactCardMsg) GetInviter

func (x *ContactCardMsg) GetInviter() string

func (*ContactCardMsg) GetName

func (x *ContactCardMsg) GetName() string

func (*ContactCardMsg) GetServer

func (x *ContactCardMsg) GetServer() string

func (*ContactCardMsg) GetType

func (*ContactCardMsg) ProtoMessage

func (*ContactCardMsg) ProtoMessage()

func (*ContactCardMsg) ProtoReflect

func (x *ContactCardMsg) ProtoReflect() protoreflect.Message

func (*ContactCardMsg) Reset

func (x *ContactCardMsg) Reset()

func (*ContactCardMsg) String

func (x *ContactCardMsg) String() string

type ContactCardMsg_CardType

type ContactCardMsg_CardType int32
const (
	ContactCardMsg_Undefined ContactCardMsg_CardType = 0
	ContactCardMsg_Personal  ContactCardMsg_CardType = 1
)

func (ContactCardMsg_CardType) Descriptor

func (ContactCardMsg_CardType) Enum

func (ContactCardMsg_CardType) EnumDescriptor deprecated

func (ContactCardMsg_CardType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ContactCardMsg_CardType.Descriptor instead.

func (ContactCardMsg_CardType) Number

func (ContactCardMsg_CardType) String

func (x ContactCardMsg_CardType) String() string

func (ContactCardMsg_CardType) Type

type Device

type Device int32
const (
	Device_Android Device = 0
	Device_IOS     Device = 1
	Device_Windows Device = 2
	Device_Linux   Device = 3
	Device_MacOS   Device = 4
	Device_Web     Device = 5
)

func (Device) Descriptor

func (Device) Descriptor() protoreflect.EnumDescriptor

func (Device) Enum

func (x Device) Enum() *Device

func (Device) EnumDescriptor deprecated

func (Device) EnumDescriptor() ([]byte, []int)

Deprecated: Use Device.Descriptor instead.

func (Device) Number

func (x Device) Number() protoreflect.EnumNumber

func (Device) String

func (x Device) String() string

func (Device) Type

func (Device) Type() protoreflect.EnumType

type EncryptMsg

type EncryptMsg struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptMsg) Descriptor deprecated

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

Deprecated: Use EncryptMsg.ProtoReflect.Descriptor instead.

func (*EncryptMsg) GetContent

func (x *EncryptMsg) GetContent() string

func (*EncryptMsg) ProtoMessage

func (*EncryptMsg) ProtoMessage()

func (*EncryptMsg) ProtoReflect

func (x *EncryptMsg) ProtoReflect() protoreflect.Message

func (*EncryptMsg) Reset

func (x *EncryptMsg) Reset()

func (*EncryptMsg) String

func (x *EncryptMsg) String() string

type FileMsg

type FileMsg struct {
	MediaUrl string `protobuf:"bytes,1,opt,name=mediaUrl,proto3" json:"mediaUrl,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Md5      string `protobuf:"bytes,3,opt,name=md5,proto3" json:"md5,omitempty"`
	Size     int64  `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*FileMsg) Descriptor deprecated

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

Deprecated: Use FileMsg.ProtoReflect.Descriptor instead.

func (*FileMsg) GetMd5

func (x *FileMsg) GetMd5() string

func (*FileMsg) GetMediaUrl

func (x *FileMsg) GetMediaUrl() string

func (*FileMsg) GetName

func (x *FileMsg) GetName() string

func (*FileMsg) GetSize

func (x *FileMsg) GetSize() int64

func (*FileMsg) ProtoMessage

func (*FileMsg) ProtoMessage()

func (*FileMsg) ProtoReflect

func (x *FileMsg) ProtoReflect() protoreflect.Message

func (*FileMsg) Reset

func (x *FileMsg) Reset()

func (*FileMsg) String

func (x *FileMsg) String() string

type ForwardItem

type ForwardItem struct {
	Avatar   string `protobuf:"bytes,1,opt,name=avatar,proto3" json:"avatar,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	MsgType  int32  `protobuf:"varint,3,opt,name=msgType,proto3" json:"msgType,omitempty"`
	Msg      []byte `protobuf:"bytes,4,opt,name=msg,proto3" json:"msg,omitempty"`
	Datetime uint64 `protobuf:"varint,5,opt,name=datetime,proto3" json:"datetime,omitempty"`
	// contains filtered or unexported fields
}

func (*ForwardItem) Descriptor deprecated

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

Deprecated: Use ForwardItem.ProtoReflect.Descriptor instead.

func (*ForwardItem) GetAvatar

func (x *ForwardItem) GetAvatar() string

func (*ForwardItem) GetDatetime

func (x *ForwardItem) GetDatetime() uint64

func (*ForwardItem) GetMsg

func (x *ForwardItem) GetMsg() []byte

func (*ForwardItem) GetMsgType

func (x *ForwardItem) GetMsgType() int32

func (*ForwardItem) GetName

func (x *ForwardItem) GetName() string

func (*ForwardItem) ProtoMessage

func (*ForwardItem) ProtoMessage()

func (*ForwardItem) ProtoReflect

func (x *ForwardItem) ProtoReflect() protoreflect.Message

func (*ForwardItem) Reset

func (x *ForwardItem) Reset()

func (*ForwardItem) String

func (x *ForwardItem) String() string

type ForwardMsg

type ForwardMsg struct {
	Items []*ForwardItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*ForwardMsg) Descriptor deprecated

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

Deprecated: Use ForwardMsg.ProtoReflect.Descriptor instead.

func (*ForwardMsg) GetItems

func (x *ForwardMsg) GetItems() []*ForwardItem

func (*ForwardMsg) ProtoMessage

func (*ForwardMsg) ProtoMessage()

func (*ForwardMsg) ProtoReflect

func (x *ForwardMsg) ProtoReflect() protoreflect.Message

func (*ForwardMsg) Reset

func (x *ForwardMsg) Reset()

func (*ForwardMsg) String

func (x *ForwardMsg) String() string

type FriendType

type FriendType int32
const (
	FriendType_FriendAllow FriendType = 0
	FriendType_FriendDeny  FriendType = 1
)

func (FriendType) Descriptor

func (FriendType) Descriptor() protoreflect.EnumDescriptor

func (FriendType) Enum

func (x FriendType) Enum() *FriendType

func (FriendType) EnumDescriptor deprecated

func (FriendType) EnumDescriptor() ([]byte, []int)

Deprecated: Use FriendType.Descriptor instead.

func (FriendType) Number

func (x FriendType) Number() protoreflect.EnumNumber

func (FriendType) String

func (x FriendType) String() string

func (FriendType) Type

type ImageMsg

type ImageMsg struct {
	MediaUrl string `protobuf:"bytes,1,opt,name=mediaUrl,proto3" json:"mediaUrl,omitempty"`
	Height   int32  `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Width    int32  `protobuf:"varint,3,opt,name=width,proto3" json:"width,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageMsg) Descriptor deprecated

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

Deprecated: Use ImageMsg.ProtoReflect.Descriptor instead.

func (*ImageMsg) GetHeight

func (x *ImageMsg) GetHeight() int32

func (*ImageMsg) GetMediaUrl

func (x *ImageMsg) GetMediaUrl() string

func (*ImageMsg) GetWidth

func (x *ImageMsg) GetWidth() int32

func (*ImageMsg) ProtoMessage

func (*ImageMsg) ProtoMessage()

func (*ImageMsg) ProtoReflect

func (x *ImageMsg) ProtoReflect() protoreflect.Message

func (*ImageMsg) Reset

func (x *ImageMsg) Reset()

func (*ImageMsg) String

func (x *ImageMsg) String() string

type JoinType

type JoinType int32
const (
	JoinType_JoinAllow JoinType = 0
	JoinType_JoinDeny  JoinType = 1
	JoinType_JoinApply JoinType = 2
)

func (JoinType) Descriptor

func (JoinType) Descriptor() protoreflect.EnumDescriptor

func (JoinType) Enum

func (x JoinType) Enum() *JoinType

func (JoinType) EnumDescriptor deprecated

func (JoinType) EnumDescriptor() ([]byte, []int)

Deprecated: Use JoinType.Descriptor instead.

func (JoinType) Number

func (x JoinType) Number() protoreflect.EnumNumber

func (JoinType) String

func (x JoinType) String() string

func (JoinType) Type

type Login

type Login struct {
	Device      Device         `protobuf:"varint,1,opt,name=device,proto3,enum=imparse.auth.Device" json:"device,omitempty"`
	Username    string         `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	DeviceToken string         `protobuf:"bytes,3,opt,name=deviceToken,proto3" json:"deviceToken,omitempty"`
	ConnType    Login_ConnType `protobuf:"varint,4,opt,name=connType,proto3,enum=imparse.auth.Login_ConnType" json:"connType,omitempty"`
	Uuid        string         `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"`
	DeviceName  string         `protobuf:"bytes,6,opt,name=deviceName,proto3" json:"deviceName,omitempty"`
	// contains filtered or unexported fields
}

func (*Login) Descriptor deprecated

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

Deprecated: Use Login.ProtoReflect.Descriptor instead.

func (*Login) GetConnType

func (x *Login) GetConnType() Login_ConnType

func (*Login) GetDevice

func (x *Login) GetDevice() Device

func (*Login) GetDeviceName

func (x *Login) GetDeviceName() string

func (*Login) GetDeviceToken

func (x *Login) GetDeviceToken() string

func (*Login) GetUsername

func (x *Login) GetUsername() string

func (*Login) GetUuid

func (x *Login) GetUuid() string

func (*Login) ProtoMessage

func (*Login) ProtoMessage()

func (*Login) ProtoReflect

func (x *Login) ProtoReflect() protoreflect.Message

func (*Login) Reset

func (x *Login) Reset()

func (*Login) String

func (x *Login) String() string

type Login_ConnType

type Login_ConnType int32
const (
	Login_Connect   Login_ConnType = 0
	Login_Reconnect Login_ConnType = 1
)

func (Login_ConnType) Descriptor

func (Login_ConnType) Enum

func (x Login_ConnType) Enum() *Login_ConnType

func (Login_ConnType) EnumDescriptor deprecated

func (Login_ConnType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Login_ConnType.Descriptor instead.

func (Login_ConnType) Number

func (Login_ConnType) String

func (x Login_ConnType) String() string

func (Login_ConnType) Type

type MemberType

type MemberType int32
const (
	MemberType_Normal MemberType = 0
	MemberType_Admin  MemberType = 1
	MemberType_Owner  MemberType = 2
)

func (MemberType) Descriptor

func (MemberType) Descriptor() protoreflect.EnumDescriptor

func (MemberType) Enum

func (x MemberType) Enum() *MemberType

func (MemberType) EnumDescriptor deprecated

func (MemberType) EnumDescriptor() ([]byte, []int)

Deprecated: Use MemberType.Descriptor instead.

func (MemberType) Number

func (x MemberType) Number() protoreflect.EnumNumber

func (MemberType) String

func (x MemberType) String() string

func (MemberType) Type

type MsgType

type MsgType int32

common msg define

const (
	MsgType_System      MsgType = 0
	MsgType_Text        MsgType = 1
	MsgType_Audio       MsgType = 2
	MsgType_Image       MsgType = 3
	MsgType_Video       MsgType = 4
	MsgType_File        MsgType = 5
	MsgType_Card        MsgType = 6
	MsgType_Notice      MsgType = 7
	MsgType_Forward     MsgType = 8
	MsgType_RTCCall     MsgType = 9
	MsgType_Transfer    MsgType = 10
	MsgType_Collect     MsgType = 11
	MsgType_RedPacket   MsgType = 12
	MsgType_ContactCard MsgType = 13
)

func (MsgType) Descriptor

func (MsgType) Descriptor() protoreflect.EnumDescriptor

func (MsgType) Enum

func (x MsgType) Enum() *MsgType

func (MsgType) EnumDescriptor deprecated

func (MsgType) EnumDescriptor() ([]byte, []int)

Deprecated: Use MsgType.Descriptor instead.

func (MsgType) Number

func (x MsgType) Number() protoreflect.EnumNumber

func (MsgType) String

func (x MsgType) String() string

func (MsgType) Type

func (MsgType) Type() protoreflect.EnumType

type MuteType

type MuteType int32
const (
	MuteType_MuteAllow MuteType = 0
	MuteType_MuteDeny  MuteType = 1
)

func (MuteType) Descriptor

func (MuteType) Descriptor() protoreflect.EnumDescriptor

func (MuteType) Enum

func (x MuteType) Enum() *MuteType

func (MuteType) EnumDescriptor deprecated

func (MuteType) EnumDescriptor() ([]byte, []int)

Deprecated: Use MuteType.Descriptor instead.

func (MuteType) Number

func (x MuteType) Number() protoreflect.EnumNumber

func (MuteType) String

func (x MuteType) String() string

func (MuteType) Type

type NoticeMsg

type NoticeMsg struct {
	Type NoticeMsgType `protobuf:"varint,1,opt,name=type,proto3,enum=imparse.msg.NoticeMsgType" json:"type,omitempty"`
	Body []byte        `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsg) Descriptor deprecated

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

Deprecated: Use NoticeMsg.ProtoReflect.Descriptor instead.

func (*NoticeMsg) GetBody

func (x *NoticeMsg) GetBody() []byte

func (*NoticeMsg) GetType

func (x *NoticeMsg) GetType() NoticeMsgType

func (*NoticeMsg) ProtoMessage

func (*NoticeMsg) ProtoMessage()

func (*NoticeMsg) ProtoReflect

func (x *NoticeMsg) ProtoReflect() protoreflect.Message

func (*NoticeMsg) Reset

func (x *NoticeMsg) Reset()

func (*NoticeMsg) String

func (x *NoticeMsg) String() string

type NoticeMsgDeleteGroup

type NoticeMsgDeleteGroup struct {
	Group    int64  `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgDeleteGroup) Descriptor deprecated

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

Deprecated: Use NoticeMsgDeleteGroup.ProtoReflect.Descriptor instead.

func (*NoticeMsgDeleteGroup) GetGroup

func (x *NoticeMsgDeleteGroup) GetGroup() int64

func (*NoticeMsgDeleteGroup) GetOperator

func (x *NoticeMsgDeleteGroup) GetOperator() string

func (*NoticeMsgDeleteGroup) ProtoMessage

func (*NoticeMsgDeleteGroup) ProtoMessage()

func (*NoticeMsgDeleteGroup) ProtoReflect

func (x *NoticeMsgDeleteGroup) ProtoReflect() protoreflect.Message

func (*NoticeMsgDeleteGroup) Reset

func (x *NoticeMsgDeleteGroup) Reset()

func (*NoticeMsgDeleteGroup) String

func (x *NoticeMsgDeleteGroup) String() string

type NoticeMsgKickOutGroup

type NoticeMsgKickOutGroup struct {
	Group    int64    `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Operator string   `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	Members  []string `protobuf:"bytes,3,rep,name=members,proto3" json:"members,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgKickOutGroup) Descriptor deprecated

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

Deprecated: Use NoticeMsgKickOutGroup.ProtoReflect.Descriptor instead.

func (*NoticeMsgKickOutGroup) GetGroup

func (x *NoticeMsgKickOutGroup) GetGroup() int64

func (*NoticeMsgKickOutGroup) GetMembers

func (x *NoticeMsgKickOutGroup) GetMembers() []string

func (*NoticeMsgKickOutGroup) GetOperator

func (x *NoticeMsgKickOutGroup) GetOperator() string

func (*NoticeMsgKickOutGroup) ProtoMessage

func (*NoticeMsgKickOutGroup) ProtoMessage()

func (*NoticeMsgKickOutGroup) ProtoReflect

func (x *NoticeMsgKickOutGroup) ProtoReflect() protoreflect.Message

func (*NoticeMsgKickOutGroup) Reset

func (x *NoticeMsgKickOutGroup) Reset()

func (*NoticeMsgKickOutGroup) String

func (x *NoticeMsgKickOutGroup) String() string

type NoticeMsgSignInGroup

type NoticeMsgSignInGroup struct {
	Group   int64    `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Inviter string   `protobuf:"bytes,2,opt,name=inviter,proto3" json:"inviter,omitempty"`
	Members []string `protobuf:"bytes,3,rep,name=members,proto3" json:"members,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgSignInGroup) Descriptor deprecated

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

Deprecated: Use NoticeMsgSignInGroup.ProtoReflect.Descriptor instead.

func (*NoticeMsgSignInGroup) GetGroup

func (x *NoticeMsgSignInGroup) GetGroup() int64

func (*NoticeMsgSignInGroup) GetInviter

func (x *NoticeMsgSignInGroup) GetInviter() string

func (*NoticeMsgSignInGroup) GetMembers

func (x *NoticeMsgSignInGroup) GetMembers() []string

func (*NoticeMsgSignInGroup) ProtoMessage

func (*NoticeMsgSignInGroup) ProtoMessage()

func (*NoticeMsgSignInGroup) ProtoReflect

func (x *NoticeMsgSignInGroup) ProtoReflect() protoreflect.Message

func (*NoticeMsgSignInGroup) Reset

func (x *NoticeMsgSignInGroup) Reset()

func (*NoticeMsgSignInGroup) String

func (x *NoticeMsgSignInGroup) String() string

type NoticeMsgSignOutGroup

type NoticeMsgSignOutGroup struct {
	Group    int64  `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgSignOutGroup) Descriptor deprecated

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

Deprecated: Use NoticeMsgSignOutGroup.ProtoReflect.Descriptor instead.

func (*NoticeMsgSignOutGroup) GetGroup

func (x *NoticeMsgSignOutGroup) GetGroup() int64

func (*NoticeMsgSignOutGroup) GetOperator

func (x *NoticeMsgSignOutGroup) GetOperator() string

func (*NoticeMsgSignOutGroup) ProtoMessage

func (*NoticeMsgSignOutGroup) ProtoMessage()

func (*NoticeMsgSignOutGroup) ProtoReflect

func (x *NoticeMsgSignOutGroup) ProtoReflect() protoreflect.Message

func (*NoticeMsgSignOutGroup) Reset

func (x *NoticeMsgSignOutGroup) Reset()

func (*NoticeMsgSignOutGroup) String

func (x *NoticeMsgSignOutGroup) String() string

type NoticeMsgType

type NoticeMsgType int32

notice msg define

const (
	NoticeMsgType_UpdateGroupNameNoticeMsg        NoticeMsgType = 0
	NoticeMsgType_SignInGroupNoticeMsg            NoticeMsgType = 1
	NoticeMsgType_SignOutGroupNoticeMsg           NoticeMsgType = 2
	NoticeMsgType_KickOutGroupNoticeMsg           NoticeMsgType = 3
	NoticeMsgType_DeleteGroupNoticeMsg            NoticeMsgType = 4
	NoticeMsgType_UpdateGroupMutedNoticeMsg       NoticeMsgType = 5
	NoticeMsgType_UpdateGroupMemberMutedNoticeMsg NoticeMsgType = 6
	NoticeMsgType_UpdateGroupOwnerNoticeMsg       NoticeMsgType = 7
	NoticeMsgType_MsgRevoked                      NoticeMsgType = 8 //撤回消息通知,客户端占用
)

func (NoticeMsgType) Descriptor

func (NoticeMsgType) Enum

func (x NoticeMsgType) Enum() *NoticeMsgType

func (NoticeMsgType) EnumDescriptor deprecated

func (NoticeMsgType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NoticeMsgType.Descriptor instead.

func (NoticeMsgType) Number

func (NoticeMsgType) String

func (x NoticeMsgType) String() string

func (NoticeMsgType) Type

type NoticeMsgUpdateGroupMemberMutedTime

type NoticeMsgUpdateGroupMemberMutedTime struct {
	Group    int64    `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Operator string   `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	Members  []string `protobuf:"bytes,3,rep,name=members,proto3" json:"members,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgUpdateGroupMemberMutedTime) Descriptor deprecated

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

Deprecated: Use NoticeMsgUpdateGroupMemberMutedTime.ProtoReflect.Descriptor instead.

func (*NoticeMsgUpdateGroupMemberMutedTime) GetGroup

func (*NoticeMsgUpdateGroupMemberMutedTime) GetMembers

func (x *NoticeMsgUpdateGroupMemberMutedTime) GetMembers() []string

func (*NoticeMsgUpdateGroupMemberMutedTime) GetOperator

func (*NoticeMsgUpdateGroupMemberMutedTime) ProtoMessage

func (*NoticeMsgUpdateGroupMemberMutedTime) ProtoMessage()

func (*NoticeMsgUpdateGroupMemberMutedTime) ProtoReflect

func (*NoticeMsgUpdateGroupMemberMutedTime) Reset

func (*NoticeMsgUpdateGroupMemberMutedTime) String

type NoticeMsgUpdateGroupMuted

type NoticeMsgUpdateGroupMuted struct {
	Group    int64    `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Operator string   `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	Type     MuteType `protobuf:"varint,3,opt,name=type,proto3,enum=imparse.signal.MuteType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgUpdateGroupMuted) Descriptor deprecated

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

Deprecated: Use NoticeMsgUpdateGroupMuted.ProtoReflect.Descriptor instead.

func (*NoticeMsgUpdateGroupMuted) GetGroup

func (x *NoticeMsgUpdateGroupMuted) GetGroup() int64

func (*NoticeMsgUpdateGroupMuted) GetOperator

func (x *NoticeMsgUpdateGroupMuted) GetOperator() string

func (*NoticeMsgUpdateGroupMuted) GetType

func (x *NoticeMsgUpdateGroupMuted) GetType() MuteType

func (*NoticeMsgUpdateGroupMuted) ProtoMessage

func (*NoticeMsgUpdateGroupMuted) ProtoMessage()

func (*NoticeMsgUpdateGroupMuted) ProtoReflect

func (*NoticeMsgUpdateGroupMuted) Reset

func (x *NoticeMsgUpdateGroupMuted) Reset()

func (*NoticeMsgUpdateGroupMuted) String

func (x *NoticeMsgUpdateGroupMuted) String() string

type NoticeMsgUpdateGroupName

type NoticeMsgUpdateGroupName struct {
	Group    int64  `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	Name     string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgUpdateGroupName) Descriptor deprecated

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

Deprecated: Use NoticeMsgUpdateGroupName.ProtoReflect.Descriptor instead.

func (*NoticeMsgUpdateGroupName) GetGroup

func (x *NoticeMsgUpdateGroupName) GetGroup() int64

func (*NoticeMsgUpdateGroupName) GetName

func (x *NoticeMsgUpdateGroupName) GetName() string

func (*NoticeMsgUpdateGroupName) GetOperator

func (x *NoticeMsgUpdateGroupName) GetOperator() string

func (*NoticeMsgUpdateGroupName) ProtoMessage

func (*NoticeMsgUpdateGroupName) ProtoMessage()

func (*NoticeMsgUpdateGroupName) ProtoReflect

func (x *NoticeMsgUpdateGroupName) ProtoReflect() protoreflect.Message

func (*NoticeMsgUpdateGroupName) Reset

func (x *NoticeMsgUpdateGroupName) Reset()

func (*NoticeMsgUpdateGroupName) String

func (x *NoticeMsgUpdateGroupName) String() string

type NoticeMsgUpdateGroupOwner

type NoticeMsgUpdateGroupOwner struct {
	Group    int64  `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	NewOwner string `protobuf:"bytes,2,opt,name=newOwner,proto3" json:"newOwner,omitempty"`
	// contains filtered or unexported fields
}

func (*NoticeMsgUpdateGroupOwner) Descriptor deprecated

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

Deprecated: Use NoticeMsgUpdateGroupOwner.ProtoReflect.Descriptor instead.

func (*NoticeMsgUpdateGroupOwner) GetGroup

func (x *NoticeMsgUpdateGroupOwner) GetGroup() int64

func (*NoticeMsgUpdateGroupOwner) GetNewOwner

func (x *NoticeMsgUpdateGroupOwner) GetNewOwner() string

func (*NoticeMsgUpdateGroupOwner) ProtoMessage

func (*NoticeMsgUpdateGroupOwner) ProtoMessage()

func (*NoticeMsgUpdateGroupOwner) ProtoReflect

func (*NoticeMsgUpdateGroupOwner) Reset

func (x *NoticeMsgUpdateGroupOwner) Reset()

func (*NoticeMsgUpdateGroupOwner) String

func (x *NoticeMsgUpdateGroupOwner) String() string

type Proto

type Proto struct {
	EventType Proto_EventType `protobuf:"varint,1,opt,name=eventType,proto3,enum=imparse.v1.Proto_EventType" json:"eventType,omitempty"`
	Body      []byte          `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*Proto) Descriptor deprecated

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

Deprecated: Use Proto.ProtoReflect.Descriptor instead.

func (*Proto) GetBody

func (x *Proto) GetBody() []byte

func (*Proto) GetEventType

func (x *Proto) GetEventType() Proto_EventType

func (*Proto) ProtoMessage

func (*Proto) ProtoMessage()

func (*Proto) ProtoReflect

func (x *Proto) ProtoReflect() protoreflect.Message

func (*Proto) Reset

func (x *Proto) Reset()

func (*Proto) String

func (x *Proto) String() string

type Proto_EventType

type Proto_EventType int32

event define

const (
	Proto_common    Proto_EventType = 0
	Proto_commonAck Proto_EventType = 1
	Proto_Signal    Proto_EventType = 2
	Proto_SYSNotice Proto_EventType = 3
)

func (Proto_EventType) Descriptor

func (Proto_EventType) Enum

func (x Proto_EventType) Enum() *Proto_EventType

func (Proto_EventType) EnumDescriptor deprecated

func (Proto_EventType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Proto_EventType.Descriptor instead.

func (Proto_EventType) Number

func (Proto_EventType) String

func (x Proto_EventType) String() string

func (Proto_EventType) Type

type RedPacketMsg

type RedPacketMsg struct {
	TxHash     string                `protobuf:"bytes,1,opt,name=txHash,proto3" json:"txHash,omitempty"`
	CoinName   string                `protobuf:"bytes,2,opt,name=coinName,proto3" json:"coinName,omitempty"`
	Exec       string                `protobuf:"bytes,3,opt,name=exec,proto3" json:"exec,omitempty"` //执行器名称 user.p.
	PacketType RedPacketMsg_RPType   `protobuf:"varint,4,opt,name=packetType,proto3,enum=imparse.msg.RedPacketMsg_RPType" json:"packetType,omitempty"`
	PrivateKey string                `protobuf:"bytes,5,opt,name=privateKey,proto3" json:"privateKey,omitempty"` //客户端创建的私钥(选填)
	Remark     string                `protobuf:"bytes,6,opt,name=remark,proto3" json:"remark,omitempty"`
	Expire     uint64                `protobuf:"varint,7,opt,name=expire,proto3" json:"expire,omitempty"` //到期时间 单位:ms时间戳
	CoinType   RedPacketMsg_CoinType `protobuf:"varint,8,opt,name=coinType,proto3,enum=imparse.msg.RedPacketMsg_CoinType" json:"coinType,omitempty"`
	// contains filtered or unexported fields
}

func (*RedPacketMsg) Descriptor deprecated

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

Deprecated: Use RedPacketMsg.ProtoReflect.Descriptor instead.

func (*RedPacketMsg) GetCoinName

func (x *RedPacketMsg) GetCoinName() string

func (*RedPacketMsg) GetCoinType

func (x *RedPacketMsg) GetCoinType() RedPacketMsg_CoinType

func (*RedPacketMsg) GetExec

func (x *RedPacketMsg) GetExec() string

func (*RedPacketMsg) GetExpire

func (x *RedPacketMsg) GetExpire() uint64

func (*RedPacketMsg) GetPacketType

func (x *RedPacketMsg) GetPacketType() RedPacketMsg_RPType

func (*RedPacketMsg) GetPrivateKey

func (x *RedPacketMsg) GetPrivateKey() string

func (*RedPacketMsg) GetRemark

func (x *RedPacketMsg) GetRemark() string

func (*RedPacketMsg) GetTxHash

func (x *RedPacketMsg) GetTxHash() string

func (*RedPacketMsg) ProtoMessage

func (*RedPacketMsg) ProtoMessage()

func (*RedPacketMsg) ProtoReflect

func (x *RedPacketMsg) ProtoReflect() protoreflect.Message

func (*RedPacketMsg) Reset

func (x *RedPacketMsg) Reset()

func (*RedPacketMsg) String

func (x *RedPacketMsg) String() string

type RedPacketMsg_CoinType

type RedPacketMsg_CoinType int32
const (
	RedPacketMsg_Coins RedPacketMsg_CoinType = 0
	RedPacketMsg_Token RedPacketMsg_CoinType = 1
)

func (RedPacketMsg_CoinType) Descriptor

func (RedPacketMsg_CoinType) Enum

func (RedPacketMsg_CoinType) EnumDescriptor deprecated

func (RedPacketMsg_CoinType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RedPacketMsg_CoinType.Descriptor instead.

func (RedPacketMsg_CoinType) Number

func (RedPacketMsg_CoinType) String

func (x RedPacketMsg_CoinType) String() string

func (RedPacketMsg_CoinType) Type

type RedPacketMsg_RPType

type RedPacketMsg_RPType int32
const (
	RedPacketMsg_RandomAmount    RedPacketMsg_RPType = 0
	RedPacketMsg_IdenticalAmount RedPacketMsg_RPType = 1
)

func (RedPacketMsg_RPType) Descriptor

func (RedPacketMsg_RPType) Enum

func (RedPacketMsg_RPType) EnumDescriptor deprecated

func (RedPacketMsg_RPType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RedPacketMsg_RPType.Descriptor instead.

func (RedPacketMsg_RPType) Number

func (RedPacketMsg_RPType) String

func (x RedPacketMsg_RPType) String() string

func (RedPacketMsg_RPType) Type

type Reference

type Reference struct {
	Topic int64 `protobuf:"varint,1,opt,name=topic,proto3" json:"topic,omitempty"`
	Ref   int64 `protobuf:"varint,2,opt,name=ref,proto3" json:"ref,omitempty"`
	// contains filtered or unexported fields
}

func (*Reference) Descriptor deprecated

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

Deprecated: Use Reference.ProtoReflect.Descriptor instead.

func (*Reference) GetRef

func (x *Reference) GetRef() int64

func (*Reference) GetTopic

func (x *Reference) GetTopic() int64

func (*Reference) ProtoMessage

func (*Reference) ProtoMessage()

func (*Reference) ProtoReflect

func (x *Reference) ProtoReflect() protoreflect.Message

func (*Reference) Reset

func (x *Reference) Reset()

func (*Reference) String

func (x *Reference) String() string

type Signal

type Signal struct {
	Type     SignalType `protobuf:"varint,1,opt,name=type,proto3,enum=imparse.signal.SignalType" json:"type,omitempty"`
	Body     []byte     `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	Sid      int64      `protobuf:"varint,3,opt,name=sid,proto3" json:"sid,omitempty"`
	Reliable bool       `protobuf:"varint,4,opt,name=reliable,proto3" json:"reliable,omitempty"`
	// contains filtered or unexported fields
}

alert msg define

func (*Signal) Descriptor deprecated

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

Deprecated: Use Signal.ProtoReflect.Descriptor instead.

func (*Signal) GetBody

func (x *Signal) GetBody() []byte

func (*Signal) GetReliable

func (x *Signal) GetReliable() bool

func (*Signal) GetSid

func (x *Signal) GetSid() int64

func (*Signal) GetType

func (x *Signal) GetType() SignalType

func (*Signal) ProtoMessage

func (*Signal) ProtoMessage()

func (*Signal) ProtoReflect

func (x *Signal) ProtoReflect() protoreflect.Message

func (*Signal) Reset

func (x *Signal) Reset()

func (*Signal) String

func (x *Signal) String() string

type SignalAcceptCall

type SignalAcceptCall struct {
	TraceId       int64  `protobuf:"varint,1,opt,name=trace_id,json=traceId,proto3" json:"trace_id,omitempty"`
	RoomId        int32  `protobuf:"varint,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	Uid           string `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	UserSig       string `protobuf:"bytes,4,opt,name=user_sig,json=userSig,proto3" json:"user_sig,omitempty"`
	PrivateMapKey string `protobuf:"bytes,5,opt,name=private_map_key,json=privateMapKey,proto3" json:"private_map_key,omitempty"`
	SkdAppId      int32  `protobuf:"varint,6,opt,name=skd_app_id,json=skdAppId,proto3" json:"skd_app_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalAcceptCall) Descriptor deprecated

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

Deprecated: Use SignalAcceptCall.ProtoReflect.Descriptor instead.

func (*SignalAcceptCall) GetPrivateMapKey

func (x *SignalAcceptCall) GetPrivateMapKey() string

func (*SignalAcceptCall) GetRoomId

func (x *SignalAcceptCall) GetRoomId() int32

func (*SignalAcceptCall) GetSkdAppId

func (x *SignalAcceptCall) GetSkdAppId() int32

func (*SignalAcceptCall) GetTraceId

func (x *SignalAcceptCall) GetTraceId() int64

func (*SignalAcceptCall) GetUid

func (x *SignalAcceptCall) GetUid() string

func (*SignalAcceptCall) GetUserSig

func (x *SignalAcceptCall) GetUserSig() string

func (*SignalAcceptCall) ProtoMessage

func (*SignalAcceptCall) ProtoMessage()

func (*SignalAcceptCall) ProtoReflect

func (x *SignalAcceptCall) ProtoReflect() protoreflect.Message

func (*SignalAcceptCall) Reset

func (x *SignalAcceptCall) Reset()

func (*SignalAcceptCall) String

func (x *SignalAcceptCall) String() string

type SignalDeleteGroup

type SignalDeleteGroup struct {
	Group int64  `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Time  uint64 `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalDeleteGroup) Descriptor deprecated

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

Deprecated: Use SignalDeleteGroup.ProtoReflect.Descriptor instead.

func (*SignalDeleteGroup) GetGroup

func (x *SignalDeleteGroup) GetGroup() int64

func (*SignalDeleteGroup) GetTime

func (x *SignalDeleteGroup) GetTime() uint64

func (*SignalDeleteGroup) ProtoMessage

func (*SignalDeleteGroup) ProtoMessage()

func (*SignalDeleteGroup) ProtoReflect

func (x *SignalDeleteGroup) ProtoReflect() protoreflect.Message

func (*SignalDeleteGroup) Reset

func (x *SignalDeleteGroup) Reset()

func (*SignalDeleteGroup) String

func (x *SignalDeleteGroup) String() string

type SignalEndpointLogin

type SignalEndpointLogin struct {
	Uuid       string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Device     Device `protobuf:"varint,2,opt,name=device,proto3,enum=imparse.auth.Device" json:"device,omitempty"`
	DeviceName string `protobuf:"bytes,3,opt,name=deviceName,proto3" json:"deviceName,omitempty"`
	Datetime   uint64 `protobuf:"varint,4,opt,name=datetime,proto3" json:"datetime,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalEndpointLogin) Descriptor deprecated

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

Deprecated: Use SignalEndpointLogin.ProtoReflect.Descriptor instead.

func (*SignalEndpointLogin) GetDatetime

func (x *SignalEndpointLogin) GetDatetime() uint64

func (*SignalEndpointLogin) GetDevice

func (x *SignalEndpointLogin) GetDevice() Device

func (*SignalEndpointLogin) GetDeviceName

func (x *SignalEndpointLogin) GetDeviceName() string

func (*SignalEndpointLogin) GetUuid

func (x *SignalEndpointLogin) GetUuid() string

func (*SignalEndpointLogin) ProtoMessage

func (*SignalEndpointLogin) ProtoMessage()

func (*SignalEndpointLogin) ProtoReflect

func (x *SignalEndpointLogin) ProtoReflect() protoreflect.Message

func (*SignalEndpointLogin) Reset

func (x *SignalEndpointLogin) Reset()

func (*SignalEndpointLogin) String

func (x *SignalEndpointLogin) String() string

type SignalFocusMessage

type SignalFocusMessage struct {
	Mid        int64  `protobuf:"varint,1,opt,name=mid,proto3" json:"mid,omitempty"`
	Uid        string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	CurrentNum int32  `protobuf:"varint,3,opt,name=currentNum,proto3" json:"currentNum,omitempty"`
	Time       uint64 `protobuf:"varint,4,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalFocusMessage) Descriptor deprecated

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

Deprecated: Use SignalFocusMessage.ProtoReflect.Descriptor instead.

func (*SignalFocusMessage) GetCurrentNum

func (x *SignalFocusMessage) GetCurrentNum() int32

func (*SignalFocusMessage) GetMid

func (x *SignalFocusMessage) GetMid() int64

func (*SignalFocusMessage) GetTime

func (x *SignalFocusMessage) GetTime() uint64

func (*SignalFocusMessage) GetUid

func (x *SignalFocusMessage) GetUid() string

func (*SignalFocusMessage) ProtoMessage

func (*SignalFocusMessage) ProtoMessage()

func (*SignalFocusMessage) ProtoReflect

func (x *SignalFocusMessage) ProtoReflect() protoreflect.Message

func (*SignalFocusMessage) Reset

func (x *SignalFocusMessage) Reset()

func (*SignalFocusMessage) String

func (x *SignalFocusMessage) String() string

type SignalReceived

type SignalReceived struct {
	Logs []int64 `protobuf:"varint,1,rep,packed,name=logs,proto3" json:"logs,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalReceived) Descriptor deprecated

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

Deprecated: Use SignalReceived.ProtoReflect.Descriptor instead.

func (*SignalReceived) GetLogs

func (x *SignalReceived) GetLogs() []int64

func (*SignalReceived) ProtoMessage

func (*SignalReceived) ProtoMessage()

func (*SignalReceived) ProtoReflect

func (x *SignalReceived) ProtoReflect() protoreflect.Message

func (*SignalReceived) Reset

func (x *SignalReceived) Reset()

func (*SignalReceived) String

func (x *SignalReceived) String() string

type SignalRevoke

type SignalRevoke struct {
	Mid      int64  `protobuf:"varint,1,opt,name=mid,proto3" json:"mid,omitempty"`
	Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	Self     bool   `protobuf:"varint,3,opt,name=self,proto3" json:"self,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalRevoke) Descriptor deprecated

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

Deprecated: Use SignalRevoke.ProtoReflect.Descriptor instead.

func (*SignalRevoke) GetMid

func (x *SignalRevoke) GetMid() int64

func (*SignalRevoke) GetOperator

func (x *SignalRevoke) GetOperator() string

func (*SignalRevoke) GetSelf

func (x *SignalRevoke) GetSelf() bool

func (*SignalRevoke) ProtoMessage

func (*SignalRevoke) ProtoMessage()

func (*SignalRevoke) ProtoReflect

func (x *SignalRevoke) ProtoReflect() protoreflect.Message

func (*SignalRevoke) Reset

func (x *SignalRevoke) Reset()

func (*SignalRevoke) String

func (x *SignalRevoke) String() string

type SignalSignInGroup

type SignalSignInGroup struct {
	Uid   []string `protobuf:"bytes,1,rep,name=uid,proto3" json:"uid,omitempty"`
	Group int64    `protobuf:"varint,2,opt,name=group,proto3" json:"group,omitempty"`
	Time  uint64   `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalSignInGroup) Descriptor deprecated

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

Deprecated: Use SignalSignInGroup.ProtoReflect.Descriptor instead.

func (*SignalSignInGroup) GetGroup

func (x *SignalSignInGroup) GetGroup() int64

func (*SignalSignInGroup) GetTime

func (x *SignalSignInGroup) GetTime() uint64

func (*SignalSignInGroup) GetUid

func (x *SignalSignInGroup) GetUid() []string

func (*SignalSignInGroup) ProtoMessage

func (*SignalSignInGroup) ProtoMessage()

func (*SignalSignInGroup) ProtoReflect

func (x *SignalSignInGroup) ProtoReflect() protoreflect.Message

func (*SignalSignInGroup) Reset

func (x *SignalSignInGroup) Reset()

func (*SignalSignInGroup) String

func (x *SignalSignInGroup) String() string

type SignalSignOutGroup

type SignalSignOutGroup struct {
	Uid   []string `protobuf:"bytes,1,rep,name=uid,proto3" json:"uid,omitempty"`
	Group int64    `protobuf:"varint,2,opt,name=group,proto3" json:"group,omitempty"`
	Time  uint64   `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalSignOutGroup) Descriptor deprecated

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

Deprecated: Use SignalSignOutGroup.ProtoReflect.Descriptor instead.

func (*SignalSignOutGroup) GetGroup

func (x *SignalSignOutGroup) GetGroup() int64

func (*SignalSignOutGroup) GetTime

func (x *SignalSignOutGroup) GetTime() uint64

func (*SignalSignOutGroup) GetUid

func (x *SignalSignOutGroup) GetUid() []string

func (*SignalSignOutGroup) ProtoMessage

func (*SignalSignOutGroup) ProtoMessage()

func (*SignalSignOutGroup) ProtoReflect

func (x *SignalSignOutGroup) ProtoReflect() protoreflect.Message

func (*SignalSignOutGroup) Reset

func (x *SignalSignOutGroup) Reset()

func (*SignalSignOutGroup) String

func (x *SignalSignOutGroup) String() string

type SignalStartCall

type SignalStartCall struct {
	TraceId int64 `protobuf:"varint,1,opt,name=trace_id,json=traceId,proto3" json:"trace_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalStartCall) Descriptor deprecated

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

Deprecated: Use SignalStartCall.ProtoReflect.Descriptor instead.

func (*SignalStartCall) GetTraceId

func (x *SignalStartCall) GetTraceId() int64

func (*SignalStartCall) ProtoMessage

func (*SignalStartCall) ProtoMessage()

func (*SignalStartCall) ProtoReflect

func (x *SignalStartCall) ProtoReflect() protoreflect.Message

func (*SignalStartCall) Reset

func (x *SignalStartCall) Reset()

func (*SignalStartCall) String

func (x *SignalStartCall) String() string

type SignalStopCall

type SignalStopCall struct {
	TraceId int64        `protobuf:"varint,1,opt,name=trace_id,json=traceId,proto3" json:"trace_id,omitempty"`
	Reason  StopCallType `protobuf:"varint,2,opt,name=reason,proto3,enum=imparse.signal.StopCallType" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalStopCall) Descriptor deprecated

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

Deprecated: Use SignalStopCall.ProtoReflect.Descriptor instead.

func (*SignalStopCall) GetReason

func (x *SignalStopCall) GetReason() StopCallType

func (*SignalStopCall) GetTraceId

func (x *SignalStopCall) GetTraceId() int64

func (*SignalStopCall) ProtoMessage

func (*SignalStopCall) ProtoMessage()

func (*SignalStopCall) ProtoReflect

func (x *SignalStopCall) ProtoReflect() protoreflect.Message

func (*SignalStopCall) Reset

func (x *SignalStopCall) Reset()

func (*SignalStopCall) String

func (x *SignalStopCall) String() string

type SignalType

type SignalType int32
const (
	SignalType_Received      SignalType = 0
	SignalType_Revoke        SignalType = 1
	SignalType_SignInGroup   SignalType = 10
	SignalType_SignOutGroup  SignalType = 11
	SignalType_DeleteGroup   SignalType = 12
	SignalType_FocusMessage  SignalType = 13
	SignalType_EndpointLogin SignalType = 14
	//
	SignalType_UpdateGroupJoinType       SignalType = 20
	SignalType_UpdateGroupFriendType     SignalType = 21
	SignalType_UpdateGroupMuteType       SignalType = 22
	SignalType_UpdateGroupMemberType     SignalType = 23
	SignalType_UpdateGroupMemberMuteTime SignalType = 24
	SignalType_UpdateGroupName           SignalType = 25
	SignalType_UpdateGroupAvatar         SignalType = 26
	//
	SignalType_StartCall  SignalType = 31
	SignalType_AcceptCall SignalType = 32
	SignalType_StopCall   SignalType = 33
)

func (SignalType) Descriptor

func (SignalType) Descriptor() protoreflect.EnumDescriptor

func (SignalType) Enum

func (x SignalType) Enum() *SignalType

func (SignalType) EnumDescriptor deprecated

func (SignalType) EnumDescriptor() ([]byte, []int)

Deprecated: Use SignalType.Descriptor instead.

func (SignalType) Number

func (x SignalType) Number() protoreflect.EnumNumber

func (SignalType) String

func (x SignalType) String() string

func (SignalType) Type

type SignalUpdateGroupAvatar

type SignalUpdateGroupAvatar struct {
	Group  int64  `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Avatar string `protobuf:"bytes,2,opt,name=avatar,proto3" json:"avatar,omitempty"`
	Time   uint64 `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalUpdateGroupAvatar) Descriptor deprecated

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

Deprecated: Use SignalUpdateGroupAvatar.ProtoReflect.Descriptor instead.

func (*SignalUpdateGroupAvatar) GetAvatar

func (x *SignalUpdateGroupAvatar) GetAvatar() string

func (*SignalUpdateGroupAvatar) GetGroup

func (x *SignalUpdateGroupAvatar) GetGroup() int64

func (*SignalUpdateGroupAvatar) GetTime

func (x *SignalUpdateGroupAvatar) GetTime() uint64

func (*SignalUpdateGroupAvatar) ProtoMessage

func (*SignalUpdateGroupAvatar) ProtoMessage()

func (*SignalUpdateGroupAvatar) ProtoReflect

func (x *SignalUpdateGroupAvatar) ProtoReflect() protoreflect.Message

func (*SignalUpdateGroupAvatar) Reset

func (x *SignalUpdateGroupAvatar) Reset()

func (*SignalUpdateGroupAvatar) String

func (x *SignalUpdateGroupAvatar) String() string

type SignalUpdateGroupFriendType

type SignalUpdateGroupFriendType struct {
	Group int64      `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Type  FriendType `protobuf:"varint,2,opt,name=type,proto3,enum=imparse.signal.FriendType" json:"type,omitempty"`
	Time  uint64     `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalUpdateGroupFriendType) Descriptor deprecated

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

Deprecated: Use SignalUpdateGroupFriendType.ProtoReflect.Descriptor instead.

func (*SignalUpdateGroupFriendType) GetGroup

func (x *SignalUpdateGroupFriendType) GetGroup() int64

func (*SignalUpdateGroupFriendType) GetTime

func (x *SignalUpdateGroupFriendType) GetTime() uint64

func (*SignalUpdateGroupFriendType) GetType

func (*SignalUpdateGroupFriendType) ProtoMessage

func (*SignalUpdateGroupFriendType) ProtoMessage()

func (*SignalUpdateGroupFriendType) ProtoReflect

func (*SignalUpdateGroupFriendType) Reset

func (x *SignalUpdateGroupFriendType) Reset()

func (*SignalUpdateGroupFriendType) String

func (x *SignalUpdateGroupFriendType) String() string

type SignalUpdateGroupJoinType

type SignalUpdateGroupJoinType struct {
	Group int64    `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Type  JoinType `protobuf:"varint,2,opt,name=type,proto3,enum=imparse.signal.JoinType" json:"type,omitempty"`
	Time  uint64   `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalUpdateGroupJoinType) Descriptor deprecated

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

Deprecated: Use SignalUpdateGroupJoinType.ProtoReflect.Descriptor instead.

func (*SignalUpdateGroupJoinType) GetGroup

func (x *SignalUpdateGroupJoinType) GetGroup() int64

func (*SignalUpdateGroupJoinType) GetTime

func (x *SignalUpdateGroupJoinType) GetTime() uint64

func (*SignalUpdateGroupJoinType) GetType

func (x *SignalUpdateGroupJoinType) GetType() JoinType

func (*SignalUpdateGroupJoinType) ProtoMessage

func (*SignalUpdateGroupJoinType) ProtoMessage()

func (*SignalUpdateGroupJoinType) ProtoReflect

func (*SignalUpdateGroupJoinType) Reset

func (x *SignalUpdateGroupJoinType) Reset()

func (*SignalUpdateGroupJoinType) String

func (x *SignalUpdateGroupJoinType) String() string

type SignalUpdateGroupMemberMuteTime

type SignalUpdateGroupMemberMuteTime struct {
	Group    int64    `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Uid      []string `protobuf:"bytes,2,rep,name=uid,proto3" json:"uid,omitempty"`
	MuteTime int64    `protobuf:"varint,3,opt,name=muteTime,proto3" json:"muteTime,omitempty"`
	Time     uint64   `protobuf:"varint,4,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalUpdateGroupMemberMuteTime) Descriptor deprecated

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

Deprecated: Use SignalUpdateGroupMemberMuteTime.ProtoReflect.Descriptor instead.

func (*SignalUpdateGroupMemberMuteTime) GetGroup

func (x *SignalUpdateGroupMemberMuteTime) GetGroup() int64

func (*SignalUpdateGroupMemberMuteTime) GetMuteTime

func (x *SignalUpdateGroupMemberMuteTime) GetMuteTime() int64

func (*SignalUpdateGroupMemberMuteTime) GetTime

func (*SignalUpdateGroupMemberMuteTime) GetUid

func (*SignalUpdateGroupMemberMuteTime) ProtoMessage

func (*SignalUpdateGroupMemberMuteTime) ProtoMessage()

func (*SignalUpdateGroupMemberMuteTime) ProtoReflect

func (*SignalUpdateGroupMemberMuteTime) Reset

func (*SignalUpdateGroupMemberMuteTime) String

type SignalUpdateGroupMemberType

type SignalUpdateGroupMemberType struct {
	Group int64      `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Uid   string     `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Type  MemberType `protobuf:"varint,3,opt,name=type,proto3,enum=imparse.signal.MemberType" json:"type,omitempty"`
	Time  uint64     `protobuf:"varint,4,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalUpdateGroupMemberType) Descriptor deprecated

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

Deprecated: Use SignalUpdateGroupMemberType.ProtoReflect.Descriptor instead.

func (*SignalUpdateGroupMemberType) GetGroup

func (x *SignalUpdateGroupMemberType) GetGroup() int64

func (*SignalUpdateGroupMemberType) GetTime

func (x *SignalUpdateGroupMemberType) GetTime() uint64

func (*SignalUpdateGroupMemberType) GetType

func (*SignalUpdateGroupMemberType) GetUid

func (x *SignalUpdateGroupMemberType) GetUid() string

func (*SignalUpdateGroupMemberType) ProtoMessage

func (*SignalUpdateGroupMemberType) ProtoMessage()

func (*SignalUpdateGroupMemberType) ProtoReflect

func (*SignalUpdateGroupMemberType) Reset

func (x *SignalUpdateGroupMemberType) Reset()

func (*SignalUpdateGroupMemberType) String

func (x *SignalUpdateGroupMemberType) String() string

type SignalUpdateGroupMuteType

type SignalUpdateGroupMuteType struct {
	Group int64    `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Type  MuteType `protobuf:"varint,2,opt,name=type,proto3,enum=imparse.signal.MuteType" json:"type,omitempty"`
	Time  uint64   `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalUpdateGroupMuteType) Descriptor deprecated

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

Deprecated: Use SignalUpdateGroupMuteType.ProtoReflect.Descriptor instead.

func (*SignalUpdateGroupMuteType) GetGroup

func (x *SignalUpdateGroupMuteType) GetGroup() int64

func (*SignalUpdateGroupMuteType) GetTime

func (x *SignalUpdateGroupMuteType) GetTime() uint64

func (*SignalUpdateGroupMuteType) GetType

func (x *SignalUpdateGroupMuteType) GetType() MuteType

func (*SignalUpdateGroupMuteType) ProtoMessage

func (*SignalUpdateGroupMuteType) ProtoMessage()

func (*SignalUpdateGroupMuteType) ProtoReflect

func (*SignalUpdateGroupMuteType) Reset

func (x *SignalUpdateGroupMuteType) Reset()

func (*SignalUpdateGroupMuteType) String

func (x *SignalUpdateGroupMuteType) String() string

type SignalUpdateGroupName

type SignalUpdateGroupName struct {
	Group int64  `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Name  string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Time  uint64 `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalUpdateGroupName) Descriptor deprecated

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

Deprecated: Use SignalUpdateGroupName.ProtoReflect.Descriptor instead.

func (*SignalUpdateGroupName) GetGroup

func (x *SignalUpdateGroupName) GetGroup() int64

func (*SignalUpdateGroupName) GetName

func (x *SignalUpdateGroupName) GetName() string

func (*SignalUpdateGroupName) GetTime

func (x *SignalUpdateGroupName) GetTime() uint64

func (*SignalUpdateGroupName) ProtoMessage

func (*SignalUpdateGroupName) ProtoMessage()

func (*SignalUpdateGroupName) ProtoReflect

func (x *SignalUpdateGroupName) ProtoReflect() protoreflect.Message

func (*SignalUpdateGroupName) Reset

func (x *SignalUpdateGroupName) Reset()

func (*SignalUpdateGroupName) String

func (x *SignalUpdateGroupName) String() string

type Source

type Source struct {
	ChannelType Channel     `protobuf:"varint,1,opt,name=channelType,proto3,enum=imparse.v1.Channel" json:"channelType,omitempty"`
	From        *SourceUser `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	Target      *SourceUser `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*Source) Descriptor deprecated

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

Deprecated: Use Source.ProtoReflect.Descriptor instead.

func (*Source) GetChannelType

func (x *Source) GetChannelType() Channel

func (*Source) GetFrom

func (x *Source) GetFrom() *SourceUser

func (*Source) GetTarget

func (x *Source) GetTarget() *SourceUser

func (*Source) ProtoMessage

func (*Source) ProtoMessage()

func (*Source) ProtoReflect

func (x *Source) ProtoReflect() protoreflect.Message

func (*Source) Reset

func (x *Source) Reset()

func (*Source) String

func (x *Source) String() string

type SourceUser

type SourceUser struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceUser) Descriptor deprecated

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

Deprecated: Use SourceUser.ProtoReflect.Descriptor instead.

func (*SourceUser) GetId

func (x *SourceUser) GetId() string

func (*SourceUser) GetName

func (x *SourceUser) GetName() string

func (*SourceUser) ProtoMessage

func (*SourceUser) ProtoMessage()

func (*SourceUser) ProtoReflect

func (x *SourceUser) ProtoReflect() protoreflect.Message

func (*SourceUser) Reset

func (x *SourceUser) Reset()

func (*SourceUser) String

func (x *SourceUser) String() string

type StopCallType

type StopCallType int32
const (
	StopCallType_Busy    StopCallType = 0
	StopCallType_Timeout StopCallType = 1
	StopCallType_Reject  StopCallType = 2
	StopCallType_Hangup  StopCallType = 3
	StopCallType_Cancel  StopCallType = 4
)

func (StopCallType) Descriptor

func (StopCallType) Enum

func (x StopCallType) Enum() *StopCallType

func (StopCallType) EnumDescriptor deprecated

func (StopCallType) EnumDescriptor() ([]byte, []int)

Deprecated: Use StopCallType.Descriptor instead.

func (StopCallType) Number

func (StopCallType) String

func (x StopCallType) String() string

func (StopCallType) Type

type TextMsg

type TextMsg struct {
	Content string   `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	Mention []string `protobuf:"bytes,2,rep,name=mention,proto3" json:"mention,omitempty"`
	// contains filtered or unexported fields
}

func (*TextMsg) Descriptor deprecated

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

Deprecated: Use TextMsg.ProtoReflect.Descriptor instead.

func (*TextMsg) GetContent

func (x *TextMsg) GetContent() string

func (*TextMsg) GetMention

func (x *TextMsg) GetMention() []string

func (*TextMsg) ProtoMessage

func (*TextMsg) ProtoMessage()

func (*TextMsg) ProtoReflect

func (x *TextMsg) ProtoReflect() protoreflect.Message

func (*TextMsg) Reset

func (x *TextMsg) Reset()

func (*TextMsg) String

func (x *TextMsg) String() string

type TransferMsg

type TransferMsg struct {
	TxHash   string               `protobuf:"bytes,1,opt,name=txHash,proto3" json:"txHash,omitempty"`
	CoinName string               `protobuf:"bytes,2,opt,name=coinName,proto3" json:"coinName,omitempty"`
	Chain    string               `protobuf:"bytes,3,opt,name=chain,proto3" json:"chain,omitempty"`
	Platform string               `protobuf:"bytes,4,opt,name=platform,proto3" json:"platform,omitempty"`
	CoinType TransferMsg_CoinType `protobuf:"varint,5,opt,name=coinType,proto3,enum=imparse.msg.TransferMsg_CoinType" json:"coinType,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferMsg) Descriptor deprecated

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

Deprecated: Use TransferMsg.ProtoReflect.Descriptor instead.

func (*TransferMsg) GetChain

func (x *TransferMsg) GetChain() string

func (*TransferMsg) GetCoinName

func (x *TransferMsg) GetCoinName() string

func (*TransferMsg) GetCoinType

func (x *TransferMsg) GetCoinType() TransferMsg_CoinType

func (*TransferMsg) GetPlatform

func (x *TransferMsg) GetPlatform() string

func (*TransferMsg) GetTxHash

func (x *TransferMsg) GetTxHash() string

func (*TransferMsg) ProtoMessage

func (*TransferMsg) ProtoMessage()

func (*TransferMsg) ProtoReflect

func (x *TransferMsg) ProtoReflect() protoreflect.Message

func (*TransferMsg) Reset

func (x *TransferMsg) Reset()

func (*TransferMsg) String

func (x *TransferMsg) String() string

type TransferMsg_CoinType

type TransferMsg_CoinType int32
const (
	TransferMsg_Coins TransferMsg_CoinType = 0
	TransferMsg_Token TransferMsg_CoinType = 1
)

func (TransferMsg_CoinType) Descriptor

func (TransferMsg_CoinType) Enum

func (TransferMsg_CoinType) EnumDescriptor deprecated

func (TransferMsg_CoinType) EnumDescriptor() ([]byte, []int)

Deprecated: Use TransferMsg_CoinType.Descriptor instead.

func (TransferMsg_CoinType) Number

func (TransferMsg_CoinType) String

func (x TransferMsg_CoinType) String() string

func (TransferMsg_CoinType) Type

type VideoMsg

type VideoMsg struct {
	MediaUrl string `protobuf:"bytes,1,opt,name=mediaUrl,proto3" json:"mediaUrl,omitempty"`
	Time     int32  `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"`
	Height   int32  `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"`
	Width    int32  `protobuf:"varint,4,opt,name=width,proto3" json:"width,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoMsg) Descriptor deprecated

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

Deprecated: Use VideoMsg.ProtoReflect.Descriptor instead.

func (*VideoMsg) GetHeight

func (x *VideoMsg) GetHeight() int32

func (*VideoMsg) GetMediaUrl

func (x *VideoMsg) GetMediaUrl() string

func (*VideoMsg) GetTime

func (x *VideoMsg) GetTime() int32

func (*VideoMsg) GetWidth

func (x *VideoMsg) GetWidth() int32

func (*VideoMsg) ProtoMessage

func (*VideoMsg) ProtoMessage()

func (*VideoMsg) ProtoReflect

func (x *VideoMsg) ProtoReflect() protoreflect.Message

func (*VideoMsg) Reset

func (x *VideoMsg) Reset()

func (*VideoMsg) String

func (x *VideoMsg) String() string

Jump to

Keyboard shortcuts

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