Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterAuthServer(s grpc.ServiceRegistrar, srv AuthServer)
- func RegisterPushServer(s grpc.ServiceRegistrar, srv PushServer)
- func RegisterStatsServer(s grpc.ServiceRegistrar, srv StatsServer)
- func RegisterUserServer(s grpc.ServiceRegistrar, srv UserServer)
- type AddBlackListReq
- func (*AddBlackListReq) Descriptor() ([]byte, []int)deprecated
- func (x *AddBlackListReq) GetBundleId() string
- func (x *AddBlackListReq) GetCIdList() []string
- func (x *AddBlackListReq) GetPushAgent() string
- func (*AddBlackListReq) ProtoMessage()
- func (x *AddBlackListReq) ProtoReflect() protoreflect.Message
- func (x *AddBlackListReq) Reset()
- func (x *AddBlackListReq) String() string
- type AddBlackListResp
- type AndroidChannel
- type AndroidChannel_Ups
- func (*AndroidChannel_Ups) Descriptor() ([]byte, []int)deprecated
- func (x *AndroidChannel_Ups) GetNotification() *AndroidChannel_Ups_Notification
- func (x *AndroidChannel_Ups) GetOptions() *AndroidChannel_Ups_Options
- func (x *AndroidChannel_Ups) GetRevoke() *AndroidChannel_Ups_Revoke
- func (x *AndroidChannel_Ups) GetTransmission() string
- func (*AndroidChannel_Ups) ProtoMessage()
- func (x *AndroidChannel_Ups) ProtoReflect() protoreflect.Message
- func (x *AndroidChannel_Ups) Reset()
- func (x *AndroidChannel_Ups) String() string
- type AndroidChannel_Ups_Notification
- func (*AndroidChannel_Ups_Notification) Descriptor() ([]byte, []int)deprecated
- func (x *AndroidChannel_Ups_Notification) GetBody() string
- func (x *AndroidChannel_Ups_Notification) GetClickType() string
- func (x *AndroidChannel_Ups_Notification) GetIntent() string
- func (x *AndroidChannel_Ups_Notification) GetNotifyId() int64
- func (x *AndroidChannel_Ups_Notification) GetTitle() string
- func (x *AndroidChannel_Ups_Notification) GetUrl() string
- func (*AndroidChannel_Ups_Notification) ProtoMessage()
- func (x *AndroidChannel_Ups_Notification) ProtoReflect() protoreflect.Message
- func (x *AndroidChannel_Ups_Notification) Reset()
- func (x *AndroidChannel_Ups_Notification) String() string
- type AndroidChannel_Ups_Options
- func (*AndroidChannel_Ups_Options) Descriptor() ([]byte, []int)deprecated
- func (x *AndroidChannel_Ups_Options) GetHo() *AndroidChannel_Ups_Options_HO
- func (x *AndroidChannel_Ups_Options) GetHw() *AndroidChannel_Ups_Options_HW
- func (x *AndroidChannel_Ups_Options) GetOp() *AndroidChannel_Ups_Options_OP
- func (x *AndroidChannel_Ups_Options) GetOpg() *AndroidChannel_Ups_Options_OP
- func (x *AndroidChannel_Ups_Options) GetUps() *AndroidChannel_Ups_Options_UPS
- func (x *AndroidChannel_Ups_Options) GetVv() *AndroidChannel_Ups_Options_VV
- func (x *AndroidChannel_Ups_Options) GetXm() *AndroidChannel_Ups_Options_XM
- func (x *AndroidChannel_Ups_Options) GetXmg() *AndroidChannel_Ups_Options_XM
- func (*AndroidChannel_Ups_Options) ProtoMessage()
- func (x *AndroidChannel_Ups_Options) ProtoReflect() protoreflect.Message
- func (x *AndroidChannel_Ups_Options) Reset()
- func (x *AndroidChannel_Ups_Options) String() string
- type AndroidChannel_Ups_Options_HO
- func (*AndroidChannel_Ups_Options_HO) Descriptor() ([]byte, []int)deprecated
- func (x *AndroidChannel_Ups_Options_HO) GetBadgeAddNum() int32
- func (x *AndroidChannel_Ups_Options_HO) GetBadgeClass() string
- func (x *AndroidChannel_Ups_Options_HO) GetBadgeSetNum() int32
- func (x *AndroidChannel_Ups_Options_HO) GetBigBody() string
- func (x *AndroidChannel_Ups_Options_HO) GetBigTitle() string
- func (x *AndroidChannel_Ups_Options_HO) GetButtons() []*AndroidChannel_Ups_Options_HO_Button
- func (x *AndroidChannel_Ups_Options_HO) GetIcon() string
- func (x *AndroidChannel_Ups_Options_HO) GetImage() string
- func (x *AndroidChannel_Ups_Options_HO) GetImportance() string
- func (x *AndroidChannel_Ups_Options_HO) GetNotifiySummary() string
- func (x *AndroidChannel_Ups_Options_HO) GetStyle() int32
- func (x *AndroidChannel_Ups_Options_HO) GetWhen() string
- func (*AndroidChannel_Ups_Options_HO) ProtoMessage()
- func (x *AndroidChannel_Ups_Options_HO) ProtoReflect() protoreflect.Message
- func (x *AndroidChannel_Ups_Options_HO) Reset()
- func (x *AndroidChannel_Ups_Options_HO) String() string
- type AndroidChannel_Ups_Options_HO_Button
- func (*AndroidChannel_Ups_Options_HO_Button) Descriptor() ([]byte, []int)deprecated
- func (x *AndroidChannel_Ups_Options_HO_Button) GetActionType() int32
- func (x *AndroidChannel_Ups_Options_HO_Button) GetData() string
- func (x *AndroidChannel_Ups_Options_HO_Button) GetIntent() string
- func (x *AndroidChannel_Ups_Options_HO_Button) GetIntentType() int32
- func (x *AndroidChannel_Ups_Options_HO_Button) GetName() string
- func (*AndroidChannel_Ups_Options_HO_Button) ProtoMessage()
- func (x *AndroidChannel_Ups_Options_HO_Button) ProtoReflect() protoreflect.Message
- func (x *AndroidChannel_Ups_Options_HO_Button) Reset()
- func (x *AndroidChannel_Ups_Options_HO_Button) String() string
- type AndroidChannel_Ups_Options_HW
- func (*AndroidChannel_Ups_Options_HW) Descriptor() ([]byte, []int)deprecated
- func (x *AndroidChannel_Ups_Options_HW) GetBadgeAddNum() int32
- func (x *AndroidChannel_Ups_Options_HW) GetBadgeClass() string
- func (x *AndroidChannel_Ups_Options_HW) GetBadgeSetNum() int32
- func (x *AndroidChannel_Ups_Options_HW) GetBigBody() string
- func (x *AndroidChannel_Ups_Options_HW) GetBigTitle() string
- func (x *AndroidChannel_Ups_Options_HW) GetCategory() string
- func (x *AndroidChannel_Ups_Options_HW) GetChannelId() string
- func (x *AndroidChannel_Ups_Options_HW) GetDefaultSound() bool
- func (x *AndroidChannel_Ups_Options_HW) GetImage() string
- func (x *AndroidChannel_Ups_Options_HW) GetImportance() string
- func (x *AndroidChannel_Ups_Options_HW) GetSound() string
- func (x *AndroidChannel_Ups_Options_HW) GetStyle() int32
- func (*AndroidChannel_Ups_Options_HW) ProtoMessage()
- func (x *AndroidChannel_Ups_Options_HW) ProtoReflect() protoreflect.Message
- func (x *AndroidChannel_Ups_Options_HW) Reset()
- func (x *AndroidChannel_Ups_Options_HW) String() string
- type AndroidChannel_Ups_Options_OP
- func (*AndroidChannel_Ups_Options_OP) Descriptor() ([]byte, []int)deprecated
- func (x *AndroidChannel_Ups_Options_OP) GetAppMessageId() string
- func (x *AndroidChannel_Ups_Options_OP) GetBigPictureId() string
- func (x *AndroidChannel_Ups_Options_OP) GetChannelId() string
- func (x *AndroidChannel_Ups_Options_OP) GetOffLine() bool
- func (x *AndroidChannel_Ups_Options_OP) GetOffLineTtl() int32
- func (x *AndroidChannel_Ups_Options_OP) GetShowEndTime() int64
- func (x *AndroidChannel_Ups_Options_OP) GetShowStartTime() int64
- func (x *AndroidChannel_Ups_Options_OP) GetShowTimeType() int32
- func (x *AndroidChannel_Ups_Options_OP) GetShowTtl() int32
- func (x *AndroidChannel_Ups_Options_OP) GetSmallPictureId() string
- func (x *AndroidChannel_Ups_Options_OP) GetStyle() int32
- func (*AndroidChannel_Ups_Options_OP) ProtoMessage()
- func (x *AndroidChannel_Ups_Options_OP) ProtoReflect() protoreflect.Message
- func (x *AndroidChannel_Ups_Options_OP) Reset()
- func (x *AndroidChannel_Ups_Options_OP) String() string
- type AndroidChannel_Ups_Options_UPS
- func (*AndroidChannel_Ups_Options_UPS) Descriptor() ([]byte, []int)deprecated
- func (x *AndroidChannel_Ups_Options_UPS) GetBigImageUrl() string
- func (x *AndroidChannel_Ups_Options_UPS) GetBigText() string
- func (*AndroidChannel_Ups_Options_UPS) ProtoMessage()
- func (x *AndroidChannel_Ups_Options_UPS) ProtoReflect() protoreflect.Message
- func (x *AndroidChannel_Ups_Options_UPS) Reset()
- func (x *AndroidChannel_Ups_Options_UPS) String() string
- type AndroidChannel_Ups_Options_VV
- func (*AndroidChannel_Ups_Options_VV) Descriptor() ([]byte, []int)deprecated
- func (x *AndroidChannel_Ups_Options_VV) GetCategory() string
- func (x *AndroidChannel_Ups_Options_VV) GetClassification() int32
- func (x *AndroidChannel_Ups_Options_VV) GetNetworkType() int32
- func (x *AndroidChannel_Ups_Options_VV) GetNotifyType() int32
- func (x *AndroidChannel_Ups_Options_VV) GetTimeToLive() int32
- func (*AndroidChannel_Ups_Options_VV) ProtoMessage()
- func (x *AndroidChannel_Ups_Options_VV) ProtoReflect() protoreflect.Message
- func (x *AndroidChannel_Ups_Options_VV) Reset()
- func (x *AndroidChannel_Ups_Options_VV) String() string
- type AndroidChannel_Ups_Options_XM
- func (*AndroidChannel_Ups_Options_XM) Descriptor() ([]byte, []int)deprecated
- func (x *AndroidChannel_Ups_Options_XM) GetAppVersion() string
- func (x *AndroidChannel_Ups_Options_XM) GetAppVersionNotIn() string
- func (x *AndroidChannel_Ups_Options_XM) GetChannelId() string
- func (x *AndroidChannel_Ups_Options_XM) GetLocale() string
- func (x *AndroidChannel_Ups_Options_XM) GetLocaleNotIn() string
- func (x *AndroidChannel_Ups_Options_XM) GetModel() string
- func (x *AndroidChannel_Ups_Options_XM) GetModelNotIn() string
- func (x *AndroidChannel_Ups_Options_XM) GetNotificationBigPicUri() string
- func (x *AndroidChannel_Ups_Options_XM) GetNotificationLargeIconUri() string
- func (x *AndroidChannel_Ups_Options_XM) GetNotificationStyleType() string
- func (x *AndroidChannel_Ups_Options_XM) GetOnlySendOnce() string
- func (x *AndroidChannel_Ups_Options_XM) GetSoundUri() string
- func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonLeftIntentClass() string
- func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonLeftIntentUri() string
- func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonLeftName() string
- func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonLeftNotifyEffect() string
- func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonLeftWebUri() string
- func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonMidIntentClass() string
- func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonMidIntentUri() string
- func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonMidName() string
- func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonMidNotifyEffect() string
- func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonMidWebUri() string
- func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonRightIntentClass() string
- func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonRightIntentUri() string
- func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonRightName() string
- func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonRightNotifyEffect() string
- func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonRightWebUri() string
- func (x *AndroidChannel_Ups_Options_XM) GetTimeToLive() int64
- func (x *AndroidChannel_Ups_Options_XM) GetTimeToSend() int64
- func (*AndroidChannel_Ups_Options_XM) ProtoMessage()
- func (x *AndroidChannel_Ups_Options_XM) ProtoReflect() protoreflect.Message
- func (x *AndroidChannel_Ups_Options_XM) Reset()
- func (x *AndroidChannel_Ups_Options_XM) String() string
- type AndroidChannel_Ups_Revoke
- func (*AndroidChannel_Ups_Revoke) Descriptor() ([]byte, []int)deprecated
- func (x *AndroidChannel_Ups_Revoke) GetOldTaskId() string
- func (*AndroidChannel_Ups_Revoke) ProtoMessage()
- func (x *AndroidChannel_Ups_Revoke) ProtoReflect() protoreflect.Message
- func (x *AndroidChannel_Ups_Revoke) Reset()
- func (x *AndroidChannel_Ups_Revoke) String() string
- type AppMsg
- func (*AppMsg) Descriptor() ([]byte, []int)deprecated
- func (x *AppMsg) GetAudience() *Audience
- func (x *AppMsg) GetGroupName() string
- func (x *AppMsg) GetPushChannel() *PushChannel
- func (x *AppMsg) GetPushMessage() *PushMessage
- func (x *AppMsg) GetRequestId() string
- func (x *AppMsg) GetSettings() *Settings
- func (*AppMsg) ProtoMessage()
- func (x *AppMsg) ProtoReflect() protoreflect.Message
- func (x *AppMsg) Reset()
- func (x *AppMsg) String() string
- type Audience
- func (*Audience) Descriptor() ([]byte, []int)deprecated
- func (x *Audience) GetAlias() []string
- func (x *Audience) GetCid() []string
- func (x *Audience) GetFastCustomTag() string
- func (x *Audience) GetTag() []*Audience_Tag
- func (*Audience) ProtoMessage()
- func (x *Audience) ProtoReflect() protoreflect.Message
- func (x *Audience) Reset()
- func (x *Audience) String() string
- type Audience_Tag
- func (*Audience_Tag) Descriptor() ([]byte, []int)deprecated
- func (x *Audience_Tag) GetKey() string
- func (x *Audience_Tag) GetOptType() string
- func (x *Audience_Tag) GetValues() []string
- func (*Audience_Tag) ProtoMessage()
- func (x *Audience_Tag) ProtoReflect() protoreflect.Message
- func (x *Audience_Tag) Reset()
- func (x *Audience_Tag) String() string
- type AuthClient
- type AuthServer
- type BasePushCount
- func (*BasePushCount) Descriptor() ([]byte, []int)deprecated
- func (x *BasePushCount) GetDescribeTag() string
- func (x *BasePushCount) GetHasLimit() bool
- func (x *BasePushCount) GetManufacturer() string
- func (x *BasePushCount) GetPushNum() int32
- func (x *BasePushCount) GetRemainNum() int32
- func (x *BasePushCount) GetTotalNum() int32
- func (*BasePushCount) ProtoMessage()
- func (x *BasePushCount) ProtoReflect() protoreflect.Message
- func (x *BasePushCount) Reset()
- func (x *BasePushCount) String() string
- type BaseStatics
- func (*BaseStatics) Descriptor() ([]byte, []int)deprecated
- func (x *BaseStatics) GetActionList() []*BaseStatics_Action
- func (x *BaseStatics) GetDetailList() []*BaseStatics_Detail
- func (x *BaseStatics) GetTotal() *BaseStatics_Total
- func (*BaseStatics) ProtoMessage()
- func (x *BaseStatics) ProtoReflect() protoreflect.Message
- func (x *BaseStatics) Reset()
- func (x *BaseStatics) String() string
- type BaseStatics_Action
- func (*BaseStatics_Action) Descriptor() ([]byte, []int)deprecated
- func (x *BaseStatics_Action) GetKey() string
- func (x *BaseStatics_Action) GetValue() int32
- func (*BaseStatics_Action) ProtoMessage()
- func (x *BaseStatics_Action) ProtoReflect() protoreflect.Message
- func (x *BaseStatics_Action) Reset()
- func (x *BaseStatics_Action) String() string
- type BaseStatics_Detail
- func (*BaseStatics_Detail) Descriptor() ([]byte, []int)deprecated
- func (x *BaseStatics_Detail) GetClick() int32
- func (x *BaseStatics_Detail) GetDisplay() int32
- func (x *BaseStatics_Detail) GetManufacturer() string
- func (x *BaseStatics_Detail) GetReceive() int32
- func (x *BaseStatics_Detail) GetTarget() int32
- func (*BaseStatics_Detail) ProtoMessage()
- func (x *BaseStatics_Detail) ProtoReflect() protoreflect.Message
- func (x *BaseStatics_Detail) Reset()
- func (x *BaseStatics_Detail) String() string
- type BaseStatics_Total
- func (*BaseStatics_Total) Descriptor() ([]byte, []int)deprecated
- func (x *BaseStatics_Total) GetClick() int32
- func (x *BaseStatics_Total) GetDisplay() int32
- func (x *BaseStatics_Total) GetMsg() int32
- func (x *BaseStatics_Total) GetReceive() int32
- func (x *BaseStatics_Total) GetTarget() int32
- func (*BaseStatics_Total) ProtoMessage()
- func (x *BaseStatics_Total) ProtoReflect() protoreflect.Message
- func (x *BaseStatics_Total) Reset()
- func (x *BaseStatics_Total) String() string
- type BindAliasReq
- func (*BindAliasReq) Descriptor() ([]byte, []int)deprecated
- func (x *BindAliasReq) GetBundleId() string
- func (x *BindAliasReq) GetDataList() []*BindAliasReq_Data
- func (x *BindAliasReq) GetPushAgent() string
- func (*BindAliasReq) ProtoMessage()
- func (x *BindAliasReq) ProtoReflect() protoreflect.Message
- func (x *BindAliasReq) Reset()
- func (x *BindAliasReq) String() string
- type BindAliasReq_Data
- func (*BindAliasReq_Data) Descriptor() ([]byte, []int)deprecated
- func (x *BindAliasReq_Data) GetAlias() string
- func (x *BindAliasReq_Data) GetCid() string
- func (*BindAliasReq_Data) ProtoMessage()
- func (x *BindAliasReq_Data) ProtoReflect() protoreflect.Message
- func (x *BindAliasReq_Data) Reset()
- func (x *BindAliasReq_Data) String() string
- type BindAliasResp
- type BindTagWithUserReq
- func (*BindTagWithUserReq) Descriptor() ([]byte, []int)deprecated
- func (x *BindTagWithUserReq) GetBundleId() string
- func (x *BindTagWithUserReq) GetCIdList() []string
- func (x *BindTagWithUserReq) GetPushAgent() string
- func (x *BindTagWithUserReq) GetTag() string
- func (*BindTagWithUserReq) ProtoMessage()
- func (x *BindTagWithUserReq) ProtoReflect() protoreflect.Message
- func (x *BindTagWithUserReq) Reset()
- func (x *BindTagWithUserReq) String() string
- type BindTagWithUserResp
- func (*BindTagWithUserResp) Descriptor() ([]byte, []int)deprecated
- func (x *BindTagWithUserResp) GetResultList() []*BindTagWithUserResp_Result
- func (*BindTagWithUserResp) ProtoMessage()
- func (x *BindTagWithUserResp) ProtoReflect() protoreflect.Message
- func (x *BindTagWithUserResp) Reset()
- func (x *BindTagWithUserResp) String() string
- type BindTagWithUserResp_Result
- func (*BindTagWithUserResp_Result) Descriptor() ([]byte, []int)deprecated
- func (x *BindTagWithUserResp_Result) GetCId() string
- func (x *BindTagWithUserResp_Result) GetSuccess() bool
- func (*BindTagWithUserResp_Result) ProtoMessage()
- func (x *BindTagWithUserResp_Result) ProtoReflect() protoreflect.Message
- func (x *BindTagWithUserResp_Result) Reset()
- func (x *BindTagWithUserResp_Result) String() string
- type BindUserWithTagReq
- func (*BindUserWithTagReq) Descriptor() ([]byte, []int)deprecated
- func (x *BindUserWithTagReq) GetBundleId() string
- func (x *BindUserWithTagReq) GetCId() string
- func (x *BindUserWithTagReq) GetPushAgent() string
- func (x *BindUserWithTagReq) GetTagList() []string
- func (*BindUserWithTagReq) ProtoMessage()
- func (x *BindUserWithTagReq) ProtoReflect() protoreflect.Message
- func (x *BindUserWithTagReq) Reset()
- func (x *BindUserWithTagReq) String() string
- type BindUserWithTagResp
- type CheckTaskReq
- func (*CheckTaskReq) Descriptor() ([]byte, []int)deprecated
- func (x *CheckTaskReq) GetBundleId() string
- func (x *CheckTaskReq) GetPushAgent() string
- func (x *CheckTaskReq) GetTaskId() string
- func (*CheckTaskReq) ProtoMessage()
- func (x *CheckTaskReq) ProtoReflect() protoreflect.Message
- func (x *CheckTaskReq) Reset()
- func (x *CheckTaskReq) String() string
- type CheckTaskResp
- func (*CheckTaskResp) Descriptor() ([]byte, []int)deprecated
- func (x *CheckTaskResp) GetCreateTime() int64
- func (x *CheckTaskResp) GetPushTime() int64
- func (x *CheckTaskResp) GetStatus() string
- func (x *CheckTaskResp) GetTransmissionContent() string
- func (*CheckTaskResp) ProtoMessage()
- func (x *CheckTaskResp) ProtoReflect() protoreflect.Message
- func (x *CheckTaskResp) Reset()
- func (x *CheckTaskResp) String() string
- type CreateMsg
- func (*CreateMsg) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMsg) GetGroupName() string
- func (x *CreateMsg) GetPushChannel() *PushChannel
- func (x *CreateMsg) GetPushMessage() *PushMessage
- func (x *CreateMsg) GetRequestId() string
- func (x *CreateMsg) GetSettings() *Settings
- func (*CreateMsg) ProtoMessage()
- func (x *CreateMsg) ProtoReflect() protoreflect.Message
- func (x *CreateMsg) Reset()
- func (x *CreateMsg) String() string
- type CreateTaskReq
- func (*CreateTaskReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTaskReq) GetBundleId() string
- func (x *CreateTaskReq) GetMsg() *CreateMsg
- func (x *CreateTaskReq) GetPushAgent() string
- func (*CreateTaskReq) ProtoMessage()
- func (x *CreateTaskReq) ProtoReflect() protoreflect.Message
- func (x *CreateTaskReq) Reset()
- func (x *CreateTaskReq) String() string
- type CreateTaskResp
- type DelBlackListReq
- func (*DelBlackListReq) Descriptor() ([]byte, []int)deprecated
- func (x *DelBlackListReq) GetBundleId() string
- func (x *DelBlackListReq) GetCIdList() []string
- func (x *DelBlackListReq) GetPushAgent() string
- func (*DelBlackListReq) ProtoMessage()
- func (x *DelBlackListReq) ProtoReflect() protoreflect.Message
- func (x *DelBlackListReq) Reset()
- func (x *DelBlackListReq) String() string
- type DelBlackListResp
- type DelTokenReq
- func (*DelTokenReq) Descriptor() ([]byte, []int)deprecated
- func (x *DelTokenReq) GetBundleId() string
- func (x *DelTokenReq) GetPushAgent() string
- func (x *DelTokenReq) GetToken() string
- func (*DelTokenReq) ProtoMessage()
- func (x *DelTokenReq) ProtoReflect() protoreflect.Message
- func (x *DelTokenReq) Reset()
- func (x *DelTokenReq) String() string
- type DelTokenResp
- type GetOnlineUserBy24HReq
- func (*GetOnlineUserBy24HReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetOnlineUserBy24HReq) GetBundleId() string
- func (x *GetOnlineUserBy24HReq) GetPushAgent() string
- func (*GetOnlineUserBy24HReq) ProtoMessage()
- func (x *GetOnlineUserBy24HReq) ProtoReflect() protoreflect.Message
- func (x *GetOnlineUserBy24HReq) Reset()
- func (x *GetOnlineUserBy24HReq) String() string
- type GetOnlineUserBy24HResp
- func (*GetOnlineUserBy24HResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetOnlineUserBy24HResp) GetDate() string
- func (x *GetOnlineUserBy24HResp) GetOnlineList() []*GetOnlineUserBy24HResp_OnlineInfo
- func (*GetOnlineUserBy24HResp) ProtoMessage()
- func (x *GetOnlineUserBy24HResp) ProtoReflect() protoreflect.Message
- func (x *GetOnlineUserBy24HResp) Reset()
- func (x *GetOnlineUserBy24HResp) String() string
- type GetOnlineUserBy24HResp_OnlineInfo
- func (*GetOnlineUserBy24HResp_OnlineInfo) Descriptor() ([]byte, []int)deprecated
- func (x *GetOnlineUserBy24HResp_OnlineInfo) GetOnline() int32
- func (x *GetOnlineUserBy24HResp_OnlineInfo) GetUnixMillisecond() int64
- func (*GetOnlineUserBy24HResp_OnlineInfo) ProtoMessage()
- func (x *GetOnlineUserBy24HResp_OnlineInfo) ProtoReflect() protoreflect.Message
- func (x *GetOnlineUserBy24HResp_OnlineInfo) Reset()
- func (x *GetOnlineUserBy24HResp_OnlineInfo) String() string
- type GetPushCountReq
- func (*GetPushCountReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetPushCountReq) GetBundleId() string
- func (x *GetPushCountReq) GetPushAgent() string
- func (*GetPushCountReq) ProtoMessage()
- func (x *GetPushCountReq) ProtoReflect() protoreflect.Message
- func (x *GetPushCountReq) Reset()
- func (x *GetPushCountReq) String() string
- type GetPushCountResp
- func (*GetPushCountResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetPushCountResp) GetCountList() []*BasePushCount
- func (*GetPushCountResp) ProtoMessage()
- func (x *GetPushCountResp) ProtoReflect() protoreflect.Message
- func (x *GetPushCountResp) Reset()
- func (x *GetPushCountResp) String() string
- type GetPushDataByDayReq
- func (*GetPushDataByDayReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetPushDataByDayReq) GetBundleId() string
- func (x *GetPushDataByDayReq) GetPushAgent() string
- func (x *GetPushDataByDayReq) GetUnixSecond() int64
- func (*GetPushDataByDayReq) ProtoMessage()
- func (x *GetPushDataByDayReq) ProtoReflect() protoreflect.Message
- func (x *GetPushDataByDayReq) Reset()
- func (x *GetPushDataByDayReq) String() string
- type GetPushDataByDayResp
- func (*GetPushDataByDayResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetPushDataByDayResp) GetDate() string
- func (x *GetPushDataByDayResp) GetStatics() *BaseStatics
- func (*GetPushDataByDayResp) ProtoMessage()
- func (x *GetPushDataByDayResp) ProtoReflect() protoreflect.Message
- func (x *GetPushDataByDayResp) Reset()
- func (x *GetPushDataByDayResp) String() string
- type GetTaskGroupReq
- func (*GetTaskGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetTaskGroupReq) GetBundleId() string
- func (x *GetTaskGroupReq) GetGroup() string
- func (x *GetTaskGroupReq) GetPushAgent() string
- func (*GetTaskGroupReq) ProtoMessage()
- func (x *GetTaskGroupReq) ProtoReflect() protoreflect.Message
- func (x *GetTaskGroupReq) Reset()
- func (x *GetTaskGroupReq) String() string
- type GetTaskGroupResp
- func (*GetTaskGroupResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetTaskGroupResp) GetGroup() string
- func (x *GetTaskGroupResp) GetStatics() *BaseStatics
- func (*GetTaskGroupResp) ProtoMessage()
- func (x *GetTaskGroupResp) ProtoReflect() protoreflect.Message
- func (x *GetTaskGroupResp) Reset()
- func (x *GetTaskGroupResp) String() string
- type GetTasksReq
- func (*GetTasksReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetTasksReq) GetBundleId() string
- func (x *GetTasksReq) GetPushAgent() string
- func (x *GetTasksReq) GetTaskList() []string
- func (*GetTasksReq) ProtoMessage()
- func (x *GetTasksReq) ProtoReflect() protoreflect.Message
- func (x *GetTasksReq) Reset()
- func (x *GetTasksReq) String() string
- type GetTasksResp
- func (*GetTasksResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetTasksResp) GetStaticsList() []*BaseStatics
- func (x *GetTasksResp) GetTaskList() []string
- func (*GetTasksResp) ProtoMessage()
- func (x *GetTasksResp) ProtoReflect() protoreflect.Message
- func (x *GetTasksResp) Reset()
- func (x *GetTasksResp) String() string
- type GetTokenReq
- func (*GetTokenReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetTokenReq) GetBundleId() string
- func (x *GetTokenReq) GetPushAgent() string
- func (*GetTokenReq) ProtoMessage()
- func (x *GetTokenReq) ProtoReflect() protoreflect.Message
- func (x *GetTokenReq) Reset()
- func (x *GetTokenReq) String() string
- type GetTokenResp
- func (*GetTokenResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetTokenResp) GetExpireAt() int64
- func (x *GetTokenResp) GetToken() string
- func (*GetTokenResp) ProtoMessage()
- func (x *GetTokenResp) ProtoReflect() protoreflect.Message
- func (x *GetTokenResp) Reset()
- func (x *GetTokenResp) String() string
- type GetUserDataByDayReq
- func (*GetUserDataByDayReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserDataByDayReq) GetBundleId() string
- func (x *GetUserDataByDayReq) GetPushAgent() string
- func (x *GetUserDataByDayReq) GetUnixSecond() int64
- func (*GetUserDataByDayReq) ProtoMessage()
- func (x *GetUserDataByDayReq) ProtoReflect() protoreflect.Message
- func (x *GetUserDataByDayReq) Reset()
- func (x *GetUserDataByDayReq) String() string
- type GetUserDataByDayResp
- func (*GetUserDataByDayResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserDataByDayResp) GetAccumulative() int32
- func (x *GetUserDataByDayResp) GetActive() int32
- func (x *GetUserDataByDayResp) GetDate() string
- func (x *GetUserDataByDayResp) GetOnline() int32
- func (x *GetUserDataByDayResp) GetRegister() int32
- func (*GetUserDataByDayResp) ProtoMessage()
- func (x *GetUserDataByDayResp) ProtoReflect() protoreflect.Message
- func (x *GetUserDataByDayResp) Reset()
- func (x *GetUserDataByDayResp) String() string
- type IosChannel
- func (*IosChannel) Descriptor() ([]byte, []int)deprecated
- func (x *IosChannel) GetApnsCollapseId() string
- func (x *IosChannel) GetAps() *IosChannel_Aps
- func (x *IosChannel) GetAutoBadge() string
- func (x *IosChannel) GetMultimedia() []*IosChannel_Multimedia
- func (x *IosChannel) GetPayload() string
- func (x *IosChannel) GetType() string
- func (*IosChannel) ProtoMessage()
- func (x *IosChannel) ProtoReflect() protoreflect.Message
- func (x *IosChannel) Reset()
- func (x *IosChannel) String() string
- type IosChannel_Aps
- func (*IosChannel_Aps) Descriptor() ([]byte, []int)deprecated
- func (x *IosChannel_Aps) GetAlert() *IosChannel_Aps_Alert
- func (x *IosChannel_Aps) GetCategory() string
- func (x *IosChannel_Aps) GetContentAvailable() int32
- func (x *IosChannel_Aps) GetSound() string
- func (x *IosChannel_Aps) GetThreadId() string
- func (*IosChannel_Aps) ProtoMessage()
- func (x *IosChannel_Aps) ProtoReflect() protoreflect.Message
- func (x *IosChannel_Aps) Reset()
- func (x *IosChannel_Aps) String() string
- type IosChannel_Aps_Alert
- func (*IosChannel_Aps_Alert) Descriptor() ([]byte, []int)deprecated
- func (x *IosChannel_Aps_Alert) GetActionLocKey() string
- func (x *IosChannel_Aps_Alert) GetBody() string
- func (x *IosChannel_Aps_Alert) GetLaunchImage() string
- func (x *IosChannel_Aps_Alert) GetLocArgs() []string
- func (x *IosChannel_Aps_Alert) GetLocKey() string
- func (x *IosChannel_Aps_Alert) GetSubTitleLocArgs() []string
- func (x *IosChannel_Aps_Alert) GetSubTitleLocKey() string
- func (x *IosChannel_Aps_Alert) GetSubtitle() string
- func (x *IosChannel_Aps_Alert) GetTitle() string
- func (x *IosChannel_Aps_Alert) GetTitleLocArgs() []string
- func (x *IosChannel_Aps_Alert) GetTitleLocKey() string
- func (*IosChannel_Aps_Alert) ProtoMessage()
- func (x *IosChannel_Aps_Alert) ProtoReflect() protoreflect.Message
- func (x *IosChannel_Aps_Alert) Reset()
- func (x *IosChannel_Aps_Alert) String() string
- type IosChannel_Multimedia
- func (*IosChannel_Multimedia) Descriptor() ([]byte, []int)deprecated
- func (x *IosChannel_Multimedia) GetOnlyWifi() bool
- func (x *IosChannel_Multimedia) GetType() int32
- func (x *IosChannel_Multimedia) GetUrl() string
- func (*IosChannel_Multimedia) ProtoMessage()
- func (x *IosChannel_Multimedia) ProtoReflect() protoreflect.Message
- func (x *IosChannel_Multimedia) Reset()
- func (x *IosChannel_Multimedia) String() string
- type ListMsg
- type ManageCidAndDeviceTokenReq
- func (*ManageCidAndDeviceTokenReq) Descriptor() ([]byte, []int)deprecated
- func (x *ManageCidAndDeviceTokenReq) GetBundleId() string
- func (x *ManageCidAndDeviceTokenReq) GetDtList() map[string]string
- func (x *ManageCidAndDeviceTokenReq) GetManufacturer() string
- func (x *ManageCidAndDeviceTokenReq) GetPushAgent() string
- func (*ManageCidAndDeviceTokenReq) ProtoMessage()
- func (x *ManageCidAndDeviceTokenReq) ProtoReflect() protoreflect.Message
- func (x *ManageCidAndDeviceTokenReq) Reset()
- func (x *ManageCidAndDeviceTokenReq) String() string
- type ManageCidAndDeviceTokenResp
- func (*ManageCidAndDeviceTokenResp) Descriptor() ([]byte, []int)deprecated
- func (x *ManageCidAndDeviceTokenResp) GetErrorList() []*ManageCidAndDeviceTokenResp_Result
- func (*ManageCidAndDeviceTokenResp) ProtoMessage()
- func (x *ManageCidAndDeviceTokenResp) ProtoReflect() protoreflect.Message
- func (x *ManageCidAndDeviceTokenResp) Reset()
- func (x *ManageCidAndDeviceTokenResp) String() string
- type ManageCidAndDeviceTokenResp_Result
- func (*ManageCidAndDeviceTokenResp_Result) Descriptor() ([]byte, []int)deprecated
- func (x *ManageCidAndDeviceTokenResp_Result) GetCid() string
- func (x *ManageCidAndDeviceTokenResp_Result) GetDeviceToken() string
- func (x *ManageCidAndDeviceTokenResp_Result) GetErrorCode() int32
- func (*ManageCidAndDeviceTokenResp_Result) ProtoMessage()
- func (x *ManageCidAndDeviceTokenResp_Result) ProtoReflect() protoreflect.Message
- func (x *ManageCidAndDeviceTokenResp_Result) Reset()
- func (x *ManageCidAndDeviceTokenResp_Result) String() string
- type MiniProgram
- type MiniProgram_WX
- func (*MiniProgram_WX) Descriptor() ([]byte, []int)deprecated
- func (x *MiniProgram_WX) GetData() map[string]string
- func (x *MiniProgram_WX) GetLang() string
- func (x *MiniProgram_WX) GetMiniprogramState() string
- func (x *MiniProgram_WX) GetPage() string
- func (x *MiniProgram_WX) GetTemplatedId() string
- func (*MiniProgram_WX) ProtoMessage()
- func (x *MiniProgram_WX) ProtoReflect() protoreflect.Message
- func (x *MiniProgram_WX) Reset()
- func (x *MiniProgram_WX) String() string
- type PushChannel
- func (*PushChannel) Descriptor() ([]byte, []int)deprecated
- func (x *PushChannel) GetAndroid() *AndroidChannel
- func (x *PushChannel) GetIos() *IosChannel
- func (x *PushChannel) GetMp() *MiniProgram
- func (*PushChannel) ProtoMessage()
- func (x *PushChannel) ProtoReflect() protoreflect.Message
- func (x *PushChannel) Reset()
- func (x *PushChannel) String() string
- type PushClient
- type PushMessage
- func (*PushMessage) Descriptor() ([]byte, []int)deprecated
- func (x *PushMessage) GetDuration() string
- func (x *PushMessage) GetNotification() *PushMessage_Notification
- func (x *PushMessage) GetRevoke() *PushMessage_Revoke
- func (x *PushMessage) GetTransmission() string
- func (*PushMessage) ProtoMessage()
- func (x *PushMessage) ProtoReflect() protoreflect.Message
- func (x *PushMessage) Reset()
- func (x *PushMessage) String() string
- type PushMessage_Notification
- func (*PushMessage_Notification) Descriptor() ([]byte, []int)deprecated
- func (x *PushMessage_Notification) GetBadgeAddNum() int32
- func (x *PushMessage_Notification) GetBigImage() string
- func (x *PushMessage_Notification) GetBigText() string
- func (x *PushMessage_Notification) GetBody() string
- func (x *PushMessage_Notification) GetChannelId() string
- func (x *PushMessage_Notification) GetChannelLevel() string
- func (x *PushMessage_Notification) GetChannelName() string
- func (x *PushMessage_Notification) GetClickType() string
- func (x *PushMessage_Notification) GetIntent() string
- func (x *PushMessage_Notification) GetLogo() string
- func (x *PushMessage_Notification) GetLogoUrl() string
- func (x *PushMessage_Notification) GetNotifyId() int64
- func (x *PushMessage_Notification) GetPayload() string
- func (x *PushMessage_Notification) GetRingName() string
- func (x *PushMessage_Notification) GetThreadId() string
- func (x *PushMessage_Notification) GetTitle() string
- func (x *PushMessage_Notification) GetUrl() string
- func (*PushMessage_Notification) ProtoMessage()
- func (x *PushMessage_Notification) ProtoReflect() protoreflect.Message
- func (x *PushMessage_Notification) Reset()
- func (x *PushMessage_Notification) String() string
- type PushMessage_Revoke
- func (*PushMessage_Revoke) Descriptor() ([]byte, []int)deprecated
- func (x *PushMessage_Revoke) GetForce() bool
- func (x *PushMessage_Revoke) GetOldTaskId() string
- func (*PushMessage_Revoke) ProtoMessage()
- func (x *PushMessage_Revoke) ProtoReflect() protoreflect.Message
- func (x *PushMessage_Revoke) Reset()
- func (x *PushMessage_Revoke) String() string
- type PushServer
- type PushToAppReq
- func (*PushToAppReq) Descriptor() ([]byte, []int)deprecated
- func (x *PushToAppReq) GetBundleId() string
- func (x *PushToAppReq) GetMsg() *AppMsg
- func (x *PushToAppReq) GetPushAgent() string
- func (*PushToAppReq) ProtoMessage()
- func (x *PushToAppReq) ProtoReflect() protoreflect.Message
- func (x *PushToAppReq) Reset()
- func (x *PushToAppReq) String() string
- type PushToAppResp
- type PushToListReq
- func (*PushToListReq) Descriptor() ([]byte, []int)deprecated
- func (x *PushToListReq) GetBundleId() string
- func (x *PushToListReq) GetIsAsync() bool
- func (x *PushToListReq) GetMsg() *ListMsg
- func (x *PushToListReq) GetPushAgent() string
- func (*PushToListReq) ProtoMessage()
- func (x *PushToListReq) ProtoReflect() protoreflect.Message
- func (x *PushToListReq) Reset()
- func (x *PushToListReq) String() string
- type PushToListResp
- type PushToSingleReq
- func (*PushToSingleReq) Descriptor() ([]byte, []int)deprecated
- func (x *PushToSingleReq) GetBundleId() string
- func (x *PushToSingleReq) GetIsAsync() bool
- func (x *PushToSingleReq) GetMsgList() []*SingleMsg
- func (x *PushToSingleReq) GetPushAgent() string
- func (*PushToSingleReq) ProtoMessage()
- func (x *PushToSingleReq) ProtoReflect() protoreflect.Message
- func (x *PushToSingleReq) Reset()
- func (x *PushToSingleReq) String() string
- type PushToSingleResp
- type QueryAliasReq
- func (*QueryAliasReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAliasReq) GetBundleId() string
- func (x *QueryAliasReq) GetCId() string
- func (x *QueryAliasReq) GetPushAgent() string
- func (*QueryAliasReq) ProtoMessage()
- func (x *QueryAliasReq) ProtoReflect() protoreflect.Message
- func (x *QueryAliasReq) Reset()
- func (x *QueryAliasReq) String() string
- type QueryAliasResp
- type QueryCidReq
- func (*QueryCidReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryCidReq) GetAlias() string
- func (x *QueryCidReq) GetBundleId() string
- func (x *QueryCidReq) GetPushAgent() string
- func (*QueryCidReq) ProtoMessage()
- func (x *QueryCidReq) ProtoReflect() protoreflect.Message
- func (x *QueryCidReq) Reset()
- func (x *QueryCidReq) String() string
- type QueryCidResp
- type QueryDeviceStatusReq
- func (*QueryDeviceStatusReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryDeviceStatusReq) GetBundleId() string
- func (x *QueryDeviceStatusReq) GetCIdList() []string
- func (x *QueryDeviceStatusReq) GetPushAgent() string
- func (*QueryDeviceStatusReq) ProtoMessage()
- func (x *QueryDeviceStatusReq) ProtoReflect() protoreflect.Message
- func (x *QueryDeviceStatusReq) Reset()
- func (x *QueryDeviceStatusReq) String() string
- type QueryDeviceStatusResp
- func (*QueryDeviceStatusResp) Descriptor() ([]byte, []int)deprecated
- func (x *QueryDeviceStatusResp) GetStatusList() []*QueryDeviceStatusResp_DeviceStatus
- func (*QueryDeviceStatusResp) ProtoMessage()
- func (x *QueryDeviceStatusResp) ProtoReflect() protoreflect.Message
- func (x *QueryDeviceStatusResp) Reset()
- func (x *QueryDeviceStatusResp) String() string
- type QueryDeviceStatusResp_DeviceStatus
- func (*QueryDeviceStatusResp_DeviceStatus) Descriptor() ([]byte, []int)deprecated
- func (x *QueryDeviceStatusResp_DeviceStatus) GetAvailable() bool
- func (x *QueryDeviceStatusResp_DeviceStatus) GetCId() string
- func (x *QueryDeviceStatusResp_DeviceStatus) GetCIdStatus() string
- func (x *QueryDeviceStatusResp_DeviceStatus) GetDeviceStatus() string
- func (*QueryDeviceStatusResp_DeviceStatus) ProtoMessage()
- func (x *QueryDeviceStatusResp_DeviceStatus) ProtoReflect() protoreflect.Message
- func (x *QueryDeviceStatusResp_DeviceStatus) Reset()
- func (x *QueryDeviceStatusResp_DeviceStatus) String() string
- type QueryUserCountReq
- func (*QueryUserCountReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryUserCountReq) GetBundleId() string
- func (x *QueryUserCountReq) GetPushAgent() string
- func (x *QueryUserCountReq) GetTagList() []*QueryUserCountReq_Tag
- func (*QueryUserCountReq) ProtoMessage()
- func (x *QueryUserCountReq) ProtoReflect() protoreflect.Message
- func (x *QueryUserCountReq) Reset()
- func (x *QueryUserCountReq) String() string
- type QueryUserCountReq_Tag
- func (*QueryUserCountReq_Tag) Descriptor() ([]byte, []int)deprecated
- func (x *QueryUserCountReq_Tag) GetKey() string
- func (x *QueryUserCountReq_Tag) GetOptType() string
- func (x *QueryUserCountReq_Tag) GetValues() []string
- func (*QueryUserCountReq_Tag) ProtoMessage()
- func (x *QueryUserCountReq_Tag) ProtoReflect() protoreflect.Message
- func (x *QueryUserCountReq_Tag) Reset()
- func (x *QueryUserCountReq_Tag) String() string
- type QueryUserCountResp
- func (*QueryUserCountResp) Descriptor() ([]byte, []int)deprecated
- func (x *QueryUserCountResp) GetCount() int32
- func (*QueryUserCountResp) ProtoMessage()
- func (x *QueryUserCountResp) ProtoReflect() protoreflect.Message
- func (x *QueryUserCountResp) Reset()
- func (x *QueryUserCountResp) String() string
- type QueryUserInfoReq
- func (*QueryUserInfoReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryUserInfoReq) GetBundleId() string
- func (x *QueryUserInfoReq) GetCIdList() []string
- func (x *QueryUserInfoReq) GetPushAgent() string
- func (*QueryUserInfoReq) ProtoMessage()
- func (x *QueryUserInfoReq) ProtoReflect() protoreflect.Message
- func (x *QueryUserInfoReq) Reset()
- func (x *QueryUserInfoReq) String() string
- type QueryUserInfoResp
- func (*QueryUserInfoResp) Descriptor() ([]byte, []int)deprecated
- func (x *QueryUserInfoResp) GetInvalidList() []string
- func (x *QueryUserInfoResp) GetUserInfoList() []*QueryUserInfoResp_UserInfo
- func (*QueryUserInfoResp) ProtoMessage()
- func (x *QueryUserInfoResp) ProtoReflect() protoreflect.Message
- func (x *QueryUserInfoResp) Reset()
- func (x *QueryUserInfoResp) String() string
- type QueryUserInfoResp_UserInfo
- func (*QueryUserInfoResp_UserInfo) Descriptor() ([]byte, []int)deprecated
- func (x *QueryUserInfoResp_UserInfo) GetCId() string
- func (x *QueryUserInfoResp_UserInfo) GetClientAppId() string
- func (x *QueryUserInfoResp_UserInfo) GetCreateTime() string
- func (x *QueryUserInfoResp_UserInfo) GetDeviceToken() string
- func (x *QueryUserInfoResp_UserInfo) GetLoginFreq() int32
- func (x *QueryUserInfoResp_UserInfo) GetNotificationSwitch() bool
- func (x *QueryUserInfoResp_UserInfo) GetPackageName() string
- func (x *QueryUserInfoResp_UserInfo) GetPhoneModel() string
- func (x *QueryUserInfoResp_UserInfo) GetPhoneType() int32
- func (*QueryUserInfoResp_UserInfo) ProtoMessage()
- func (x *QueryUserInfoResp_UserInfo) ProtoReflect() protoreflect.Message
- func (x *QueryUserInfoResp_UserInfo) Reset()
- func (x *QueryUserInfoResp_UserInfo) String() string
- type QueryUserStatusReq
- func (*QueryUserStatusReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryUserStatusReq) GetBundleId() string
- func (x *QueryUserStatusReq) GetCIdList() []string
- func (x *QueryUserStatusReq) GetPushAgent() string
- func (*QueryUserStatusReq) ProtoMessage()
- func (x *QueryUserStatusReq) ProtoReflect() protoreflect.Message
- func (x *QueryUserStatusReq) Reset()
- func (x *QueryUserStatusReq) String() string
- type QueryUserStatusResp
- func (*QueryUserStatusResp) Descriptor() ([]byte, []int)deprecated
- func (x *QueryUserStatusResp) GetStatusList() []*QueryUserStatusResp_UserStatus
- func (*QueryUserStatusResp) ProtoMessage()
- func (x *QueryUserStatusResp) ProtoReflect() protoreflect.Message
- func (x *QueryUserStatusResp) Reset()
- func (x *QueryUserStatusResp) String() string
- type QueryUserStatusResp_UserStatus
- func (*QueryUserStatusResp_UserStatus) Descriptor() ([]byte, []int)deprecated
- func (x *QueryUserStatusResp_UserStatus) GetCId() string
- func (x *QueryUserStatusResp_UserStatus) GetLastLoginTime() string
- func (x *QueryUserStatusResp_UserStatus) GetStatus() string
- func (*QueryUserStatusResp_UserStatus) ProtoMessage()
- func (x *QueryUserStatusResp_UserStatus) ProtoReflect() protoreflect.Message
- func (x *QueryUserStatusResp_UserStatus) Reset()
- func (x *QueryUserStatusResp_UserStatus) String() string
- type QueryUserTagReq
- func (*QueryUserTagReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryUserTagReq) GetBundleId() string
- func (x *QueryUserTagReq) GetCId() string
- func (x *QueryUserTagReq) GetPushAgent() string
- func (*QueryUserTagReq) ProtoMessage()
- func (x *QueryUserTagReq) ProtoReflect() protoreflect.Message
- func (x *QueryUserTagReq) Reset()
- func (x *QueryUserTagReq) String() string
- type QueryUserTagResp
- type Receipt
- type Receipt_Detail
- func (*Receipt_Detail) Descriptor() ([]byte, []int)deprecated
- func (x *Receipt_Detail) GetCid() string
- func (x *Receipt_Detail) GetStatus() string
- func (*Receipt_Detail) ProtoMessage()
- func (x *Receipt_Detail) ProtoReflect() protoreflect.Message
- func (x *Receipt_Detail) Reset()
- func (x *Receipt_Detail) String() string
- type RemoveTaskReq
- func (*RemoveTaskReq) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveTaskReq) GetBundleId() string
- func (x *RemoveTaskReq) GetPushAgent() string
- func (x *RemoveTaskReq) GetTaskId() string
- func (*RemoveTaskReq) ProtoMessage()
- func (x *RemoveTaskReq) ProtoReflect() protoreflect.Message
- func (x *RemoveTaskReq) Reset()
- func (x *RemoveTaskReq) String() string
- type RemoveTaskResp
- type RevokeAliasReq
- func (*RevokeAliasReq) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeAliasReq) GetAlias() string
- func (x *RevokeAliasReq) GetBundleId() string
- func (x *RevokeAliasReq) GetPushAgent() string
- func (*RevokeAliasReq) ProtoMessage()
- func (x *RevokeAliasReq) ProtoReflect() protoreflect.Message
- func (x *RevokeAliasReq) Reset()
- func (x *RevokeAliasReq) String() string
- type RevokeAliasResp
- type SetPushBadgeReq
- func (*SetPushBadgeReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetPushBadgeReq) GetBundleId() string
- func (x *SetPushBadgeReq) GetCIdList() []string
- func (x *SetPushBadgeReq) GetOperation() string
- func (x *SetPushBadgeReq) GetPushAgent() string
- func (*SetPushBadgeReq) ProtoMessage()
- func (x *SetPushBadgeReq) ProtoReflect() protoreflect.Message
- func (x *SetPushBadgeReq) Reset()
- func (x *SetPushBadgeReq) String() string
- type SetPushBadgeResp
- type Settings
- func (*Settings) Descriptor() ([]byte, []int)deprecated
- func (x *Settings) GetScheduleTime() int64
- func (x *Settings) GetSpeed() int64
- func (x *Settings) GetStrategy() *Settings_Strategy
- func (x *Settings) GetTtl() int64
- func (*Settings) ProtoMessage()
- func (x *Settings) ProtoReflect() protoreflect.Message
- func (x *Settings) Reset()
- func (x *Settings) String() string
- type Settings_Strategy
- func (*Settings_Strategy) Descriptor() ([]byte, []int)deprecated
- func (x *Settings_Strategy) GetDefault() int32
- func (x *Settings_Strategy) GetHo() int32
- func (x *Settings_Strategy) GetHw() int32
- func (x *Settings_Strategy) GetIos() int32
- func (x *Settings_Strategy) GetMz() int32
- func (x *Settings_Strategy) GetOp() int32
- func (x *Settings_Strategy) GetOpg() int32
- func (x *Settings_Strategy) GetSt() int32
- func (x *Settings_Strategy) GetVv() int32
- func (x *Settings_Strategy) GetWx() int32
- func (x *Settings_Strategy) GetXm() int32
- func (x *Settings_Strategy) GetXmg() int32
- func (*Settings_Strategy) ProtoMessage()
- func (x *Settings_Strategy) ProtoReflect() protoreflect.Message
- func (x *Settings_Strategy) Reset()
- func (x *Settings_Strategy) String() string
- type SingleMsg
- func (*SingleMsg) Descriptor() ([]byte, []int)deprecated
- func (x *SingleMsg) GetAudience() *Audience
- func (x *SingleMsg) GetPushChannel() *PushChannel
- func (x *SingleMsg) GetPushMessage() *PushMessage
- func (x *SingleMsg) GetRequestId() string
- func (x *SingleMsg) GetSettings() *Settings
- func (*SingleMsg) ProtoMessage()
- func (x *SingleMsg) ProtoReflect() protoreflect.Message
- func (x *SingleMsg) Reset()
- func (x *SingleMsg) String() string
- type StatsClient
- type StatsServer
- type StopTaskReq
- func (*StopTaskReq) Descriptor() ([]byte, []int)deprecated
- func (x *StopTaskReq) GetBundleId() string
- func (x *StopTaskReq) GetPushAgent() string
- func (x *StopTaskReq) GetTaskId() string
- func (*StopTaskReq) ProtoMessage()
- func (x *StopTaskReq) ProtoReflect() protoreflect.Message
- func (x *StopTaskReq) Reset()
- func (x *StopTaskReq) String() string
- type StopTaskResp
- type UnbindAliasReq
- func (*UnbindAliasReq) Descriptor() ([]byte, []int)deprecated
- func (x *UnbindAliasReq) GetBundleId() string
- func (x *UnbindAliasReq) GetDataList() []*UnbindAliasReq_Data
- func (x *UnbindAliasReq) GetPushAgent() string
- func (*UnbindAliasReq) ProtoMessage()
- func (x *UnbindAliasReq) ProtoReflect() protoreflect.Message
- func (x *UnbindAliasReq) Reset()
- func (x *UnbindAliasReq) String() string
- type UnbindAliasReq_Data
- func (*UnbindAliasReq_Data) Descriptor() ([]byte, []int)deprecated
- func (x *UnbindAliasReq_Data) GetAlias() string
- func (x *UnbindAliasReq_Data) GetCid() string
- func (*UnbindAliasReq_Data) ProtoMessage()
- func (x *UnbindAliasReq_Data) ProtoReflect() protoreflect.Message
- func (x *UnbindAliasReq_Data) Reset()
- func (x *UnbindAliasReq_Data) String() string
- type UnbindAliasResp
- type UnbindTagFromUserReq
- func (*UnbindTagFromUserReq) Descriptor() ([]byte, []int)deprecated
- func (x *UnbindTagFromUserReq) GetBundleId() string
- func (x *UnbindTagFromUserReq) GetCIdList() []string
- func (x *UnbindTagFromUserReq) GetPushAgent() string
- func (x *UnbindTagFromUserReq) GetTag() string
- func (*UnbindTagFromUserReq) ProtoMessage()
- func (x *UnbindTagFromUserReq) ProtoReflect() protoreflect.Message
- func (x *UnbindTagFromUserReq) Reset()
- func (x *UnbindTagFromUserReq) String() string
- type UnbindTagFromUserResp
- func (*UnbindTagFromUserResp) Descriptor() ([]byte, []int)deprecated
- func (x *UnbindTagFromUserResp) GetResultList() []*UnbindTagFromUserResp_Result
- func (*UnbindTagFromUserResp) ProtoMessage()
- func (x *UnbindTagFromUserResp) ProtoReflect() protoreflect.Message
- func (x *UnbindTagFromUserResp) Reset()
- func (x *UnbindTagFromUserResp) String() string
- type UnbindTagFromUserResp_Result
- func (*UnbindTagFromUserResp_Result) Descriptor() ([]byte, []int)deprecated
- func (x *UnbindTagFromUserResp_Result) GetCId() string
- func (x *UnbindTagFromUserResp_Result) GetSuccess() bool
- func (*UnbindTagFromUserResp_Result) ProtoMessage()
- func (x *UnbindTagFromUserResp_Result) ProtoReflect() protoreflect.Message
- func (x *UnbindTagFromUserResp_Result) Reset()
- func (x *UnbindTagFromUserResp_Result) String() string
- type UnimplementedAuthServer
- type UnimplementedPushServer
- func (UnimplementedPushServer) CheckTask(context.Context, *CheckTaskReq) (*CheckTaskResp, error)
- func (UnimplementedPushServer) CreateTask(context.Context, *CreateTaskReq) (*CreateTaskResp, error)
- func (UnimplementedPushServer) PushToApp(context.Context, *PushToAppReq) (*PushToAppResp, error)
- func (UnimplementedPushServer) PushToList(context.Context, *PushToListReq) (*PushToListResp, error)
- func (UnimplementedPushServer) PushToSingle(context.Context, *PushToSingleReq) (*PushToSingleResp, error)
- func (UnimplementedPushServer) RemoveTask(context.Context, *RemoveTaskReq) (*RemoveTaskResp, error)
- func (UnimplementedPushServer) StopTask(context.Context, *StopTaskReq) (*StopTaskResp, error)
- func (UnimplementedPushServer) ViewDetail(context.Context, *ViewDetailReq) (*ViewDetailResp, error)
- type UnimplementedStatsServer
- func (UnimplementedStatsServer) GetOnlineUserBy24H(context.Context, *GetOnlineUserBy24HReq) (*GetOnlineUserBy24HResp, error)
- func (UnimplementedStatsServer) GetPushCount(context.Context, *GetPushCountReq) (*GetPushCountResp, error)
- func (UnimplementedStatsServer) GetPushDataByDay(context.Context, *GetPushDataByDayReq) (*GetPushDataByDayResp, error)
- func (UnimplementedStatsServer) GetTaskGroup(context.Context, *GetTaskGroupReq) (*GetTaskGroupResp, error)
- func (UnimplementedStatsServer) GetTasks(context.Context, *GetTasksReq) (*GetTasksResp, error)
- func (UnimplementedStatsServer) GetUserDataByDay(context.Context, *GetUserDataByDayReq) (*GetUserDataByDayResp, error)
- type UnimplementedUserServer
- func (UnimplementedUserServer) AddBlackList(context.Context, *AddBlackListReq) (*AddBlackListResp, error)
- func (UnimplementedUserServer) BindAlias(context.Context, *BindAliasReq) (*BindAliasResp, error)
- func (UnimplementedUserServer) BindTagWithUser(context.Context, *BindTagWithUserReq) (*BindTagWithUserResp, error)
- func (UnimplementedUserServer) BindUserWithTag(context.Context, *BindUserWithTagReq) (*BindUserWithTagResp, error)
- func (UnimplementedUserServer) DelBlackList(context.Context, *DelBlackListReq) (*DelBlackListResp, error)
- func (UnimplementedUserServer) ManageCidAndDeviceToken(context.Context, *ManageCidAndDeviceTokenReq) (*ManageCidAndDeviceTokenResp, error)
- func (UnimplementedUserServer) QueryAliasByCid(context.Context, *QueryAliasReq) (*QueryAliasResp, error)
- func (UnimplementedUserServer) QueryCidByAlias(context.Context, *QueryCidReq) (*QueryCidResp, error)
- func (UnimplementedUserServer) QueryDeviceStatus(context.Context, *QueryDeviceStatusReq) (*QueryDeviceStatusResp, error)
- func (UnimplementedUserServer) QueryUserCount(context.Context, *QueryUserCountReq) (*QueryUserCountResp, error)
- func (UnimplementedUserServer) QueryUserInfo(context.Context, *QueryUserInfoReq) (*QueryUserInfoResp, error)
- func (UnimplementedUserServer) QueryUserStatus(context.Context, *QueryUserStatusReq) (*QueryUserStatusResp, error)
- func (UnimplementedUserServer) QueryUserTag(context.Context, *QueryUserTagReq) (*QueryUserTagResp, error)
- func (UnimplementedUserServer) RevokeAlias(context.Context, *RevokeAliasReq) (*RevokeAliasResp, error)
- func (UnimplementedUserServer) SetPushBadge(context.Context, *SetPushBadgeReq) (*SetPushBadgeResp, error)
- func (UnimplementedUserServer) UnbindAlias(context.Context, *UnbindAliasReq) (*UnbindAliasResp, error)
- func (UnimplementedUserServer) UnbindTagFromUser(context.Context, *UnbindTagFromUserReq) (*UnbindTagFromUserResp, error)
- type UnsafeAuthServer
- type UnsafePushServer
- type UnsafeStatsServer
- type UnsafeUserServer
- type UserClient
- type UserServer
- type ViewDetailReq
- func (*ViewDetailReq) Descriptor() ([]byte, []int)deprecated
- func (x *ViewDetailReq) GetBundleId() string
- func (x *ViewDetailReq) GetCid() string
- func (x *ViewDetailReq) GetPushAgent() string
- func (x *ViewDetailReq) GetTaskId() string
- func (*ViewDetailReq) ProtoMessage()
- func (x *ViewDetailReq) ProtoReflect() protoreflect.Message
- func (x *ViewDetailReq) Reset()
- func (x *ViewDetailReq) String() string
- type ViewDetailResp
- func (*ViewDetailResp) Descriptor() ([]byte, []int)deprecated
- func (x *ViewDetailResp) GetDetailList() []*ViewDetailResp_Detail
- func (*ViewDetailResp) ProtoMessage()
- func (x *ViewDetailResp) ProtoReflect() protoreflect.Message
- func (x *ViewDetailResp) Reset()
- func (x *ViewDetailResp) String() string
- type ViewDetailResp_Detail
- func (*ViewDetailResp_Detail) Descriptor() ([]byte, []int)deprecated
- func (x *ViewDetailResp_Detail) GetEvent() string
- func (x *ViewDetailResp_Detail) GetTime() string
- func (*ViewDetailResp_Detail) ProtoMessage()
- func (x *ViewDetailResp_Detail) ProtoReflect() protoreflect.Message
- func (x *ViewDetailResp_Detail) Reset()
- func (x *ViewDetailResp_Detail) String() string
Constants ¶
const ( Auth_GetToken_FullMethodName = "/OfflinePush.Auth.Auth/GetToken" Auth_DelToken_FullMethodName = "/OfflinePush.Auth.Auth/DelToken" )
const ( Push_PushToSingle_FullMethodName = "/OfflinePush.Push.Push/PushToSingle" Push_CreateTask_FullMethodName = "/OfflinePush.Push.Push/CreateTask" Push_PushToList_FullMethodName = "/OfflinePush.Push.Push/PushToList" Push_PushToApp_FullMethodName = "/OfflinePush.Push.Push/PushToApp" Push_StopTask_FullMethodName = "/OfflinePush.Push.Push/StopTask" Push_RemoveTask_FullMethodName = "/OfflinePush.Push.Push/RemoveTask" Push_CheckTask_FullMethodName = "/OfflinePush.Push.Push/CheckTask" Push_ViewDetail_FullMethodName = "/OfflinePush.Push.Push/ViewDetail" )
const ( Stats_GetTasks_FullMethodName = "/OfflinePush.Stats.Stats/GetTasks" Stats_GetTaskGroup_FullMethodName = "/OfflinePush.Stats.Stats/GetTaskGroup" Stats_GetPushCount_FullMethodName = "/OfflinePush.Stats.Stats/GetPushCount" Stats_GetPushDataByDay_FullMethodName = "/OfflinePush.Stats.Stats/GetPushDataByDay" Stats_GetUserDataByDay_FullMethodName = "/OfflinePush.Stats.Stats/GetUserDataByDay" Stats_GetOnlineUserBy24H_FullMethodName = "/OfflinePush.Stats.Stats/GetOnlineUserBy24H" )
const ( User_BindAlias_FullMethodName = "/OfflinePush.User.User/BindAlias" User_QueryAliasByCid_FullMethodName = "/OfflinePush.User.User/QueryAliasByCid" User_QueryCidByAlias_FullMethodName = "/OfflinePush.User.User/QueryCidByAlias" User_UnbindAlias_FullMethodName = "/OfflinePush.User.User/UnbindAlias" User_RevokeAlias_FullMethodName = "/OfflinePush.User.User/RevokeAlias" User_BindUserWithTag_FullMethodName = "/OfflinePush.User.User/BindUserWithTag" User_BindTagWithUser_FullMethodName = "/OfflinePush.User.User/BindTagWithUser" User_UnbindTagFromUser_FullMethodName = "/OfflinePush.User.User/UnbindTagFromUser" User_QueryUserTag_FullMethodName = "/OfflinePush.User.User/QueryUserTag" User_AddBlackList_FullMethodName = "/OfflinePush.User.User/AddBlackList" User_DelBlackList_FullMethodName = "/OfflinePush.User.User/DelBlackList" User_QueryUserStatus_FullMethodName = "/OfflinePush.User.User/QueryUserStatus" User_QueryDeviceStatus_FullMethodName = "/OfflinePush.User.User/QueryDeviceStatus" User_QueryUserInfo_FullMethodName = "/OfflinePush.User.User/QueryUserInfo" User_SetPushBadge_FullMethodName = "/OfflinePush.User.User/SetPushBadge" User_QueryUserCount_FullMethodName = "/OfflinePush.User.User/QueryUserCount" User_ManageCidAndDeviceToken_FullMethodName = "/OfflinePush.User.User/ManageCidAndDeviceToken" )
Variables ¶
var Auth_ServiceDesc = grpc.ServiceDesc{ ServiceName: "OfflinePush.Auth.Auth", HandlerType: (*AuthServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetToken", Handler: _Auth_GetToken_Handler, }, { MethodName: "DelToken", Handler: _Auth_DelToken_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "auth.proto", }
Auth_ServiceDesc is the grpc.ServiceDesc for Auth service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_auth_proto protoreflect.FileDescriptor
var File_push_proto protoreflect.FileDescriptor
var File_stats_proto protoreflect.FileDescriptor
var File_user_proto protoreflect.FileDescriptor
var Push_ServiceDesc = grpc.ServiceDesc{ ServiceName: "OfflinePush.Push.Push", HandlerType: (*PushServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "PushToSingle", Handler: _Push_PushToSingle_Handler, }, { MethodName: "CreateTask", Handler: _Push_CreateTask_Handler, }, { MethodName: "PushToList", Handler: _Push_PushToList_Handler, }, { MethodName: "PushToApp", Handler: _Push_PushToApp_Handler, }, { MethodName: "StopTask", Handler: _Push_StopTask_Handler, }, { MethodName: "RemoveTask", Handler: _Push_RemoveTask_Handler, }, { MethodName: "CheckTask", Handler: _Push_CheckTask_Handler, }, { MethodName: "ViewDetail", Handler: _Push_ViewDetail_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "push.proto", }
Push_ServiceDesc is the grpc.ServiceDesc for Push service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var Stats_ServiceDesc = grpc.ServiceDesc{ ServiceName: "OfflinePush.Stats.Stats", HandlerType: (*StatsServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetTasks", Handler: _Stats_GetTasks_Handler, }, { MethodName: "GetTaskGroup", Handler: _Stats_GetTaskGroup_Handler, }, { MethodName: "GetPushCount", Handler: _Stats_GetPushCount_Handler, }, { MethodName: "GetPushDataByDay", Handler: _Stats_GetPushDataByDay_Handler, }, { MethodName: "GetUserDataByDay", Handler: _Stats_GetUserDataByDay_Handler, }, { MethodName: "GetOnlineUserBy24H", Handler: _Stats_GetOnlineUserBy24H_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "stats.proto", }
Stats_ServiceDesc is the grpc.ServiceDesc for Stats service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var User_ServiceDesc = grpc.ServiceDesc{ ServiceName: "OfflinePush.User.User", HandlerType: (*UserServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "BindAlias", Handler: _User_BindAlias_Handler, }, { MethodName: "QueryAliasByCid", Handler: _User_QueryAliasByCid_Handler, }, { MethodName: "QueryCidByAlias", Handler: _User_QueryCidByAlias_Handler, }, { MethodName: "UnbindAlias", Handler: _User_UnbindAlias_Handler, }, { MethodName: "RevokeAlias", Handler: _User_RevokeAlias_Handler, }, { MethodName: "BindUserWithTag", Handler: _User_BindUserWithTag_Handler, }, { MethodName: "BindTagWithUser", Handler: _User_BindTagWithUser_Handler, }, { MethodName: "UnbindTagFromUser", Handler: _User_UnbindTagFromUser_Handler, }, { MethodName: "QueryUserTag", Handler: _User_QueryUserTag_Handler, }, { MethodName: "AddBlackList", Handler: _User_AddBlackList_Handler, }, { MethodName: "DelBlackList", Handler: _User_DelBlackList_Handler, }, { MethodName: "QueryUserStatus", Handler: _User_QueryUserStatus_Handler, }, { MethodName: "QueryDeviceStatus", Handler: _User_QueryDeviceStatus_Handler, }, { MethodName: "QueryUserInfo", Handler: _User_QueryUserInfo_Handler, }, { MethodName: "SetPushBadge", Handler: _User_SetPushBadge_Handler, }, { MethodName: "QueryUserCount", Handler: _User_QueryUserCount_Handler, }, { MethodName: "ManageCidAndDeviceToken", Handler: _User_ManageCidAndDeviceToken_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "user.proto", }
User_ServiceDesc is the grpc.ServiceDesc for User service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterAuthServer ¶
func RegisterAuthServer(s grpc.ServiceRegistrar, srv AuthServer)
func RegisterPushServer ¶
func RegisterPushServer(s grpc.ServiceRegistrar, srv PushServer)
func RegisterStatsServer ¶
func RegisterStatsServer(s grpc.ServiceRegistrar, srv StatsServer)
func RegisterUserServer ¶
func RegisterUserServer(s grpc.ServiceRegistrar, srv UserServer)
Types ¶
type AddBlackListReq ¶
type AddBlackListReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` CIdList []string `protobuf:"bytes,3,rep,name=c_id_list,json=cIdList,proto3" json:"c_id_list,omitempty"` // contains filtered or unexported fields }
func (*AddBlackListReq) Descriptor
deprecated
func (*AddBlackListReq) Descriptor() ([]byte, []int)
Deprecated: Use AddBlackListReq.ProtoReflect.Descriptor instead.
func (*AddBlackListReq) GetBundleId ¶
func (x *AddBlackListReq) GetBundleId() string
func (*AddBlackListReq) GetCIdList ¶
func (x *AddBlackListReq) GetCIdList() []string
func (*AddBlackListReq) GetPushAgent ¶
func (x *AddBlackListReq) GetPushAgent() string
func (*AddBlackListReq) ProtoMessage ¶
func (*AddBlackListReq) ProtoMessage()
func (*AddBlackListReq) ProtoReflect ¶
func (x *AddBlackListReq) ProtoReflect() protoreflect.Message
func (*AddBlackListReq) Reset ¶
func (x *AddBlackListReq) Reset()
func (*AddBlackListReq) String ¶
func (x *AddBlackListReq) String() string
type AddBlackListResp ¶
type AddBlackListResp struct {
// contains filtered or unexported fields
}
func (*AddBlackListResp) Descriptor
deprecated
func (*AddBlackListResp) Descriptor() ([]byte, []int)
Deprecated: Use AddBlackListResp.ProtoReflect.Descriptor instead.
func (*AddBlackListResp) ProtoMessage ¶
func (*AddBlackListResp) ProtoMessage()
func (*AddBlackListResp) ProtoReflect ¶
func (x *AddBlackListResp) ProtoReflect() protoreflect.Message
func (*AddBlackListResp) Reset ¶
func (x *AddBlackListResp) Reset()
func (*AddBlackListResp) String ¶
func (x *AddBlackListResp) String() string
type AndroidChannel ¶
type AndroidChannel struct { Ups *AndroidChannel_Ups `protobuf:"bytes,1,opt,name=ups,proto3" json:"ups,omitempty"` // contains filtered or unexported fields }
func (*AndroidChannel) Descriptor
deprecated
func (*AndroidChannel) Descriptor() ([]byte, []int)
Deprecated: Use AndroidChannel.ProtoReflect.Descriptor instead.
func (*AndroidChannel) GetUps ¶
func (x *AndroidChannel) GetUps() *AndroidChannel_Ups
func (*AndroidChannel) ProtoMessage ¶
func (*AndroidChannel) ProtoMessage()
func (*AndroidChannel) ProtoReflect ¶
func (x *AndroidChannel) ProtoReflect() protoreflect.Message
func (*AndroidChannel) Reset ¶
func (x *AndroidChannel) Reset()
func (*AndroidChannel) String ¶
func (x *AndroidChannel) String() string
type AndroidChannel_Ups ¶
type AndroidChannel_Ups struct { Notification *AndroidChannel_Ups_Notification `protobuf:"bytes,1,opt,name=notification,proto3" json:"notification,omitempty"` Transmission string `protobuf:"bytes,2,opt,name=transmission,proto3" json:"transmission,omitempty"` Revoke *AndroidChannel_Ups_Revoke `protobuf:"bytes,3,opt,name=revoke,proto3" json:"revoke,omitempty"` Options *AndroidChannel_Ups_Options `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"` // contains filtered or unexported fields }
func (*AndroidChannel_Ups) Descriptor
deprecated
func (*AndroidChannel_Ups) Descriptor() ([]byte, []int)
Deprecated: Use AndroidChannel_Ups.ProtoReflect.Descriptor instead.
func (*AndroidChannel_Ups) GetNotification ¶
func (x *AndroidChannel_Ups) GetNotification() *AndroidChannel_Ups_Notification
func (*AndroidChannel_Ups) GetOptions ¶
func (x *AndroidChannel_Ups) GetOptions() *AndroidChannel_Ups_Options
func (*AndroidChannel_Ups) GetRevoke ¶
func (x *AndroidChannel_Ups) GetRevoke() *AndroidChannel_Ups_Revoke
func (*AndroidChannel_Ups) GetTransmission ¶
func (x *AndroidChannel_Ups) GetTransmission() string
func (*AndroidChannel_Ups) ProtoMessage ¶
func (*AndroidChannel_Ups) ProtoMessage()
func (*AndroidChannel_Ups) ProtoReflect ¶
func (x *AndroidChannel_Ups) ProtoReflect() protoreflect.Message
func (*AndroidChannel_Ups) Reset ¶
func (x *AndroidChannel_Ups) Reset()
func (*AndroidChannel_Ups) String ¶
func (x *AndroidChannel_Ups) String() string
type AndroidChannel_Ups_Notification ¶
type AndroidChannel_Ups_Notification struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` Body string `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"` ClickType string `protobuf:"bytes,3,opt,name=click_type,json=clickType,proto3" json:"click_type,omitempty"` Intent string `protobuf:"bytes,4,opt,name=intent,proto3" json:"intent,omitempty"` Url string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"` NotifyId int64 `protobuf:"varint,6,opt,name=notify_id,json=notifyId,proto3" json:"notify_id,omitempty"` // contains filtered or unexported fields }
func (*AndroidChannel_Ups_Notification) Descriptor
deprecated
func (*AndroidChannel_Ups_Notification) Descriptor() ([]byte, []int)
Deprecated: Use AndroidChannel_Ups_Notification.ProtoReflect.Descriptor instead.
func (*AndroidChannel_Ups_Notification) GetBody ¶
func (x *AndroidChannel_Ups_Notification) GetBody() string
func (*AndroidChannel_Ups_Notification) GetClickType ¶
func (x *AndroidChannel_Ups_Notification) GetClickType() string
func (*AndroidChannel_Ups_Notification) GetIntent ¶
func (x *AndroidChannel_Ups_Notification) GetIntent() string
func (*AndroidChannel_Ups_Notification) GetNotifyId ¶
func (x *AndroidChannel_Ups_Notification) GetNotifyId() int64
func (*AndroidChannel_Ups_Notification) GetTitle ¶
func (x *AndroidChannel_Ups_Notification) GetTitle() string
func (*AndroidChannel_Ups_Notification) GetUrl ¶
func (x *AndroidChannel_Ups_Notification) GetUrl() string
func (*AndroidChannel_Ups_Notification) ProtoMessage ¶
func (*AndroidChannel_Ups_Notification) ProtoMessage()
func (*AndroidChannel_Ups_Notification) ProtoReflect ¶
func (x *AndroidChannel_Ups_Notification) ProtoReflect() protoreflect.Message
func (*AndroidChannel_Ups_Notification) Reset ¶
func (x *AndroidChannel_Ups_Notification) Reset()
func (*AndroidChannel_Ups_Notification) String ¶
func (x *AndroidChannel_Ups_Notification) String() string
type AndroidChannel_Ups_Options ¶
type AndroidChannel_Ups_Options struct { // @gotags: json:"HW,omitempty" Hw *AndroidChannel_Ups_Options_HW `protobuf:"bytes,1,opt,name=hw,json=HW,omitempty,proto3" json:"HW,omitempty"` // @gotags: json:"XM,omitempty" Xm *AndroidChannel_Ups_Options_XM `protobuf:"bytes,2,opt,name=xm,json=XM,omitempty,proto3" json:"XM,omitempty"` // @gotags: json:"OP,omitempty" Op *AndroidChannel_Ups_Options_OP `protobuf:"bytes,3,opt,name=op,json=OP,omitempty,proto3" json:"OP,omitempty"` // @gotags: json:"VV,omitempty" Vv *AndroidChannel_Ups_Options_VV `protobuf:"bytes,4,opt,name=vv,json=VV,omitempty,proto3" json:"VV,omitempty"` // @gotags: json:"HO,omitempty" Ho *AndroidChannel_Ups_Options_HO `protobuf:"bytes,5,opt,name=ho,json=HO,omitempty,proto3" json:"HO,omitempty"` // @gotags: json:"XMG,omitempty" Xmg *AndroidChannel_Ups_Options_XM `protobuf:"bytes,6,opt,name=xmg,json=XMG,omitempty,proto3" json:"XMG,omitempty"` // @gotags: json:"OPG,omitempty" Opg *AndroidChannel_Ups_Options_OP `protobuf:"bytes,7,opt,name=opg,json=OPG,omitempty,proto3" json:"OPG,omitempty"` // @gotags: json:"UPS,omitempty" Ups *AndroidChannel_Ups_Options_UPS `protobuf:"bytes,20,opt,name=ups,json=UPS,omitempty,proto3" json:"UPS,omitempty"` // contains filtered or unexported fields }
func (*AndroidChannel_Ups_Options) Descriptor
deprecated
func (*AndroidChannel_Ups_Options) Descriptor() ([]byte, []int)
Deprecated: Use AndroidChannel_Ups_Options.ProtoReflect.Descriptor instead.
func (*AndroidChannel_Ups_Options) GetHo ¶
func (x *AndroidChannel_Ups_Options) GetHo() *AndroidChannel_Ups_Options_HO
func (*AndroidChannel_Ups_Options) GetHw ¶
func (x *AndroidChannel_Ups_Options) GetHw() *AndroidChannel_Ups_Options_HW
func (*AndroidChannel_Ups_Options) GetOp ¶
func (x *AndroidChannel_Ups_Options) GetOp() *AndroidChannel_Ups_Options_OP
func (*AndroidChannel_Ups_Options) GetOpg ¶
func (x *AndroidChannel_Ups_Options) GetOpg() *AndroidChannel_Ups_Options_OP
func (*AndroidChannel_Ups_Options) GetUps ¶
func (x *AndroidChannel_Ups_Options) GetUps() *AndroidChannel_Ups_Options_UPS
func (*AndroidChannel_Ups_Options) GetVv ¶
func (x *AndroidChannel_Ups_Options) GetVv() *AndroidChannel_Ups_Options_VV
func (*AndroidChannel_Ups_Options) GetXm ¶
func (x *AndroidChannel_Ups_Options) GetXm() *AndroidChannel_Ups_Options_XM
func (*AndroidChannel_Ups_Options) GetXmg ¶
func (x *AndroidChannel_Ups_Options) GetXmg() *AndroidChannel_Ups_Options_XM
func (*AndroidChannel_Ups_Options) ProtoMessage ¶
func (*AndroidChannel_Ups_Options) ProtoMessage()
func (*AndroidChannel_Ups_Options) ProtoReflect ¶
func (x *AndroidChannel_Ups_Options) ProtoReflect() protoreflect.Message
func (*AndroidChannel_Ups_Options) Reset ¶
func (x *AndroidChannel_Ups_Options) Reset()
func (*AndroidChannel_Ups_Options) String ¶
func (x *AndroidChannel_Ups_Options) String() string
type AndroidChannel_Ups_Options_HO ¶
type AndroidChannel_Ups_Options_HO struct { // @gotags: json:"/android/notification/badge/badgeClass,omitempty" BadgeClass string `` /* 156-byte string literal not displayed */ // @gotags: json:"/android/notification/badge/addNum,omitempty" BadgeAddNum int32 `` /* 151-byte string literal not displayed */ // @gotags: json:"/android/notification/badge/setNum,omitempty" BadgeSetNum int32 `` /* 151-byte string literal not displayed */ // @gotags: json:"/android/notification/icon,omitempty" Icon string `protobuf:"bytes,4,opt,name=icon,json=/android/notification/icon,omitempty,proto3" json:"/android/notification/icon,omitempty"` // @gotags: json:"/android/notification/image,omitempty" Image string `` /* 128-byte string literal not displayed */ // @gotags: json:"/android/notification/style,omitempty" Style int32 `` /* 129-byte string literal not displayed */ // @gotags: json:"/android/notification/bigTitle,omitempty" BigTitle string `` /* 138-byte string literal not displayed */ // @gotags: json:"/android/notification/bigBody,omitempty" BigBody string `` /* 135-byte string literal not displayed */ // @gotags: json:"/android/notification/notifySummary,omitempty" NotifiySummary string `` /* 154-byte string literal not displayed */ // @gotags: json:"/android/notification/importance,omitempty" Importance string `` /* 144-byte string literal not displayed */ // @gotags: json:"/android/notification/buttons,omitempty" Buttons []*AndroidChannel_Ups_Options_HO_Button `` /* 135-byte string literal not displayed */ // @gotags: json:"/android/notification/when,omitempty" When string `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AndroidChannel_Ups_Options_HO) Descriptor
deprecated
func (*AndroidChannel_Ups_Options_HO) Descriptor() ([]byte, []int)
Deprecated: Use AndroidChannel_Ups_Options_HO.ProtoReflect.Descriptor instead.
func (*AndroidChannel_Ups_Options_HO) GetBadgeAddNum ¶
func (x *AndroidChannel_Ups_Options_HO) GetBadgeAddNum() int32
func (*AndroidChannel_Ups_Options_HO) GetBadgeClass ¶
func (x *AndroidChannel_Ups_Options_HO) GetBadgeClass() string
func (*AndroidChannel_Ups_Options_HO) GetBadgeSetNum ¶
func (x *AndroidChannel_Ups_Options_HO) GetBadgeSetNum() int32
func (*AndroidChannel_Ups_Options_HO) GetBigBody ¶
func (x *AndroidChannel_Ups_Options_HO) GetBigBody() string
func (*AndroidChannel_Ups_Options_HO) GetBigTitle ¶
func (x *AndroidChannel_Ups_Options_HO) GetBigTitle() string
func (*AndroidChannel_Ups_Options_HO) GetButtons ¶
func (x *AndroidChannel_Ups_Options_HO) GetButtons() []*AndroidChannel_Ups_Options_HO_Button
func (*AndroidChannel_Ups_Options_HO) GetIcon ¶
func (x *AndroidChannel_Ups_Options_HO) GetIcon() string
func (*AndroidChannel_Ups_Options_HO) GetImage ¶
func (x *AndroidChannel_Ups_Options_HO) GetImage() string
func (*AndroidChannel_Ups_Options_HO) GetImportance ¶
func (x *AndroidChannel_Ups_Options_HO) GetImportance() string
func (*AndroidChannel_Ups_Options_HO) GetNotifiySummary ¶
func (x *AndroidChannel_Ups_Options_HO) GetNotifiySummary() string
func (*AndroidChannel_Ups_Options_HO) GetStyle ¶
func (x *AndroidChannel_Ups_Options_HO) GetStyle() int32
func (*AndroidChannel_Ups_Options_HO) GetWhen ¶
func (x *AndroidChannel_Ups_Options_HO) GetWhen() string
func (*AndroidChannel_Ups_Options_HO) ProtoMessage ¶
func (*AndroidChannel_Ups_Options_HO) ProtoMessage()
func (*AndroidChannel_Ups_Options_HO) ProtoReflect ¶
func (x *AndroidChannel_Ups_Options_HO) ProtoReflect() protoreflect.Message
func (*AndroidChannel_Ups_Options_HO) Reset ¶
func (x *AndroidChannel_Ups_Options_HO) Reset()
func (*AndroidChannel_Ups_Options_HO) String ¶
func (x *AndroidChannel_Ups_Options_HO) String() string
type AndroidChannel_Ups_Options_HO_Button ¶
type AndroidChannel_Ups_Options_HO_Button struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` ActionType int32 `protobuf:"varint,2,opt,name=actionType,proto3" json:"actionType,omitempty"` IntentType int32 `protobuf:"varint,3,opt,name=intentType,proto3" json:"intentType,omitempty"` Intent string `protobuf:"bytes,4,opt,name=intent,proto3" json:"intent,omitempty"` Data string `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*AndroidChannel_Ups_Options_HO_Button) Descriptor
deprecated
func (*AndroidChannel_Ups_Options_HO_Button) Descriptor() ([]byte, []int)
Deprecated: Use AndroidChannel_Ups_Options_HO_Button.ProtoReflect.Descriptor instead.
func (*AndroidChannel_Ups_Options_HO_Button) GetActionType ¶
func (x *AndroidChannel_Ups_Options_HO_Button) GetActionType() int32
func (*AndroidChannel_Ups_Options_HO_Button) GetData ¶
func (x *AndroidChannel_Ups_Options_HO_Button) GetData() string
func (*AndroidChannel_Ups_Options_HO_Button) GetIntent ¶
func (x *AndroidChannel_Ups_Options_HO_Button) GetIntent() string
func (*AndroidChannel_Ups_Options_HO_Button) GetIntentType ¶
func (x *AndroidChannel_Ups_Options_HO_Button) GetIntentType() int32
func (*AndroidChannel_Ups_Options_HO_Button) GetName ¶
func (x *AndroidChannel_Ups_Options_HO_Button) GetName() string
func (*AndroidChannel_Ups_Options_HO_Button) ProtoMessage ¶
func (*AndroidChannel_Ups_Options_HO_Button) ProtoMessage()
func (*AndroidChannel_Ups_Options_HO_Button) ProtoReflect ¶
func (x *AndroidChannel_Ups_Options_HO_Button) ProtoReflect() protoreflect.Message
func (*AndroidChannel_Ups_Options_HO_Button) Reset ¶
func (x *AndroidChannel_Ups_Options_HO_Button) Reset()
func (*AndroidChannel_Ups_Options_HO_Button) String ¶
func (x *AndroidChannel_Ups_Options_HO_Button) String() string
type AndroidChannel_Ups_Options_HW ¶
type AndroidChannel_Ups_Options_HW struct { // @gotags: json:"/message/android/notification/badge/class,omitempty" BadgeClass string `` /* 162-byte string literal not displayed */ // @gotags: json:"/message/android/notification/badge/add_num,omitempty" BadgeAddNum int32 `` /* 169-byte string literal not displayed */ // @gotags: json:"/message/android/notification/badge/set_num,omitempty" BadgeSetNum int32 `` /* 169-byte string literal not displayed */ // @gotags: json:"/message/android/notification/image,omitempty" Image string `` /* 144-byte string literal not displayed */ // @gotags: json:"/message/android/notification/style,omitempty" Style int32 `` /* 145-byte string literal not displayed */ // @gotags: json:"/message/android/notification/big_title,omitempty" BigTitle string `` /* 156-byte string literal not displayed */ // @gotags: json:"/message/android/notification/big_body,omitempty" BigBody string `` /* 153-byte string literal not displayed */ // @gotags: json:"/message/android/notification/importance,omitempty" Importance string `` /* 159-byte string literal not displayed */ // @gotags: json:"/message/android/notification/default_sound,omitempty" DefaultSound bool `` /* 169-byte string literal not displayed */ // @gotags: json:"/message/android/notification/channel_id,omitempty" ChannelId string `` /* 160-byte string literal not displayed */ // @gotags: json:"/message/android/notification/sound,omitempty" Sound string `` /* 145-byte string literal not displayed */ // @gotags: json:"/message/android/category,omitempty" Category string `` /* 128-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AndroidChannel_Ups_Options_HW) Descriptor
deprecated
func (*AndroidChannel_Ups_Options_HW) Descriptor() ([]byte, []int)
Deprecated: Use AndroidChannel_Ups_Options_HW.ProtoReflect.Descriptor instead.
func (*AndroidChannel_Ups_Options_HW) GetBadgeAddNum ¶
func (x *AndroidChannel_Ups_Options_HW) GetBadgeAddNum() int32
func (*AndroidChannel_Ups_Options_HW) GetBadgeClass ¶
func (x *AndroidChannel_Ups_Options_HW) GetBadgeClass() string
func (*AndroidChannel_Ups_Options_HW) GetBadgeSetNum ¶
func (x *AndroidChannel_Ups_Options_HW) GetBadgeSetNum() int32
func (*AndroidChannel_Ups_Options_HW) GetBigBody ¶
func (x *AndroidChannel_Ups_Options_HW) GetBigBody() string
func (*AndroidChannel_Ups_Options_HW) GetBigTitle ¶
func (x *AndroidChannel_Ups_Options_HW) GetBigTitle() string
func (*AndroidChannel_Ups_Options_HW) GetCategory ¶
func (x *AndroidChannel_Ups_Options_HW) GetCategory() string
func (*AndroidChannel_Ups_Options_HW) GetChannelId ¶
func (x *AndroidChannel_Ups_Options_HW) GetChannelId() string
func (*AndroidChannel_Ups_Options_HW) GetDefaultSound ¶
func (x *AndroidChannel_Ups_Options_HW) GetDefaultSound() bool
func (*AndroidChannel_Ups_Options_HW) GetImage ¶
func (x *AndroidChannel_Ups_Options_HW) GetImage() string
func (*AndroidChannel_Ups_Options_HW) GetImportance ¶
func (x *AndroidChannel_Ups_Options_HW) GetImportance() string
func (*AndroidChannel_Ups_Options_HW) GetSound ¶
func (x *AndroidChannel_Ups_Options_HW) GetSound() string
func (*AndroidChannel_Ups_Options_HW) GetStyle ¶
func (x *AndroidChannel_Ups_Options_HW) GetStyle() int32
func (*AndroidChannel_Ups_Options_HW) ProtoMessage ¶
func (*AndroidChannel_Ups_Options_HW) ProtoMessage()
func (*AndroidChannel_Ups_Options_HW) ProtoReflect ¶
func (x *AndroidChannel_Ups_Options_HW) ProtoReflect() protoreflect.Message
func (*AndroidChannel_Ups_Options_HW) Reset ¶
func (x *AndroidChannel_Ups_Options_HW) Reset()
func (*AndroidChannel_Ups_Options_HW) String ¶
func (x *AndroidChannel_Ups_Options_HW) String() string
type AndroidChannel_Ups_Options_OP ¶
type AndroidChannel_Ups_Options_OP struct { // @gotags: json:"/channel_id,omitempty" ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=/channel_id,omitempty,proto3" json:"/channel_id,omitempty"` // @gotags: json:"/style,omitempty" Style int32 `protobuf:"varint,2,opt,name=style,json=/style,omitempty,proto3" json:"/style,omitempty"` // @gotags: json:"/small_picture_id,omitempty" SmallPictureId string `protobuf:"bytes,3,opt,name=small_picture_id,json=/small_picture_id,omitempty,proto3" json:"/small_picture_id,omitempty"` // @gotags: json:"/big_picture_id,omitempty" BigPictureId string `protobuf:"bytes,4,opt,name=big_picture_id,json=/big_picture_id,omitempty,proto3" json:"/big_picture_id,omitempty"` // @gotags: json:"/app_message_id,omitempty" AppMessageId string `protobuf:"bytes,5,opt,name=app_message_id,json=/app_message_id,omitempty,proto3" json:"/app_message_id,omitempty"` // @gotags: json:"/show_time_type,omitempty" ShowTimeType int32 `protobuf:"varint,6,opt,name=show_time_type,json=/show_time_type,omitempty,proto3" json:"/show_time_type,omitempty"` // @gotags: json:"/show_start_time,omitempty" ShowStartTime int64 `protobuf:"varint,7,opt,name=show_start_time,json=/show_start_time,omitempty,proto3" json:"/show_start_time,omitempty"` // @gotags: json:"/show_end_time,omitempty" ShowEndTime int64 `protobuf:"varint,8,opt,name=show_end_time,json=/show_end_time,omitempty,proto3" json:"/show_end_time,omitempty"` // @gotags: json:"/off_line,omitempty" OffLine bool `protobuf:"varint,9,opt,name=off_line,json=/off_line,omitempty,proto3" json:"/off_line,omitempty"` // @gotags: json:"/off_line_ttl,omitempty" OffLineTtl int32 `protobuf:"varint,10,opt,name=off_line_ttl,json=/off_line_ttl,omitempty,proto3" json:"/off_line_ttl,omitempty"` // @gotags: json:"/show_ttl,omitempty" ShowTtl int32 `protobuf:"varint,11,opt,name=show_ttl,json=/show_ttl,omitempty,proto3" json:"/show_ttl,omitempty"` // contains filtered or unexported fields }
func (*AndroidChannel_Ups_Options_OP) Descriptor
deprecated
func (*AndroidChannel_Ups_Options_OP) Descriptor() ([]byte, []int)
Deprecated: Use AndroidChannel_Ups_Options_OP.ProtoReflect.Descriptor instead.
func (*AndroidChannel_Ups_Options_OP) GetAppMessageId ¶
func (x *AndroidChannel_Ups_Options_OP) GetAppMessageId() string
func (*AndroidChannel_Ups_Options_OP) GetBigPictureId ¶
func (x *AndroidChannel_Ups_Options_OP) GetBigPictureId() string
func (*AndroidChannel_Ups_Options_OP) GetChannelId ¶
func (x *AndroidChannel_Ups_Options_OP) GetChannelId() string
func (*AndroidChannel_Ups_Options_OP) GetOffLine ¶
func (x *AndroidChannel_Ups_Options_OP) GetOffLine() bool
func (*AndroidChannel_Ups_Options_OP) GetOffLineTtl ¶
func (x *AndroidChannel_Ups_Options_OP) GetOffLineTtl() int32
func (*AndroidChannel_Ups_Options_OP) GetShowEndTime ¶
func (x *AndroidChannel_Ups_Options_OP) GetShowEndTime() int64
func (*AndroidChannel_Ups_Options_OP) GetShowStartTime ¶
func (x *AndroidChannel_Ups_Options_OP) GetShowStartTime() int64
func (*AndroidChannel_Ups_Options_OP) GetShowTimeType ¶
func (x *AndroidChannel_Ups_Options_OP) GetShowTimeType() int32
func (*AndroidChannel_Ups_Options_OP) GetShowTtl ¶
func (x *AndroidChannel_Ups_Options_OP) GetShowTtl() int32
func (*AndroidChannel_Ups_Options_OP) GetSmallPictureId ¶
func (x *AndroidChannel_Ups_Options_OP) GetSmallPictureId() string
func (*AndroidChannel_Ups_Options_OP) GetStyle ¶
func (x *AndroidChannel_Ups_Options_OP) GetStyle() int32
func (*AndroidChannel_Ups_Options_OP) ProtoMessage ¶
func (*AndroidChannel_Ups_Options_OP) ProtoMessage()
func (*AndroidChannel_Ups_Options_OP) ProtoReflect ¶
func (x *AndroidChannel_Ups_Options_OP) ProtoReflect() protoreflect.Message
func (*AndroidChannel_Ups_Options_OP) Reset ¶
func (x *AndroidChannel_Ups_Options_OP) Reset()
func (*AndroidChannel_Ups_Options_OP) String ¶
func (x *AndroidChannel_Ups_Options_OP) String() string
type AndroidChannel_Ups_Options_UPS ¶
type AndroidChannel_Ups_Options_UPS struct { // @gotags: json:"bigText,omitempty" BigText string `protobuf:"bytes,1,opt,name=big_text,json=bigText,omitempty,proto3" json:"bigText,omitempty"` // @gotags: json:"bigImageUrl,omitempty" BigImageUrl string `protobuf:"bytes,2,opt,name=big_image_url,json=bigImageUrl,omitempty,proto3" json:"bigImageUrl,omitempty"` // contains filtered or unexported fields }
func (*AndroidChannel_Ups_Options_UPS) Descriptor
deprecated
func (*AndroidChannel_Ups_Options_UPS) Descriptor() ([]byte, []int)
Deprecated: Use AndroidChannel_Ups_Options_UPS.ProtoReflect.Descriptor instead.
func (*AndroidChannel_Ups_Options_UPS) GetBigImageUrl ¶
func (x *AndroidChannel_Ups_Options_UPS) GetBigImageUrl() string
func (*AndroidChannel_Ups_Options_UPS) GetBigText ¶
func (x *AndroidChannel_Ups_Options_UPS) GetBigText() string
func (*AndroidChannel_Ups_Options_UPS) ProtoMessage ¶
func (*AndroidChannel_Ups_Options_UPS) ProtoMessage()
func (*AndroidChannel_Ups_Options_UPS) ProtoReflect ¶
func (x *AndroidChannel_Ups_Options_UPS) ProtoReflect() protoreflect.Message
func (*AndroidChannel_Ups_Options_UPS) Reset ¶
func (x *AndroidChannel_Ups_Options_UPS) Reset()
func (*AndroidChannel_Ups_Options_UPS) String ¶
func (x *AndroidChannel_Ups_Options_UPS) String() string
type AndroidChannel_Ups_Options_VV ¶
type AndroidChannel_Ups_Options_VV struct { // @gotags: json:"/classification,omitempty" Classification int32 `protobuf:"varint,1,opt,name=classification,json=/classification,omitempty,proto3" json:"/classification,omitempty"` // @gotags: json:"/notifyType,omitempty" NotifyType int32 `protobuf:"varint,2,opt,name=notify_type,json=/notifyType,omitempty,proto3" json:"/notifyType,omitempty"` // @gotags: json:"/networkType,omitempty" NetworkType int32 `protobuf:"varint,3,opt,name=network_type,json=/networkType,omitempty,proto3" json:"/networkType,omitempty"` // @gotags: json:"/timeToLive,omitempty" TimeToLive int32 `protobuf:"varint,4,opt,name=time_to_live,json=/timeToLive,omitempty,proto3" json:"/timeToLive,omitempty"` // @gotags: json:"/category,omitempty" Category string `protobuf:"bytes,5,opt,name=category,json=/category,omitempty,proto3" json:"/category,omitempty"` // contains filtered or unexported fields }
func (*AndroidChannel_Ups_Options_VV) Descriptor
deprecated
func (*AndroidChannel_Ups_Options_VV) Descriptor() ([]byte, []int)
Deprecated: Use AndroidChannel_Ups_Options_VV.ProtoReflect.Descriptor instead.
func (*AndroidChannel_Ups_Options_VV) GetCategory ¶
func (x *AndroidChannel_Ups_Options_VV) GetCategory() string
func (*AndroidChannel_Ups_Options_VV) GetClassification ¶
func (x *AndroidChannel_Ups_Options_VV) GetClassification() int32
func (*AndroidChannel_Ups_Options_VV) GetNetworkType ¶
func (x *AndroidChannel_Ups_Options_VV) GetNetworkType() int32
func (*AndroidChannel_Ups_Options_VV) GetNotifyType ¶
func (x *AndroidChannel_Ups_Options_VV) GetNotifyType() int32
func (*AndroidChannel_Ups_Options_VV) GetTimeToLive ¶
func (x *AndroidChannel_Ups_Options_VV) GetTimeToLive() int32
func (*AndroidChannel_Ups_Options_VV) ProtoMessage ¶
func (*AndroidChannel_Ups_Options_VV) ProtoMessage()
func (*AndroidChannel_Ups_Options_VV) ProtoReflect ¶
func (x *AndroidChannel_Ups_Options_VV) ProtoReflect() protoreflect.Message
func (*AndroidChannel_Ups_Options_VV) Reset ¶
func (x *AndroidChannel_Ups_Options_VV) Reset()
func (*AndroidChannel_Ups_Options_VV) String ¶
func (x *AndroidChannel_Ups_Options_VV) String() string
type AndroidChannel_Ups_Options_XM ¶
type AndroidChannel_Ups_Options_XM struct { // @gotags: json:"/extra.channel_id,omitempty" ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=/extra.channel_id,omitempty,proto3" json:"/extra.channel_id,omitempty"` // @gotags: json:"/extra.notification_style_type,omitempty" NotificationStyleType string `` /* 152-byte string literal not displayed */ // @gotags: json "/extra.notification_bigPic_uri,omitempty" NotificationBigPicUri string `` /* 145-byte string literal not displayed */ // @gotags: json:"/extra.notification_large_icon_uri,omitempty" NotificationLargeIconUri string `` /* 164-byte string literal not displayed */ // @gotags: json:"/extra.sound_uri,omitempty" SoundUri string `protobuf:"bytes,6,opt,name=sound_uri,json=/extra.sound_uri,omitempty,proto3" json:"/extra.sound_uri,omitempty"` // @gotags: json:"/extra.locale,omitempty" Locale string `protobuf:"bytes,7,opt,name=locale,json=/extra.locale,omitempty,proto3" json:"/extra.locale,omitempty"` // @gotags: json:"/extra.locale_not_in,omitempty" LocaleNotIn string `protobuf:"bytes,8,opt,name=locale_not_in,json=/extra.locale_not_in,omitempty,proto3" json:"/extra.locale_not_in,omitempty"` // @gotags: json:"/extra.model,omitempty" Model string `protobuf:"bytes,9,opt,name=model,json=/extra.model,omitempty,proto3" json:"/extra.model,omitempty"` // @gotags: json:"/extra.model_not_in,omitempty" ModelNotIn string `protobuf:"bytes,10,opt,name=model_not_in,json=/extra.model_not_in,omitempty,proto3" json:"/extra.model_not_in,omitempty"` // @gotags: json:"/extra.app_version,omitempty" AppVersion string `protobuf:"bytes,11,opt,name=app_version,json=/extra.app_version,omitempty,proto3" json:"/extra.app_version,omitempty"` // @gotags: json:"/extra.app_version_not_in,omitempty" AppVersionNotIn string `` /* 138-byte string literal not displayed */ // @gotags: json:"/extra.notification_style_button_left_notify_effect,omitempty" StyleButtonLeftNotifyEffect string `` /* 203-byte string literal not displayed */ // @gotags: json:"/extra.notification_style_button_left_name,omitempty" StyleButtonLeftName string `` /* 176-byte string literal not displayed */ // @gotags: json:"/extra.notification_style_button_left_intent_uri,omitempty" StyleButtonLeftIntentUri string `` /* 194-byte string literal not displayed */ // @gotags: json:"/extra.notification_style_button_left_web_uri,omitempty" StyleButtonLeftWebUri string `` /* 185-byte string literal not displayed */ // @gotags: json:"/extra.notification_style_button_left_intent_class,omitempty" StyleButtonLeftIntentClass string `` /* 200-byte string literal not displayed */ // @gotags: json:"/extra.notification_style_button_right_notify_effect,omitempty" StyleButtonRightNotifyEffect string `` /* 206-byte string literal not displayed */ // @gotags: json:"/extra.notification_style_button_right_name,omitempty" StyleButtonRightName string `` /* 179-byte string literal not displayed */ // @gotags: json:"/extra.notification_style_button_right_intent_uri,omitempty" StyleButtonRightIntentUri string `` /* 197-byte string literal not displayed */ // @gotags: json:"/extra.notification_style_button_right_web_uri,omitempty" StyleButtonRightWebUri string `` /* 188-byte string literal not displayed */ // @gotags: json:"/extra.notification_style_button_right_intent_class,omitempty" StyleButtonRightIntentClass string `` /* 203-byte string literal not displayed */ // @gotags: json:"/extra.notification_style_button_mid_notify_effect,omitempty" StyleButtonMidNotifyEffect string `` /* 200-byte string literal not displayed */ // @gotags: json:"/extra.notification_style_button_mid_name,omitempty" StyleButtonMidName string `` /* 173-byte string literal not displayed */ // @gotags: json:"/extra.notification_style_button_mid_intent_uri,omitempty" StyleButtonMidIntentUri string `` /* 191-byte string literal not displayed */ // @gotags: json:"/extra.notification_style_button_mid_web_uri,omitempty" StyleButtonMidWebUri string `` /* 182-byte string literal not displayed */ // @gotags: json:"/extra.notification_style_button_mid_intent_class,omitempty" StyleButtonMidIntentClass string `` /* 197-byte string literal not displayed */ // @gotags: json:"/time_to_live,omitempty" TimeToLive int64 `protobuf:"varint,28,opt,name=time_to_live,json=/time_to_live,omitempty,proto3" json:"/time_to_live,omitempty"` // @gotags: json:"/extra.only_send_once,omitempty" OnlySendOnce string `` /* 126-byte string literal not displayed */ // @gotags: json:"/time_to_send,omitempty" TimeToSend int64 `protobuf:"varint,30,opt,name=time_to_send,json=/time_to_send,omitempty,proto3" json:"/time_to_send,omitempty"` // contains filtered or unexported fields }
func (*AndroidChannel_Ups_Options_XM) Descriptor
deprecated
func (*AndroidChannel_Ups_Options_XM) Descriptor() ([]byte, []int)
Deprecated: Use AndroidChannel_Ups_Options_XM.ProtoReflect.Descriptor instead.
func (*AndroidChannel_Ups_Options_XM) GetAppVersion ¶
func (x *AndroidChannel_Ups_Options_XM) GetAppVersion() string
func (*AndroidChannel_Ups_Options_XM) GetAppVersionNotIn ¶
func (x *AndroidChannel_Ups_Options_XM) GetAppVersionNotIn() string
func (*AndroidChannel_Ups_Options_XM) GetChannelId ¶
func (x *AndroidChannel_Ups_Options_XM) GetChannelId() string
func (*AndroidChannel_Ups_Options_XM) GetLocale ¶
func (x *AndroidChannel_Ups_Options_XM) GetLocale() string
func (*AndroidChannel_Ups_Options_XM) GetLocaleNotIn ¶
func (x *AndroidChannel_Ups_Options_XM) GetLocaleNotIn() string
func (*AndroidChannel_Ups_Options_XM) GetModel ¶
func (x *AndroidChannel_Ups_Options_XM) GetModel() string
func (*AndroidChannel_Ups_Options_XM) GetModelNotIn ¶
func (x *AndroidChannel_Ups_Options_XM) GetModelNotIn() string
func (*AndroidChannel_Ups_Options_XM) GetNotificationBigPicUri ¶
func (x *AndroidChannel_Ups_Options_XM) GetNotificationBigPicUri() string
func (*AndroidChannel_Ups_Options_XM) GetNotificationLargeIconUri ¶
func (x *AndroidChannel_Ups_Options_XM) GetNotificationLargeIconUri() string
func (*AndroidChannel_Ups_Options_XM) GetNotificationStyleType ¶
func (x *AndroidChannel_Ups_Options_XM) GetNotificationStyleType() string
func (*AndroidChannel_Ups_Options_XM) GetOnlySendOnce ¶
func (x *AndroidChannel_Ups_Options_XM) GetOnlySendOnce() string
func (*AndroidChannel_Ups_Options_XM) GetSoundUri ¶
func (x *AndroidChannel_Ups_Options_XM) GetSoundUri() string
func (*AndroidChannel_Ups_Options_XM) GetStyleButtonLeftIntentClass ¶
func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonLeftIntentClass() string
func (*AndroidChannel_Ups_Options_XM) GetStyleButtonLeftIntentUri ¶
func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonLeftIntentUri() string
func (*AndroidChannel_Ups_Options_XM) GetStyleButtonLeftName ¶
func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonLeftName() string
func (*AndroidChannel_Ups_Options_XM) GetStyleButtonLeftNotifyEffect ¶
func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonLeftNotifyEffect() string
func (*AndroidChannel_Ups_Options_XM) GetStyleButtonLeftWebUri ¶
func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonLeftWebUri() string
func (*AndroidChannel_Ups_Options_XM) GetStyleButtonMidIntentClass ¶
func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonMidIntentClass() string
func (*AndroidChannel_Ups_Options_XM) GetStyleButtonMidIntentUri ¶
func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonMidIntentUri() string
func (*AndroidChannel_Ups_Options_XM) GetStyleButtonMidName ¶
func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonMidName() string
func (*AndroidChannel_Ups_Options_XM) GetStyleButtonMidNotifyEffect ¶
func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonMidNotifyEffect() string
func (*AndroidChannel_Ups_Options_XM) GetStyleButtonMidWebUri ¶
func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonMidWebUri() string
func (*AndroidChannel_Ups_Options_XM) GetStyleButtonRightIntentClass ¶
func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonRightIntentClass() string
func (*AndroidChannel_Ups_Options_XM) GetStyleButtonRightIntentUri ¶
func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonRightIntentUri() string
func (*AndroidChannel_Ups_Options_XM) GetStyleButtonRightName ¶
func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonRightName() string
func (*AndroidChannel_Ups_Options_XM) GetStyleButtonRightNotifyEffect ¶
func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonRightNotifyEffect() string
func (*AndroidChannel_Ups_Options_XM) GetStyleButtonRightWebUri ¶
func (x *AndroidChannel_Ups_Options_XM) GetStyleButtonRightWebUri() string
func (*AndroidChannel_Ups_Options_XM) GetTimeToLive ¶
func (x *AndroidChannel_Ups_Options_XM) GetTimeToLive() int64
func (*AndroidChannel_Ups_Options_XM) GetTimeToSend ¶
func (x *AndroidChannel_Ups_Options_XM) GetTimeToSend() int64
func (*AndroidChannel_Ups_Options_XM) ProtoMessage ¶
func (*AndroidChannel_Ups_Options_XM) ProtoMessage()
func (*AndroidChannel_Ups_Options_XM) ProtoReflect ¶
func (x *AndroidChannel_Ups_Options_XM) ProtoReflect() protoreflect.Message
func (*AndroidChannel_Ups_Options_XM) Reset ¶
func (x *AndroidChannel_Ups_Options_XM) Reset()
func (*AndroidChannel_Ups_Options_XM) String ¶
func (x *AndroidChannel_Ups_Options_XM) String() string
type AndroidChannel_Ups_Revoke ¶
type AndroidChannel_Ups_Revoke struct { OldTaskId string `protobuf:"bytes,1,opt,name=old_task_id,json=oldTaskId,proto3" json:"old_task_id,omitempty"` // contains filtered or unexported fields }
func (*AndroidChannel_Ups_Revoke) Descriptor
deprecated
func (*AndroidChannel_Ups_Revoke) Descriptor() ([]byte, []int)
Deprecated: Use AndroidChannel_Ups_Revoke.ProtoReflect.Descriptor instead.
func (*AndroidChannel_Ups_Revoke) GetOldTaskId ¶
func (x *AndroidChannel_Ups_Revoke) GetOldTaskId() string
func (*AndroidChannel_Ups_Revoke) ProtoMessage ¶
func (*AndroidChannel_Ups_Revoke) ProtoMessage()
func (*AndroidChannel_Ups_Revoke) ProtoReflect ¶
func (x *AndroidChannel_Ups_Revoke) ProtoReflect() protoreflect.Message
func (*AndroidChannel_Ups_Revoke) Reset ¶
func (x *AndroidChannel_Ups_Revoke) Reset()
func (*AndroidChannel_Ups_Revoke) String ¶
func (x *AndroidChannel_Ups_Revoke) String() string
type AppMsg ¶
type AppMsg struct { RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` GroupName string `protobuf:"bytes,2,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"` Audience *Audience `protobuf:"bytes,3,opt,name=audience,proto3" json:"audience,omitempty"` Settings *Settings `protobuf:"bytes,4,opt,name=settings,proto3" json:"settings,omitempty"` PushMessage *PushMessage `protobuf:"bytes,5,opt,name=push_message,json=pushMessage,proto3" json:"push_message,omitempty"` PushChannel *PushChannel `protobuf:"bytes,6,opt,name=push_channel,json=pushChannel,proto3" json:"push_channel,omitempty"` // contains filtered or unexported fields }
func (*AppMsg) Descriptor
deprecated
func (*AppMsg) GetAudience ¶
func (*AppMsg) GetGroupName ¶
func (*AppMsg) GetPushChannel ¶
func (x *AppMsg) GetPushChannel() *PushChannel
func (*AppMsg) GetPushMessage ¶
func (x *AppMsg) GetPushMessage() *PushMessage
func (*AppMsg) GetRequestId ¶
func (*AppMsg) GetSettings ¶
func (*AppMsg) ProtoMessage ¶
func (*AppMsg) ProtoMessage()
func (*AppMsg) ProtoReflect ¶
func (x *AppMsg) ProtoReflect() protoreflect.Message
type Audience ¶
type Audience struct { Cid []string `protobuf:"bytes,1,rep,name=cid,proto3" json:"cid,omitempty"` Alias []string `protobuf:"bytes,2,rep,name=alias,proto3" json:"alias,omitempty"` Tag []*Audience_Tag `protobuf:"bytes,3,rep,name=tag,proto3" json:"tag,omitempty"` FastCustomTag string `protobuf:"bytes,4,opt,name=fast_custom_tag,json=fastCustomTag,proto3" json:"fast_custom_tag,omitempty"` // contains filtered or unexported fields }
func (*Audience) Descriptor
deprecated
func (*Audience) GetFastCustomTag ¶
func (*Audience) GetTag ¶
func (x *Audience) GetTag() []*Audience_Tag
func (*Audience) ProtoMessage ¶
func (*Audience) ProtoMessage()
func (*Audience) ProtoReflect ¶
func (x *Audience) ProtoReflect() protoreflect.Message
type Audience_Tag ¶
type Audience_Tag struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` OptType string `protobuf:"bytes,3,opt,name=opt_type,json=optType,proto3" json:"opt_type,omitempty"` // contains filtered or unexported fields }
func (*Audience_Tag) Descriptor
deprecated
func (*Audience_Tag) Descriptor() ([]byte, []int)
Deprecated: Use Audience_Tag.ProtoReflect.Descriptor instead.
func (*Audience_Tag) GetKey ¶
func (x *Audience_Tag) GetKey() string
func (*Audience_Tag) GetOptType ¶
func (x *Audience_Tag) GetOptType() string
func (*Audience_Tag) GetValues ¶
func (x *Audience_Tag) GetValues() []string
func (*Audience_Tag) ProtoMessage ¶
func (*Audience_Tag) ProtoMessage()
func (*Audience_Tag) ProtoReflect ¶
func (x *Audience_Tag) ProtoReflect() protoreflect.Message
func (*Audience_Tag) Reset ¶
func (x *Audience_Tag) Reset()
func (*Audience_Tag) String ¶
func (x *Audience_Tag) String() string
type AuthClient ¶
type AuthClient interface { GetToken(ctx context.Context, in *GetTokenReq, opts ...grpc.CallOption) (*GetTokenResp, error) DelToken(ctx context.Context, in *DelTokenReq, opts ...grpc.CallOption) (*DelTokenResp, error) }
AuthClient is the client API for Auth service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewAuthClient ¶
func NewAuthClient(cc grpc.ClientConnInterface) AuthClient
type AuthServer ¶
type AuthServer interface { GetToken(context.Context, *GetTokenReq) (*GetTokenResp, error) DelToken(context.Context, *DelTokenReq) (*DelTokenResp, error) // contains filtered or unexported methods }
AuthServer is the server API for Auth service. All implementations must embed UnimplementedAuthServer for forward compatibility
type BasePushCount ¶
type BasePushCount struct { Manufacturer string `protobuf:"bytes,1,opt,name=manufacturer,proto3" json:"manufacturer,omitempty"` DescribeTag string `protobuf:"bytes,2,opt,name=describe_tag,json=describeTag,proto3" json:"describe_tag,omitempty"` TotalNum int32 `protobuf:"varint,3,opt,name=total_num,json=totalNum,proto3" json:"total_num,omitempty"` PushNum int32 `protobuf:"varint,4,opt,name=push_num,json=pushNum,proto3" json:"push_num,omitempty"` RemainNum int32 `protobuf:"varint,5,opt,name=remain_num,json=remainNum,proto3" json:"remain_num,omitempty"` HasLimit bool `protobuf:"varint,6,opt,name=has_limit,json=hasLimit,proto3" json:"has_limit,omitempty"` // contains filtered or unexported fields }
func (*BasePushCount) Descriptor
deprecated
func (*BasePushCount) Descriptor() ([]byte, []int)
Deprecated: Use BasePushCount.ProtoReflect.Descriptor instead.
func (*BasePushCount) GetDescribeTag ¶
func (x *BasePushCount) GetDescribeTag() string
func (*BasePushCount) GetHasLimit ¶
func (x *BasePushCount) GetHasLimit() bool
func (*BasePushCount) GetManufacturer ¶
func (x *BasePushCount) GetManufacturer() string
func (*BasePushCount) GetPushNum ¶
func (x *BasePushCount) GetPushNum() int32
func (*BasePushCount) GetRemainNum ¶
func (x *BasePushCount) GetRemainNum() int32
func (*BasePushCount) GetTotalNum ¶
func (x *BasePushCount) GetTotalNum() int32
func (*BasePushCount) ProtoMessage ¶
func (*BasePushCount) ProtoMessage()
func (*BasePushCount) ProtoReflect ¶
func (x *BasePushCount) ProtoReflect() protoreflect.Message
func (*BasePushCount) Reset ¶
func (x *BasePushCount) Reset()
func (*BasePushCount) String ¶
func (x *BasePushCount) String() string
type BaseStatics ¶
type BaseStatics struct { Total *BaseStatics_Total `protobuf:"bytes,1,opt,name=total,proto3" json:"total,omitempty"` DetailList []*BaseStatics_Detail `protobuf:"bytes,2,rep,name=detail_list,json=detailList,proto3" json:"detail_list,omitempty"` ActionList []*BaseStatics_Action `protobuf:"bytes,3,rep,name=action_list,json=actionList,proto3" json:"action_list,omitempty"` // contains filtered or unexported fields }
func (*BaseStatics) Descriptor
deprecated
func (*BaseStatics) Descriptor() ([]byte, []int)
Deprecated: Use BaseStatics.ProtoReflect.Descriptor instead.
func (*BaseStatics) GetActionList ¶
func (x *BaseStatics) GetActionList() []*BaseStatics_Action
func (*BaseStatics) GetDetailList ¶
func (x *BaseStatics) GetDetailList() []*BaseStatics_Detail
func (*BaseStatics) GetTotal ¶
func (x *BaseStatics) GetTotal() *BaseStatics_Total
func (*BaseStatics) ProtoMessage ¶
func (*BaseStatics) ProtoMessage()
func (*BaseStatics) ProtoReflect ¶
func (x *BaseStatics) ProtoReflect() protoreflect.Message
func (*BaseStatics) Reset ¶
func (x *BaseStatics) Reset()
func (*BaseStatics) String ¶
func (x *BaseStatics) String() string
type BaseStatics_Action ¶
type BaseStatics_Action struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value int32 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*BaseStatics_Action) Descriptor
deprecated
func (*BaseStatics_Action) Descriptor() ([]byte, []int)
Deprecated: Use BaseStatics_Action.ProtoReflect.Descriptor instead.
func (*BaseStatics_Action) GetKey ¶
func (x *BaseStatics_Action) GetKey() string
func (*BaseStatics_Action) GetValue ¶
func (x *BaseStatics_Action) GetValue() int32
func (*BaseStatics_Action) ProtoMessage ¶
func (*BaseStatics_Action) ProtoMessage()
func (*BaseStatics_Action) ProtoReflect ¶
func (x *BaseStatics_Action) ProtoReflect() protoreflect.Message
func (*BaseStatics_Action) Reset ¶
func (x *BaseStatics_Action) Reset()
func (*BaseStatics_Action) String ¶
func (x *BaseStatics_Action) String() string
type BaseStatics_Detail ¶
type BaseStatics_Detail struct { Target int32 `protobuf:"varint,1,opt,name=target,proto3" json:"target,omitempty"` Receive int32 `protobuf:"varint,2,opt,name=receive,proto3" json:"receive,omitempty"` Display int32 `protobuf:"varint,3,opt,name=display,proto3" json:"display,omitempty"` Click int32 `protobuf:"varint,4,opt,name=click,proto3" json:"click,omitempty"` Manufacturer string `protobuf:"bytes,5,opt,name=manufacturer,proto3" json:"manufacturer,omitempty"` // contains filtered or unexported fields }
func (*BaseStatics_Detail) Descriptor
deprecated
func (*BaseStatics_Detail) Descriptor() ([]byte, []int)
Deprecated: Use BaseStatics_Detail.ProtoReflect.Descriptor instead.
func (*BaseStatics_Detail) GetClick ¶
func (x *BaseStatics_Detail) GetClick() int32
func (*BaseStatics_Detail) GetDisplay ¶
func (x *BaseStatics_Detail) GetDisplay() int32
func (*BaseStatics_Detail) GetManufacturer ¶
func (x *BaseStatics_Detail) GetManufacturer() string
func (*BaseStatics_Detail) GetReceive ¶
func (x *BaseStatics_Detail) GetReceive() int32
func (*BaseStatics_Detail) GetTarget ¶
func (x *BaseStatics_Detail) GetTarget() int32
func (*BaseStatics_Detail) ProtoMessage ¶
func (*BaseStatics_Detail) ProtoMessage()
func (*BaseStatics_Detail) ProtoReflect ¶
func (x *BaseStatics_Detail) ProtoReflect() protoreflect.Message
func (*BaseStatics_Detail) Reset ¶
func (x *BaseStatics_Detail) Reset()
func (*BaseStatics_Detail) String ¶
func (x *BaseStatics_Detail) String() string
type BaseStatics_Total ¶
type BaseStatics_Total struct { Target int32 `protobuf:"varint,1,opt,name=target,proto3" json:"target,omitempty"` Receive int32 `protobuf:"varint,2,opt,name=receive,proto3" json:"receive,omitempty"` Display int32 `protobuf:"varint,3,opt,name=display,proto3" json:"display,omitempty"` Click int32 `protobuf:"varint,4,opt,name=click,proto3" json:"click,omitempty"` Msg int32 `protobuf:"varint,5,opt,name=msg,proto3" json:"msg,omitempty"` // contains filtered or unexported fields }
func (*BaseStatics_Total) Descriptor
deprecated
func (*BaseStatics_Total) Descriptor() ([]byte, []int)
Deprecated: Use BaseStatics_Total.ProtoReflect.Descriptor instead.
func (*BaseStatics_Total) GetClick ¶
func (x *BaseStatics_Total) GetClick() int32
func (*BaseStatics_Total) GetDisplay ¶
func (x *BaseStatics_Total) GetDisplay() int32
func (*BaseStatics_Total) GetMsg ¶
func (x *BaseStatics_Total) GetMsg() int32
func (*BaseStatics_Total) GetReceive ¶
func (x *BaseStatics_Total) GetReceive() int32
func (*BaseStatics_Total) GetTarget ¶
func (x *BaseStatics_Total) GetTarget() int32
func (*BaseStatics_Total) ProtoMessage ¶
func (*BaseStatics_Total) ProtoMessage()
func (*BaseStatics_Total) ProtoReflect ¶
func (x *BaseStatics_Total) ProtoReflect() protoreflect.Message
func (*BaseStatics_Total) Reset ¶
func (x *BaseStatics_Total) Reset()
func (*BaseStatics_Total) String ¶
func (x *BaseStatics_Total) String() string
type BindAliasReq ¶
type BindAliasReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` DataList []*BindAliasReq_Data `protobuf:"bytes,3,rep,name=data_list,json=dataList,proto3" json:"data_list,omitempty"` // contains filtered or unexported fields }
func (*BindAliasReq) Descriptor
deprecated
func (*BindAliasReq) Descriptor() ([]byte, []int)
Deprecated: Use BindAliasReq.ProtoReflect.Descriptor instead.
func (*BindAliasReq) GetBundleId ¶
func (x *BindAliasReq) GetBundleId() string
func (*BindAliasReq) GetDataList ¶
func (x *BindAliasReq) GetDataList() []*BindAliasReq_Data
func (*BindAliasReq) GetPushAgent ¶
func (x *BindAliasReq) GetPushAgent() string
func (*BindAliasReq) ProtoMessage ¶
func (*BindAliasReq) ProtoMessage()
func (*BindAliasReq) ProtoReflect ¶
func (x *BindAliasReq) ProtoReflect() protoreflect.Message
func (*BindAliasReq) Reset ¶
func (x *BindAliasReq) Reset()
func (*BindAliasReq) String ¶
func (x *BindAliasReq) String() string
type BindAliasReq_Data ¶
type BindAliasReq_Data struct { Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"` Alias string `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"` // contains filtered or unexported fields }
func (*BindAliasReq_Data) Descriptor
deprecated
func (*BindAliasReq_Data) Descriptor() ([]byte, []int)
Deprecated: Use BindAliasReq_Data.ProtoReflect.Descriptor instead.
func (*BindAliasReq_Data) GetAlias ¶
func (x *BindAliasReq_Data) GetAlias() string
func (*BindAliasReq_Data) GetCid ¶
func (x *BindAliasReq_Data) GetCid() string
func (*BindAliasReq_Data) ProtoMessage ¶
func (*BindAliasReq_Data) ProtoMessage()
func (*BindAliasReq_Data) ProtoReflect ¶
func (x *BindAliasReq_Data) ProtoReflect() protoreflect.Message
func (*BindAliasReq_Data) Reset ¶
func (x *BindAliasReq_Data) Reset()
func (*BindAliasReq_Data) String ¶
func (x *BindAliasReq_Data) String() string
type BindAliasResp ¶
type BindAliasResp struct {
// contains filtered or unexported fields
}
func (*BindAliasResp) Descriptor
deprecated
func (*BindAliasResp) Descriptor() ([]byte, []int)
Deprecated: Use BindAliasResp.ProtoReflect.Descriptor instead.
func (*BindAliasResp) ProtoMessage ¶
func (*BindAliasResp) ProtoMessage()
func (*BindAliasResp) ProtoReflect ¶
func (x *BindAliasResp) ProtoReflect() protoreflect.Message
func (*BindAliasResp) Reset ¶
func (x *BindAliasResp) Reset()
func (*BindAliasResp) String ¶
func (x *BindAliasResp) String() string
type BindTagWithUserReq ¶
type BindTagWithUserReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` Tag string `protobuf:"bytes,3,opt,name=tag,proto3" json:"tag,omitempty"` CIdList []string `protobuf:"bytes,4,rep,name=c_id_list,json=cIdList,proto3" json:"c_id_list,omitempty"` // contains filtered or unexported fields }
func (*BindTagWithUserReq) Descriptor
deprecated
func (*BindTagWithUserReq) Descriptor() ([]byte, []int)
Deprecated: Use BindTagWithUserReq.ProtoReflect.Descriptor instead.
func (*BindTagWithUserReq) GetBundleId ¶
func (x *BindTagWithUserReq) GetBundleId() string
func (*BindTagWithUserReq) GetCIdList ¶
func (x *BindTagWithUserReq) GetCIdList() []string
func (*BindTagWithUserReq) GetPushAgent ¶
func (x *BindTagWithUserReq) GetPushAgent() string
func (*BindTagWithUserReq) GetTag ¶
func (x *BindTagWithUserReq) GetTag() string
func (*BindTagWithUserReq) ProtoMessage ¶
func (*BindTagWithUserReq) ProtoMessage()
func (*BindTagWithUserReq) ProtoReflect ¶
func (x *BindTagWithUserReq) ProtoReflect() protoreflect.Message
func (*BindTagWithUserReq) Reset ¶
func (x *BindTagWithUserReq) Reset()
func (*BindTagWithUserReq) String ¶
func (x *BindTagWithUserReq) String() string
type BindTagWithUserResp ¶
type BindTagWithUserResp struct { ResultList []*BindTagWithUserResp_Result `protobuf:"bytes,1,rep,name=result_list,json=resultList,proto3" json:"result_list,omitempty"` // contains filtered or unexported fields }
func (*BindTagWithUserResp) Descriptor
deprecated
func (*BindTagWithUserResp) Descriptor() ([]byte, []int)
Deprecated: Use BindTagWithUserResp.ProtoReflect.Descriptor instead.
func (*BindTagWithUserResp) GetResultList ¶
func (x *BindTagWithUserResp) GetResultList() []*BindTagWithUserResp_Result
func (*BindTagWithUserResp) ProtoMessage ¶
func (*BindTagWithUserResp) ProtoMessage()
func (*BindTagWithUserResp) ProtoReflect ¶
func (x *BindTagWithUserResp) ProtoReflect() protoreflect.Message
func (*BindTagWithUserResp) Reset ¶
func (x *BindTagWithUserResp) Reset()
func (*BindTagWithUserResp) String ¶
func (x *BindTagWithUserResp) String() string
type BindTagWithUserResp_Result ¶
type BindTagWithUserResp_Result struct { CId string `protobuf:"bytes,1,opt,name=c_id,json=cId,proto3" json:"c_id,omitempty"` Success bool `protobuf:"varint,2,opt,name=success,proto3" json:"success,omitempty"` // contains filtered or unexported fields }
func (*BindTagWithUserResp_Result) Descriptor
deprecated
func (*BindTagWithUserResp_Result) Descriptor() ([]byte, []int)
Deprecated: Use BindTagWithUserResp_Result.ProtoReflect.Descriptor instead.
func (*BindTagWithUserResp_Result) GetCId ¶
func (x *BindTagWithUserResp_Result) GetCId() string
func (*BindTagWithUserResp_Result) GetSuccess ¶
func (x *BindTagWithUserResp_Result) GetSuccess() bool
func (*BindTagWithUserResp_Result) ProtoMessage ¶
func (*BindTagWithUserResp_Result) ProtoMessage()
func (*BindTagWithUserResp_Result) ProtoReflect ¶
func (x *BindTagWithUserResp_Result) ProtoReflect() protoreflect.Message
func (*BindTagWithUserResp_Result) Reset ¶
func (x *BindTagWithUserResp_Result) Reset()
func (*BindTagWithUserResp_Result) String ¶
func (x *BindTagWithUserResp_Result) String() string
type BindUserWithTagReq ¶
type BindUserWithTagReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` CId string `protobuf:"bytes,3,opt,name=c_id,json=cId,proto3" json:"c_id,omitempty"` TagList []string `protobuf:"bytes,4,rep,name=tag_list,json=tagList,proto3" json:"tag_list,omitempty"` // contains filtered or unexported fields }
func (*BindUserWithTagReq) Descriptor
deprecated
func (*BindUserWithTagReq) Descriptor() ([]byte, []int)
Deprecated: Use BindUserWithTagReq.ProtoReflect.Descriptor instead.
func (*BindUserWithTagReq) GetBundleId ¶
func (x *BindUserWithTagReq) GetBundleId() string
func (*BindUserWithTagReq) GetCId ¶
func (x *BindUserWithTagReq) GetCId() string
func (*BindUserWithTagReq) GetPushAgent ¶
func (x *BindUserWithTagReq) GetPushAgent() string
func (*BindUserWithTagReq) GetTagList ¶
func (x *BindUserWithTagReq) GetTagList() []string
func (*BindUserWithTagReq) ProtoMessage ¶
func (*BindUserWithTagReq) ProtoMessage()
func (*BindUserWithTagReq) ProtoReflect ¶
func (x *BindUserWithTagReq) ProtoReflect() protoreflect.Message
func (*BindUserWithTagReq) Reset ¶
func (x *BindUserWithTagReq) Reset()
func (*BindUserWithTagReq) String ¶
func (x *BindUserWithTagReq) String() string
type BindUserWithTagResp ¶
type BindUserWithTagResp struct {
// contains filtered or unexported fields
}
func (*BindUserWithTagResp) Descriptor
deprecated
func (*BindUserWithTagResp) Descriptor() ([]byte, []int)
Deprecated: Use BindUserWithTagResp.ProtoReflect.Descriptor instead.
func (*BindUserWithTagResp) ProtoMessage ¶
func (*BindUserWithTagResp) ProtoMessage()
func (*BindUserWithTagResp) ProtoReflect ¶
func (x *BindUserWithTagResp) ProtoReflect() protoreflect.Message
func (*BindUserWithTagResp) Reset ¶
func (x *BindUserWithTagResp) Reset()
func (*BindUserWithTagResp) String ¶
func (x *BindUserWithTagResp) String() string
type CheckTaskReq ¶
type CheckTaskReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` TaskId string `protobuf:"bytes,3,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // contains filtered or unexported fields }
func (*CheckTaskReq) Descriptor
deprecated
func (*CheckTaskReq) Descriptor() ([]byte, []int)
Deprecated: Use CheckTaskReq.ProtoReflect.Descriptor instead.
func (*CheckTaskReq) GetBundleId ¶
func (x *CheckTaskReq) GetBundleId() string
func (*CheckTaskReq) GetPushAgent ¶
func (x *CheckTaskReq) GetPushAgent() string
func (*CheckTaskReq) GetTaskId ¶
func (x *CheckTaskReq) GetTaskId() string
func (*CheckTaskReq) ProtoMessage ¶
func (*CheckTaskReq) ProtoMessage()
func (*CheckTaskReq) ProtoReflect ¶
func (x *CheckTaskReq) ProtoReflect() protoreflect.Message
func (*CheckTaskReq) Reset ¶
func (x *CheckTaskReq) Reset()
func (*CheckTaskReq) String ¶
func (x *CheckTaskReq) String() string
type CheckTaskResp ¶
type CheckTaskResp struct { CreateTime int64 `protobuf:"varint,1,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` TransmissionContent string `protobuf:"bytes,3,opt,name=transmission_content,json=transmissionContent,proto3" json:"transmission_content,omitempty"` PushTime int64 `protobuf:"varint,4,opt,name=push_time,json=pushTime,proto3" json:"push_time,omitempty"` // contains filtered or unexported fields }
func (*CheckTaskResp) Descriptor
deprecated
func (*CheckTaskResp) Descriptor() ([]byte, []int)
Deprecated: Use CheckTaskResp.ProtoReflect.Descriptor instead.
func (*CheckTaskResp) GetCreateTime ¶
func (x *CheckTaskResp) GetCreateTime() int64
func (*CheckTaskResp) GetPushTime ¶
func (x *CheckTaskResp) GetPushTime() int64
func (*CheckTaskResp) GetStatus ¶
func (x *CheckTaskResp) GetStatus() string
func (*CheckTaskResp) GetTransmissionContent ¶
func (x *CheckTaskResp) GetTransmissionContent() string
func (*CheckTaskResp) ProtoMessage ¶
func (*CheckTaskResp) ProtoMessage()
func (*CheckTaskResp) ProtoReflect ¶
func (x *CheckTaskResp) ProtoReflect() protoreflect.Message
func (*CheckTaskResp) Reset ¶
func (x *CheckTaskResp) Reset()
func (*CheckTaskResp) String ¶
func (x *CheckTaskResp) String() string
type CreateMsg ¶
type CreateMsg struct { RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` GroupName string `protobuf:"bytes,2,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"` Settings *Settings `protobuf:"bytes,3,opt,name=settings,proto3" json:"settings,omitempty"` PushMessage *PushMessage `protobuf:"bytes,4,opt,name=push_message,json=pushMessage,proto3" json:"push_message,omitempty"` PushChannel *PushChannel `protobuf:"bytes,5,opt,name=push_channel,json=pushChannel,proto3" json:"push_channel,omitempty"` // contains filtered or unexported fields }
func (*CreateMsg) Descriptor
deprecated
func (*CreateMsg) GetGroupName ¶
func (*CreateMsg) GetPushChannel ¶
func (x *CreateMsg) GetPushChannel() *PushChannel
func (*CreateMsg) GetPushMessage ¶
func (x *CreateMsg) GetPushMessage() *PushMessage
func (*CreateMsg) GetRequestId ¶
func (*CreateMsg) GetSettings ¶
func (*CreateMsg) ProtoMessage ¶
func (*CreateMsg) ProtoMessage()
func (*CreateMsg) ProtoReflect ¶
func (x *CreateMsg) ProtoReflect() protoreflect.Message
type CreateTaskReq ¶
type CreateTaskReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` Msg *CreateMsg `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"` // contains filtered or unexported fields }
func (*CreateTaskReq) Descriptor
deprecated
func (*CreateTaskReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateTaskReq.ProtoReflect.Descriptor instead.
func (*CreateTaskReq) GetBundleId ¶
func (x *CreateTaskReq) GetBundleId() string
func (*CreateTaskReq) GetMsg ¶
func (x *CreateTaskReq) GetMsg() *CreateMsg
func (*CreateTaskReq) GetPushAgent ¶
func (x *CreateTaskReq) GetPushAgent() string
func (*CreateTaskReq) ProtoMessage ¶
func (*CreateTaskReq) ProtoMessage()
func (*CreateTaskReq) ProtoReflect ¶
func (x *CreateTaskReq) ProtoReflect() protoreflect.Message
func (*CreateTaskReq) Reset ¶
func (x *CreateTaskReq) Reset()
func (*CreateTaskReq) String ¶
func (x *CreateTaskReq) String() string
type CreateTaskResp ¶
type CreateTaskResp struct { TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // contains filtered or unexported fields }
func (*CreateTaskResp) Descriptor
deprecated
func (*CreateTaskResp) Descriptor() ([]byte, []int)
Deprecated: Use CreateTaskResp.ProtoReflect.Descriptor instead.
func (*CreateTaskResp) GetTaskId ¶
func (x *CreateTaskResp) GetTaskId() string
func (*CreateTaskResp) ProtoMessage ¶
func (*CreateTaskResp) ProtoMessage()
func (*CreateTaskResp) ProtoReflect ¶
func (x *CreateTaskResp) ProtoReflect() protoreflect.Message
func (*CreateTaskResp) Reset ¶
func (x *CreateTaskResp) Reset()
func (*CreateTaskResp) String ¶
func (x *CreateTaskResp) String() string
type DelBlackListReq ¶
type DelBlackListReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` CIdList []string `protobuf:"bytes,3,rep,name=c_id_list,json=cIdList,proto3" json:"c_id_list,omitempty"` // contains filtered or unexported fields }
func (*DelBlackListReq) Descriptor
deprecated
func (*DelBlackListReq) Descriptor() ([]byte, []int)
Deprecated: Use DelBlackListReq.ProtoReflect.Descriptor instead.
func (*DelBlackListReq) GetBundleId ¶
func (x *DelBlackListReq) GetBundleId() string
func (*DelBlackListReq) GetCIdList ¶
func (x *DelBlackListReq) GetCIdList() []string
func (*DelBlackListReq) GetPushAgent ¶
func (x *DelBlackListReq) GetPushAgent() string
func (*DelBlackListReq) ProtoMessage ¶
func (*DelBlackListReq) ProtoMessage()
func (*DelBlackListReq) ProtoReflect ¶
func (x *DelBlackListReq) ProtoReflect() protoreflect.Message
func (*DelBlackListReq) Reset ¶
func (x *DelBlackListReq) Reset()
func (*DelBlackListReq) String ¶
func (x *DelBlackListReq) String() string
type DelBlackListResp ¶
type DelBlackListResp struct {
// contains filtered or unexported fields
}
func (*DelBlackListResp) Descriptor
deprecated
func (*DelBlackListResp) Descriptor() ([]byte, []int)
Deprecated: Use DelBlackListResp.ProtoReflect.Descriptor instead.
func (*DelBlackListResp) ProtoMessage ¶
func (*DelBlackListResp) ProtoMessage()
func (*DelBlackListResp) ProtoReflect ¶
func (x *DelBlackListResp) ProtoReflect() protoreflect.Message
func (*DelBlackListResp) Reset ¶
func (x *DelBlackListResp) Reset()
func (*DelBlackListResp) String ¶
func (x *DelBlackListResp) String() string
type DelTokenReq ¶
type DelTokenReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` Token string `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*DelTokenReq) Descriptor
deprecated
func (*DelTokenReq) Descriptor() ([]byte, []int)
Deprecated: Use DelTokenReq.ProtoReflect.Descriptor instead.
func (*DelTokenReq) GetBundleId ¶
func (x *DelTokenReq) GetBundleId() string
func (*DelTokenReq) GetPushAgent ¶
func (x *DelTokenReq) GetPushAgent() string
func (*DelTokenReq) GetToken ¶
func (x *DelTokenReq) GetToken() string
func (*DelTokenReq) ProtoMessage ¶
func (*DelTokenReq) ProtoMessage()
func (*DelTokenReq) ProtoReflect ¶
func (x *DelTokenReq) ProtoReflect() protoreflect.Message
func (*DelTokenReq) Reset ¶
func (x *DelTokenReq) Reset()
func (*DelTokenReq) String ¶
func (x *DelTokenReq) String() string
type DelTokenResp ¶
type DelTokenResp struct {
// contains filtered or unexported fields
}
func (*DelTokenResp) Descriptor
deprecated
func (*DelTokenResp) Descriptor() ([]byte, []int)
Deprecated: Use DelTokenResp.ProtoReflect.Descriptor instead.
func (*DelTokenResp) ProtoMessage ¶
func (*DelTokenResp) ProtoMessage()
func (*DelTokenResp) ProtoReflect ¶
func (x *DelTokenResp) ProtoReflect() protoreflect.Message
func (*DelTokenResp) Reset ¶
func (x *DelTokenResp) Reset()
func (*DelTokenResp) String ¶
func (x *DelTokenResp) String() string
type GetOnlineUserBy24HReq ¶
type GetOnlineUserBy24HReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` // contains filtered or unexported fields }
func (*GetOnlineUserBy24HReq) Descriptor
deprecated
func (*GetOnlineUserBy24HReq) Descriptor() ([]byte, []int)
Deprecated: Use GetOnlineUserBy24HReq.ProtoReflect.Descriptor instead.
func (*GetOnlineUserBy24HReq) GetBundleId ¶
func (x *GetOnlineUserBy24HReq) GetBundleId() string
func (*GetOnlineUserBy24HReq) GetPushAgent ¶
func (x *GetOnlineUserBy24HReq) GetPushAgent() string
func (*GetOnlineUserBy24HReq) ProtoMessage ¶
func (*GetOnlineUserBy24HReq) ProtoMessage()
func (*GetOnlineUserBy24HReq) ProtoReflect ¶
func (x *GetOnlineUserBy24HReq) ProtoReflect() protoreflect.Message
func (*GetOnlineUserBy24HReq) Reset ¶
func (x *GetOnlineUserBy24HReq) Reset()
func (*GetOnlineUserBy24HReq) String ¶
func (x *GetOnlineUserBy24HReq) String() string
type GetOnlineUserBy24HResp ¶
type GetOnlineUserBy24HResp struct { Date string `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"` OnlineList []*GetOnlineUserBy24HResp_OnlineInfo `protobuf:"bytes,2,rep,name=online_list,json=onlineList,proto3" json:"online_list,omitempty"` // contains filtered or unexported fields }
func (*GetOnlineUserBy24HResp) Descriptor
deprecated
func (*GetOnlineUserBy24HResp) Descriptor() ([]byte, []int)
Deprecated: Use GetOnlineUserBy24HResp.ProtoReflect.Descriptor instead.
func (*GetOnlineUserBy24HResp) GetDate ¶
func (x *GetOnlineUserBy24HResp) GetDate() string
func (*GetOnlineUserBy24HResp) GetOnlineList ¶
func (x *GetOnlineUserBy24HResp) GetOnlineList() []*GetOnlineUserBy24HResp_OnlineInfo
func (*GetOnlineUserBy24HResp) ProtoMessage ¶
func (*GetOnlineUserBy24HResp) ProtoMessage()
func (*GetOnlineUserBy24HResp) ProtoReflect ¶
func (x *GetOnlineUserBy24HResp) ProtoReflect() protoreflect.Message
func (*GetOnlineUserBy24HResp) Reset ¶
func (x *GetOnlineUserBy24HResp) Reset()
func (*GetOnlineUserBy24HResp) String ¶
func (x *GetOnlineUserBy24HResp) String() string
type GetOnlineUserBy24HResp_OnlineInfo ¶
type GetOnlineUserBy24HResp_OnlineInfo struct { UnixMillisecond int64 `protobuf:"varint,1,opt,name=unix_millisecond,json=unixMillisecond,proto3" json:"unix_millisecond,omitempty"` Online int32 `protobuf:"varint,2,opt,name=online,proto3" json:"online,omitempty"` // contains filtered or unexported fields }
func (*GetOnlineUserBy24HResp_OnlineInfo) Descriptor
deprecated
func (*GetOnlineUserBy24HResp_OnlineInfo) Descriptor() ([]byte, []int)
Deprecated: Use GetOnlineUserBy24HResp_OnlineInfo.ProtoReflect.Descriptor instead.
func (*GetOnlineUserBy24HResp_OnlineInfo) GetOnline ¶
func (x *GetOnlineUserBy24HResp_OnlineInfo) GetOnline() int32
func (*GetOnlineUserBy24HResp_OnlineInfo) GetUnixMillisecond ¶
func (x *GetOnlineUserBy24HResp_OnlineInfo) GetUnixMillisecond() int64
func (*GetOnlineUserBy24HResp_OnlineInfo) ProtoMessage ¶
func (*GetOnlineUserBy24HResp_OnlineInfo) ProtoMessage()
func (*GetOnlineUserBy24HResp_OnlineInfo) ProtoReflect ¶
func (x *GetOnlineUserBy24HResp_OnlineInfo) ProtoReflect() protoreflect.Message
func (*GetOnlineUserBy24HResp_OnlineInfo) Reset ¶
func (x *GetOnlineUserBy24HResp_OnlineInfo) Reset()
func (*GetOnlineUserBy24HResp_OnlineInfo) String ¶
func (x *GetOnlineUserBy24HResp_OnlineInfo) String() string
type GetPushCountReq ¶
type GetPushCountReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` // contains filtered or unexported fields }
func (*GetPushCountReq) Descriptor
deprecated
func (*GetPushCountReq) Descriptor() ([]byte, []int)
Deprecated: Use GetPushCountReq.ProtoReflect.Descriptor instead.
func (*GetPushCountReq) GetBundleId ¶
func (x *GetPushCountReq) GetBundleId() string
func (*GetPushCountReq) GetPushAgent ¶
func (x *GetPushCountReq) GetPushAgent() string
func (*GetPushCountReq) ProtoMessage ¶
func (*GetPushCountReq) ProtoMessage()
func (*GetPushCountReq) ProtoReflect ¶
func (x *GetPushCountReq) ProtoReflect() protoreflect.Message
func (*GetPushCountReq) Reset ¶
func (x *GetPushCountReq) Reset()
func (*GetPushCountReq) String ¶
func (x *GetPushCountReq) String() string
type GetPushCountResp ¶
type GetPushCountResp struct { CountList []*BasePushCount `protobuf:"bytes,1,rep,name=count_list,json=countList,proto3" json:"count_list,omitempty"` // contains filtered or unexported fields }
func (*GetPushCountResp) Descriptor
deprecated
func (*GetPushCountResp) Descriptor() ([]byte, []int)
Deprecated: Use GetPushCountResp.ProtoReflect.Descriptor instead.
func (*GetPushCountResp) GetCountList ¶
func (x *GetPushCountResp) GetCountList() []*BasePushCount
func (*GetPushCountResp) ProtoMessage ¶
func (*GetPushCountResp) ProtoMessage()
func (*GetPushCountResp) ProtoReflect ¶
func (x *GetPushCountResp) ProtoReflect() protoreflect.Message
func (*GetPushCountResp) Reset ¶
func (x *GetPushCountResp) Reset()
func (*GetPushCountResp) String ¶
func (x *GetPushCountResp) String() string
type GetPushDataByDayReq ¶
type GetPushDataByDayReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` UnixSecond int64 `protobuf:"varint,3,opt,name=unix_second,json=unixSecond,proto3" json:"unix_second,omitempty"` // contains filtered or unexported fields }
func (*GetPushDataByDayReq) Descriptor
deprecated
func (*GetPushDataByDayReq) Descriptor() ([]byte, []int)
Deprecated: Use GetPushDataByDayReq.ProtoReflect.Descriptor instead.
func (*GetPushDataByDayReq) GetBundleId ¶
func (x *GetPushDataByDayReq) GetBundleId() string
func (*GetPushDataByDayReq) GetPushAgent ¶
func (x *GetPushDataByDayReq) GetPushAgent() string
func (*GetPushDataByDayReq) GetUnixSecond ¶
func (x *GetPushDataByDayReq) GetUnixSecond() int64
func (*GetPushDataByDayReq) ProtoMessage ¶
func (*GetPushDataByDayReq) ProtoMessage()
func (*GetPushDataByDayReq) ProtoReflect ¶
func (x *GetPushDataByDayReq) ProtoReflect() protoreflect.Message
func (*GetPushDataByDayReq) Reset ¶
func (x *GetPushDataByDayReq) Reset()
func (*GetPushDataByDayReq) String ¶
func (x *GetPushDataByDayReq) String() string
type GetPushDataByDayResp ¶
type GetPushDataByDayResp struct { Date string `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"` Statics *BaseStatics `protobuf:"bytes,2,opt,name=statics,proto3" json:"statics,omitempty"` // contains filtered or unexported fields }
func (*GetPushDataByDayResp) Descriptor
deprecated
func (*GetPushDataByDayResp) Descriptor() ([]byte, []int)
Deprecated: Use GetPushDataByDayResp.ProtoReflect.Descriptor instead.
func (*GetPushDataByDayResp) GetDate ¶
func (x *GetPushDataByDayResp) GetDate() string
func (*GetPushDataByDayResp) GetStatics ¶
func (x *GetPushDataByDayResp) GetStatics() *BaseStatics
func (*GetPushDataByDayResp) ProtoMessage ¶
func (*GetPushDataByDayResp) ProtoMessage()
func (*GetPushDataByDayResp) ProtoReflect ¶
func (x *GetPushDataByDayResp) ProtoReflect() protoreflect.Message
func (*GetPushDataByDayResp) Reset ¶
func (x *GetPushDataByDayResp) Reset()
func (*GetPushDataByDayResp) String ¶
func (x *GetPushDataByDayResp) String() string
type GetTaskGroupReq ¶
type GetTaskGroupReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` Group string `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"` // contains filtered or unexported fields }
func (*GetTaskGroupReq) Descriptor
deprecated
func (*GetTaskGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use GetTaskGroupReq.ProtoReflect.Descriptor instead.
func (*GetTaskGroupReq) GetBundleId ¶
func (x *GetTaskGroupReq) GetBundleId() string
func (*GetTaskGroupReq) GetGroup ¶
func (x *GetTaskGroupReq) GetGroup() string
func (*GetTaskGroupReq) GetPushAgent ¶
func (x *GetTaskGroupReq) GetPushAgent() string
func (*GetTaskGroupReq) ProtoMessage ¶
func (*GetTaskGroupReq) ProtoMessage()
func (*GetTaskGroupReq) ProtoReflect ¶
func (x *GetTaskGroupReq) ProtoReflect() protoreflect.Message
func (*GetTaskGroupReq) Reset ¶
func (x *GetTaskGroupReq) Reset()
func (*GetTaskGroupReq) String ¶
func (x *GetTaskGroupReq) String() string
type GetTaskGroupResp ¶
type GetTaskGroupResp struct { Group string `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"` Statics *BaseStatics `protobuf:"bytes,2,opt,name=statics,proto3" json:"statics,omitempty"` // contains filtered or unexported fields }
func (*GetTaskGroupResp) Descriptor
deprecated
func (*GetTaskGroupResp) Descriptor() ([]byte, []int)
Deprecated: Use GetTaskGroupResp.ProtoReflect.Descriptor instead.
func (*GetTaskGroupResp) GetGroup ¶
func (x *GetTaskGroupResp) GetGroup() string
func (*GetTaskGroupResp) GetStatics ¶
func (x *GetTaskGroupResp) GetStatics() *BaseStatics
func (*GetTaskGroupResp) ProtoMessage ¶
func (*GetTaskGroupResp) ProtoMessage()
func (*GetTaskGroupResp) ProtoReflect ¶
func (x *GetTaskGroupResp) ProtoReflect() protoreflect.Message
func (*GetTaskGroupResp) Reset ¶
func (x *GetTaskGroupResp) Reset()
func (*GetTaskGroupResp) String ¶
func (x *GetTaskGroupResp) String() string
type GetTasksReq ¶
type GetTasksReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` TaskList []string `protobuf:"bytes,3,rep,name=task_list,json=taskList,proto3" json:"task_list,omitempty"` // contains filtered or unexported fields }
func (*GetTasksReq) Descriptor
deprecated
func (*GetTasksReq) Descriptor() ([]byte, []int)
Deprecated: Use GetTasksReq.ProtoReflect.Descriptor instead.
func (*GetTasksReq) GetBundleId ¶
func (x *GetTasksReq) GetBundleId() string
func (*GetTasksReq) GetPushAgent ¶
func (x *GetTasksReq) GetPushAgent() string
func (*GetTasksReq) GetTaskList ¶
func (x *GetTasksReq) GetTaskList() []string
func (*GetTasksReq) ProtoMessage ¶
func (*GetTasksReq) ProtoMessage()
func (*GetTasksReq) ProtoReflect ¶
func (x *GetTasksReq) ProtoReflect() protoreflect.Message
func (*GetTasksReq) Reset ¶
func (x *GetTasksReq) Reset()
func (*GetTasksReq) String ¶
func (x *GetTasksReq) String() string
type GetTasksResp ¶
type GetTasksResp struct { TaskList []string `protobuf:"bytes,1,rep,name=task_list,json=taskList,proto3" json:"task_list,omitempty"` StaticsList []*BaseStatics `protobuf:"bytes,2,rep,name=statics_list,json=staticsList,proto3" json:"statics_list,omitempty"` // contains filtered or unexported fields }
func (*GetTasksResp) Descriptor
deprecated
func (*GetTasksResp) Descriptor() ([]byte, []int)
Deprecated: Use GetTasksResp.ProtoReflect.Descriptor instead.
func (*GetTasksResp) GetStaticsList ¶
func (x *GetTasksResp) GetStaticsList() []*BaseStatics
func (*GetTasksResp) GetTaskList ¶
func (x *GetTasksResp) GetTaskList() []string
func (*GetTasksResp) ProtoMessage ¶
func (*GetTasksResp) ProtoMessage()
func (*GetTasksResp) ProtoReflect ¶
func (x *GetTasksResp) ProtoReflect() protoreflect.Message
func (*GetTasksResp) Reset ¶
func (x *GetTasksResp) Reset()
func (*GetTasksResp) String ¶
func (x *GetTasksResp) String() string
type GetTokenReq ¶
type GetTokenReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` // contains filtered or unexported fields }
func (*GetTokenReq) Descriptor
deprecated
func (*GetTokenReq) Descriptor() ([]byte, []int)
Deprecated: Use GetTokenReq.ProtoReflect.Descriptor instead.
func (*GetTokenReq) GetBundleId ¶
func (x *GetTokenReq) GetBundleId() string
func (*GetTokenReq) GetPushAgent ¶
func (x *GetTokenReq) GetPushAgent() string
func (*GetTokenReq) ProtoMessage ¶
func (*GetTokenReq) ProtoMessage()
func (*GetTokenReq) ProtoReflect ¶
func (x *GetTokenReq) ProtoReflect() protoreflect.Message
func (*GetTokenReq) Reset ¶
func (x *GetTokenReq) Reset()
func (*GetTokenReq) String ¶
func (x *GetTokenReq) String() string
type GetTokenResp ¶
type GetTokenResp struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` ExpireAt int64 `protobuf:"varint,2,opt,name=expire_at,json=expireAt,proto3" json:"expire_at,omitempty"` // unix_second // contains filtered or unexported fields }
func (*GetTokenResp) Descriptor
deprecated
func (*GetTokenResp) Descriptor() ([]byte, []int)
Deprecated: Use GetTokenResp.ProtoReflect.Descriptor instead.
func (*GetTokenResp) GetExpireAt ¶
func (x *GetTokenResp) GetExpireAt() int64
func (*GetTokenResp) GetToken ¶
func (x *GetTokenResp) GetToken() string
func (*GetTokenResp) ProtoMessage ¶
func (*GetTokenResp) ProtoMessage()
func (*GetTokenResp) ProtoReflect ¶
func (x *GetTokenResp) ProtoReflect() protoreflect.Message
func (*GetTokenResp) Reset ¶
func (x *GetTokenResp) Reset()
func (*GetTokenResp) String ¶
func (x *GetTokenResp) String() string
type GetUserDataByDayReq ¶
type GetUserDataByDayReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` UnixSecond int64 `protobuf:"varint,3,opt,name=unix_second,json=unixSecond,proto3" json:"unix_second,omitempty"` // contains filtered or unexported fields }
func (*GetUserDataByDayReq) Descriptor
deprecated
func (*GetUserDataByDayReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserDataByDayReq.ProtoReflect.Descriptor instead.
func (*GetUserDataByDayReq) GetBundleId ¶
func (x *GetUserDataByDayReq) GetBundleId() string
func (*GetUserDataByDayReq) GetPushAgent ¶
func (x *GetUserDataByDayReq) GetPushAgent() string
func (*GetUserDataByDayReq) GetUnixSecond ¶
func (x *GetUserDataByDayReq) GetUnixSecond() int64
func (*GetUserDataByDayReq) ProtoMessage ¶
func (*GetUserDataByDayReq) ProtoMessage()
func (*GetUserDataByDayReq) ProtoReflect ¶
func (x *GetUserDataByDayReq) ProtoReflect() protoreflect.Message
func (*GetUserDataByDayReq) Reset ¶
func (x *GetUserDataByDayReq) Reset()
func (*GetUserDataByDayReq) String ¶
func (x *GetUserDataByDayReq) String() string
type GetUserDataByDayResp ¶
type GetUserDataByDayResp struct { Date string `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"` Accumulative int32 `protobuf:"varint,2,opt,name=accumulative,proto3" json:"accumulative,omitempty"` Register int32 `protobuf:"varint,3,opt,name=register,proto3" json:"register,omitempty"` Active int32 `protobuf:"varint,4,opt,name=active,proto3" json:"active,omitempty"` Online int32 `protobuf:"varint,5,opt,name=online,proto3" json:"online,omitempty"` // contains filtered or unexported fields }
func (*GetUserDataByDayResp) Descriptor
deprecated
func (*GetUserDataByDayResp) Descriptor() ([]byte, []int)
Deprecated: Use GetUserDataByDayResp.ProtoReflect.Descriptor instead.
func (*GetUserDataByDayResp) GetAccumulative ¶
func (x *GetUserDataByDayResp) GetAccumulative() int32
func (*GetUserDataByDayResp) GetActive ¶
func (x *GetUserDataByDayResp) GetActive() int32
func (*GetUserDataByDayResp) GetDate ¶
func (x *GetUserDataByDayResp) GetDate() string
func (*GetUserDataByDayResp) GetOnline ¶
func (x *GetUserDataByDayResp) GetOnline() int32
func (*GetUserDataByDayResp) GetRegister ¶
func (x *GetUserDataByDayResp) GetRegister() int32
func (*GetUserDataByDayResp) ProtoMessage ¶
func (*GetUserDataByDayResp) ProtoMessage()
func (*GetUserDataByDayResp) ProtoReflect ¶
func (x *GetUserDataByDayResp) ProtoReflect() protoreflect.Message
func (*GetUserDataByDayResp) Reset ¶
func (x *GetUserDataByDayResp) Reset()
func (*GetUserDataByDayResp) String ¶
func (x *GetUserDataByDayResp) String() string
type IosChannel ¶
type IosChannel struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Aps *IosChannel_Aps `protobuf:"bytes,2,opt,name=aps,proto3" json:"aps,omitempty"` AutoBadge string `protobuf:"bytes,3,opt,name=auto_badge,json=autoBadge,proto3" json:"auto_badge,omitempty"` Payload string `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"` Multimedia []*IosChannel_Multimedia `protobuf:"bytes,5,rep,name=multimedia,proto3" json:"multimedia,omitempty"` // @gotags: json:"apns-collapse-id,omitempty" ApnsCollapseId string `protobuf:"bytes,6,opt,name=apns_collapse_id,json=apns-collapse-id,omitempty,proto3" json:"apns-collapse-id,omitempty"` // contains filtered or unexported fields }
func (*IosChannel) Descriptor
deprecated
func (*IosChannel) Descriptor() ([]byte, []int)
Deprecated: Use IosChannel.ProtoReflect.Descriptor instead.
func (*IosChannel) GetApnsCollapseId ¶
func (x *IosChannel) GetApnsCollapseId() string
func (*IosChannel) GetAps ¶
func (x *IosChannel) GetAps() *IosChannel_Aps
func (*IosChannel) GetAutoBadge ¶
func (x *IosChannel) GetAutoBadge() string
func (*IosChannel) GetMultimedia ¶
func (x *IosChannel) GetMultimedia() []*IosChannel_Multimedia
func (*IosChannel) GetPayload ¶
func (x *IosChannel) GetPayload() string
func (*IosChannel) GetType ¶
func (x *IosChannel) GetType() string
func (*IosChannel) ProtoMessage ¶
func (*IosChannel) ProtoMessage()
func (*IosChannel) ProtoReflect ¶
func (x *IosChannel) ProtoReflect() protoreflect.Message
func (*IosChannel) Reset ¶
func (x *IosChannel) Reset()
func (*IosChannel) String ¶
func (x *IosChannel) String() string
type IosChannel_Aps ¶
type IosChannel_Aps struct { Alert *IosChannel_Aps_Alert `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"` // @gotags: json:"content-available,omitempty" ContentAvailable int32 `protobuf:"varint,2,opt,name=content_available,json=content-available,proto3" json:"content-available,omitempty"` Sound string `protobuf:"bytes,3,opt,name=sound,proto3" json:"sound,omitempty"` Category string `protobuf:"bytes,4,opt,name=category,proto3" json:"category,omitempty"` // @gotags: json:"thread-id,omitempty" ThreadId string `protobuf:"bytes,5,opt,name=thread_id,json=thread-id,proto3" json:"thread-id,omitempty"` // contains filtered or unexported fields }
func (*IosChannel_Aps) Descriptor
deprecated
func (*IosChannel_Aps) Descriptor() ([]byte, []int)
Deprecated: Use IosChannel_Aps.ProtoReflect.Descriptor instead.
func (*IosChannel_Aps) GetAlert ¶
func (x *IosChannel_Aps) GetAlert() *IosChannel_Aps_Alert
func (*IosChannel_Aps) GetCategory ¶
func (x *IosChannel_Aps) GetCategory() string
func (*IosChannel_Aps) GetContentAvailable ¶
func (x *IosChannel_Aps) GetContentAvailable() int32
func (*IosChannel_Aps) GetSound ¶
func (x *IosChannel_Aps) GetSound() string
func (*IosChannel_Aps) GetThreadId ¶
func (x *IosChannel_Aps) GetThreadId() string
func (*IosChannel_Aps) ProtoMessage ¶
func (*IosChannel_Aps) ProtoMessage()
func (*IosChannel_Aps) ProtoReflect ¶
func (x *IosChannel_Aps) ProtoReflect() protoreflect.Message
func (*IosChannel_Aps) Reset ¶
func (x *IosChannel_Aps) Reset()
func (*IosChannel_Aps) String ¶
func (x *IosChannel_Aps) String() string
type IosChannel_Aps_Alert ¶
type IosChannel_Aps_Alert struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` Body string `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"` // @gotags: json:"action-loc-key,omitempty" ActionLocKey string `protobuf:"bytes,3,opt,name=action_loc_key,json=action-loc-key,proto3" json:"action-loc-key,omitempty"` // @gotags: json:"loc-key,omitempty" LocKey string `protobuf:"bytes,4,opt,name=loc_key,json=loc-key,proto3" json:"loc-key,omitempty"` // @gotags: json:"loc-args,omitempty" LocArgs []string `protobuf:"bytes,5,rep,name=loc_args,json=loc-args,proto3" json:"loc-args,omitempty"` // @gotags: json:"launch-image,omitempty" LaunchImage string `protobuf:"bytes,6,opt,name=launch_image,json=launch-image,proto3" json:"launch-image,omitempty"` // @gotags: json:"title-loc-key,omitempty" TitleLocKey string `protobuf:"bytes,7,opt,name=title_loc_key,json=title-loc-key,proto3" json:"title-loc-key,omitempty"` // @gotags: json:"title-loc-args,omitempty" TitleLocArgs []string `protobuf:"bytes,8,rep,name=title_loc_args,json=title-loc-args,proto3" json:"title-loc-args,omitempty"` Subtitle string `protobuf:"bytes,9,opt,name=subtitle,proto3" json:"subtitle,omitempty"` // @gotags: json:"subtitle-loc-key,omitempty" SubTitleLocKey string `protobuf:"bytes,10,opt,name=sub_title_loc_key,json=subtitle-loc-key,proto3" json:"subtitle-loc-key,omitempty"` // @gotags: json:"subtitle-loc-args,omitempty" SubTitleLocArgs []string `protobuf:"bytes,11,rep,name=sub_title_loc_args,json=subtitle-loc-args,proto3" json:"subtitle-loc-args,omitempty"` // contains filtered or unexported fields }
func (*IosChannel_Aps_Alert) Descriptor
deprecated
func (*IosChannel_Aps_Alert) Descriptor() ([]byte, []int)
Deprecated: Use IosChannel_Aps_Alert.ProtoReflect.Descriptor instead.
func (*IosChannel_Aps_Alert) GetActionLocKey ¶
func (x *IosChannel_Aps_Alert) GetActionLocKey() string
func (*IosChannel_Aps_Alert) GetBody ¶
func (x *IosChannel_Aps_Alert) GetBody() string
func (*IosChannel_Aps_Alert) GetLaunchImage ¶
func (x *IosChannel_Aps_Alert) GetLaunchImage() string
func (*IosChannel_Aps_Alert) GetLocArgs ¶
func (x *IosChannel_Aps_Alert) GetLocArgs() []string
func (*IosChannel_Aps_Alert) GetLocKey ¶
func (x *IosChannel_Aps_Alert) GetLocKey() string
func (*IosChannel_Aps_Alert) GetSubTitleLocArgs ¶
func (x *IosChannel_Aps_Alert) GetSubTitleLocArgs() []string
func (*IosChannel_Aps_Alert) GetSubTitleLocKey ¶
func (x *IosChannel_Aps_Alert) GetSubTitleLocKey() string
func (*IosChannel_Aps_Alert) GetSubtitle ¶
func (x *IosChannel_Aps_Alert) GetSubtitle() string
func (*IosChannel_Aps_Alert) GetTitle ¶
func (x *IosChannel_Aps_Alert) GetTitle() string
func (*IosChannel_Aps_Alert) GetTitleLocArgs ¶
func (x *IosChannel_Aps_Alert) GetTitleLocArgs() []string
func (*IosChannel_Aps_Alert) GetTitleLocKey ¶
func (x *IosChannel_Aps_Alert) GetTitleLocKey() string
func (*IosChannel_Aps_Alert) ProtoMessage ¶
func (*IosChannel_Aps_Alert) ProtoMessage()
func (*IosChannel_Aps_Alert) ProtoReflect ¶
func (x *IosChannel_Aps_Alert) ProtoReflect() protoreflect.Message
func (*IosChannel_Aps_Alert) Reset ¶
func (x *IosChannel_Aps_Alert) Reset()
func (*IosChannel_Aps_Alert) String ¶
func (x *IosChannel_Aps_Alert) String() string
type IosChannel_Multimedia ¶
type IosChannel_Multimedia struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` Type int32 `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"` OnlyWifi bool `protobuf:"varint,3,opt,name=only_wifi,json=onlyWifi,proto3" json:"only_wifi,omitempty"` // contains filtered or unexported fields }
func (*IosChannel_Multimedia) Descriptor
deprecated
func (*IosChannel_Multimedia) Descriptor() ([]byte, []int)
Deprecated: Use IosChannel_Multimedia.ProtoReflect.Descriptor instead.
func (*IosChannel_Multimedia) GetOnlyWifi ¶
func (x *IosChannel_Multimedia) GetOnlyWifi() bool
func (*IosChannel_Multimedia) GetType ¶
func (x *IosChannel_Multimedia) GetType() int32
func (*IosChannel_Multimedia) GetUrl ¶
func (x *IosChannel_Multimedia) GetUrl() string
func (*IosChannel_Multimedia) ProtoMessage ¶
func (*IosChannel_Multimedia) ProtoMessage()
func (*IosChannel_Multimedia) ProtoReflect ¶
func (x *IosChannel_Multimedia) ProtoReflect() protoreflect.Message
func (*IosChannel_Multimedia) Reset ¶
func (x *IosChannel_Multimedia) Reset()
func (*IosChannel_Multimedia) String ¶
func (x *IosChannel_Multimedia) String() string
type ListMsg ¶
type ListMsg struct { Audience *Audience `protobuf:"bytes,1,opt,name=audience,proto3" json:"audience,omitempty"` TaskId string `protobuf:"bytes,2,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // contains filtered or unexported fields }
func (*ListMsg) Descriptor
deprecated
func (*ListMsg) GetAudience ¶
func (*ListMsg) ProtoMessage ¶
func (*ListMsg) ProtoMessage()
func (*ListMsg) ProtoReflect ¶
func (x *ListMsg) ProtoReflect() protoreflect.Message
type ManageCidAndDeviceTokenReq ¶
type ManageCidAndDeviceTokenReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` Manufacturer string `protobuf:"bytes,3,opt,name=manufacturer,proto3" json:"manufacturer,omitempty"` DtList map[string]string `` /* 167-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ManageCidAndDeviceTokenReq) Descriptor
deprecated
func (*ManageCidAndDeviceTokenReq) Descriptor() ([]byte, []int)
Deprecated: Use ManageCidAndDeviceTokenReq.ProtoReflect.Descriptor instead.
func (*ManageCidAndDeviceTokenReq) GetBundleId ¶
func (x *ManageCidAndDeviceTokenReq) GetBundleId() string
func (*ManageCidAndDeviceTokenReq) GetDtList ¶
func (x *ManageCidAndDeviceTokenReq) GetDtList() map[string]string
func (*ManageCidAndDeviceTokenReq) GetManufacturer ¶
func (x *ManageCidAndDeviceTokenReq) GetManufacturer() string
func (*ManageCidAndDeviceTokenReq) GetPushAgent ¶
func (x *ManageCidAndDeviceTokenReq) GetPushAgent() string
func (*ManageCidAndDeviceTokenReq) ProtoMessage ¶
func (*ManageCidAndDeviceTokenReq) ProtoMessage()
func (*ManageCidAndDeviceTokenReq) ProtoReflect ¶
func (x *ManageCidAndDeviceTokenReq) ProtoReflect() protoreflect.Message
func (*ManageCidAndDeviceTokenReq) Reset ¶
func (x *ManageCidAndDeviceTokenReq) Reset()
func (*ManageCidAndDeviceTokenReq) String ¶
func (x *ManageCidAndDeviceTokenReq) String() string
type ManageCidAndDeviceTokenResp ¶
type ManageCidAndDeviceTokenResp struct { ErrorList []*ManageCidAndDeviceTokenResp_Result `protobuf:"bytes,1,rep,name=error_list,json=errorList,proto3" json:"error_list,omitempty"` // contains filtered or unexported fields }
func (*ManageCidAndDeviceTokenResp) Descriptor
deprecated
func (*ManageCidAndDeviceTokenResp) Descriptor() ([]byte, []int)
Deprecated: Use ManageCidAndDeviceTokenResp.ProtoReflect.Descriptor instead.
func (*ManageCidAndDeviceTokenResp) GetErrorList ¶
func (x *ManageCidAndDeviceTokenResp) GetErrorList() []*ManageCidAndDeviceTokenResp_Result
func (*ManageCidAndDeviceTokenResp) ProtoMessage ¶
func (*ManageCidAndDeviceTokenResp) ProtoMessage()
func (*ManageCidAndDeviceTokenResp) ProtoReflect ¶
func (x *ManageCidAndDeviceTokenResp) ProtoReflect() protoreflect.Message
func (*ManageCidAndDeviceTokenResp) Reset ¶
func (x *ManageCidAndDeviceTokenResp) Reset()
func (*ManageCidAndDeviceTokenResp) String ¶
func (x *ManageCidAndDeviceTokenResp) String() string
type ManageCidAndDeviceTokenResp_Result ¶
type ManageCidAndDeviceTokenResp_Result struct { Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"` DeviceToken string `protobuf:"bytes,2,opt,name=device_token,json=deviceToken,proto3" json:"device_token,omitempty"` ErrorCode int32 `protobuf:"varint,3,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` // contains filtered or unexported fields }
func (*ManageCidAndDeviceTokenResp_Result) Descriptor
deprecated
func (*ManageCidAndDeviceTokenResp_Result) Descriptor() ([]byte, []int)
Deprecated: Use ManageCidAndDeviceTokenResp_Result.ProtoReflect.Descriptor instead.
func (*ManageCidAndDeviceTokenResp_Result) GetCid ¶
func (x *ManageCidAndDeviceTokenResp_Result) GetCid() string
func (*ManageCidAndDeviceTokenResp_Result) GetDeviceToken ¶
func (x *ManageCidAndDeviceTokenResp_Result) GetDeviceToken() string
func (*ManageCidAndDeviceTokenResp_Result) GetErrorCode ¶
func (x *ManageCidAndDeviceTokenResp_Result) GetErrorCode() int32
func (*ManageCidAndDeviceTokenResp_Result) ProtoMessage ¶
func (*ManageCidAndDeviceTokenResp_Result) ProtoMessage()
func (*ManageCidAndDeviceTokenResp_Result) ProtoReflect ¶
func (x *ManageCidAndDeviceTokenResp_Result) ProtoReflect() protoreflect.Message
func (*ManageCidAndDeviceTokenResp_Result) Reset ¶
func (x *ManageCidAndDeviceTokenResp_Result) Reset()
func (*ManageCidAndDeviceTokenResp_Result) String ¶
func (x *ManageCidAndDeviceTokenResp_Result) String() string
type MiniProgram ¶
type MiniProgram struct { Wx *MiniProgram_WX `protobuf:"bytes,1,opt,name=wx,proto3" json:"wx,omitempty"` // contains filtered or unexported fields }
func (*MiniProgram) Descriptor
deprecated
func (*MiniProgram) Descriptor() ([]byte, []int)
Deprecated: Use MiniProgram.ProtoReflect.Descriptor instead.
func (*MiniProgram) GetWx ¶
func (x *MiniProgram) GetWx() *MiniProgram_WX
func (*MiniProgram) ProtoMessage ¶
func (*MiniProgram) ProtoMessage()
func (*MiniProgram) ProtoReflect ¶
func (x *MiniProgram) ProtoReflect() protoreflect.Message
func (*MiniProgram) Reset ¶
func (x *MiniProgram) Reset()
func (*MiniProgram) String ¶
func (x *MiniProgram) String() string
type MiniProgram_WX ¶
type MiniProgram_WX struct { TemplatedId string `protobuf:"bytes,1,opt,name=templated_id,json=templatedId,proto3" json:"templated_id,omitempty"` Page string `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"` MiniprogramState string `protobuf:"bytes,3,opt,name=miniprogram_state,json=miniprogramState,proto3" json:"miniprogram_state,omitempty"` Lang string `protobuf:"bytes,4,opt,name=lang,proto3" json:"lang,omitempty"` Data map[string]string `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MiniProgram_WX) Descriptor
deprecated
func (*MiniProgram_WX) Descriptor() ([]byte, []int)
Deprecated: Use MiniProgram_WX.ProtoReflect.Descriptor instead.
func (*MiniProgram_WX) GetData ¶
func (x *MiniProgram_WX) GetData() map[string]string
func (*MiniProgram_WX) GetLang ¶
func (x *MiniProgram_WX) GetLang() string
func (*MiniProgram_WX) GetMiniprogramState ¶
func (x *MiniProgram_WX) GetMiniprogramState() string
func (*MiniProgram_WX) GetPage ¶
func (x *MiniProgram_WX) GetPage() string
func (*MiniProgram_WX) GetTemplatedId ¶
func (x *MiniProgram_WX) GetTemplatedId() string
func (*MiniProgram_WX) ProtoMessage ¶
func (*MiniProgram_WX) ProtoMessage()
func (*MiniProgram_WX) ProtoReflect ¶
func (x *MiniProgram_WX) ProtoReflect() protoreflect.Message
func (*MiniProgram_WX) Reset ¶
func (x *MiniProgram_WX) Reset()
func (*MiniProgram_WX) String ¶
func (x *MiniProgram_WX) String() string
type PushChannel ¶
type PushChannel struct { Ios *IosChannel `protobuf:"bytes,1,opt,name=ios,proto3" json:"ios,omitempty"` Android *AndroidChannel `protobuf:"bytes,2,opt,name=android,proto3" json:"android,omitempty"` Mp *MiniProgram `protobuf:"bytes,3,opt,name=mp,proto3" json:"mp,omitempty"` // contains filtered or unexported fields }
func (*PushChannel) Descriptor
deprecated
func (*PushChannel) Descriptor() ([]byte, []int)
Deprecated: Use PushChannel.ProtoReflect.Descriptor instead.
func (*PushChannel) GetAndroid ¶
func (x *PushChannel) GetAndroid() *AndroidChannel
func (*PushChannel) GetIos ¶
func (x *PushChannel) GetIos() *IosChannel
func (*PushChannel) GetMp ¶
func (x *PushChannel) GetMp() *MiniProgram
func (*PushChannel) ProtoMessage ¶
func (*PushChannel) ProtoMessage()
func (*PushChannel) ProtoReflect ¶
func (x *PushChannel) ProtoReflect() protoreflect.Message
func (*PushChannel) Reset ¶
func (x *PushChannel) Reset()
func (*PushChannel) String ¶
func (x *PushChannel) String() string
type PushClient ¶
type PushClient interface { PushToSingle(ctx context.Context, in *PushToSingleReq, opts ...grpc.CallOption) (*PushToSingleResp, error) CreateTask(ctx context.Context, in *CreateTaskReq, opts ...grpc.CallOption) (*CreateTaskResp, error) PushToList(ctx context.Context, in *PushToListReq, opts ...grpc.CallOption) (*PushToListResp, error) PushToApp(ctx context.Context, in *PushToAppReq, opts ...grpc.CallOption) (*PushToAppResp, error) StopTask(ctx context.Context, in *StopTaskReq, opts ...grpc.CallOption) (*StopTaskResp, error) RemoveTask(ctx context.Context, in *RemoveTaskReq, opts ...grpc.CallOption) (*RemoveTaskResp, error) CheckTask(ctx context.Context, in *CheckTaskReq, opts ...grpc.CallOption) (*CheckTaskResp, error) ViewDetail(ctx context.Context, in *ViewDetailReq, opts ...grpc.CallOption) (*ViewDetailResp, error) }
PushClient is the client API for Push service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewPushClient ¶
func NewPushClient(cc grpc.ClientConnInterface) PushClient
type PushMessage ¶
type PushMessage struct { Duration string `protobuf:"bytes,1,opt,name=duration,proto3" json:"duration,omitempty"` Notification *PushMessage_Notification `protobuf:"bytes,2,opt,name=notification,proto3" json:"notification,omitempty"` Transmission string `protobuf:"bytes,3,opt,name=transmission,proto3" json:"transmission,omitempty"` Revoke *PushMessage_Revoke `protobuf:"bytes,4,opt,name=revoke,proto3" json:"revoke,omitempty"` // contains filtered or unexported fields }
func (*PushMessage) Descriptor
deprecated
func (*PushMessage) Descriptor() ([]byte, []int)
Deprecated: Use PushMessage.ProtoReflect.Descriptor instead.
func (*PushMessage) GetDuration ¶
func (x *PushMessage) GetDuration() string
func (*PushMessage) GetNotification ¶
func (x *PushMessage) GetNotification() *PushMessage_Notification
func (*PushMessage) GetRevoke ¶
func (x *PushMessage) GetRevoke() *PushMessage_Revoke
func (*PushMessage) GetTransmission ¶
func (x *PushMessage) GetTransmission() string
func (*PushMessage) ProtoMessage ¶
func (*PushMessage) ProtoMessage()
func (*PushMessage) ProtoReflect ¶
func (x *PushMessage) ProtoReflect() protoreflect.Message
func (*PushMessage) Reset ¶
func (x *PushMessage) Reset()
func (*PushMessage) String ¶
func (x *PushMessage) String() string
type PushMessage_Notification ¶
type PushMessage_Notification struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` Body string `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"` BigText string `protobuf:"bytes,3,opt,name=big_text,json=bigText,proto3" json:"big_text,omitempty"` BigImage string `protobuf:"bytes,4,opt,name=big_image,json=bigImage,proto3" json:"big_image,omitempty"` Logo string `protobuf:"bytes,5,opt,name=logo,proto3" json:"logo,omitempty"` LogoUrl string `protobuf:"bytes,6,opt,name=logo_url,json=logoUrl,proto3" json:"logo_url,omitempty"` ChannelId string `protobuf:"bytes,7,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` ChannelName string `protobuf:"bytes,8,opt,name=channel_name,json=channelName,proto3" json:"channel_name,omitempty"` ChannelLevel string `protobuf:"bytes,9,opt,name=channel_level,json=channelLevel,proto3" json:"channel_level,omitempty"` ClickType string `protobuf:"bytes,10,opt,name=click_type,json=clickType,proto3" json:"click_type,omitempty"` Intent string `protobuf:"bytes,11,opt,name=intent,proto3" json:"intent,omitempty"` Url string `protobuf:"bytes,12,opt,name=url,proto3" json:"url,omitempty"` Payload string `protobuf:"bytes,13,opt,name=payload,proto3" json:"payload,omitempty"` NotifyId int64 `protobuf:"varint,14,opt,name=notify_id,json=notifyId,proto3" json:"notify_id,omitempty"` RingName string `protobuf:"bytes,15,opt,name=ring_name,json=ringName,proto3" json:"ring_name,omitempty"` BadgeAddNum int32 `protobuf:"varint,16,opt,name=badge_add_num,json=badgeAddNum,proto3" json:"badge_add_num,omitempty"` ThreadId string `protobuf:"bytes,17,opt,name=thread_id,json=threadId,proto3" json:"thread_id,omitempty"` // contains filtered or unexported fields }
func (*PushMessage_Notification) Descriptor
deprecated
func (*PushMessage_Notification) Descriptor() ([]byte, []int)
Deprecated: Use PushMessage_Notification.ProtoReflect.Descriptor instead.
func (*PushMessage_Notification) GetBadgeAddNum ¶
func (x *PushMessage_Notification) GetBadgeAddNum() int32
func (*PushMessage_Notification) GetBigImage ¶
func (x *PushMessage_Notification) GetBigImage() string
func (*PushMessage_Notification) GetBigText ¶
func (x *PushMessage_Notification) GetBigText() string
func (*PushMessage_Notification) GetBody ¶
func (x *PushMessage_Notification) GetBody() string
func (*PushMessage_Notification) GetChannelId ¶
func (x *PushMessage_Notification) GetChannelId() string
func (*PushMessage_Notification) GetChannelLevel ¶
func (x *PushMessage_Notification) GetChannelLevel() string
func (*PushMessage_Notification) GetChannelName ¶
func (x *PushMessage_Notification) GetChannelName() string
func (*PushMessage_Notification) GetClickType ¶
func (x *PushMessage_Notification) GetClickType() string
func (*PushMessage_Notification) GetIntent ¶
func (x *PushMessage_Notification) GetIntent() string
func (*PushMessage_Notification) GetLogo ¶
func (x *PushMessage_Notification) GetLogo() string
func (*PushMessage_Notification) GetLogoUrl ¶
func (x *PushMessage_Notification) GetLogoUrl() string
func (*PushMessage_Notification) GetNotifyId ¶
func (x *PushMessage_Notification) GetNotifyId() int64
func (*PushMessage_Notification) GetPayload ¶
func (x *PushMessage_Notification) GetPayload() string
func (*PushMessage_Notification) GetRingName ¶
func (x *PushMessage_Notification) GetRingName() string
func (*PushMessage_Notification) GetThreadId ¶
func (x *PushMessage_Notification) GetThreadId() string
func (*PushMessage_Notification) GetTitle ¶
func (x *PushMessage_Notification) GetTitle() string
func (*PushMessage_Notification) GetUrl ¶
func (x *PushMessage_Notification) GetUrl() string
func (*PushMessage_Notification) ProtoMessage ¶
func (*PushMessage_Notification) ProtoMessage()
func (*PushMessage_Notification) ProtoReflect ¶
func (x *PushMessage_Notification) ProtoReflect() protoreflect.Message
func (*PushMessage_Notification) Reset ¶
func (x *PushMessage_Notification) Reset()
func (*PushMessage_Notification) String ¶
func (x *PushMessage_Notification) String() string
type PushMessage_Revoke ¶
type PushMessage_Revoke struct { OldTaskId string `protobuf:"bytes,1,opt,name=old_task_id,json=oldTaskId,proto3" json:"old_task_id,omitempty"` Force bool `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"` // contains filtered or unexported fields }
func (*PushMessage_Revoke) Descriptor
deprecated
func (*PushMessage_Revoke) Descriptor() ([]byte, []int)
Deprecated: Use PushMessage_Revoke.ProtoReflect.Descriptor instead.
func (*PushMessage_Revoke) GetForce ¶
func (x *PushMessage_Revoke) GetForce() bool
func (*PushMessage_Revoke) GetOldTaskId ¶
func (x *PushMessage_Revoke) GetOldTaskId() string
func (*PushMessage_Revoke) ProtoMessage ¶
func (*PushMessage_Revoke) ProtoMessage()
func (*PushMessage_Revoke) ProtoReflect ¶
func (x *PushMessage_Revoke) ProtoReflect() protoreflect.Message
func (*PushMessage_Revoke) Reset ¶
func (x *PushMessage_Revoke) Reset()
func (*PushMessage_Revoke) String ¶
func (x *PushMessage_Revoke) String() string
type PushServer ¶
type PushServer interface { PushToSingle(context.Context, *PushToSingleReq) (*PushToSingleResp, error) CreateTask(context.Context, *CreateTaskReq) (*CreateTaskResp, error) PushToList(context.Context, *PushToListReq) (*PushToListResp, error) PushToApp(context.Context, *PushToAppReq) (*PushToAppResp, error) StopTask(context.Context, *StopTaskReq) (*StopTaskResp, error) RemoveTask(context.Context, *RemoveTaskReq) (*RemoveTaskResp, error) CheckTask(context.Context, *CheckTaskReq) (*CheckTaskResp, error) ViewDetail(context.Context, *ViewDetailReq) (*ViewDetailResp, error) // contains filtered or unexported methods }
PushServer is the server API for Push service. All implementations must embed UnimplementedPushServer for forward compatibility
type PushToAppReq ¶
type PushToAppReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` Msg *AppMsg `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"` // contains filtered or unexported fields }
func (*PushToAppReq) Descriptor
deprecated
func (*PushToAppReq) Descriptor() ([]byte, []int)
Deprecated: Use PushToAppReq.ProtoReflect.Descriptor instead.
func (*PushToAppReq) GetBundleId ¶
func (x *PushToAppReq) GetBundleId() string
func (*PushToAppReq) GetMsg ¶
func (x *PushToAppReq) GetMsg() *AppMsg
func (*PushToAppReq) GetPushAgent ¶
func (x *PushToAppReq) GetPushAgent() string
func (*PushToAppReq) ProtoMessage ¶
func (*PushToAppReq) ProtoMessage()
func (*PushToAppReq) ProtoReflect ¶
func (x *PushToAppReq) ProtoReflect() protoreflect.Message
func (*PushToAppReq) Reset ¶
func (x *PushToAppReq) Reset()
func (*PushToAppReq) String ¶
func (x *PushToAppReq) String() string
type PushToAppResp ¶
type PushToAppResp struct { TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // contains filtered or unexported fields }
func (*PushToAppResp) Descriptor
deprecated
func (*PushToAppResp) Descriptor() ([]byte, []int)
Deprecated: Use PushToAppResp.ProtoReflect.Descriptor instead.
func (*PushToAppResp) GetTaskId ¶
func (x *PushToAppResp) GetTaskId() string
func (*PushToAppResp) ProtoMessage ¶
func (*PushToAppResp) ProtoMessage()
func (*PushToAppResp) ProtoReflect ¶
func (x *PushToAppResp) ProtoReflect() protoreflect.Message
func (*PushToAppResp) Reset ¶
func (x *PushToAppResp) Reset()
func (*PushToAppResp) String ¶
func (x *PushToAppResp) String() string
type PushToListReq ¶
type PushToListReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` Msg *ListMsg `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"` IsAsync bool `protobuf:"varint,4,opt,name=is_async,json=isAsync,proto3" json:"is_async,omitempty"` // contains filtered or unexported fields }
func (*PushToListReq) Descriptor
deprecated
func (*PushToListReq) Descriptor() ([]byte, []int)
Deprecated: Use PushToListReq.ProtoReflect.Descriptor instead.
func (*PushToListReq) GetBundleId ¶
func (x *PushToListReq) GetBundleId() string
func (*PushToListReq) GetIsAsync ¶
func (x *PushToListReq) GetIsAsync() bool
func (*PushToListReq) GetMsg ¶
func (x *PushToListReq) GetMsg() *ListMsg
func (*PushToListReq) GetPushAgent ¶
func (x *PushToListReq) GetPushAgent() string
func (*PushToListReq) ProtoMessage ¶
func (*PushToListReq) ProtoMessage()
func (*PushToListReq) ProtoReflect ¶
func (x *PushToListReq) ProtoReflect() protoreflect.Message
func (*PushToListReq) Reset ¶
func (x *PushToListReq) Reset()
func (*PushToListReq) String ¶
func (x *PushToListReq) String() string
type PushToListResp ¶
type PushToListResp struct { Receipt *Receipt `protobuf:"bytes,1,opt,name=receipt,proto3" json:"receipt,omitempty"` // contains filtered or unexported fields }
func (*PushToListResp) Descriptor
deprecated
func (*PushToListResp) Descriptor() ([]byte, []int)
Deprecated: Use PushToListResp.ProtoReflect.Descriptor instead.
func (*PushToListResp) GetReceipt ¶
func (x *PushToListResp) GetReceipt() *Receipt
func (*PushToListResp) ProtoMessage ¶
func (*PushToListResp) ProtoMessage()
func (*PushToListResp) ProtoReflect ¶
func (x *PushToListResp) ProtoReflect() protoreflect.Message
func (*PushToListResp) Reset ¶
func (x *PushToListResp) Reset()
func (*PushToListResp) String ¶
func (x *PushToListResp) String() string
type PushToSingleReq ¶
type PushToSingleReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` MsgList []*SingleMsg `protobuf:"bytes,3,rep,name=msg_list,json=msgList,proto3" json:"msg_list,omitempty"` IsAsync bool `protobuf:"varint,4,opt,name=is_async,json=isAsync,proto3" json:"is_async,omitempty"` // contains filtered or unexported fields }
func (*PushToSingleReq) Descriptor
deprecated
func (*PushToSingleReq) Descriptor() ([]byte, []int)
Deprecated: Use PushToSingleReq.ProtoReflect.Descriptor instead.
func (*PushToSingleReq) GetBundleId ¶
func (x *PushToSingleReq) GetBundleId() string
func (*PushToSingleReq) GetIsAsync ¶
func (x *PushToSingleReq) GetIsAsync() bool
func (*PushToSingleReq) GetMsgList ¶
func (x *PushToSingleReq) GetMsgList() []*SingleMsg
func (*PushToSingleReq) GetPushAgent ¶
func (x *PushToSingleReq) GetPushAgent() string
func (*PushToSingleReq) ProtoMessage ¶
func (*PushToSingleReq) ProtoMessage()
func (*PushToSingleReq) ProtoReflect ¶
func (x *PushToSingleReq) ProtoReflect() protoreflect.Message
func (*PushToSingleReq) Reset ¶
func (x *PushToSingleReq) Reset()
func (*PushToSingleReq) String ¶
func (x *PushToSingleReq) String() string
type PushToSingleResp ¶
type PushToSingleResp struct { ReceiptList []*Receipt `protobuf:"bytes,1,rep,name=receipt_list,json=receiptList,proto3" json:"receipt_list,omitempty"` // contains filtered or unexported fields }
func (*PushToSingleResp) Descriptor
deprecated
func (*PushToSingleResp) Descriptor() ([]byte, []int)
Deprecated: Use PushToSingleResp.ProtoReflect.Descriptor instead.
func (*PushToSingleResp) GetReceiptList ¶
func (x *PushToSingleResp) GetReceiptList() []*Receipt
func (*PushToSingleResp) ProtoMessage ¶
func (*PushToSingleResp) ProtoMessage()
func (*PushToSingleResp) ProtoReflect ¶
func (x *PushToSingleResp) ProtoReflect() protoreflect.Message
func (*PushToSingleResp) Reset ¶
func (x *PushToSingleResp) Reset()
func (*PushToSingleResp) String ¶
func (x *PushToSingleResp) String() string
type QueryAliasReq ¶
type QueryAliasReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` CId string `protobuf:"bytes,3,opt,name=c_id,json=cId,proto3" json:"c_id,omitempty"` // contains filtered or unexported fields }
func (*QueryAliasReq) Descriptor
deprecated
func (*QueryAliasReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryAliasReq.ProtoReflect.Descriptor instead.
func (*QueryAliasReq) GetBundleId ¶
func (x *QueryAliasReq) GetBundleId() string
func (*QueryAliasReq) GetCId ¶
func (x *QueryAliasReq) GetCId() string
func (*QueryAliasReq) GetPushAgent ¶
func (x *QueryAliasReq) GetPushAgent() string
func (*QueryAliasReq) ProtoMessage ¶
func (*QueryAliasReq) ProtoMessage()
func (*QueryAliasReq) ProtoReflect ¶
func (x *QueryAliasReq) ProtoReflect() protoreflect.Message
func (*QueryAliasReq) Reset ¶
func (x *QueryAliasReq) Reset()
func (*QueryAliasReq) String ¶
func (x *QueryAliasReq) String() string
type QueryAliasResp ¶
type QueryAliasResp struct { Alias string `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"` // contains filtered or unexported fields }
func (*QueryAliasResp) Descriptor
deprecated
func (*QueryAliasResp) Descriptor() ([]byte, []int)
Deprecated: Use QueryAliasResp.ProtoReflect.Descriptor instead.
func (*QueryAliasResp) GetAlias ¶
func (x *QueryAliasResp) GetAlias() string
func (*QueryAliasResp) ProtoMessage ¶
func (*QueryAliasResp) ProtoMessage()
func (*QueryAliasResp) ProtoReflect ¶
func (x *QueryAliasResp) ProtoReflect() protoreflect.Message
func (*QueryAliasResp) Reset ¶
func (x *QueryAliasResp) Reset()
func (*QueryAliasResp) String ¶
func (x *QueryAliasResp) String() string
type QueryCidReq ¶
type QueryCidReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` Alias string `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"` // contains filtered or unexported fields }
func (*QueryCidReq) Descriptor
deprecated
func (*QueryCidReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryCidReq.ProtoReflect.Descriptor instead.
func (*QueryCidReq) GetAlias ¶
func (x *QueryCidReq) GetAlias() string
func (*QueryCidReq) GetBundleId ¶
func (x *QueryCidReq) GetBundleId() string
func (*QueryCidReq) GetPushAgent ¶
func (x *QueryCidReq) GetPushAgent() string
func (*QueryCidReq) ProtoMessage ¶
func (*QueryCidReq) ProtoMessage()
func (*QueryCidReq) ProtoReflect ¶
func (x *QueryCidReq) ProtoReflect() protoreflect.Message
func (*QueryCidReq) Reset ¶
func (x *QueryCidReq) Reset()
func (*QueryCidReq) String ¶
func (x *QueryCidReq) String() string
type QueryCidResp ¶
type QueryCidResp struct { CIdList []string `protobuf:"bytes,1,rep,name=c_id_list,json=cIdList,proto3" json:"c_id_list,omitempty"` // contains filtered or unexported fields }
func (*QueryCidResp) Descriptor
deprecated
func (*QueryCidResp) Descriptor() ([]byte, []int)
Deprecated: Use QueryCidResp.ProtoReflect.Descriptor instead.
func (*QueryCidResp) GetCIdList ¶
func (x *QueryCidResp) GetCIdList() []string
func (*QueryCidResp) ProtoMessage ¶
func (*QueryCidResp) ProtoMessage()
func (*QueryCidResp) ProtoReflect ¶
func (x *QueryCidResp) ProtoReflect() protoreflect.Message
func (*QueryCidResp) Reset ¶
func (x *QueryCidResp) Reset()
func (*QueryCidResp) String ¶
func (x *QueryCidResp) String() string
type QueryDeviceStatusReq ¶
type QueryDeviceStatusReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` CIdList []string `protobuf:"bytes,3,rep,name=c_id_list,json=cIdList,proto3" json:"c_id_list,omitempty"` // contains filtered or unexported fields }
func (*QueryDeviceStatusReq) Descriptor
deprecated
func (*QueryDeviceStatusReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryDeviceStatusReq.ProtoReflect.Descriptor instead.
func (*QueryDeviceStatusReq) GetBundleId ¶
func (x *QueryDeviceStatusReq) GetBundleId() string
func (*QueryDeviceStatusReq) GetCIdList ¶
func (x *QueryDeviceStatusReq) GetCIdList() []string
func (*QueryDeviceStatusReq) GetPushAgent ¶
func (x *QueryDeviceStatusReq) GetPushAgent() string
func (*QueryDeviceStatusReq) ProtoMessage ¶
func (*QueryDeviceStatusReq) ProtoMessage()
func (*QueryDeviceStatusReq) ProtoReflect ¶
func (x *QueryDeviceStatusReq) ProtoReflect() protoreflect.Message
func (*QueryDeviceStatusReq) Reset ¶
func (x *QueryDeviceStatusReq) Reset()
func (*QueryDeviceStatusReq) String ¶
func (x *QueryDeviceStatusReq) String() string
type QueryDeviceStatusResp ¶
type QueryDeviceStatusResp struct { StatusList []*QueryDeviceStatusResp_DeviceStatus `protobuf:"bytes,1,rep,name=status_list,json=statusList,proto3" json:"status_list,omitempty"` // contains filtered or unexported fields }
func (*QueryDeviceStatusResp) Descriptor
deprecated
func (*QueryDeviceStatusResp) Descriptor() ([]byte, []int)
Deprecated: Use QueryDeviceStatusResp.ProtoReflect.Descriptor instead.
func (*QueryDeviceStatusResp) GetStatusList ¶
func (x *QueryDeviceStatusResp) GetStatusList() []*QueryDeviceStatusResp_DeviceStatus
func (*QueryDeviceStatusResp) ProtoMessage ¶
func (*QueryDeviceStatusResp) ProtoMessage()
func (*QueryDeviceStatusResp) ProtoReflect ¶
func (x *QueryDeviceStatusResp) ProtoReflect() protoreflect.Message
func (*QueryDeviceStatusResp) Reset ¶
func (x *QueryDeviceStatusResp) Reset()
func (*QueryDeviceStatusResp) String ¶
func (x *QueryDeviceStatusResp) String() string
type QueryDeviceStatusResp_DeviceStatus ¶
type QueryDeviceStatusResp_DeviceStatus struct { CId string `protobuf:"bytes,1,opt,name=c_id,json=cId,proto3" json:"c_id,omitempty"` Available bool `protobuf:"varint,2,opt,name=available,proto3" json:"available,omitempty"` CIdStatus string `protobuf:"bytes,3,opt,name=c_id_status,json=cIdStatus,proto3" json:"c_id_status,omitempty"` DeviceStatus string `protobuf:"bytes,4,opt,name=device_status,json=deviceStatus,proto3" json:"device_status,omitempty"` // contains filtered or unexported fields }
func (*QueryDeviceStatusResp_DeviceStatus) Descriptor
deprecated
func (*QueryDeviceStatusResp_DeviceStatus) Descriptor() ([]byte, []int)
Deprecated: Use QueryDeviceStatusResp_DeviceStatus.ProtoReflect.Descriptor instead.
func (*QueryDeviceStatusResp_DeviceStatus) GetAvailable ¶
func (x *QueryDeviceStatusResp_DeviceStatus) GetAvailable() bool
func (*QueryDeviceStatusResp_DeviceStatus) GetCId ¶
func (x *QueryDeviceStatusResp_DeviceStatus) GetCId() string
func (*QueryDeviceStatusResp_DeviceStatus) GetCIdStatus ¶
func (x *QueryDeviceStatusResp_DeviceStatus) GetCIdStatus() string
func (*QueryDeviceStatusResp_DeviceStatus) GetDeviceStatus ¶
func (x *QueryDeviceStatusResp_DeviceStatus) GetDeviceStatus() string
func (*QueryDeviceStatusResp_DeviceStatus) ProtoMessage ¶
func (*QueryDeviceStatusResp_DeviceStatus) ProtoMessage()
func (*QueryDeviceStatusResp_DeviceStatus) ProtoReflect ¶
func (x *QueryDeviceStatusResp_DeviceStatus) ProtoReflect() protoreflect.Message
func (*QueryDeviceStatusResp_DeviceStatus) Reset ¶
func (x *QueryDeviceStatusResp_DeviceStatus) Reset()
func (*QueryDeviceStatusResp_DeviceStatus) String ¶
func (x *QueryDeviceStatusResp_DeviceStatus) String() string
type QueryUserCountReq ¶
type QueryUserCountReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` TagList []*QueryUserCountReq_Tag `protobuf:"bytes,3,rep,name=tag_list,json=tagList,proto3" json:"tag_list,omitempty"` // contains filtered or unexported fields }
func (*QueryUserCountReq) Descriptor
deprecated
func (*QueryUserCountReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryUserCountReq.ProtoReflect.Descriptor instead.
func (*QueryUserCountReq) GetBundleId ¶
func (x *QueryUserCountReq) GetBundleId() string
func (*QueryUserCountReq) GetPushAgent ¶
func (x *QueryUserCountReq) GetPushAgent() string
func (*QueryUserCountReq) GetTagList ¶
func (x *QueryUserCountReq) GetTagList() []*QueryUserCountReq_Tag
func (*QueryUserCountReq) ProtoMessage ¶
func (*QueryUserCountReq) ProtoMessage()
func (*QueryUserCountReq) ProtoReflect ¶
func (x *QueryUserCountReq) ProtoReflect() protoreflect.Message
func (*QueryUserCountReq) Reset ¶
func (x *QueryUserCountReq) Reset()
func (*QueryUserCountReq) String ¶
func (x *QueryUserCountReq) String() string
type QueryUserCountReq_Tag ¶
type QueryUserCountReq_Tag struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` OptType string `protobuf:"bytes,3,opt,name=opt_type,json=optType,proto3" json:"opt_type,omitempty"` // contains filtered or unexported fields }
func (*QueryUserCountReq_Tag) Descriptor
deprecated
func (*QueryUserCountReq_Tag) Descriptor() ([]byte, []int)
Deprecated: Use QueryUserCountReq_Tag.ProtoReflect.Descriptor instead.
func (*QueryUserCountReq_Tag) GetKey ¶
func (x *QueryUserCountReq_Tag) GetKey() string
func (*QueryUserCountReq_Tag) GetOptType ¶
func (x *QueryUserCountReq_Tag) GetOptType() string
func (*QueryUserCountReq_Tag) GetValues ¶
func (x *QueryUserCountReq_Tag) GetValues() []string
func (*QueryUserCountReq_Tag) ProtoMessage ¶
func (*QueryUserCountReq_Tag) ProtoMessage()
func (*QueryUserCountReq_Tag) ProtoReflect ¶
func (x *QueryUserCountReq_Tag) ProtoReflect() protoreflect.Message
func (*QueryUserCountReq_Tag) Reset ¶
func (x *QueryUserCountReq_Tag) Reset()
func (*QueryUserCountReq_Tag) String ¶
func (x *QueryUserCountReq_Tag) String() string
type QueryUserCountResp ¶
type QueryUserCountResp struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*QueryUserCountResp) Descriptor
deprecated
func (*QueryUserCountResp) Descriptor() ([]byte, []int)
Deprecated: Use QueryUserCountResp.ProtoReflect.Descriptor instead.
func (*QueryUserCountResp) GetCount ¶
func (x *QueryUserCountResp) GetCount() int32
func (*QueryUserCountResp) ProtoMessage ¶
func (*QueryUserCountResp) ProtoMessage()
func (*QueryUserCountResp) ProtoReflect ¶
func (x *QueryUserCountResp) ProtoReflect() protoreflect.Message
func (*QueryUserCountResp) Reset ¶
func (x *QueryUserCountResp) Reset()
func (*QueryUserCountResp) String ¶
func (x *QueryUserCountResp) String() string
type QueryUserInfoReq ¶
type QueryUserInfoReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` CIdList []string `protobuf:"bytes,3,rep,name=c_id_list,json=cIdList,proto3" json:"c_id_list,omitempty"` // contains filtered or unexported fields }
func (*QueryUserInfoReq) Descriptor
deprecated
func (*QueryUserInfoReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryUserInfoReq.ProtoReflect.Descriptor instead.
func (*QueryUserInfoReq) GetBundleId ¶
func (x *QueryUserInfoReq) GetBundleId() string
func (*QueryUserInfoReq) GetCIdList ¶
func (x *QueryUserInfoReq) GetCIdList() []string
func (*QueryUserInfoReq) GetPushAgent ¶
func (x *QueryUserInfoReq) GetPushAgent() string
func (*QueryUserInfoReq) ProtoMessage ¶
func (*QueryUserInfoReq) ProtoMessage()
func (*QueryUserInfoReq) ProtoReflect ¶
func (x *QueryUserInfoReq) ProtoReflect() protoreflect.Message
func (*QueryUserInfoReq) Reset ¶
func (x *QueryUserInfoReq) Reset()
func (*QueryUserInfoReq) String ¶
func (x *QueryUserInfoReq) String() string
type QueryUserInfoResp ¶
type QueryUserInfoResp struct { InvalidList []string `protobuf:"bytes,1,rep,name=invalid_list,json=invalidList,proto3" json:"invalid_list,omitempty"` UserInfoList []*QueryUserInfoResp_UserInfo `protobuf:"bytes,2,rep,name=user_info_list,json=userInfoList,proto3" json:"user_info_list,omitempty"` // contains filtered or unexported fields }
func (*QueryUserInfoResp) Descriptor
deprecated
func (*QueryUserInfoResp) Descriptor() ([]byte, []int)
Deprecated: Use QueryUserInfoResp.ProtoReflect.Descriptor instead.
func (*QueryUserInfoResp) GetInvalidList ¶
func (x *QueryUserInfoResp) GetInvalidList() []string
func (*QueryUserInfoResp) GetUserInfoList ¶
func (x *QueryUserInfoResp) GetUserInfoList() []*QueryUserInfoResp_UserInfo
func (*QueryUserInfoResp) ProtoMessage ¶
func (*QueryUserInfoResp) ProtoMessage()
func (*QueryUserInfoResp) ProtoReflect ¶
func (x *QueryUserInfoResp) ProtoReflect() protoreflect.Message
func (*QueryUserInfoResp) Reset ¶
func (x *QueryUserInfoResp) Reset()
func (*QueryUserInfoResp) String ¶
func (x *QueryUserInfoResp) String() string
type QueryUserInfoResp_UserInfo ¶
type QueryUserInfoResp_UserInfo struct { CId string `protobuf:"bytes,1,opt,name=c_id,json=cId,proto3" json:"c_id,omitempty"` ClientAppId string `protobuf:"bytes,2,opt,name=client_app_id,json=clientAppId,proto3" json:"client_app_id,omitempty"` PackageName string `protobuf:"bytes,3,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"` DeviceToken string `protobuf:"bytes,4,opt,name=device_token,json=deviceToken,proto3" json:"device_token,omitempty"` PhoneType int32 `protobuf:"varint,5,opt,name=phone_type,json=phoneType,proto3" json:"phone_type,omitempty"` PhoneModel string `protobuf:"bytes,6,opt,name=phone_model,json=phoneModel,proto3" json:"phone_model,omitempty"` NotificationSwitch bool `protobuf:"varint,7,opt,name=notification_switch,json=notificationSwitch,proto3" json:"notification_switch,omitempty"` CreateTime string `protobuf:"bytes,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` LoginFreq int32 `protobuf:"varint,9,opt,name=login_freq,json=loginFreq,proto3" json:"login_freq,omitempty"` // contains filtered or unexported fields }
func (*QueryUserInfoResp_UserInfo) Descriptor
deprecated
func (*QueryUserInfoResp_UserInfo) Descriptor() ([]byte, []int)
Deprecated: Use QueryUserInfoResp_UserInfo.ProtoReflect.Descriptor instead.
func (*QueryUserInfoResp_UserInfo) GetCId ¶
func (x *QueryUserInfoResp_UserInfo) GetCId() string
func (*QueryUserInfoResp_UserInfo) GetClientAppId ¶
func (x *QueryUserInfoResp_UserInfo) GetClientAppId() string
func (*QueryUserInfoResp_UserInfo) GetCreateTime ¶
func (x *QueryUserInfoResp_UserInfo) GetCreateTime() string
func (*QueryUserInfoResp_UserInfo) GetDeviceToken ¶
func (x *QueryUserInfoResp_UserInfo) GetDeviceToken() string
func (*QueryUserInfoResp_UserInfo) GetLoginFreq ¶
func (x *QueryUserInfoResp_UserInfo) GetLoginFreq() int32
func (*QueryUserInfoResp_UserInfo) GetNotificationSwitch ¶
func (x *QueryUserInfoResp_UserInfo) GetNotificationSwitch() bool
func (*QueryUserInfoResp_UserInfo) GetPackageName ¶
func (x *QueryUserInfoResp_UserInfo) GetPackageName() string
func (*QueryUserInfoResp_UserInfo) GetPhoneModel ¶
func (x *QueryUserInfoResp_UserInfo) GetPhoneModel() string
func (*QueryUserInfoResp_UserInfo) GetPhoneType ¶
func (x *QueryUserInfoResp_UserInfo) GetPhoneType() int32
func (*QueryUserInfoResp_UserInfo) ProtoMessage ¶
func (*QueryUserInfoResp_UserInfo) ProtoMessage()
func (*QueryUserInfoResp_UserInfo) ProtoReflect ¶
func (x *QueryUserInfoResp_UserInfo) ProtoReflect() protoreflect.Message
func (*QueryUserInfoResp_UserInfo) Reset ¶
func (x *QueryUserInfoResp_UserInfo) Reset()
func (*QueryUserInfoResp_UserInfo) String ¶
func (x *QueryUserInfoResp_UserInfo) String() string
type QueryUserStatusReq ¶
type QueryUserStatusReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` CIdList []string `protobuf:"bytes,3,rep,name=c_id_list,json=cIdList,proto3" json:"c_id_list,omitempty"` // contains filtered or unexported fields }
func (*QueryUserStatusReq) Descriptor
deprecated
func (*QueryUserStatusReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryUserStatusReq.ProtoReflect.Descriptor instead.
func (*QueryUserStatusReq) GetBundleId ¶
func (x *QueryUserStatusReq) GetBundleId() string
func (*QueryUserStatusReq) GetCIdList ¶
func (x *QueryUserStatusReq) GetCIdList() []string
func (*QueryUserStatusReq) GetPushAgent ¶
func (x *QueryUserStatusReq) GetPushAgent() string
func (*QueryUserStatusReq) ProtoMessage ¶
func (*QueryUserStatusReq) ProtoMessage()
func (*QueryUserStatusReq) ProtoReflect ¶
func (x *QueryUserStatusReq) ProtoReflect() protoreflect.Message
func (*QueryUserStatusReq) Reset ¶
func (x *QueryUserStatusReq) Reset()
func (*QueryUserStatusReq) String ¶
func (x *QueryUserStatusReq) String() string
type QueryUserStatusResp ¶
type QueryUserStatusResp struct { StatusList []*QueryUserStatusResp_UserStatus `protobuf:"bytes,1,rep,name=status_list,json=statusList,proto3" json:"status_list,omitempty"` // contains filtered or unexported fields }
func (*QueryUserStatusResp) Descriptor
deprecated
func (*QueryUserStatusResp) Descriptor() ([]byte, []int)
Deprecated: Use QueryUserStatusResp.ProtoReflect.Descriptor instead.
func (*QueryUserStatusResp) GetStatusList ¶
func (x *QueryUserStatusResp) GetStatusList() []*QueryUserStatusResp_UserStatus
func (*QueryUserStatusResp) ProtoMessage ¶
func (*QueryUserStatusResp) ProtoMessage()
func (*QueryUserStatusResp) ProtoReflect ¶
func (x *QueryUserStatusResp) ProtoReflect() protoreflect.Message
func (*QueryUserStatusResp) Reset ¶
func (x *QueryUserStatusResp) Reset()
func (*QueryUserStatusResp) String ¶
func (x *QueryUserStatusResp) String() string
type QueryUserStatusResp_UserStatus ¶
type QueryUserStatusResp_UserStatus struct { CId string `protobuf:"bytes,1,opt,name=c_id,json=cId,proto3" json:"c_id,omitempty"` LastLoginTime string `protobuf:"bytes,2,opt,name=last_login_time,json=lastLoginTime,proto3" json:"last_login_time,omitempty"` Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*QueryUserStatusResp_UserStatus) Descriptor
deprecated
func (*QueryUserStatusResp_UserStatus) Descriptor() ([]byte, []int)
Deprecated: Use QueryUserStatusResp_UserStatus.ProtoReflect.Descriptor instead.
func (*QueryUserStatusResp_UserStatus) GetCId ¶
func (x *QueryUserStatusResp_UserStatus) GetCId() string
func (*QueryUserStatusResp_UserStatus) GetLastLoginTime ¶
func (x *QueryUserStatusResp_UserStatus) GetLastLoginTime() string
func (*QueryUserStatusResp_UserStatus) GetStatus ¶
func (x *QueryUserStatusResp_UserStatus) GetStatus() string
func (*QueryUserStatusResp_UserStatus) ProtoMessage ¶
func (*QueryUserStatusResp_UserStatus) ProtoMessage()
func (*QueryUserStatusResp_UserStatus) ProtoReflect ¶
func (x *QueryUserStatusResp_UserStatus) ProtoReflect() protoreflect.Message
func (*QueryUserStatusResp_UserStatus) Reset ¶
func (x *QueryUserStatusResp_UserStatus) Reset()
func (*QueryUserStatusResp_UserStatus) String ¶
func (x *QueryUserStatusResp_UserStatus) String() string
type QueryUserTagReq ¶
type QueryUserTagReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` CId string `protobuf:"bytes,3,opt,name=c_id,json=cId,proto3" json:"c_id,omitempty"` // contains filtered or unexported fields }
func (*QueryUserTagReq) Descriptor
deprecated
func (*QueryUserTagReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryUserTagReq.ProtoReflect.Descriptor instead.
func (*QueryUserTagReq) GetBundleId ¶
func (x *QueryUserTagReq) GetBundleId() string
func (*QueryUserTagReq) GetCId ¶
func (x *QueryUserTagReq) GetCId() string
func (*QueryUserTagReq) GetPushAgent ¶
func (x *QueryUserTagReq) GetPushAgent() string
func (*QueryUserTagReq) ProtoMessage ¶
func (*QueryUserTagReq) ProtoMessage()
func (*QueryUserTagReq) ProtoReflect ¶
func (x *QueryUserTagReq) ProtoReflect() protoreflect.Message
func (*QueryUserTagReq) Reset ¶
func (x *QueryUserTagReq) Reset()
func (*QueryUserTagReq) String ¶
func (x *QueryUserTagReq) String() string
type QueryUserTagResp ¶
type QueryUserTagResp struct { TagList []string `protobuf:"bytes,1,rep,name=tag_list,json=tagList,proto3" json:"tag_list,omitempty"` // contains filtered or unexported fields }
func (*QueryUserTagResp) Descriptor
deprecated
func (*QueryUserTagResp) Descriptor() ([]byte, []int)
Deprecated: Use QueryUserTagResp.ProtoReflect.Descriptor instead.
func (*QueryUserTagResp) GetTagList ¶
func (x *QueryUserTagResp) GetTagList() []string
func (*QueryUserTagResp) ProtoMessage ¶
func (*QueryUserTagResp) ProtoMessage()
func (*QueryUserTagResp) ProtoReflect ¶
func (x *QueryUserTagResp) ProtoReflect() protoreflect.Message
func (*QueryUserTagResp) Reset ¶
func (x *QueryUserTagResp) Reset()
func (*QueryUserTagResp) String ¶
func (x *QueryUserTagResp) String() string
type Receipt ¶
type Receipt struct { TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` DetailList []*Receipt_Detail `protobuf:"bytes,2,rep,name=detail_list,json=detailList,proto3" json:"detail_list,omitempty"` // contains filtered or unexported fields }
func (*Receipt) Descriptor
deprecated
func (*Receipt) GetDetailList ¶
func (x *Receipt) GetDetailList() []*Receipt_Detail
func (*Receipt) ProtoMessage ¶
func (*Receipt) ProtoMessage()
func (*Receipt) ProtoReflect ¶
func (x *Receipt) ProtoReflect() protoreflect.Message
type Receipt_Detail ¶
type Receipt_Detail struct { Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*Receipt_Detail) Descriptor
deprecated
func (*Receipt_Detail) Descriptor() ([]byte, []int)
Deprecated: Use Receipt_Detail.ProtoReflect.Descriptor instead.
func (*Receipt_Detail) GetCid ¶
func (x *Receipt_Detail) GetCid() string
func (*Receipt_Detail) GetStatus ¶
func (x *Receipt_Detail) GetStatus() string
func (*Receipt_Detail) ProtoMessage ¶
func (*Receipt_Detail) ProtoMessage()
func (*Receipt_Detail) ProtoReflect ¶
func (x *Receipt_Detail) ProtoReflect() protoreflect.Message
func (*Receipt_Detail) Reset ¶
func (x *Receipt_Detail) Reset()
func (*Receipt_Detail) String ¶
func (x *Receipt_Detail) String() string
type RemoveTaskReq ¶
type RemoveTaskReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` TaskId string `protobuf:"bytes,3,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // contains filtered or unexported fields }
func (*RemoveTaskReq) Descriptor
deprecated
func (*RemoveTaskReq) Descriptor() ([]byte, []int)
Deprecated: Use RemoveTaskReq.ProtoReflect.Descriptor instead.
func (*RemoveTaskReq) GetBundleId ¶
func (x *RemoveTaskReq) GetBundleId() string
func (*RemoveTaskReq) GetPushAgent ¶
func (x *RemoveTaskReq) GetPushAgent() string
func (*RemoveTaskReq) GetTaskId ¶
func (x *RemoveTaskReq) GetTaskId() string
func (*RemoveTaskReq) ProtoMessage ¶
func (*RemoveTaskReq) ProtoMessage()
func (*RemoveTaskReq) ProtoReflect ¶
func (x *RemoveTaskReq) ProtoReflect() protoreflect.Message
func (*RemoveTaskReq) Reset ¶
func (x *RemoveTaskReq) Reset()
func (*RemoveTaskReq) String ¶
func (x *RemoveTaskReq) String() string
type RemoveTaskResp ¶
type RemoveTaskResp struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // contains filtered or unexported fields }
func (*RemoveTaskResp) Descriptor
deprecated
func (*RemoveTaskResp) Descriptor() ([]byte, []int)
Deprecated: Use RemoveTaskResp.ProtoReflect.Descriptor instead.
func (*RemoveTaskResp) GetSuccess ¶
func (x *RemoveTaskResp) GetSuccess() bool
func (*RemoveTaskResp) ProtoMessage ¶
func (*RemoveTaskResp) ProtoMessage()
func (*RemoveTaskResp) ProtoReflect ¶
func (x *RemoveTaskResp) ProtoReflect() protoreflect.Message
func (*RemoveTaskResp) Reset ¶
func (x *RemoveTaskResp) Reset()
func (*RemoveTaskResp) String ¶
func (x *RemoveTaskResp) String() string
type RevokeAliasReq ¶
type RevokeAliasReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` Alias string `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"` // contains filtered or unexported fields }
func (*RevokeAliasReq) Descriptor
deprecated
func (*RevokeAliasReq) Descriptor() ([]byte, []int)
Deprecated: Use RevokeAliasReq.ProtoReflect.Descriptor instead.
func (*RevokeAliasReq) GetAlias ¶
func (x *RevokeAliasReq) GetAlias() string
func (*RevokeAliasReq) GetBundleId ¶
func (x *RevokeAliasReq) GetBundleId() string
func (*RevokeAliasReq) GetPushAgent ¶
func (x *RevokeAliasReq) GetPushAgent() string
func (*RevokeAliasReq) ProtoMessage ¶
func (*RevokeAliasReq) ProtoMessage()
func (*RevokeAliasReq) ProtoReflect ¶
func (x *RevokeAliasReq) ProtoReflect() protoreflect.Message
func (*RevokeAliasReq) Reset ¶
func (x *RevokeAliasReq) Reset()
func (*RevokeAliasReq) String ¶
func (x *RevokeAliasReq) String() string
type RevokeAliasResp ¶
type RevokeAliasResp struct {
// contains filtered or unexported fields
}
func (*RevokeAliasResp) Descriptor
deprecated
func (*RevokeAliasResp) Descriptor() ([]byte, []int)
Deprecated: Use RevokeAliasResp.ProtoReflect.Descriptor instead.
func (*RevokeAliasResp) ProtoMessage ¶
func (*RevokeAliasResp) ProtoMessage()
func (*RevokeAliasResp) ProtoReflect ¶
func (x *RevokeAliasResp) ProtoReflect() protoreflect.Message
func (*RevokeAliasResp) Reset ¶
func (x *RevokeAliasResp) Reset()
func (*RevokeAliasResp) String ¶
func (x *RevokeAliasResp) String() string
type SetPushBadgeReq ¶
type SetPushBadgeReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` CIdList []string `protobuf:"bytes,3,rep,name=c_id_list,json=cIdList,proto3" json:"c_id_list,omitempty"` Operation string `protobuf:"bytes,4,opt,name=operation,proto3" json:"operation,omitempty"` // contains filtered or unexported fields }
func (*SetPushBadgeReq) Descriptor
deprecated
func (*SetPushBadgeReq) Descriptor() ([]byte, []int)
Deprecated: Use SetPushBadgeReq.ProtoReflect.Descriptor instead.
func (*SetPushBadgeReq) GetBundleId ¶
func (x *SetPushBadgeReq) GetBundleId() string
func (*SetPushBadgeReq) GetCIdList ¶
func (x *SetPushBadgeReq) GetCIdList() []string
func (*SetPushBadgeReq) GetOperation ¶
func (x *SetPushBadgeReq) GetOperation() string
func (*SetPushBadgeReq) GetPushAgent ¶
func (x *SetPushBadgeReq) GetPushAgent() string
func (*SetPushBadgeReq) ProtoMessage ¶
func (*SetPushBadgeReq) ProtoMessage()
func (*SetPushBadgeReq) ProtoReflect ¶
func (x *SetPushBadgeReq) ProtoReflect() protoreflect.Message
func (*SetPushBadgeReq) Reset ¶
func (x *SetPushBadgeReq) Reset()
func (*SetPushBadgeReq) String ¶
func (x *SetPushBadgeReq) String() string
type SetPushBadgeResp ¶
type SetPushBadgeResp struct {
// contains filtered or unexported fields
}
func (*SetPushBadgeResp) Descriptor
deprecated
func (*SetPushBadgeResp) Descriptor() ([]byte, []int)
Deprecated: Use SetPushBadgeResp.ProtoReflect.Descriptor instead.
func (*SetPushBadgeResp) ProtoMessage ¶
func (*SetPushBadgeResp) ProtoMessage()
func (*SetPushBadgeResp) ProtoReflect ¶
func (x *SetPushBadgeResp) ProtoReflect() protoreflect.Message
func (*SetPushBadgeResp) Reset ¶
func (x *SetPushBadgeResp) Reset()
func (*SetPushBadgeResp) String ¶
func (x *SetPushBadgeResp) String() string
type Settings ¶
type Settings struct { Ttl int64 `protobuf:"varint,1,opt,name=ttl,proto3" json:"ttl,omitempty"` Strategy *Settings_Strategy `protobuf:"bytes,2,opt,name=strategy,proto3" json:"strategy,omitempty"` Speed int64 `protobuf:"varint,3,opt,name=speed,proto3" json:"speed,omitempty"` ScheduleTime int64 `protobuf:"varint,4,opt,name=schedule_time,json=scheduleTime,proto3" json:"schedule_time,omitempty"` // contains filtered or unexported fields }
func (*Settings) Descriptor
deprecated
func (*Settings) GetScheduleTime ¶
func (*Settings) GetStrategy ¶
func (x *Settings) GetStrategy() *Settings_Strategy
func (*Settings) ProtoMessage ¶
func (*Settings) ProtoMessage()
func (*Settings) ProtoReflect ¶
func (x *Settings) ProtoReflect() protoreflect.Message
type Settings_Strategy ¶
type Settings_Strategy struct { Default int32 `protobuf:"varint,1,opt,name=default,proto3" json:"default,omitempty"` Ios int32 `protobuf:"varint,2,opt,name=ios,proto3" json:"ios,omitempty"` Hw int32 `protobuf:"varint,3,opt,name=hw,proto3" json:"hw,omitempty"` Ho int32 `protobuf:"varint,4,opt,name=ho,proto3" json:"ho,omitempty"` Xm int32 `protobuf:"varint,5,opt,name=xm,proto3" json:"xm,omitempty"` Xmg int32 `protobuf:"varint,6,opt,name=xmg,proto3" json:"xmg,omitempty"` Vv int32 `protobuf:"varint,7,opt,name=vv,proto3" json:"vv,omitempty"` Op int32 `protobuf:"varint,8,opt,name=op,proto3" json:"op,omitempty"` Opg int32 `protobuf:"varint,9,opt,name=opg,proto3" json:"opg,omitempty"` Mz int32 `protobuf:"varint,10,opt,name=mz,proto3" json:"mz,omitempty"` St int32 `protobuf:"varint,11,opt,name=st,proto3" json:"st,omitempty"` Wx int32 `protobuf:"varint,12,opt,name=wx,proto3" json:"wx,omitempty"` // contains filtered or unexported fields }
func (*Settings_Strategy) Descriptor
deprecated
func (*Settings_Strategy) Descriptor() ([]byte, []int)
Deprecated: Use Settings_Strategy.ProtoReflect.Descriptor instead.
func (*Settings_Strategy) GetDefault ¶
func (x *Settings_Strategy) GetDefault() int32
func (*Settings_Strategy) GetHo ¶
func (x *Settings_Strategy) GetHo() int32
func (*Settings_Strategy) GetHw ¶
func (x *Settings_Strategy) GetHw() int32
func (*Settings_Strategy) GetIos ¶
func (x *Settings_Strategy) GetIos() int32
func (*Settings_Strategy) GetMz ¶
func (x *Settings_Strategy) GetMz() int32
func (*Settings_Strategy) GetOp ¶
func (x *Settings_Strategy) GetOp() int32
func (*Settings_Strategy) GetOpg ¶
func (x *Settings_Strategy) GetOpg() int32
func (*Settings_Strategy) GetSt ¶
func (x *Settings_Strategy) GetSt() int32
func (*Settings_Strategy) GetVv ¶
func (x *Settings_Strategy) GetVv() int32
func (*Settings_Strategy) GetWx ¶
func (x *Settings_Strategy) GetWx() int32
func (*Settings_Strategy) GetXm ¶
func (x *Settings_Strategy) GetXm() int32
func (*Settings_Strategy) GetXmg ¶
func (x *Settings_Strategy) GetXmg() int32
func (*Settings_Strategy) ProtoMessage ¶
func (*Settings_Strategy) ProtoMessage()
func (*Settings_Strategy) ProtoReflect ¶
func (x *Settings_Strategy) ProtoReflect() protoreflect.Message
func (*Settings_Strategy) Reset ¶
func (x *Settings_Strategy) Reset()
func (*Settings_Strategy) String ¶
func (x *Settings_Strategy) String() string
type SingleMsg ¶
type SingleMsg struct { RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` Audience *Audience `protobuf:"bytes,2,opt,name=audience,proto3" json:"audience,omitempty"` Settings *Settings `protobuf:"bytes,3,opt,name=settings,proto3" json:"settings,omitempty"` PushMessage *PushMessage `protobuf:"bytes,4,opt,name=push_message,json=pushMessage,proto3" json:"push_message,omitempty"` PushChannel *PushChannel `protobuf:"bytes,5,opt,name=push_channel,json=pushChannel,proto3" json:"push_channel,omitempty"` // contains filtered or unexported fields }
func (*SingleMsg) Descriptor
deprecated
func (*SingleMsg) GetAudience ¶
func (*SingleMsg) GetPushChannel ¶
func (x *SingleMsg) GetPushChannel() *PushChannel
func (*SingleMsg) GetPushMessage ¶
func (x *SingleMsg) GetPushMessage() *PushMessage
func (*SingleMsg) GetRequestId ¶
func (*SingleMsg) GetSettings ¶
func (*SingleMsg) ProtoMessage ¶
func (*SingleMsg) ProtoMessage()
func (*SingleMsg) ProtoReflect ¶
func (x *SingleMsg) ProtoReflect() protoreflect.Message
type StatsClient ¶
type StatsClient interface { GetTasks(ctx context.Context, in *GetTasksReq, opts ...grpc.CallOption) (*GetTasksResp, error) GetTaskGroup(ctx context.Context, in *GetTaskGroupReq, opts ...grpc.CallOption) (*GetTaskGroupResp, error) GetPushCount(ctx context.Context, in *GetPushCountReq, opts ...grpc.CallOption) (*GetPushCountResp, error) GetPushDataByDay(ctx context.Context, in *GetPushDataByDayReq, opts ...grpc.CallOption) (*GetPushDataByDayResp, error) GetUserDataByDay(ctx context.Context, in *GetUserDataByDayReq, opts ...grpc.CallOption) (*GetUserDataByDayResp, error) GetOnlineUserBy24H(ctx context.Context, in *GetOnlineUserBy24HReq, opts ...grpc.CallOption) (*GetOnlineUserBy24HResp, error) }
StatsClient is the client API for Stats service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewStatsClient ¶
func NewStatsClient(cc grpc.ClientConnInterface) StatsClient
type StatsServer ¶
type StatsServer interface { GetTasks(context.Context, *GetTasksReq) (*GetTasksResp, error) GetTaskGroup(context.Context, *GetTaskGroupReq) (*GetTaskGroupResp, error) GetPushCount(context.Context, *GetPushCountReq) (*GetPushCountResp, error) GetPushDataByDay(context.Context, *GetPushDataByDayReq) (*GetPushDataByDayResp, error) GetUserDataByDay(context.Context, *GetUserDataByDayReq) (*GetUserDataByDayResp, error) GetOnlineUserBy24H(context.Context, *GetOnlineUserBy24HReq) (*GetOnlineUserBy24HResp, error) // contains filtered or unexported methods }
StatsServer is the server API for Stats service. All implementations must embed UnimplementedStatsServer for forward compatibility
type StopTaskReq ¶
type StopTaskReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` TaskId string `protobuf:"bytes,3,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // contains filtered or unexported fields }
func (*StopTaskReq) Descriptor
deprecated
func (*StopTaskReq) Descriptor() ([]byte, []int)
Deprecated: Use StopTaskReq.ProtoReflect.Descriptor instead.
func (*StopTaskReq) GetBundleId ¶
func (x *StopTaskReq) GetBundleId() string
func (*StopTaskReq) GetPushAgent ¶
func (x *StopTaskReq) GetPushAgent() string
func (*StopTaskReq) GetTaskId ¶
func (x *StopTaskReq) GetTaskId() string
func (*StopTaskReq) ProtoMessage ¶
func (*StopTaskReq) ProtoMessage()
func (*StopTaskReq) ProtoReflect ¶
func (x *StopTaskReq) ProtoReflect() protoreflect.Message
func (*StopTaskReq) Reset ¶
func (x *StopTaskReq) Reset()
func (*StopTaskReq) String ¶
func (x *StopTaskReq) String() string
type StopTaskResp ¶
type StopTaskResp struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // contains filtered or unexported fields }
func (*StopTaskResp) Descriptor
deprecated
func (*StopTaskResp) Descriptor() ([]byte, []int)
Deprecated: Use StopTaskResp.ProtoReflect.Descriptor instead.
func (*StopTaskResp) GetSuccess ¶
func (x *StopTaskResp) GetSuccess() bool
func (*StopTaskResp) ProtoMessage ¶
func (*StopTaskResp) ProtoMessage()
func (*StopTaskResp) ProtoReflect ¶
func (x *StopTaskResp) ProtoReflect() protoreflect.Message
func (*StopTaskResp) Reset ¶
func (x *StopTaskResp) Reset()
func (*StopTaskResp) String ¶
func (x *StopTaskResp) String() string
type UnbindAliasReq ¶
type UnbindAliasReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` DataList []*UnbindAliasReq_Data `protobuf:"bytes,3,rep,name=data_list,json=dataList,proto3" json:"data_list,omitempty"` // contains filtered or unexported fields }
func (*UnbindAliasReq) Descriptor
deprecated
func (*UnbindAliasReq) Descriptor() ([]byte, []int)
Deprecated: Use UnbindAliasReq.ProtoReflect.Descriptor instead.
func (*UnbindAliasReq) GetBundleId ¶
func (x *UnbindAliasReq) GetBundleId() string
func (*UnbindAliasReq) GetDataList ¶
func (x *UnbindAliasReq) GetDataList() []*UnbindAliasReq_Data
func (*UnbindAliasReq) GetPushAgent ¶
func (x *UnbindAliasReq) GetPushAgent() string
func (*UnbindAliasReq) ProtoMessage ¶
func (*UnbindAliasReq) ProtoMessage()
func (*UnbindAliasReq) ProtoReflect ¶
func (x *UnbindAliasReq) ProtoReflect() protoreflect.Message
func (*UnbindAliasReq) Reset ¶
func (x *UnbindAliasReq) Reset()
func (*UnbindAliasReq) String ¶
func (x *UnbindAliasReq) String() string
type UnbindAliasReq_Data ¶
type UnbindAliasReq_Data struct { Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"` Alias string `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"` // contains filtered or unexported fields }
func (*UnbindAliasReq_Data) Descriptor
deprecated
func (*UnbindAliasReq_Data) Descriptor() ([]byte, []int)
Deprecated: Use UnbindAliasReq_Data.ProtoReflect.Descriptor instead.
func (*UnbindAliasReq_Data) GetAlias ¶
func (x *UnbindAliasReq_Data) GetAlias() string
func (*UnbindAliasReq_Data) GetCid ¶
func (x *UnbindAliasReq_Data) GetCid() string
func (*UnbindAliasReq_Data) ProtoMessage ¶
func (*UnbindAliasReq_Data) ProtoMessage()
func (*UnbindAliasReq_Data) ProtoReflect ¶
func (x *UnbindAliasReq_Data) ProtoReflect() protoreflect.Message
func (*UnbindAliasReq_Data) Reset ¶
func (x *UnbindAliasReq_Data) Reset()
func (*UnbindAliasReq_Data) String ¶
func (x *UnbindAliasReq_Data) String() string
type UnbindAliasResp ¶
type UnbindAliasResp struct {
// contains filtered or unexported fields
}
func (*UnbindAliasResp) Descriptor
deprecated
func (*UnbindAliasResp) Descriptor() ([]byte, []int)
Deprecated: Use UnbindAliasResp.ProtoReflect.Descriptor instead.
func (*UnbindAliasResp) ProtoMessage ¶
func (*UnbindAliasResp) ProtoMessage()
func (*UnbindAliasResp) ProtoReflect ¶
func (x *UnbindAliasResp) ProtoReflect() protoreflect.Message
func (*UnbindAliasResp) Reset ¶
func (x *UnbindAliasResp) Reset()
func (*UnbindAliasResp) String ¶
func (x *UnbindAliasResp) String() string
type UnbindTagFromUserReq ¶
type UnbindTagFromUserReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` Tag string `protobuf:"bytes,3,opt,name=tag,proto3" json:"tag,omitempty"` CIdList []string `protobuf:"bytes,4,rep,name=c_id_list,json=cIdList,proto3" json:"c_id_list,omitempty"` // contains filtered or unexported fields }
func (*UnbindTagFromUserReq) Descriptor
deprecated
func (*UnbindTagFromUserReq) Descriptor() ([]byte, []int)
Deprecated: Use UnbindTagFromUserReq.ProtoReflect.Descriptor instead.
func (*UnbindTagFromUserReq) GetBundleId ¶
func (x *UnbindTagFromUserReq) GetBundleId() string
func (*UnbindTagFromUserReq) GetCIdList ¶
func (x *UnbindTagFromUserReq) GetCIdList() []string
func (*UnbindTagFromUserReq) GetPushAgent ¶
func (x *UnbindTagFromUserReq) GetPushAgent() string
func (*UnbindTagFromUserReq) GetTag ¶
func (x *UnbindTagFromUserReq) GetTag() string
func (*UnbindTagFromUserReq) ProtoMessage ¶
func (*UnbindTagFromUserReq) ProtoMessage()
func (*UnbindTagFromUserReq) ProtoReflect ¶
func (x *UnbindTagFromUserReq) ProtoReflect() protoreflect.Message
func (*UnbindTagFromUserReq) Reset ¶
func (x *UnbindTagFromUserReq) Reset()
func (*UnbindTagFromUserReq) String ¶
func (x *UnbindTagFromUserReq) String() string
type UnbindTagFromUserResp ¶
type UnbindTagFromUserResp struct { ResultList []*UnbindTagFromUserResp_Result `protobuf:"bytes,1,rep,name=result_list,json=resultList,proto3" json:"result_list,omitempty"` // contains filtered or unexported fields }
func (*UnbindTagFromUserResp) Descriptor
deprecated
func (*UnbindTagFromUserResp) Descriptor() ([]byte, []int)
Deprecated: Use UnbindTagFromUserResp.ProtoReflect.Descriptor instead.
func (*UnbindTagFromUserResp) GetResultList ¶
func (x *UnbindTagFromUserResp) GetResultList() []*UnbindTagFromUserResp_Result
func (*UnbindTagFromUserResp) ProtoMessage ¶
func (*UnbindTagFromUserResp) ProtoMessage()
func (*UnbindTagFromUserResp) ProtoReflect ¶
func (x *UnbindTagFromUserResp) ProtoReflect() protoreflect.Message
func (*UnbindTagFromUserResp) Reset ¶
func (x *UnbindTagFromUserResp) Reset()
func (*UnbindTagFromUserResp) String ¶
func (x *UnbindTagFromUserResp) String() string
type UnbindTagFromUserResp_Result ¶
type UnbindTagFromUserResp_Result struct { CId string `protobuf:"bytes,1,opt,name=c_id,json=cId,proto3" json:"c_id,omitempty"` Success bool `protobuf:"varint,2,opt,name=success,proto3" json:"success,omitempty"` // contains filtered or unexported fields }
func (*UnbindTagFromUserResp_Result) Descriptor
deprecated
func (*UnbindTagFromUserResp_Result) Descriptor() ([]byte, []int)
Deprecated: Use UnbindTagFromUserResp_Result.ProtoReflect.Descriptor instead.
func (*UnbindTagFromUserResp_Result) GetCId ¶
func (x *UnbindTagFromUserResp_Result) GetCId() string
func (*UnbindTagFromUserResp_Result) GetSuccess ¶
func (x *UnbindTagFromUserResp_Result) GetSuccess() bool
func (*UnbindTagFromUserResp_Result) ProtoMessage ¶
func (*UnbindTagFromUserResp_Result) ProtoMessage()
func (*UnbindTagFromUserResp_Result) ProtoReflect ¶
func (x *UnbindTagFromUserResp_Result) ProtoReflect() protoreflect.Message
func (*UnbindTagFromUserResp_Result) Reset ¶
func (x *UnbindTagFromUserResp_Result) Reset()
func (*UnbindTagFromUserResp_Result) String ¶
func (x *UnbindTagFromUserResp_Result) String() string
type UnimplementedAuthServer ¶
type UnimplementedAuthServer struct { }
UnimplementedAuthServer must be embedded to have forward compatible implementations.
func (UnimplementedAuthServer) DelToken ¶
func (UnimplementedAuthServer) DelToken(context.Context, *DelTokenReq) (*DelTokenResp, error)
func (UnimplementedAuthServer) GetToken ¶
func (UnimplementedAuthServer) GetToken(context.Context, *GetTokenReq) (*GetTokenResp, error)
type UnimplementedPushServer ¶
type UnimplementedPushServer struct { }
UnimplementedPushServer must be embedded to have forward compatible implementations.
func (UnimplementedPushServer) CheckTask ¶
func (UnimplementedPushServer) CheckTask(context.Context, *CheckTaskReq) (*CheckTaskResp, error)
func (UnimplementedPushServer) CreateTask ¶
func (UnimplementedPushServer) CreateTask(context.Context, *CreateTaskReq) (*CreateTaskResp, error)
func (UnimplementedPushServer) PushToApp ¶
func (UnimplementedPushServer) PushToApp(context.Context, *PushToAppReq) (*PushToAppResp, error)
func (UnimplementedPushServer) PushToList ¶
func (UnimplementedPushServer) PushToList(context.Context, *PushToListReq) (*PushToListResp, error)
func (UnimplementedPushServer) PushToSingle ¶
func (UnimplementedPushServer) PushToSingle(context.Context, *PushToSingleReq) (*PushToSingleResp, error)
func (UnimplementedPushServer) RemoveTask ¶
func (UnimplementedPushServer) RemoveTask(context.Context, *RemoveTaskReq) (*RemoveTaskResp, error)
func (UnimplementedPushServer) StopTask ¶
func (UnimplementedPushServer) StopTask(context.Context, *StopTaskReq) (*StopTaskResp, error)
func (UnimplementedPushServer) ViewDetail ¶
func (UnimplementedPushServer) ViewDetail(context.Context, *ViewDetailReq) (*ViewDetailResp, error)
type UnimplementedStatsServer ¶
type UnimplementedStatsServer struct { }
UnimplementedStatsServer must be embedded to have forward compatible implementations.
func (UnimplementedStatsServer) GetOnlineUserBy24H ¶
func (UnimplementedStatsServer) GetOnlineUserBy24H(context.Context, *GetOnlineUserBy24HReq) (*GetOnlineUserBy24HResp, error)
func (UnimplementedStatsServer) GetPushCount ¶
func (UnimplementedStatsServer) GetPushCount(context.Context, *GetPushCountReq) (*GetPushCountResp, error)
func (UnimplementedStatsServer) GetPushDataByDay ¶
func (UnimplementedStatsServer) GetPushDataByDay(context.Context, *GetPushDataByDayReq) (*GetPushDataByDayResp, error)
func (UnimplementedStatsServer) GetTaskGroup ¶
func (UnimplementedStatsServer) GetTaskGroup(context.Context, *GetTaskGroupReq) (*GetTaskGroupResp, error)
func (UnimplementedStatsServer) GetTasks ¶
func (UnimplementedStatsServer) GetTasks(context.Context, *GetTasksReq) (*GetTasksResp, error)
func (UnimplementedStatsServer) GetUserDataByDay ¶
func (UnimplementedStatsServer) GetUserDataByDay(context.Context, *GetUserDataByDayReq) (*GetUserDataByDayResp, error)
type UnimplementedUserServer ¶
type UnimplementedUserServer struct { }
UnimplementedUserServer must be embedded to have forward compatible implementations.
func (UnimplementedUserServer) AddBlackList ¶
func (UnimplementedUserServer) AddBlackList(context.Context, *AddBlackListReq) (*AddBlackListResp, error)
func (UnimplementedUserServer) BindAlias ¶
func (UnimplementedUserServer) BindAlias(context.Context, *BindAliasReq) (*BindAliasResp, error)
func (UnimplementedUserServer) BindTagWithUser ¶
func (UnimplementedUserServer) BindTagWithUser(context.Context, *BindTagWithUserReq) (*BindTagWithUserResp, error)
func (UnimplementedUserServer) BindUserWithTag ¶
func (UnimplementedUserServer) BindUserWithTag(context.Context, *BindUserWithTagReq) (*BindUserWithTagResp, error)
func (UnimplementedUserServer) DelBlackList ¶
func (UnimplementedUserServer) DelBlackList(context.Context, *DelBlackListReq) (*DelBlackListResp, error)
func (UnimplementedUserServer) ManageCidAndDeviceToken ¶
func (UnimplementedUserServer) ManageCidAndDeviceToken(context.Context, *ManageCidAndDeviceTokenReq) (*ManageCidAndDeviceTokenResp, error)
func (UnimplementedUserServer) QueryAliasByCid ¶
func (UnimplementedUserServer) QueryAliasByCid(context.Context, *QueryAliasReq) (*QueryAliasResp, error)
func (UnimplementedUserServer) QueryCidByAlias ¶
func (UnimplementedUserServer) QueryCidByAlias(context.Context, *QueryCidReq) (*QueryCidResp, error)
func (UnimplementedUserServer) QueryDeviceStatus ¶
func (UnimplementedUserServer) QueryDeviceStatus(context.Context, *QueryDeviceStatusReq) (*QueryDeviceStatusResp, error)
func (UnimplementedUserServer) QueryUserCount ¶
func (UnimplementedUserServer) QueryUserCount(context.Context, *QueryUserCountReq) (*QueryUserCountResp, error)
func (UnimplementedUserServer) QueryUserInfo ¶
func (UnimplementedUserServer) QueryUserInfo(context.Context, *QueryUserInfoReq) (*QueryUserInfoResp, error)
func (UnimplementedUserServer) QueryUserStatus ¶
func (UnimplementedUserServer) QueryUserStatus(context.Context, *QueryUserStatusReq) (*QueryUserStatusResp, error)
func (UnimplementedUserServer) QueryUserTag ¶
func (UnimplementedUserServer) QueryUserTag(context.Context, *QueryUserTagReq) (*QueryUserTagResp, error)
func (UnimplementedUserServer) RevokeAlias ¶
func (UnimplementedUserServer) RevokeAlias(context.Context, *RevokeAliasReq) (*RevokeAliasResp, error)
func (UnimplementedUserServer) SetPushBadge ¶
func (UnimplementedUserServer) SetPushBadge(context.Context, *SetPushBadgeReq) (*SetPushBadgeResp, error)
func (UnimplementedUserServer) UnbindAlias ¶
func (UnimplementedUserServer) UnbindAlias(context.Context, *UnbindAliasReq) (*UnbindAliasResp, error)
func (UnimplementedUserServer) UnbindTagFromUser ¶
func (UnimplementedUserServer) UnbindTagFromUser(context.Context, *UnbindTagFromUserReq) (*UnbindTagFromUserResp, error)
type UnsafeAuthServer ¶
type UnsafeAuthServer interface {
// contains filtered or unexported methods
}
UnsafeAuthServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AuthServer will result in compilation errors.
type UnsafePushServer ¶
type UnsafePushServer interface {
// contains filtered or unexported methods
}
UnsafePushServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PushServer will result in compilation errors.
type UnsafeStatsServer ¶
type UnsafeStatsServer interface {
// contains filtered or unexported methods
}
UnsafeStatsServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to StatsServer will result in compilation errors.
type UnsafeUserServer ¶
type UnsafeUserServer interface {
// contains filtered or unexported methods
}
UnsafeUserServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UserServer will result in compilation errors.
type UserClient ¶
type UserClient interface { BindAlias(ctx context.Context, in *BindAliasReq, opts ...grpc.CallOption) (*BindAliasResp, error) QueryAliasByCid(ctx context.Context, in *QueryAliasReq, opts ...grpc.CallOption) (*QueryAliasResp, error) QueryCidByAlias(ctx context.Context, in *QueryCidReq, opts ...grpc.CallOption) (*QueryCidResp, error) UnbindAlias(ctx context.Context, in *UnbindAliasReq, opts ...grpc.CallOption) (*UnbindAliasResp, error) RevokeAlias(ctx context.Context, in *RevokeAliasReq, opts ...grpc.CallOption) (*RevokeAliasResp, error) BindUserWithTag(ctx context.Context, in *BindUserWithTagReq, opts ...grpc.CallOption) (*BindUserWithTagResp, error) BindTagWithUser(ctx context.Context, in *BindTagWithUserReq, opts ...grpc.CallOption) (*BindTagWithUserResp, error) UnbindTagFromUser(ctx context.Context, in *UnbindTagFromUserReq, opts ...grpc.CallOption) (*UnbindTagFromUserResp, error) QueryUserTag(ctx context.Context, in *QueryUserTagReq, opts ...grpc.CallOption) (*QueryUserTagResp, error) AddBlackList(ctx context.Context, in *AddBlackListReq, opts ...grpc.CallOption) (*AddBlackListResp, error) DelBlackList(ctx context.Context, in *DelBlackListReq, opts ...grpc.CallOption) (*DelBlackListResp, error) QueryUserStatus(ctx context.Context, in *QueryUserStatusReq, opts ...grpc.CallOption) (*QueryUserStatusResp, error) QueryDeviceStatus(ctx context.Context, in *QueryDeviceStatusReq, opts ...grpc.CallOption) (*QueryDeviceStatusResp, error) QueryUserInfo(ctx context.Context, in *QueryUserInfoReq, opts ...grpc.CallOption) (*QueryUserInfoResp, error) SetPushBadge(ctx context.Context, in *SetPushBadgeReq, opts ...grpc.CallOption) (*SetPushBadgeResp, error) QueryUserCount(ctx context.Context, in *QueryUserCountReq, opts ...grpc.CallOption) (*QueryUserCountResp, error) ManageCidAndDeviceToken(ctx context.Context, in *ManageCidAndDeviceTokenReq, opts ...grpc.CallOption) (*ManageCidAndDeviceTokenResp, error) }
UserClient is the client API for User service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewUserClient ¶
func NewUserClient(cc grpc.ClientConnInterface) UserClient
type UserServer ¶
type UserServer interface { BindAlias(context.Context, *BindAliasReq) (*BindAliasResp, error) QueryAliasByCid(context.Context, *QueryAliasReq) (*QueryAliasResp, error) QueryCidByAlias(context.Context, *QueryCidReq) (*QueryCidResp, error) UnbindAlias(context.Context, *UnbindAliasReq) (*UnbindAliasResp, error) RevokeAlias(context.Context, *RevokeAliasReq) (*RevokeAliasResp, error) BindUserWithTag(context.Context, *BindUserWithTagReq) (*BindUserWithTagResp, error) BindTagWithUser(context.Context, *BindTagWithUserReq) (*BindTagWithUserResp, error) UnbindTagFromUser(context.Context, *UnbindTagFromUserReq) (*UnbindTagFromUserResp, error) QueryUserTag(context.Context, *QueryUserTagReq) (*QueryUserTagResp, error) AddBlackList(context.Context, *AddBlackListReq) (*AddBlackListResp, error) DelBlackList(context.Context, *DelBlackListReq) (*DelBlackListResp, error) QueryUserStatus(context.Context, *QueryUserStatusReq) (*QueryUserStatusResp, error) QueryDeviceStatus(context.Context, *QueryDeviceStatusReq) (*QueryDeviceStatusResp, error) QueryUserInfo(context.Context, *QueryUserInfoReq) (*QueryUserInfoResp, error) SetPushBadge(context.Context, *SetPushBadgeReq) (*SetPushBadgeResp, error) QueryUserCount(context.Context, *QueryUserCountReq) (*QueryUserCountResp, error) ManageCidAndDeviceToken(context.Context, *ManageCidAndDeviceTokenReq) (*ManageCidAndDeviceTokenResp, error) // contains filtered or unexported methods }
UserServer is the server API for User service. All implementations must embed UnimplementedUserServer for forward compatibility
type ViewDetailReq ¶
type ViewDetailReq struct { PushAgent string `protobuf:"bytes,1,opt,name=push_agent,json=pushAgent,proto3" json:"push_agent,omitempty"` BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` TaskId string `protobuf:"bytes,3,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` Cid string `protobuf:"bytes,4,opt,name=cid,proto3" json:"cid,omitempty"` // contains filtered or unexported fields }
func (*ViewDetailReq) Descriptor
deprecated
func (*ViewDetailReq) Descriptor() ([]byte, []int)
Deprecated: Use ViewDetailReq.ProtoReflect.Descriptor instead.
func (*ViewDetailReq) GetBundleId ¶
func (x *ViewDetailReq) GetBundleId() string
func (*ViewDetailReq) GetCid ¶
func (x *ViewDetailReq) GetCid() string
func (*ViewDetailReq) GetPushAgent ¶
func (x *ViewDetailReq) GetPushAgent() string
func (*ViewDetailReq) GetTaskId ¶
func (x *ViewDetailReq) GetTaskId() string
func (*ViewDetailReq) ProtoMessage ¶
func (*ViewDetailReq) ProtoMessage()
func (*ViewDetailReq) ProtoReflect ¶
func (x *ViewDetailReq) ProtoReflect() protoreflect.Message
func (*ViewDetailReq) Reset ¶
func (x *ViewDetailReq) Reset()
func (*ViewDetailReq) String ¶
func (x *ViewDetailReq) String() string
type ViewDetailResp ¶
type ViewDetailResp struct { DetailList []*ViewDetailResp_Detail `protobuf:"bytes,1,rep,name=detail_list,json=detailList,proto3" json:"detail_list,omitempty"` // contains filtered or unexported fields }
func (*ViewDetailResp) Descriptor
deprecated
func (*ViewDetailResp) Descriptor() ([]byte, []int)
Deprecated: Use ViewDetailResp.ProtoReflect.Descriptor instead.
func (*ViewDetailResp) GetDetailList ¶
func (x *ViewDetailResp) GetDetailList() []*ViewDetailResp_Detail
func (*ViewDetailResp) ProtoMessage ¶
func (*ViewDetailResp) ProtoMessage()
func (*ViewDetailResp) ProtoReflect ¶
func (x *ViewDetailResp) ProtoReflect() protoreflect.Message
func (*ViewDetailResp) Reset ¶
func (x *ViewDetailResp) Reset()
func (*ViewDetailResp) String ¶
func (x *ViewDetailResp) String() string
type ViewDetailResp_Detail ¶
type ViewDetailResp_Detail struct { Time string `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"` Event string `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"` // contains filtered or unexported fields }
func (*ViewDetailResp_Detail) Descriptor
deprecated
func (*ViewDetailResp_Detail) Descriptor() ([]byte, []int)
Deprecated: Use ViewDetailResp_Detail.ProtoReflect.Descriptor instead.
func (*ViewDetailResp_Detail) GetEvent ¶
func (x *ViewDetailResp_Detail) GetEvent() string
func (*ViewDetailResp_Detail) GetTime ¶
func (x *ViewDetailResp_Detail) GetTime() string
func (*ViewDetailResp_Detail) ProtoMessage ¶
func (*ViewDetailResp_Detail) ProtoMessage()
func (*ViewDetailResp_Detail) ProtoReflect ¶
func (x *ViewDetailResp_Detail) ProtoReflect() protoreflect.Message
func (*ViewDetailResp_Detail) Reset ¶
func (x *ViewDetailResp_Detail) Reset()
func (*ViewDetailResp_Detail) String ¶
func (x *ViewDetailResp_Detail) String() string