Documentation ¶
Index ¶
- Variables
- type PushInfo
- func (*PushInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PushInfo) GetMdmTopic() string
- func (x *PushInfo) GetPushMagic() string
- func (x *PushInfo) GetToken() string
- func (x *PushInfo) GetUdid() string
- func (*PushInfo) ProtoMessage()
- func (x *PushInfo) ProtoReflect() protoreflect.Message
- func (x *PushInfo) Reset()
- func (x *PushInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_push_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PushInfo ¶
type PushInfo struct { Udid string `protobuf:"bytes,1,opt,name=udid,proto3" json:"udid,omitempty"` Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` PushMagic string `protobuf:"bytes,3,opt,name=push_magic,json=pushMagic,proto3" json:"push_magic,omitempty"` MdmTopic string `protobuf:"bytes,4,opt,name=mdm_topic,json=mdmTopic,proto3" json:"mdm_topic,omitempty"` // contains filtered or unexported fields }
func (*PushInfo) Descriptor
deprecated
func (*PushInfo) GetMdmTopic ¶
func (*PushInfo) GetPushMagic ¶
func (*PushInfo) ProtoMessage ¶
func (*PushInfo) ProtoMessage()
func (*PushInfo) ProtoReflect ¶
func (x *PushInfo) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.