2018-11-15 07:42:09 +00:00
|
|
|
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
2017-07-24 07:06:23 +00:00
|
|
|
// source: gorush.proto
|
|
|
|
|
|
|
|
package proto
|
|
|
|
|
2018-11-15 07:42:09 +00:00
|
|
|
import proto "github.com/gogo/protobuf/proto"
|
2017-07-24 07:06:23 +00:00
|
|
|
import fmt "fmt"
|
|
|
|
import math "math"
|
|
|
|
|
|
|
|
import (
|
|
|
|
context "golang.org/x/net/context"
|
|
|
|
grpc "google.golang.org/grpc"
|
|
|
|
)
|
|
|
|
|
2018-11-15 07:42:09 +00:00
|
|
|
import io "io"
|
|
|
|
|
2017-07-24 07:06:23 +00:00
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
2018-11-15 07:42:09 +00:00
|
|
|
var _ = proto.Marshal
|
2017-07-24 07:06:23 +00:00
|
|
|
var _ = fmt.Errorf
|
|
|
|
var _ = math.Inf
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
|
// proto package needs to be updated.
|
2018-11-15 07:42:09 +00:00
|
|
|
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
2017-07-24 07:06:23 +00:00
|
|
|
|
2017-11-12 14:44:33 +00:00
|
|
|
type HealthCheckResponse_ServingStatus int32
|
|
|
|
|
|
|
|
const (
|
|
|
|
HealthCheckResponse_UNKNOWN HealthCheckResponse_ServingStatus = 0
|
|
|
|
HealthCheckResponse_SERVING HealthCheckResponse_ServingStatus = 1
|
|
|
|
HealthCheckResponse_NOT_SERVING HealthCheckResponse_ServingStatus = 2
|
|
|
|
)
|
|
|
|
|
|
|
|
var HealthCheckResponse_ServingStatus_name = map[int32]string{
|
|
|
|
0: "UNKNOWN",
|
|
|
|
1: "SERVING",
|
|
|
|
2: "NOT_SERVING",
|
|
|
|
}
|
|
|
|
var HealthCheckResponse_ServingStatus_value = map[string]int32{
|
|
|
|
"UNKNOWN": 0,
|
|
|
|
"SERVING": 1,
|
|
|
|
"NOT_SERVING": 2,
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x HealthCheckResponse_ServingStatus) String() string {
|
2018-11-15 07:42:09 +00:00
|
|
|
return proto.EnumName(HealthCheckResponse_ServingStatus_name, int32(x))
|
2017-11-12 14:44:33 +00:00
|
|
|
}
|
|
|
|
func (HealthCheckResponse_ServingStatus) EnumDescriptor() ([]byte, []int) {
|
2018-11-15 07:42:09 +00:00
|
|
|
return fileDescriptor_gorush_55c8edc1f352690b, []int{4, 0}
|
2018-01-03 09:08:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type Alert struct {
|
2018-11-15 07:42:09 +00:00
|
|
|
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
|
|
|
|
Body string `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
|
|
|
|
Subtitle string `protobuf:"bytes,3,opt,name=subtitle,proto3" json:"subtitle,omitempty"`
|
|
|
|
Action string `protobuf:"bytes,4,opt,name=action,proto3" json:"action,omitempty"`
|
|
|
|
ActionLocKey string `protobuf:"bytes,5,opt,name=actionLocKey,proto3" json:"actionLocKey,omitempty"`
|
|
|
|
LaunchImage string `protobuf:"bytes,6,opt,name=launchImage,proto3" json:"launchImage,omitempty"`
|
|
|
|
LocKey string `protobuf:"bytes,7,opt,name=locKey,proto3" json:"locKey,omitempty"`
|
|
|
|
TitleLocKey string `protobuf:"bytes,8,opt,name=titleLocKey,proto3" json:"titleLocKey,omitempty"`
|
2018-01-06 07:03:21 +00:00
|
|
|
LocArgs []string `protobuf:"bytes,9,rep,name=locArgs" json:"locArgs,omitempty"`
|
|
|
|
TitleLocArgs []string `protobuf:"bytes,10,rep,name=titleLocArgs" json:"titleLocArgs,omitempty"`
|
2018-01-03 09:08:28 +00:00
|
|
|
}
|
|
|
|
|
2018-11-15 07:42:09 +00:00
|
|
|
func (m *Alert) Reset() { *m = Alert{} }
|
|
|
|
func (m *Alert) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Alert) ProtoMessage() {}
|
|
|
|
func (*Alert) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_gorush_55c8edc1f352690b, []int{0}
|
|
|
|
}
|
|
|
|
func (m *Alert) XXX_Unmarshal(b []byte) error {
|
|
|
|
return m.Unmarshal(b)
|
|
|
|
}
|
|
|
|
func (m *Alert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
if deterministic {
|
|
|
|
return xxx_messageInfo_Alert.Marshal(b, m, deterministic)
|
|
|
|
} else {
|
|
|
|
b = b[:cap(b)]
|
|
|
|
n, err := m.MarshalTo(b)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return b[:n], nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (dst *Alert) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_Alert.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *Alert) XXX_Size() int {
|
|
|
|
return m.Size()
|
|
|
|
}
|
|
|
|
func (m *Alert) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_Alert.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_Alert proto.InternalMessageInfo
|
2018-01-03 09:08:28 +00:00
|
|
|
|
|
|
|
func (m *Alert) GetTitle() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Title
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Alert) GetBody() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Body
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Alert) GetSubtitle() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Subtitle
|
|
|
|
}
|
|
|
|
return ""
|
2017-11-12 14:44:33 +00:00
|
|
|
}
|
|
|
|
|
2018-01-06 07:03:21 +00:00
|
|
|
func (m *Alert) GetAction() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Action
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Alert) GetActionLocKey() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.ActionLocKey
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Alert) GetLaunchImage() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.LaunchImage
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Alert) GetLocKey() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.LocKey
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Alert) GetTitleLocKey() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.TitleLocKey
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Alert) GetLocArgs() []string {
|
|
|
|
if m != nil {
|
|
|
|
return m.LocArgs
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Alert) GetTitleLocArgs() []string {
|
|
|
|
if m != nil {
|
|
|
|
return m.TitleLocArgs
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2017-07-24 07:06:23 +00:00
|
|
|
type NotificationRequest struct {
|
2018-01-10 01:36:27 +00:00
|
|
|
Tokens []string `protobuf:"bytes,1,rep,name=tokens" json:"tokens,omitempty"`
|
2018-11-15 07:42:09 +00:00
|
|
|
Platform int32 `protobuf:"varint,2,opt,name=platform,proto3" json:"platform,omitempty"`
|
|
|
|
Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
|
|
|
|
Title string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
|
|
|
|
Topic string `protobuf:"bytes,5,opt,name=topic,proto3" json:"topic,omitempty"`
|
|
|
|
Key string `protobuf:"bytes,6,opt,name=key,proto3" json:"key,omitempty"`
|
|
|
|
Badge int32 `protobuf:"varint,7,opt,name=badge,proto3" json:"badge,omitempty"`
|
|
|
|
Category string `protobuf:"bytes,8,opt,name=category,proto3" json:"category,omitempty"`
|
2018-01-10 01:36:27 +00:00
|
|
|
Alert *Alert `protobuf:"bytes,9,opt,name=alert" json:"alert,omitempty"`
|
2018-11-15 07:42:09 +00:00
|
|
|
Sound string `protobuf:"bytes,10,opt,name=sound,proto3" json:"sound,omitempty"`
|
|
|
|
ContentAvailable bool `protobuf:"varint,11,opt,name=contentAvailable,proto3" json:"contentAvailable,omitempty"`
|
|
|
|
ThreadID string `protobuf:"bytes,12,opt,name=threadID,proto3" json:"threadID,omitempty"`
|
|
|
|
MutableContent bool `protobuf:"varint,13,opt,name=mutableContent,proto3" json:"mutableContent,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NotificationRequest) Reset() { *m = NotificationRequest{} }
|
|
|
|
func (m *NotificationRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*NotificationRequest) ProtoMessage() {}
|
|
|
|
func (*NotificationRequest) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_gorush_55c8edc1f352690b, []int{1}
|
|
|
|
}
|
|
|
|
func (m *NotificationRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return m.Unmarshal(b)
|
|
|
|
}
|
|
|
|
func (m *NotificationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
if deterministic {
|
|
|
|
return xxx_messageInfo_NotificationRequest.Marshal(b, m, deterministic)
|
|
|
|
} else {
|
|
|
|
b = b[:cap(b)]
|
|
|
|
n, err := m.MarshalTo(b)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return b[:n], nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (dst *NotificationRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_NotificationRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *NotificationRequest) XXX_Size() int {
|
|
|
|
return m.Size()
|
|
|
|
}
|
|
|
|
func (m *NotificationRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_NotificationRequest.DiscardUnknown(m)
|
2017-07-24 07:06:23 +00:00
|
|
|
}
|
|
|
|
|
2018-11-15 07:42:09 +00:00
|
|
|
var xxx_messageInfo_NotificationRequest proto.InternalMessageInfo
|
2017-07-24 07:06:23 +00:00
|
|
|
|
|
|
|
func (m *NotificationRequest) GetTokens() []string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Tokens
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NotificationRequest) GetPlatform() int32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Platform
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NotificationRequest) GetMessage() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Message
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NotificationRequest) GetTitle() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Title
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NotificationRequest) GetTopic() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Topic
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NotificationRequest) GetKey() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Key
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2018-01-02 07:53:15 +00:00
|
|
|
func (m *NotificationRequest) GetBadge() int32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Badge
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NotificationRequest) GetCategory() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Category
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2018-01-03 09:08:28 +00:00
|
|
|
func (m *NotificationRequest) GetAlert() *Alert {
|
2018-01-02 07:53:15 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.Alert
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-01-04 03:31:03 +00:00
|
|
|
func (m *NotificationRequest) GetSound() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Sound
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2018-01-10 01:36:27 +00:00
|
|
|
func (m *NotificationRequest) GetContentAvailable() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.ContentAvailable
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NotificationRequest) GetThreadID() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.ThreadID
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2018-01-16 03:26:45 +00:00
|
|
|
func (m *NotificationRequest) GetMutableContent() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.MutableContent
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2017-07-24 07:06:23 +00:00
|
|
|
type NotificationReply struct {
|
2018-11-15 07:42:09 +00:00
|
|
|
Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
|
|
|
|
Counts int32 `protobuf:"varint,2,opt,name=counts,proto3" json:"counts,omitempty"`
|
2017-07-24 07:06:23 +00:00
|
|
|
}
|
|
|
|
|
2018-11-15 07:42:09 +00:00
|
|
|
func (m *NotificationReply) Reset() { *m = NotificationReply{} }
|
|
|
|
func (m *NotificationReply) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*NotificationReply) ProtoMessage() {}
|
|
|
|
func (*NotificationReply) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_gorush_55c8edc1f352690b, []int{2}
|
|
|
|
}
|
|
|
|
func (m *NotificationReply) XXX_Unmarshal(b []byte) error {
|
|
|
|
return m.Unmarshal(b)
|
|
|
|
}
|
|
|
|
func (m *NotificationReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
if deterministic {
|
|
|
|
return xxx_messageInfo_NotificationReply.Marshal(b, m, deterministic)
|
|
|
|
} else {
|
|
|
|
b = b[:cap(b)]
|
|
|
|
n, err := m.MarshalTo(b)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return b[:n], nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (dst *NotificationReply) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_NotificationReply.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *NotificationReply) XXX_Size() int {
|
|
|
|
return m.Size()
|
|
|
|
}
|
|
|
|
func (m *NotificationReply) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_NotificationReply.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_NotificationReply proto.InternalMessageInfo
|
2017-07-24 07:06:23 +00:00
|
|
|
|
|
|
|
func (m *NotificationReply) GetSuccess() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Success
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NotificationReply) GetCounts() int32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Counts
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2017-11-12 14:44:33 +00:00
|
|
|
type HealthCheckRequest struct {
|
2018-11-15 07:42:09 +00:00
|
|
|
Service string `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *HealthCheckRequest) Reset() { *m = HealthCheckRequest{} }
|
|
|
|
func (m *HealthCheckRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*HealthCheckRequest) ProtoMessage() {}
|
|
|
|
func (*HealthCheckRequest) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_gorush_55c8edc1f352690b, []int{3}
|
|
|
|
}
|
|
|
|
func (m *HealthCheckRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return m.Unmarshal(b)
|
|
|
|
}
|
|
|
|
func (m *HealthCheckRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
if deterministic {
|
|
|
|
return xxx_messageInfo_HealthCheckRequest.Marshal(b, m, deterministic)
|
|
|
|
} else {
|
|
|
|
b = b[:cap(b)]
|
|
|
|
n, err := m.MarshalTo(b)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return b[:n], nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (dst *HealthCheckRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_HealthCheckRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *HealthCheckRequest) XXX_Size() int {
|
|
|
|
return m.Size()
|
|
|
|
}
|
|
|
|
func (m *HealthCheckRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_HealthCheckRequest.DiscardUnknown(m)
|
2017-11-12 14:44:33 +00:00
|
|
|
}
|
|
|
|
|
2018-11-15 07:42:09 +00:00
|
|
|
var xxx_messageInfo_HealthCheckRequest proto.InternalMessageInfo
|
2017-11-12 14:44:33 +00:00
|
|
|
|
|
|
|
func (m *HealthCheckRequest) GetService() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Service
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type HealthCheckResponse struct {
|
2018-11-15 07:42:09 +00:00
|
|
|
Status HealthCheckResponse_ServingStatus `protobuf:"varint,1,opt,name=status,proto3,enum=proto.HealthCheckResponse_ServingStatus" json:"status,omitempty"`
|
2017-11-12 14:44:33 +00:00
|
|
|
}
|
|
|
|
|
2018-11-15 07:42:09 +00:00
|
|
|
func (m *HealthCheckResponse) Reset() { *m = HealthCheckResponse{} }
|
|
|
|
func (m *HealthCheckResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*HealthCheckResponse) ProtoMessage() {}
|
|
|
|
func (*HealthCheckResponse) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_gorush_55c8edc1f352690b, []int{4}
|
|
|
|
}
|
|
|
|
func (m *HealthCheckResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return m.Unmarshal(b)
|
|
|
|
}
|
|
|
|
func (m *HealthCheckResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
if deterministic {
|
|
|
|
return xxx_messageInfo_HealthCheckResponse.Marshal(b, m, deterministic)
|
|
|
|
} else {
|
|
|
|
b = b[:cap(b)]
|
|
|
|
n, err := m.MarshalTo(b)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return b[:n], nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (dst *HealthCheckResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_HealthCheckResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *HealthCheckResponse) XXX_Size() int {
|
|
|
|
return m.Size()
|
|
|
|
}
|
|
|
|
func (m *HealthCheckResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_HealthCheckResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_HealthCheckResponse proto.InternalMessageInfo
|
2017-11-12 14:44:33 +00:00
|
|
|
|
|
|
|
func (m *HealthCheckResponse) GetStatus() HealthCheckResponse_ServingStatus {
|
|
|
|
if m != nil {
|
|
|
|
return m.Status
|
|
|
|
}
|
|
|
|
return HealthCheckResponse_UNKNOWN
|
|
|
|
}
|
|
|
|
|
2017-07-24 07:06:23 +00:00
|
|
|
func init() {
|
2018-11-15 07:42:09 +00:00
|
|
|
proto.RegisterType((*Alert)(nil), "proto.Alert")
|
|
|
|
proto.RegisterType((*NotificationRequest)(nil), "proto.NotificationRequest")
|
|
|
|
proto.RegisterType((*NotificationReply)(nil), "proto.NotificationReply")
|
|
|
|
proto.RegisterType((*HealthCheckRequest)(nil), "proto.HealthCheckRequest")
|
|
|
|
proto.RegisterType((*HealthCheckResponse)(nil), "proto.HealthCheckResponse")
|
|
|
|
proto.RegisterEnum("proto.HealthCheckResponse_ServingStatus", HealthCheckResponse_ServingStatus_name, HealthCheckResponse_ServingStatus_value)
|
2017-07-24 07:06:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ context.Context
|
|
|
|
var _ grpc.ClientConn
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the grpc package it is being compiled against.
|
|
|
|
const _ = grpc.SupportPackageIsVersion4
|
|
|
|
|
2018-11-15 07:42:09 +00:00
|
|
|
// GorushClient is the client API for Gorush service.
|
|
|
|
//
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
2017-07-24 07:06:23 +00:00
|
|
|
type GorushClient interface {
|
|
|
|
Send(ctx context.Context, in *NotificationRequest, opts ...grpc.CallOption) (*NotificationReply, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
type gorushClient struct {
|
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
|
|
|
func NewGorushClient(cc *grpc.ClientConn) GorushClient {
|
|
|
|
return &gorushClient{cc}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *gorushClient) Send(ctx context.Context, in *NotificationRequest, opts ...grpc.CallOption) (*NotificationReply, error) {
|
|
|
|
out := new(NotificationReply)
|
2018-11-15 07:42:09 +00:00
|
|
|
err := c.cc.Invoke(ctx, "/proto.Gorush/Send", in, out, opts...)
|
2017-07-24 07:06:23 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2018-11-15 07:42:09 +00:00
|
|
|
// GorushServer is the server API for Gorush service.
|
2017-07-24 07:06:23 +00:00
|
|
|
type GorushServer interface {
|
|
|
|
Send(context.Context, *NotificationRequest) (*NotificationReply, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
func RegisterGorushServer(s *grpc.Server, srv GorushServer) {
|
|
|
|
s.RegisterService(&_Gorush_serviceDesc, srv)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _Gorush_Send_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(NotificationRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(GorushServer).Send(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/proto.Gorush/Send",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(GorushServer).Send(ctx, req.(*NotificationRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
|
|
|
var _Gorush_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "proto.Gorush",
|
|
|
|
HandlerType: (*GorushServer)(nil),
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
|
|
|
MethodName: "Send",
|
|
|
|
Handler: _Gorush_Send_Handler,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "gorush.proto",
|
|
|
|
}
|
|
|
|
|
2018-11-15 07:42:09 +00:00
|
|
|
// HealthClient is the client API for Health service.
|
|
|
|
//
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
2017-11-12 14:44:33 +00:00
|
|
|
type HealthClient interface {
|
|
|
|
Check(ctx context.Context, in *HealthCheckRequest, opts ...grpc.CallOption) (*HealthCheckResponse, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
type healthClient struct {
|
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
|
|
|
func NewHealthClient(cc *grpc.ClientConn) HealthClient {
|
|
|
|
return &healthClient{cc}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *healthClient) Check(ctx context.Context, in *HealthCheckRequest, opts ...grpc.CallOption) (*HealthCheckResponse, error) {
|
|
|
|
out := new(HealthCheckResponse)
|
2018-11-15 07:42:09 +00:00
|
|
|
err := c.cc.Invoke(ctx, "/proto.Health/Check", in, out, opts...)
|
2017-11-12 14:44:33 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2018-11-15 07:42:09 +00:00
|
|
|
// HealthServer is the server API for Health service.
|
2017-11-12 14:44:33 +00:00
|
|
|
type HealthServer interface {
|
|
|
|
Check(context.Context, *HealthCheckRequest) (*HealthCheckResponse, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
func RegisterHealthServer(s *grpc.Server, srv HealthServer) {
|
|
|
|
s.RegisterService(&_Health_serviceDesc, srv)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _Health_Check_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(HealthCheckRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(HealthServer).Check(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/proto.Health/Check",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(HealthServer).Check(ctx, req.(*HealthCheckRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
|
|
|
var _Health_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "proto.Health",
|
|
|
|
HandlerType: (*HealthServer)(nil),
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
|
|
|
MethodName: "Check",
|
|
|
|
Handler: _Health_Check_Handler,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "gorush.proto",
|
|
|
|
}
|
|
|
|
|
2018-11-15 07:42:09 +00:00
|
|
|
func (m *Alert) Marshal() (dAtA []byte, err error) {
|
|
|
|
size := m.Size()
|
|
|
|
dAtA = make([]byte, size)
|
|
|
|
n, err := m.MarshalTo(dAtA)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return dAtA[:n], nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Alert) MarshalTo(dAtA []byte) (int, error) {
|
|
|
|
var i int
|
|
|
|
_ = i
|
|
|
|
var l int
|
|
|
|
_ = l
|
|
|
|
if len(m.Title) > 0 {
|
|
|
|
dAtA[i] = 0xa
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.Title)))
|
|
|
|
i += copy(dAtA[i:], m.Title)
|
|
|
|
}
|
|
|
|
if len(m.Body) > 0 {
|
|
|
|
dAtA[i] = 0x12
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.Body)))
|
|
|
|
i += copy(dAtA[i:], m.Body)
|
|
|
|
}
|
|
|
|
if len(m.Subtitle) > 0 {
|
|
|
|
dAtA[i] = 0x1a
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.Subtitle)))
|
|
|
|
i += copy(dAtA[i:], m.Subtitle)
|
|
|
|
}
|
|
|
|
if len(m.Action) > 0 {
|
|
|
|
dAtA[i] = 0x22
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.Action)))
|
|
|
|
i += copy(dAtA[i:], m.Action)
|
|
|
|
}
|
|
|
|
if len(m.ActionLocKey) > 0 {
|
|
|
|
dAtA[i] = 0x2a
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.ActionLocKey)))
|
|
|
|
i += copy(dAtA[i:], m.ActionLocKey)
|
|
|
|
}
|
|
|
|
if len(m.LaunchImage) > 0 {
|
|
|
|
dAtA[i] = 0x32
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.LaunchImage)))
|
|
|
|
i += copy(dAtA[i:], m.LaunchImage)
|
|
|
|
}
|
|
|
|
if len(m.LocKey) > 0 {
|
|
|
|
dAtA[i] = 0x3a
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.LocKey)))
|
|
|
|
i += copy(dAtA[i:], m.LocKey)
|
|
|
|
}
|
|
|
|
if len(m.TitleLocKey) > 0 {
|
|
|
|
dAtA[i] = 0x42
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.TitleLocKey)))
|
|
|
|
i += copy(dAtA[i:], m.TitleLocKey)
|
|
|
|
}
|
|
|
|
if len(m.LocArgs) > 0 {
|
|
|
|
for _, s := range m.LocArgs {
|
|
|
|
dAtA[i] = 0x4a
|
|
|
|
i++
|
|
|
|
l = len(s)
|
|
|
|
for l >= 1<<7 {
|
|
|
|
dAtA[i] = uint8(uint64(l)&0x7f | 0x80)
|
|
|
|
l >>= 7
|
|
|
|
i++
|
|
|
|
}
|
|
|
|
dAtA[i] = uint8(l)
|
|
|
|
i++
|
|
|
|
i += copy(dAtA[i:], s)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if len(m.TitleLocArgs) > 0 {
|
|
|
|
for _, s := range m.TitleLocArgs {
|
|
|
|
dAtA[i] = 0x52
|
|
|
|
i++
|
|
|
|
l = len(s)
|
|
|
|
for l >= 1<<7 {
|
|
|
|
dAtA[i] = uint8(uint64(l)&0x7f | 0x80)
|
|
|
|
l >>= 7
|
|
|
|
i++
|
|
|
|
}
|
|
|
|
dAtA[i] = uint8(l)
|
|
|
|
i++
|
|
|
|
i += copy(dAtA[i:], s)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return i, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NotificationRequest) Marshal() (dAtA []byte, err error) {
|
|
|
|
size := m.Size()
|
|
|
|
dAtA = make([]byte, size)
|
|
|
|
n, err := m.MarshalTo(dAtA)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return dAtA[:n], nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NotificationRequest) MarshalTo(dAtA []byte) (int, error) {
|
|
|
|
var i int
|
|
|
|
_ = i
|
|
|
|
var l int
|
|
|
|
_ = l
|
|
|
|
if len(m.Tokens) > 0 {
|
|
|
|
for _, s := range m.Tokens {
|
|
|
|
dAtA[i] = 0xa
|
|
|
|
i++
|
|
|
|
l = len(s)
|
|
|
|
for l >= 1<<7 {
|
|
|
|
dAtA[i] = uint8(uint64(l)&0x7f | 0x80)
|
|
|
|
l >>= 7
|
|
|
|
i++
|
|
|
|
}
|
|
|
|
dAtA[i] = uint8(l)
|
|
|
|
i++
|
|
|
|
i += copy(dAtA[i:], s)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if m.Platform != 0 {
|
|
|
|
dAtA[i] = 0x10
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(m.Platform))
|
|
|
|
}
|
|
|
|
if len(m.Message) > 0 {
|
|
|
|
dAtA[i] = 0x1a
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.Message)))
|
|
|
|
i += copy(dAtA[i:], m.Message)
|
|
|
|
}
|
|
|
|
if len(m.Title) > 0 {
|
|
|
|
dAtA[i] = 0x22
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.Title)))
|
|
|
|
i += copy(dAtA[i:], m.Title)
|
|
|
|
}
|
|
|
|
if len(m.Topic) > 0 {
|
|
|
|
dAtA[i] = 0x2a
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.Topic)))
|
|
|
|
i += copy(dAtA[i:], m.Topic)
|
|
|
|
}
|
|
|
|
if len(m.Key) > 0 {
|
|
|
|
dAtA[i] = 0x32
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.Key)))
|
|
|
|
i += copy(dAtA[i:], m.Key)
|
|
|
|
}
|
|
|
|
if m.Badge != 0 {
|
|
|
|
dAtA[i] = 0x38
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(m.Badge))
|
|
|
|
}
|
|
|
|
if len(m.Category) > 0 {
|
|
|
|
dAtA[i] = 0x42
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.Category)))
|
|
|
|
i += copy(dAtA[i:], m.Category)
|
|
|
|
}
|
|
|
|
if m.Alert != nil {
|
|
|
|
dAtA[i] = 0x4a
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(m.Alert.Size()))
|
|
|
|
n1, err := m.Alert.MarshalTo(dAtA[i:])
|
|
|
|
if err != nil {
|
|
|
|
return 0, err
|
|
|
|
}
|
|
|
|
i += n1
|
|
|
|
}
|
|
|
|
if len(m.Sound) > 0 {
|
|
|
|
dAtA[i] = 0x52
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.Sound)))
|
|
|
|
i += copy(dAtA[i:], m.Sound)
|
|
|
|
}
|
|
|
|
if m.ContentAvailable {
|
|
|
|
dAtA[i] = 0x58
|
|
|
|
i++
|
|
|
|
if m.ContentAvailable {
|
|
|
|
dAtA[i] = 1
|
|
|
|
} else {
|
|
|
|
dAtA[i] = 0
|
|
|
|
}
|
|
|
|
i++
|
|
|
|
}
|
|
|
|
if len(m.ThreadID) > 0 {
|
|
|
|
dAtA[i] = 0x62
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.ThreadID)))
|
|
|
|
i += copy(dAtA[i:], m.ThreadID)
|
|
|
|
}
|
|
|
|
if m.MutableContent {
|
|
|
|
dAtA[i] = 0x68
|
|
|
|
i++
|
|
|
|
if m.MutableContent {
|
|
|
|
dAtA[i] = 1
|
|
|
|
} else {
|
|
|
|
dAtA[i] = 0
|
|
|
|
}
|
|
|
|
i++
|
|
|
|
}
|
|
|
|
return i, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NotificationReply) Marshal() (dAtA []byte, err error) {
|
|
|
|
size := m.Size()
|
|
|
|
dAtA = make([]byte, size)
|
|
|
|
n, err := m.MarshalTo(dAtA)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return dAtA[:n], nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NotificationReply) MarshalTo(dAtA []byte) (int, error) {
|
|
|
|
var i int
|
|
|
|
_ = i
|
|
|
|
var l int
|
|
|
|
_ = l
|
|
|
|
if m.Success {
|
|
|
|
dAtA[i] = 0x8
|
|
|
|
i++
|
|
|
|
if m.Success {
|
|
|
|
dAtA[i] = 1
|
|
|
|
} else {
|
|
|
|
dAtA[i] = 0
|
|
|
|
}
|
|
|
|
i++
|
|
|
|
}
|
|
|
|
if m.Counts != 0 {
|
|
|
|
dAtA[i] = 0x10
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(m.Counts))
|
|
|
|
}
|
|
|
|
return i, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *HealthCheckRequest) Marshal() (dAtA []byte, err error) {
|
|
|
|
size := m.Size()
|
|
|
|
dAtA = make([]byte, size)
|
|
|
|
n, err := m.MarshalTo(dAtA)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return dAtA[:n], nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *HealthCheckRequest) MarshalTo(dAtA []byte) (int, error) {
|
|
|
|
var i int
|
|
|
|
_ = i
|
|
|
|
var l int
|
|
|
|
_ = l
|
|
|
|
if len(m.Service) > 0 {
|
|
|
|
dAtA[i] = 0xa
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(len(m.Service)))
|
|
|
|
i += copy(dAtA[i:], m.Service)
|
|
|
|
}
|
|
|
|
return i, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *HealthCheckResponse) Marshal() (dAtA []byte, err error) {
|
|
|
|
size := m.Size()
|
|
|
|
dAtA = make([]byte, size)
|
|
|
|
n, err := m.MarshalTo(dAtA)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return dAtA[:n], nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *HealthCheckResponse) MarshalTo(dAtA []byte) (int, error) {
|
|
|
|
var i int
|
|
|
|
_ = i
|
|
|
|
var l int
|
|
|
|
_ = l
|
|
|
|
if m.Status != 0 {
|
|
|
|
dAtA[i] = 0x8
|
|
|
|
i++
|
|
|
|
i = encodeVarintGorush(dAtA, i, uint64(m.Status))
|
|
|
|
}
|
|
|
|
return i, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func encodeVarintGorush(dAtA []byte, offset int, v uint64) int {
|
|
|
|
for v >= 1<<7 {
|
|
|
|
dAtA[offset] = uint8(v&0x7f | 0x80)
|
|
|
|
v >>= 7
|
|
|
|
offset++
|
|
|
|
}
|
|
|
|
dAtA[offset] = uint8(v)
|
|
|
|
return offset + 1
|
|
|
|
}
|
|
|
|
func (m *Alert) Size() (n int) {
|
|
|
|
if m == nil {
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
var l int
|
|
|
|
_ = l
|
|
|
|
l = len(m.Title)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
l = len(m.Body)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
l = len(m.Subtitle)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
l = len(m.Action)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
l = len(m.ActionLocKey)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
l = len(m.LaunchImage)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
l = len(m.LocKey)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
l = len(m.TitleLocKey)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
if len(m.LocArgs) > 0 {
|
|
|
|
for _, s := range m.LocArgs {
|
|
|
|
l = len(s)
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if len(m.TitleLocArgs) > 0 {
|
|
|
|
for _, s := range m.TitleLocArgs {
|
|
|
|
l = len(s)
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return n
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NotificationRequest) Size() (n int) {
|
|
|
|
if m == nil {
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
var l int
|
|
|
|
_ = l
|
|
|
|
if len(m.Tokens) > 0 {
|
|
|
|
for _, s := range m.Tokens {
|
|
|
|
l = len(s)
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if m.Platform != 0 {
|
|
|
|
n += 1 + sovGorush(uint64(m.Platform))
|
|
|
|
}
|
|
|
|
l = len(m.Message)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
l = len(m.Title)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
l = len(m.Topic)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
l = len(m.Key)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
if m.Badge != 0 {
|
|
|
|
n += 1 + sovGorush(uint64(m.Badge))
|
|
|
|
}
|
|
|
|
l = len(m.Category)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
if m.Alert != nil {
|
|
|
|
l = m.Alert.Size()
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
l = len(m.Sound)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
if m.ContentAvailable {
|
|
|
|
n += 2
|
|
|
|
}
|
|
|
|
l = len(m.ThreadID)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
if m.MutableContent {
|
|
|
|
n += 2
|
|
|
|
}
|
|
|
|
return n
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NotificationReply) Size() (n int) {
|
|
|
|
if m == nil {
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
var l int
|
|
|
|
_ = l
|
|
|
|
if m.Success {
|
|
|
|
n += 2
|
|
|
|
}
|
|
|
|
if m.Counts != 0 {
|
|
|
|
n += 1 + sovGorush(uint64(m.Counts))
|
|
|
|
}
|
|
|
|
return n
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *HealthCheckRequest) Size() (n int) {
|
|
|
|
if m == nil {
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
var l int
|
|
|
|
_ = l
|
|
|
|
l = len(m.Service)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovGorush(uint64(l))
|
|
|
|
}
|
|
|
|
return n
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *HealthCheckResponse) Size() (n int) {
|
|
|
|
if m == nil {
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
var l int
|
|
|
|
_ = l
|
|
|
|
if m.Status != 0 {
|
|
|
|
n += 1 + sovGorush(uint64(m.Status))
|
|
|
|
}
|
|
|
|
return n
|
|
|
|
}
|
|
|
|
|
|
|
|
func sovGorush(x uint64) (n int) {
|
|
|
|
for {
|
|
|
|
n++
|
|
|
|
x >>= 7
|
|
|
|
if x == 0 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return n
|
|
|
|
}
|
|
|
|
func sozGorush(x uint64) (n int) {
|
|
|
|
return sovGorush(uint64((x << 1) ^ uint64((int64(x) >> 63))))
|
|
|
|
}
|
|
|
|
func (m *Alert) Unmarshal(dAtA []byte) error {
|
|
|
|
l := len(dAtA)
|
|
|
|
iNdEx := 0
|
|
|
|
for iNdEx < l {
|
|
|
|
preIndex := iNdEx
|
|
|
|
var wire uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fieldNum := int32(wire >> 3)
|
|
|
|
wireType := int(wire & 0x7)
|
|
|
|
if wireType == 4 {
|
|
|
|
return fmt.Errorf("proto: Alert: wiretype end group for non-group")
|
|
|
|
}
|
|
|
|
if fieldNum <= 0 {
|
|
|
|
return fmt.Errorf("proto: Alert: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
|
|
}
|
|
|
|
switch fieldNum {
|
|
|
|
case 1:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Title", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Title = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 2:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Body", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Body = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 3:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Subtitle", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Subtitle = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 4:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Action", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Action = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 5:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field ActionLocKey", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.ActionLocKey = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 6:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field LaunchImage", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.LaunchImage = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 7:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field LocKey", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.LocKey = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 8:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field TitleLocKey", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.TitleLocKey = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 9:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field LocArgs", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.LocArgs = append(m.LocArgs, string(dAtA[iNdEx:postIndex]))
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 10:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field TitleLocArgs", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.TitleLocArgs = append(m.TitleLocArgs, string(dAtA[iNdEx:postIndex]))
|
|
|
|
iNdEx = postIndex
|
|
|
|
default:
|
|
|
|
iNdEx = preIndex
|
|
|
|
skippy, err := skipGorush(dAtA[iNdEx:])
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
if skippy < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
if (iNdEx + skippy) > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
iNdEx += skippy
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if iNdEx > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
func (m *NotificationRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
l := len(dAtA)
|
|
|
|
iNdEx := 0
|
|
|
|
for iNdEx < l {
|
|
|
|
preIndex := iNdEx
|
|
|
|
var wire uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fieldNum := int32(wire >> 3)
|
|
|
|
wireType := int(wire & 0x7)
|
|
|
|
if wireType == 4 {
|
|
|
|
return fmt.Errorf("proto: NotificationRequest: wiretype end group for non-group")
|
|
|
|
}
|
|
|
|
if fieldNum <= 0 {
|
|
|
|
return fmt.Errorf("proto: NotificationRequest: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
|
|
}
|
|
|
|
switch fieldNum {
|
|
|
|
case 1:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Tokens", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Tokens = append(m.Tokens, string(dAtA[iNdEx:postIndex]))
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 2:
|
|
|
|
if wireType != 0 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Platform", wireType)
|
|
|
|
}
|
|
|
|
m.Platform = 0
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
m.Platform |= (int32(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
case 3:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Message", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Message = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 4:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Title", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Title = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 5:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Topic", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Topic = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 6:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Key", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Key = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 7:
|
|
|
|
if wireType != 0 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Badge", wireType)
|
|
|
|
}
|
|
|
|
m.Badge = 0
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
m.Badge |= (int32(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
case 8:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Category", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Category = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 9:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Alert", wireType)
|
|
|
|
}
|
|
|
|
var msglen int
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
msglen |= (int(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if msglen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + msglen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
if m.Alert == nil {
|
|
|
|
m.Alert = &Alert{}
|
|
|
|
}
|
|
|
|
if err := m.Alert.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 10:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Sound", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Sound = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 11:
|
|
|
|
if wireType != 0 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field ContentAvailable", wireType)
|
|
|
|
}
|
|
|
|
var v int
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
v |= (int(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
m.ContentAvailable = bool(v != 0)
|
|
|
|
case 12:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field ThreadID", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.ThreadID = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 13:
|
|
|
|
if wireType != 0 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field MutableContent", wireType)
|
|
|
|
}
|
|
|
|
var v int
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
v |= (int(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
m.MutableContent = bool(v != 0)
|
|
|
|
default:
|
|
|
|
iNdEx = preIndex
|
|
|
|
skippy, err := skipGorush(dAtA[iNdEx:])
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
if skippy < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
if (iNdEx + skippy) > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
iNdEx += skippy
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if iNdEx > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
func (m *NotificationReply) Unmarshal(dAtA []byte) error {
|
|
|
|
l := len(dAtA)
|
|
|
|
iNdEx := 0
|
|
|
|
for iNdEx < l {
|
|
|
|
preIndex := iNdEx
|
|
|
|
var wire uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fieldNum := int32(wire >> 3)
|
|
|
|
wireType := int(wire & 0x7)
|
|
|
|
if wireType == 4 {
|
|
|
|
return fmt.Errorf("proto: NotificationReply: wiretype end group for non-group")
|
|
|
|
}
|
|
|
|
if fieldNum <= 0 {
|
|
|
|
return fmt.Errorf("proto: NotificationReply: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
|
|
}
|
|
|
|
switch fieldNum {
|
|
|
|
case 1:
|
|
|
|
if wireType != 0 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Success", wireType)
|
|
|
|
}
|
|
|
|
var v int
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
v |= (int(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
m.Success = bool(v != 0)
|
|
|
|
case 2:
|
|
|
|
if wireType != 0 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Counts", wireType)
|
|
|
|
}
|
|
|
|
m.Counts = 0
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
m.Counts |= (int32(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
default:
|
|
|
|
iNdEx = preIndex
|
|
|
|
skippy, err := skipGorush(dAtA[iNdEx:])
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
if skippy < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
if (iNdEx + skippy) > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
iNdEx += skippy
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if iNdEx > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
func (m *HealthCheckRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
l := len(dAtA)
|
|
|
|
iNdEx := 0
|
|
|
|
for iNdEx < l {
|
|
|
|
preIndex := iNdEx
|
|
|
|
var wire uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fieldNum := int32(wire >> 3)
|
|
|
|
wireType := int(wire & 0x7)
|
|
|
|
if wireType == 4 {
|
|
|
|
return fmt.Errorf("proto: HealthCheckRequest: wiretype end group for non-group")
|
|
|
|
}
|
|
|
|
if fieldNum <= 0 {
|
|
|
|
return fmt.Errorf("proto: HealthCheckRequest: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
|
|
}
|
|
|
|
switch fieldNum {
|
|
|
|
case 1:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Service", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Service = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
default:
|
|
|
|
iNdEx = preIndex
|
|
|
|
skippy, err := skipGorush(dAtA[iNdEx:])
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
if skippy < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
if (iNdEx + skippy) > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
iNdEx += skippy
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if iNdEx > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
func (m *HealthCheckResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
l := len(dAtA)
|
|
|
|
iNdEx := 0
|
|
|
|
for iNdEx < l {
|
|
|
|
preIndex := iNdEx
|
|
|
|
var wire uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fieldNum := int32(wire >> 3)
|
|
|
|
wireType := int(wire & 0x7)
|
|
|
|
if wireType == 4 {
|
|
|
|
return fmt.Errorf("proto: HealthCheckResponse: wiretype end group for non-group")
|
|
|
|
}
|
|
|
|
if fieldNum <= 0 {
|
|
|
|
return fmt.Errorf("proto: HealthCheckResponse: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
|
|
}
|
|
|
|
switch fieldNum {
|
|
|
|
case 1:
|
|
|
|
if wireType != 0 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType)
|
|
|
|
}
|
|
|
|
m.Status = 0
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
m.Status |= (HealthCheckResponse_ServingStatus(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
default:
|
|
|
|
iNdEx = preIndex
|
|
|
|
skippy, err := skipGorush(dAtA[iNdEx:])
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
if skippy < 0 {
|
|
|
|
return ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
if (iNdEx + skippy) > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
iNdEx += skippy
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if iNdEx > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
func skipGorush(dAtA []byte) (n int, err error) {
|
|
|
|
l := len(dAtA)
|
|
|
|
iNdEx := 0
|
|
|
|
for iNdEx < l {
|
|
|
|
var wire uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return 0, ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return 0, io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
wireType := int(wire & 0x7)
|
|
|
|
switch wireType {
|
|
|
|
case 0:
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return 0, ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return 0, io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
iNdEx++
|
|
|
|
if dAtA[iNdEx-1] < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return iNdEx, nil
|
|
|
|
case 1:
|
|
|
|
iNdEx += 8
|
|
|
|
return iNdEx, nil
|
|
|
|
case 2:
|
|
|
|
var length int
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return 0, ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return 0, io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
length |= (int(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
iNdEx += length
|
|
|
|
if length < 0 {
|
|
|
|
return 0, ErrInvalidLengthGorush
|
|
|
|
}
|
|
|
|
return iNdEx, nil
|
|
|
|
case 3:
|
|
|
|
for {
|
|
|
|
var innerWire uint64
|
|
|
|
var start int = iNdEx
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return 0, ErrIntOverflowGorush
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return 0, io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
innerWire |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
innerWireType := int(innerWire & 0x7)
|
|
|
|
if innerWireType == 4 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
next, err := skipGorush(dAtA[start:])
|
|
|
|
if err != nil {
|
|
|
|
return 0, err
|
|
|
|
}
|
|
|
|
iNdEx = start + next
|
|
|
|
}
|
|
|
|
return iNdEx, nil
|
|
|
|
case 4:
|
|
|
|
return iNdEx, nil
|
|
|
|
case 5:
|
|
|
|
iNdEx += 4
|
|
|
|
return iNdEx, nil
|
|
|
|
default:
|
|
|
|
return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
panic("unreachable")
|
|
|
|
}
|
|
|
|
|
|
|
|
var (
|
|
|
|
ErrInvalidLengthGorush = fmt.Errorf("proto: negative length found during unmarshaling")
|
|
|
|
ErrIntOverflowGorush = fmt.Errorf("proto: integer overflow")
|
|
|
|
)
|
|
|
|
|
|
|
|
func init() { proto.RegisterFile("gorush.proto", fileDescriptor_gorush_55c8edc1f352690b) }
|
|
|
|
|
|
|
|
var fileDescriptor_gorush_55c8edc1f352690b = []byte{
|
|
|
|
// 599 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x53, 0xcd, 0x6e, 0xda, 0x4c,
|
|
|
|
0x14, 0xc5, 0x04, 0x13, 0xb8, 0x90, 0x7c, 0x7c, 0x93, 0xaa, 0x9a, 0xb2, 0xb0, 0x90, 0x17, 0x15,
|
|
|
|
0xea, 0x82, 0x05, 0xdd, 0x75, 0x11, 0x95, 0xa6, 0x51, 0x82, 0x52, 0x39, 0x92, 0xe9, 0xcf, 0xb2,
|
|
|
|
0x1a, 0x86, 0x89, 0xb1, 0x18, 0x3c, 0xae, 0x67, 0x1c, 0x89, 0xb7, 0xa8, 0xd4, 0x47, 0xe8, 0xcb,
|
|
|
|
0x74, 0x99, 0x65, 0x97, 0x15, 0x3c, 0x47, 0xa5, 0x6a, 0x66, 0x6c, 0x0a, 0x2d, 0x5d, 0x79, 0xce,
|
|
|
|
0xb9, 0x3f, 0x73, 0xe6, 0xdc, 0x6b, 0x68, 0x47, 0x22, 0xcb, 0xe5, 0x7c, 0x90, 0x66, 0x42, 0x09,
|
|
|
|
0xe4, 0x9a, 0x8f, 0xff, 0xb5, 0x0a, 0xee, 0x88, 0xb3, 0x4c, 0xa1, 0x47, 0xe0, 0xaa, 0x58, 0x71,
|
|
|
|
0x86, 0x9d, 0x9e, 0xd3, 0x6f, 0x86, 0x16, 0x20, 0x04, 0xb5, 0xa9, 0x98, 0xad, 0x70, 0xd5, 0x90,
|
|
|
|
0xe6, 0x8c, 0xba, 0xd0, 0x90, 0xf9, 0xd4, 0x26, 0x1f, 0x19, 0x7e, 0x8b, 0xd1, 0x63, 0xa8, 0x13,
|
|
|
|
0xaa, 0x62, 0x91, 0xe0, 0x9a, 0x89, 0x14, 0x08, 0xf9, 0xd0, 0xb6, 0xa7, 0x37, 0x82, 0xde, 0xb0,
|
|
|
|
0x15, 0x76, 0x4d, 0x74, 0x8f, 0x43, 0x3d, 0x68, 0x71, 0x92, 0x27, 0x74, 0x3e, 0x5e, 0x92, 0x88,
|
|
|
|
0xe1, 0xba, 0x49, 0xd9, 0xa5, 0x74, 0x77, 0x6e, 0xeb, 0x8f, 0x6d, 0x77, 0xbe, 0xad, 0x34, 0xd7,
|
|
|
|
0x17, 0xcd, 0x1b, 0xb6, 0x72, 0x87, 0x42, 0x18, 0x8e, 0xb9, 0xa0, 0xa3, 0x2c, 0x92, 0xb8, 0xd9,
|
|
|
|
0x3b, 0xea, 0x37, 0xc3, 0x12, 0x6a, 0x65, 0x65, 0xa2, 0x09, 0x83, 0x09, 0xef, 0x71, 0xfe, 0xcf,
|
|
|
|
0x2a, 0x9c, 0x05, 0x42, 0xc5, 0x77, 0x31, 0x25, 0x5a, 0x70, 0xc8, 0x3e, 0xe5, 0x4c, 0x2a, 0xad,
|
|
|
|
0x47, 0x89, 0x05, 0x4b, 0x24, 0x76, 0x4c, 0x55, 0x81, 0xb4, 0x43, 0x29, 0x27, 0xea, 0x4e, 0x64,
|
|
|
|
0x4b, 0xe3, 0x9c, 0x1b, 0x6e, 0xb1, 0x56, 0xb2, 0x64, 0x52, 0xea, 0x17, 0x5a, 0xf3, 0x4a, 0xf8,
|
|
|
|
0x7b, 0x02, 0xb5, 0xdd, 0x09, 0x68, 0x56, 0xa4, 0x31, 0x2d, 0x2c, 0xb3, 0x00, 0x75, 0xe0, 0x68,
|
|
|
|
0xc1, 0x56, 0x85, 0x47, 0xfa, 0xa8, 0xf3, 0xa6, 0x64, 0x16, 0x31, 0x63, 0x8d, 0x1b, 0x5a, 0xa0,
|
|
|
|
0x95, 0x50, 0xa2, 0x58, 0x24, 0xb2, 0xd2, 0x96, 0x2d, 0x46, 0x3e, 0xb8, 0x44, 0x8f, 0x1e, 0x37,
|
|
|
|
0x7b, 0x4e, 0xbf, 0x35, 0x6c, 0xdb, 0xcd, 0x18, 0x98, 0x75, 0x08, 0x6d, 0x48, 0x77, 0x95, 0x22,
|
|
|
|
0x4f, 0x66, 0x18, 0xec, 0xed, 0x06, 0xa0, 0x67, 0xd0, 0xa1, 0x22, 0x51, 0x2c, 0x51, 0xa3, 0x7b,
|
|
|
|
0x12, 0x73, 0x32, 0xe5, 0x0c, 0xb7, 0x7a, 0x4e, 0xbf, 0x11, 0xfe, 0xc5, 0x6b, 0x05, 0x6a, 0x9e,
|
|
|
|
0x31, 0x32, 0x1b, 0xbf, 0xc6, 0x6d, 0xab, 0xa0, 0xc4, 0xe8, 0x29, 0x9c, 0x2e, 0x73, 0xa5, 0xd3,
|
|
|
|
0x2e, 0x6c, 0x19, 0x3e, 0x31, 0x5d, 0xfe, 0x60, 0xfd, 0x4b, 0xf8, 0x7f, 0xdf, 0xfe, 0x94, 0x9b,
|
|
|
|
0x91, 0xca, 0x9c, 0x52, 0x26, 0xa5, 0x59, 0xd9, 0x46, 0x58, 0x42, 0x3d, 0x16, 0x2a, 0xf2, 0x44,
|
|
|
|
0xc9, 0xc2, 0xfc, 0x02, 0xf9, 0x03, 0x40, 0xd7, 0x8c, 0x70, 0x35, 0xbf, 0x98, 0x33, 0xba, 0x28,
|
|
|
|
0x87, 0xa8, 0xfb, 0xb0, 0xec, 0x3e, 0xa6, 0xe5, 0xea, 0x97, 0xd0, 0xff, 0xe2, 0xc0, 0xd9, 0x5e,
|
|
|
|
0x81, 0x4c, 0x45, 0x22, 0x19, 0x7a, 0x09, 0x75, 0xa9, 0x88, 0xca, 0xed, 0xc5, 0xa7, 0xc3, 0x7e,
|
|
|
|
0xe1, 0xdc, 0x81, 0xdc, 0xc1, 0x44, 0xf7, 0x4a, 0xa2, 0x89, 0xc9, 0x0f, 0x8b, 0x3a, 0xff, 0x05,
|
|
|
|
0x9c, 0xec, 0x05, 0x50, 0x0b, 0x8e, 0xdf, 0x05, 0x37, 0xc1, 0xed, 0x87, 0xa0, 0x53, 0xd1, 0x60,
|
|
|
|
0x72, 0x19, 0xbe, 0x1f, 0x07, 0x57, 0x1d, 0x07, 0xfd, 0x07, 0xad, 0xe0, 0xf6, 0xed, 0xc7, 0x92,
|
|
|
|
0xa8, 0x0e, 0xaf, 0xa1, 0x7e, 0x65, 0xfe, 0x64, 0x74, 0x0e, 0xb5, 0x09, 0x4b, 0x66, 0xa8, 0x5b,
|
|
|
|
0xdc, 0x7f, 0x60, 0x45, 0xbb, 0xf8, 0x60, 0x2c, 0xe5, 0x2b, 0xbf, 0xa2, 0x3b, 0x59, 0xc9, 0xe8,
|
|
|
|
0x1c, 0x5c, 0x23, 0x1b, 0x3d, 0x39, 0xf4, 0x14, 0xdb, 0xa9, 0xfb, 0xef, 0x57, 0xbe, 0xc2, 0xdf,
|
|
|
|
0xd6, 0x9e, 0xf3, 0xb0, 0xf6, 0x9c, 0x1f, 0x6b, 0xcf, 0xf9, 0xbc, 0xf1, 0x2a, 0x0f, 0x1b, 0xaf,
|
|
|
|
0xf2, 0x7d, 0xe3, 0x55, 0xa6, 0x75, 0x53, 0xf4, 0xfc, 0x57, 0x00, 0x00, 0x00, 0xff, 0xff, 0x53,
|
|
|
|
0x74, 0x4c, 0x6e, 0x7e, 0x04, 0x00, 0x00,
|
2017-07-24 07:06:23 +00:00
|
|
|
}
|