go-common/app/service/live/resource/api/grpc/v1/api.pb.go
2019-04-22 18:49:16 +08:00

7324 lines
173 KiB
Go

// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: api/grpc/v1/api.proto
package v1
import proto "github.com/gogo/protobuf/proto"
import fmt "fmt"
import math "math"
import _ "github.com/gogo/protobuf/gogoproto"
import (
context "golang.org/x/net/context"
grpc "google.golang.org/grpc"
)
import io "io"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
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.
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
// addReq
type AddReq struct {
Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" form:"platform" validate:"required"`
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty" form:"title" validate:"required"`
JumpPath string `protobuf:"bytes,3,opt,name=jumpPath,proto3" json:"jumpPath,omitempty" form:"jumpPath"`
JumpTime int64 `protobuf:"varint,4,opt,name=jumpTime,proto3" json:"jumpTime,omitempty" form:"jumpTime"`
Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty" form:"type" validate:"required"`
Device string `protobuf:"bytes,6,opt,name=device,proto3" json:"device,omitempty" form:"device" validate:"required"`
StartTime string `protobuf:"bytes,7,opt,name=startTime,proto3" json:"startTime,omitempty" form:"startTime" validate:"required"`
EndTime string `protobuf:"bytes,8,opt,name=endTime,proto3" json:"endTime,omitempty" form:"endTime" validate:"required"`
ImageUrl string `protobuf:"bytes,9,opt,name=imageUrl,proto3" json:"imageUrl,omitempty" form:"imageUrl" validate:"required"`
JumpPathType int64 `protobuf:"varint,10,opt,name=jumpPathType,proto3" json:"jumpPathType,omitempty" form:"jumpPathType"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AddReq) Reset() { *m = AddReq{} }
func (m *AddReq) String() string { return proto.CompactTextString(m) }
func (*AddReq) ProtoMessage() {}
func (*AddReq) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{0}
}
func (m *AddReq) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *AddReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_AddReq.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 *AddReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_AddReq.Merge(dst, src)
}
func (m *AddReq) XXX_Size() int {
return m.Size()
}
func (m *AddReq) XXX_DiscardUnknown() {
xxx_messageInfo_AddReq.DiscardUnknown(m)
}
var xxx_messageInfo_AddReq proto.InternalMessageInfo
func (m *AddReq) GetPlatform() string {
if m != nil {
return m.Platform
}
return ""
}
func (m *AddReq) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *AddReq) GetJumpPath() string {
if m != nil {
return m.JumpPath
}
return ""
}
func (m *AddReq) GetJumpTime() int64 {
if m != nil {
return m.JumpTime
}
return 0
}
func (m *AddReq) GetType() string {
if m != nil {
return m.Type
}
return ""
}
func (m *AddReq) GetDevice() string {
if m != nil {
return m.Device
}
return ""
}
func (m *AddReq) GetStartTime() string {
if m != nil {
return m.StartTime
}
return ""
}
func (m *AddReq) GetEndTime() string {
if m != nil {
return m.EndTime
}
return ""
}
func (m *AddReq) GetImageUrl() string {
if m != nil {
return m.ImageUrl
}
return ""
}
func (m *AddReq) GetJumpPathType() int64 {
if m != nil {
return m.JumpPathType
}
return 0
}
// addResp
type AddResp struct {
Id []int64 `protobuf:"varint,1,rep,packed,name=id" json:"id"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AddResp) Reset() { *m = AddResp{} }
func (m *AddResp) String() string { return proto.CompactTextString(m) }
func (*AddResp) ProtoMessage() {}
func (*AddResp) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{1}
}
func (m *AddResp) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *AddResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_AddResp.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 *AddResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_AddResp.Merge(dst, src)
}
func (m *AddResp) XXX_Size() int {
return m.Size()
}
func (m *AddResp) XXX_DiscardUnknown() {
xxx_messageInfo_AddResp.DiscardUnknown(m)
}
var xxx_messageInfo_AddResp proto.InternalMessageInfo
func (m *AddResp) GetId() []int64 {
if m != nil {
return m.Id
}
return nil
}
// editReq
type EditReq struct {
Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" form:"platform" validate:"required"`
Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty" form:"id" validate:"required"`
Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty" form:"title"`
JumpPath string `protobuf:"bytes,4,opt,name=jumpPath,proto3" json:"jumpPath,omitempty" form:"jumpPath"`
JumpTime int64 `protobuf:"varint,5,opt,name=jumpTime,proto3" json:"jumpTime,omitempty" form:"jumpTime"`
StartTime string `protobuf:"bytes,7,opt,name=startTime,proto3" json:"startTime,omitempty" form:"startTime"`
EndTime string `protobuf:"bytes,8,opt,name=endTime,proto3" json:"endTime,omitempty" form:"endTime"`
ImageUrl string `protobuf:"bytes,9,opt,name=imageUrl,proto3" json:"imageUrl,omitempty" form:"imageUrl"`
JumpPathType int64 `protobuf:"varint,10,opt,name=jumpPathType,proto3" json:"jumpPathType,omitempty" form:"jumpPathType"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *EditReq) Reset() { *m = EditReq{} }
func (m *EditReq) String() string { return proto.CompactTextString(m) }
func (*EditReq) ProtoMessage() {}
func (*EditReq) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{2}
}
func (m *EditReq) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *EditReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_EditReq.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 *EditReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_EditReq.Merge(dst, src)
}
func (m *EditReq) XXX_Size() int {
return m.Size()
}
func (m *EditReq) XXX_DiscardUnknown() {
xxx_messageInfo_EditReq.DiscardUnknown(m)
}
var xxx_messageInfo_EditReq proto.InternalMessageInfo
func (m *EditReq) GetPlatform() string {
if m != nil {
return m.Platform
}
return ""
}
func (m *EditReq) GetId() int64 {
if m != nil {
return m.Id
}
return 0
}
func (m *EditReq) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *EditReq) GetJumpPath() string {
if m != nil {
return m.JumpPath
}
return ""
}
func (m *EditReq) GetJumpTime() int64 {
if m != nil {
return m.JumpTime
}
return 0
}
func (m *EditReq) GetStartTime() string {
if m != nil {
return m.StartTime
}
return ""
}
func (m *EditReq) GetEndTime() string {
if m != nil {
return m.EndTime
}
return ""
}
func (m *EditReq) GetImageUrl() string {
if m != nil {
return m.ImageUrl
}
return ""
}
func (m *EditReq) GetJumpPathType() int64 {
if m != nil {
return m.JumpPathType
}
return 0
}
// editResp
type EditResp struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *EditResp) Reset() { *m = EditResp{} }
func (m *EditResp) String() string { return proto.CompactTextString(m) }
func (*EditResp) ProtoMessage() {}
func (*EditResp) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{3}
}
func (m *EditResp) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *EditResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_EditResp.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 *EditResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_EditResp.Merge(dst, src)
}
func (m *EditResp) XXX_Size() int {
return m.Size()
}
func (m *EditResp) XXX_DiscardUnknown() {
xxx_messageInfo_EditResp.DiscardUnknown(m)
}
var xxx_messageInfo_EditResp proto.InternalMessageInfo
// 下线闪屏
type OfflineReq struct {
Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" form:"platform" validate:"required"`
Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty" form:"id" validate:"required"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OfflineReq) Reset() { *m = OfflineReq{} }
func (m *OfflineReq) String() string { return proto.CompactTextString(m) }
func (*OfflineReq) ProtoMessage() {}
func (*OfflineReq) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{4}
}
func (m *OfflineReq) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *OfflineReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_OfflineReq.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 *OfflineReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_OfflineReq.Merge(dst, src)
}
func (m *OfflineReq) XXX_Size() int {
return m.Size()
}
func (m *OfflineReq) XXX_DiscardUnknown() {
xxx_messageInfo_OfflineReq.DiscardUnknown(m)
}
var xxx_messageInfo_OfflineReq proto.InternalMessageInfo
func (m *OfflineReq) GetPlatform() string {
if m != nil {
return m.Platform
}
return ""
}
func (m *OfflineReq) GetId() int64 {
if m != nil {
return m.Id
}
return 0
}
type OfflineResp struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OfflineResp) Reset() { *m = OfflineResp{} }
func (m *OfflineResp) String() string { return proto.CompactTextString(m) }
func (*OfflineResp) ProtoMessage() {}
func (*OfflineResp) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{5}
}
func (m *OfflineResp) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *OfflineResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_OfflineResp.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 *OfflineResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_OfflineResp.Merge(dst, src)
}
func (m *OfflineResp) XXX_Size() int {
return m.Size()
}
func (m *OfflineResp) XXX_DiscardUnknown() {
xxx_messageInfo_OfflineResp.DiscardUnknown(m)
}
var xxx_messageInfo_OfflineResp proto.InternalMessageInfo
// 获取闪屏配置列表
type GetListReq struct {
Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" form:"platform" validate:"required"`
Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty" form:"page"`
PageSize int64 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty" form:"pageSize"`
Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty" form:"type" validate:"required"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetListReq) Reset() { *m = GetListReq{} }
func (m *GetListReq) String() string { return proto.CompactTextString(m) }
func (*GetListReq) ProtoMessage() {}
func (*GetListReq) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{6}
}
func (m *GetListReq) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *GetListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_GetListReq.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 *GetListReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetListReq.Merge(dst, src)
}
func (m *GetListReq) XXX_Size() int {
return m.Size()
}
func (m *GetListReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetListReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetListReq proto.InternalMessageInfo
func (m *GetListReq) GetPlatform() string {
if m != nil {
return m.Platform
}
return ""
}
func (m *GetListReq) GetPage() int64 {
if m != nil {
return m.Page
}
return 0
}
func (m *GetListReq) GetPageSize() int64 {
if m != nil {
return m.PageSize
}
return 0
}
func (m *GetListReq) GetType() string {
if m != nil {
return m.Type
}
return ""
}
type GetListResp struct {
CurrentPage int64 `protobuf:"varint,1,opt,name=currentPage,proto3" json:"currentPage"`
TotalCount int64 `protobuf:"varint,2,opt,name=totalCount,proto3" json:"totalCount"`
List []*GetListResp_List `protobuf:"bytes,3,rep,name=list" json:"list"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetListResp) Reset() { *m = GetListResp{} }
func (m *GetListResp) String() string { return proto.CompactTextString(m) }
func (*GetListResp) ProtoMessage() {}
func (*GetListResp) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{7}
}
func (m *GetListResp) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *GetListResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_GetListResp.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 *GetListResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetListResp.Merge(dst, src)
}
func (m *GetListResp) XXX_Size() int {
return m.Size()
}
func (m *GetListResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetListResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetListResp proto.InternalMessageInfo
func (m *GetListResp) GetCurrentPage() int64 {
if m != nil {
return m.CurrentPage
}
return 0
}
func (m *GetListResp) GetTotalCount() int64 {
if m != nil {
return m.TotalCount
}
return 0
}
func (m *GetListResp) GetList() []*GetListResp_List {
if m != nil {
return m.List
}
return nil
}
type GetListResp_List struct {
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title"`
JumpPath string `protobuf:"bytes,3,opt,name=jumpPath,proto3" json:"jumpPath"`
DevicePlatform string `protobuf:"bytes,4,opt,name=device_platform,json=devicePlatform,proto3" json:"device_platform"`
DeviceBuild int64 `protobuf:"varint,5,opt,name=device_build,json=deviceBuild,proto3" json:"device_build"`
StartTime string `protobuf:"bytes,6,opt,name=startTime,proto3" json:"startTime"`
EndTime string `protobuf:"bytes,7,opt,name=endTime,proto3" json:"endTime"`
Status int64 `protobuf:"varint,8,opt,name=status,proto3" json:"status"`
DeviceLimit int64 `protobuf:"varint,9,opt,name=device_limit,json=deviceLimit,proto3" json:"device_limit"`
ImageUrl string `protobuf:"bytes,10,opt,name=imageUrl,proto3" json:"imageUrl"`
JumpPathType int64 `protobuf:"varint,11,opt,name=jumpPathType,proto3" json:"jumpPathType"`
JumpTime int64 `protobuf:"varint,12,opt,name=jumpTime,proto3" json:"jumpTime"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetListResp_List) Reset() { *m = GetListResp_List{} }
func (m *GetListResp_List) String() string { return proto.CompactTextString(m) }
func (*GetListResp_List) ProtoMessage() {}
func (*GetListResp_List) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{7, 0}
}
func (m *GetListResp_List) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *GetListResp_List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_GetListResp_List.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 *GetListResp_List) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetListResp_List.Merge(dst, src)
}
func (m *GetListResp_List) XXX_Size() int {
return m.Size()
}
func (m *GetListResp_List) XXX_DiscardUnknown() {
xxx_messageInfo_GetListResp_List.DiscardUnknown(m)
}
var xxx_messageInfo_GetListResp_List proto.InternalMessageInfo
func (m *GetListResp_List) GetId() int64 {
if m != nil {
return m.Id
}
return 0
}
func (m *GetListResp_List) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *GetListResp_List) GetJumpPath() string {
if m != nil {
return m.JumpPath
}
return ""
}
func (m *GetListResp_List) GetDevicePlatform() string {
if m != nil {
return m.DevicePlatform
}
return ""
}
func (m *GetListResp_List) GetDeviceBuild() int64 {
if m != nil {
return m.DeviceBuild
}
return 0
}
func (m *GetListResp_List) GetStartTime() string {
if m != nil {
return m.StartTime
}
return ""
}
func (m *GetListResp_List) GetEndTime() string {
if m != nil {
return m.EndTime
}
return ""
}
func (m *GetListResp_List) GetStatus() int64 {
if m != nil {
return m.Status
}
return 0
}
func (m *GetListResp_List) GetDeviceLimit() int64 {
if m != nil {
return m.DeviceLimit
}
return 0
}
func (m *GetListResp_List) GetImageUrl() string {
if m != nil {
return m.ImageUrl
}
return ""
}
func (m *GetListResp_List) GetJumpPathType() int64 {
if m != nil {
return m.JumpPathType
}
return 0
}
func (m *GetListResp_List) GetJumpTime() int64 {
if m != nil {
return m.JumpTime
}
return 0
}
// 获取当前有效闪屏配置(客户端)
type GetInfoReq struct {
Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" form:"platform" validate:"required"`
Build int64 `protobuf:"varint,2,opt,name=build,proto3" json:"build,omitempty" form:"build" validate:"required"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetInfoReq) Reset() { *m = GetInfoReq{} }
func (m *GetInfoReq) String() string { return proto.CompactTextString(m) }
func (*GetInfoReq) ProtoMessage() {}
func (*GetInfoReq) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{8}
}
func (m *GetInfoReq) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *GetInfoReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_GetInfoReq.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 *GetInfoReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetInfoReq.Merge(dst, src)
}
func (m *GetInfoReq) XXX_Size() int {
return m.Size()
}
func (m *GetInfoReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetInfoReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetInfoReq proto.InternalMessageInfo
func (m *GetInfoReq) GetPlatform() string {
if m != nil {
return m.Platform
}
return ""
}
func (m *GetInfoReq) GetBuild() int64 {
if m != nil {
return m.Build
}
return 0
}
type GetInfoResp struct {
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title"`
JumpPath string `protobuf:"bytes,3,opt,name=jumpPath,proto3" json:"jumpPath"`
JumpTime int64 `protobuf:"varint,4,opt,name=jumpTime,proto3" json:"jumpTime"`
JumpPathType int64 `protobuf:"varint,5,opt,name=jumpPathType,proto3" json:"jumpPathType"`
ImageUrl string `protobuf:"bytes,6,opt,name=imageUrl,proto3" json:"imageUrl"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetInfoResp) Reset() { *m = GetInfoResp{} }
func (m *GetInfoResp) String() string { return proto.CompactTextString(m) }
func (*GetInfoResp) ProtoMessage() {}
func (*GetInfoResp) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{9}
}
func (m *GetInfoResp) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *GetInfoResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_GetInfoResp.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 *GetInfoResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetInfoResp.Merge(dst, src)
}
func (m *GetInfoResp) XXX_Size() int {
return m.Size()
}
func (m *GetInfoResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetInfoResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetInfoResp proto.InternalMessageInfo
func (m *GetInfoResp) GetId() int64 {
if m != nil {
return m.Id
}
return 0
}
func (m *GetInfoResp) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *GetInfoResp) GetJumpPath() string {
if m != nil {
return m.JumpPath
}
return ""
}
func (m *GetInfoResp) GetJumpTime() int64 {
if m != nil {
return m.JumpTime
}
return 0
}
func (m *GetInfoResp) GetJumpPathType() int64 {
if m != nil {
return m.JumpPathType
}
return 0
}
func (m *GetInfoResp) GetImageUrl() string {
if m != nil {
return m.ImageUrl
}
return ""
}
// 获取当前有效banner配置(客户端)
type GetBlinkBannerReq struct {
Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" form:"platform" validate:"required"`
Build int64 `protobuf:"varint,2,opt,name=build,proto3" json:"build,omitempty" form:"build" validate:"required"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetBlinkBannerReq) Reset() { *m = GetBlinkBannerReq{} }
func (m *GetBlinkBannerReq) String() string { return proto.CompactTextString(m) }
func (*GetBlinkBannerReq) ProtoMessage() {}
func (*GetBlinkBannerReq) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{10}
}
func (m *GetBlinkBannerReq) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *GetBlinkBannerReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_GetBlinkBannerReq.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 *GetBlinkBannerReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetBlinkBannerReq.Merge(dst, src)
}
func (m *GetBlinkBannerReq) XXX_Size() int {
return m.Size()
}
func (m *GetBlinkBannerReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetBlinkBannerReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetBlinkBannerReq proto.InternalMessageInfo
func (m *GetBlinkBannerReq) GetPlatform() string {
if m != nil {
return m.Platform
}
return ""
}
func (m *GetBlinkBannerReq) GetBuild() int64 {
if m != nil {
return m.Build
}
return 0
}
type GetBlinkBannerResp struct {
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title"`
JumpPath string `protobuf:"bytes,3,opt,name=jumpPath,proto3" json:"jumpPath"`
JumpTime int64 `protobuf:"varint,4,opt,name=jumpTime,proto3" json:"jumpTime"`
JumpPathType int64 `protobuf:"varint,5,opt,name=jumpPathType,proto3" json:"jumpPathType"`
ImageUrl string `protobuf:"bytes,6,opt,name=imageUrl,proto3" json:"imageUrl"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetBlinkBannerResp) Reset() { *m = GetBlinkBannerResp{} }
func (m *GetBlinkBannerResp) String() string { return proto.CompactTextString(m) }
func (*GetBlinkBannerResp) ProtoMessage() {}
func (*GetBlinkBannerResp) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{11}
}
func (m *GetBlinkBannerResp) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *GetBlinkBannerResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_GetBlinkBannerResp.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 *GetBlinkBannerResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetBlinkBannerResp.Merge(dst, src)
}
func (m *GetBlinkBannerResp) XXX_Size() int {
return m.Size()
}
func (m *GetBlinkBannerResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetBlinkBannerResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetBlinkBannerResp proto.InternalMessageInfo
func (m *GetBlinkBannerResp) GetId() int64 {
if m != nil {
return m.Id
}
return 0
}
func (m *GetBlinkBannerResp) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *GetBlinkBannerResp) GetJumpPath() string {
if m != nil {
return m.JumpPath
}
return ""
}
func (m *GetBlinkBannerResp) GetJumpTime() int64 {
if m != nil {
return m.JumpTime
}
return 0
}
func (m *GetBlinkBannerResp) GetJumpPathType() int64 {
if m != nil {
return m.JumpPathType
}
return 0
}
func (m *GetBlinkBannerResp) GetImageUrl() string {
if m != nil {
return m.ImageUrl
}
return ""
}
// 获取banner配置(客户端)
type GetBannerReq struct {
Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" form:"platform" validate:"required"`
Build int64 `protobuf:"varint,2,opt,name=build,proto3" json:"build,omitempty" form:"build" validate:"required"`
Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty" form:"type" validate:"required"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetBannerReq) Reset() { *m = GetBannerReq{} }
func (m *GetBannerReq) String() string { return proto.CompactTextString(m) }
func (*GetBannerReq) ProtoMessage() {}
func (*GetBannerReq) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{12}
}
func (m *GetBannerReq) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *GetBannerReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_GetBannerReq.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 *GetBannerReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetBannerReq.Merge(dst, src)
}
func (m *GetBannerReq) XXX_Size() int {
return m.Size()
}
func (m *GetBannerReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetBannerReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetBannerReq proto.InternalMessageInfo
func (m *GetBannerReq) GetPlatform() string {
if m != nil {
return m.Platform
}
return ""
}
func (m *GetBannerReq) GetBuild() int64 {
if m != nil {
return m.Build
}
return 0
}
func (m *GetBannerReq) GetType() string {
if m != nil {
return m.Type
}
return ""
}
type GetBannerResp struct {
List []*GetBannerResp_List `protobuf:"bytes,1,rep,name=list" json:"list"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetBannerResp) Reset() { *m = GetBannerResp{} }
func (m *GetBannerResp) String() string { return proto.CompactTextString(m) }
func (*GetBannerResp) ProtoMessage() {}
func (*GetBannerResp) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{13}
}
func (m *GetBannerResp) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *GetBannerResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_GetBannerResp.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 *GetBannerResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetBannerResp.Merge(dst, src)
}
func (m *GetBannerResp) XXX_Size() int {
return m.Size()
}
func (m *GetBannerResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetBannerResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetBannerResp proto.InternalMessageInfo
func (m *GetBannerResp) GetList() []*GetBannerResp_List {
if m != nil {
return m.List
}
return nil
}
type GetBannerResp_List struct {
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title"`
JumpPath string `protobuf:"bytes,3,opt,name=jumpPath,proto3" json:"jumpPath"`
JumpTime int64 `protobuf:"varint,4,opt,name=jumpTime,proto3" json:"jumpTime"`
JumpPathType int64 `protobuf:"varint,5,opt,name=jumpPathType,proto3" json:"jumpPathType"`
ImageUrl string `protobuf:"bytes,6,opt,name=imageUrl,proto3" json:"imageUrl"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetBannerResp_List) Reset() { *m = GetBannerResp_List{} }
func (m *GetBannerResp_List) String() string { return proto.CompactTextString(m) }
func (*GetBannerResp_List) ProtoMessage() {}
func (*GetBannerResp_List) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{13, 0}
}
func (m *GetBannerResp_List) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *GetBannerResp_List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_GetBannerResp_List.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 *GetBannerResp_List) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetBannerResp_List.Merge(dst, src)
}
func (m *GetBannerResp_List) XXX_Size() int {
return m.Size()
}
func (m *GetBannerResp_List) XXX_DiscardUnknown() {
xxx_messageInfo_GetBannerResp_List.DiscardUnknown(m)
}
var xxx_messageInfo_GetBannerResp_List proto.InternalMessageInfo
func (m *GetBannerResp_List) GetId() int64 {
if m != nil {
return m.Id
}
return 0
}
func (m *GetBannerResp_List) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *GetBannerResp_List) GetJumpPath() string {
if m != nil {
return m.JumpPath
}
return ""
}
func (m *GetBannerResp_List) GetJumpTime() int64 {
if m != nil {
return m.JumpTime
}
return 0
}
func (m *GetBannerResp_List) GetJumpPathType() int64 {
if m != nil {
return m.JumpPathType
}
return 0
}
func (m *GetBannerResp_List) GetImageUrl() string {
if m != nil {
return m.ImageUrl
}
return ""
}
type GetPlatformListReq struct {
Type int64 `protobuf:"varint,1,opt,name=type,proto3" json:"type"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetPlatformListReq) Reset() { *m = GetPlatformListReq{} }
func (m *GetPlatformListReq) String() string { return proto.CompactTextString(m) }
func (*GetPlatformListReq) ProtoMessage() {}
func (*GetPlatformListReq) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{14}
}
func (m *GetPlatformListReq) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *GetPlatformListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_GetPlatformListReq.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 *GetPlatformListReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetPlatformListReq.Merge(dst, src)
}
func (m *GetPlatformListReq) XXX_Size() int {
return m.Size()
}
func (m *GetPlatformListReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetPlatformListReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetPlatformListReq proto.InternalMessageInfo
func (m *GetPlatformListReq) GetType() int64 {
if m != nil {
return m.Type
}
return 0
}
type GetPlatformListResp struct {
Platform []string `protobuf:"bytes,1,rep,name=platform" json:"platform"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetPlatformListResp) Reset() { *m = GetPlatformListResp{} }
func (m *GetPlatformListResp) String() string { return proto.CompactTextString(m) }
func (*GetPlatformListResp) ProtoMessage() {}
func (*GetPlatformListResp) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{15}
}
func (m *GetPlatformListResp) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *GetPlatformListResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_GetPlatformListResp.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 *GetPlatformListResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetPlatformListResp.Merge(dst, src)
}
func (m *GetPlatformListResp) XXX_Size() int {
return m.Size()
}
func (m *GetPlatformListResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetPlatformListResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetPlatformListResp proto.InternalMessageInfo
func (m *GetPlatformListResp) GetPlatform() []string {
if m != nil {
return m.Platform
}
return nil
}
type GetListExReq struct {
Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" form:"platform" validate:"required"`
Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty" form:"page"`
PageSize int64 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty" form:"pageSize"`
Type []string `protobuf:"bytes,4,rep,name=type" json:"type,omitempty" form:"type" validate:"required"`
DevicePlatform string `protobuf:"bytes,5,opt,name=device_platform,json=devicePlatform,proto3" json:"device_platform,omitempty" form:"device_platform"`
Status string `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty" form:"status"`
StartTime string `protobuf:"bytes,7,opt,name=startTime,proto3" json:"startTime,omitempty" form:"startTime"`
EndTime string `protobuf:"bytes,8,opt,name=endTime,proto3" json:"endTime,omitempty" form:"endTime"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetListExReq) Reset() { *m = GetListExReq{} }
func (m *GetListExReq) String() string { return proto.CompactTextString(m) }
func (*GetListExReq) ProtoMessage() {}
func (*GetListExReq) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{16}
}
func (m *GetListExReq) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *GetListExReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_GetListExReq.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 *GetListExReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetListExReq.Merge(dst, src)
}
func (m *GetListExReq) XXX_Size() int {
return m.Size()
}
func (m *GetListExReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetListExReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetListExReq proto.InternalMessageInfo
func (m *GetListExReq) GetPlatform() string {
if m != nil {
return m.Platform
}
return ""
}
func (m *GetListExReq) GetPage() int64 {
if m != nil {
return m.Page
}
return 0
}
func (m *GetListExReq) GetPageSize() int64 {
if m != nil {
return m.PageSize
}
return 0
}
func (m *GetListExReq) GetType() []string {
if m != nil {
return m.Type
}
return nil
}
func (m *GetListExReq) GetDevicePlatform() string {
if m != nil {
return m.DevicePlatform
}
return ""
}
func (m *GetListExReq) GetStatus() string {
if m != nil {
return m.Status
}
return ""
}
func (m *GetListExReq) GetStartTime() string {
if m != nil {
return m.StartTime
}
return ""
}
func (m *GetListExReq) GetEndTime() string {
if m != nil {
return m.EndTime
}
return ""
}
type GetListExResp struct {
CurrentPage int64 `protobuf:"varint,1,opt,name=currentPage,proto3" json:"currentPage"`
TotalCount int64 `protobuf:"varint,2,opt,name=totalCount,proto3" json:"totalCount"`
List []*GetListExResp_List `protobuf:"bytes,3,rep,name=list" json:"list"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetListExResp) Reset() { *m = GetListExResp{} }
func (m *GetListExResp) String() string { return proto.CompactTextString(m) }
func (*GetListExResp) ProtoMessage() {}
func (*GetListExResp) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{17}
}
func (m *GetListExResp) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *GetListExResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_GetListExResp.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 *GetListExResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetListExResp.Merge(dst, src)
}
func (m *GetListExResp) XXX_Size() int {
return m.Size()
}
func (m *GetListExResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetListExResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetListExResp proto.InternalMessageInfo
func (m *GetListExResp) GetCurrentPage() int64 {
if m != nil {
return m.CurrentPage
}
return 0
}
func (m *GetListExResp) GetTotalCount() int64 {
if m != nil {
return m.TotalCount
}
return 0
}
func (m *GetListExResp) GetList() []*GetListExResp_List {
if m != nil {
return m.List
}
return nil
}
type GetListExResp_List struct {
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title"`
JumpPath string `protobuf:"bytes,3,opt,name=jumpPath,proto3" json:"jumpPath"`
DevicePlatform string `protobuf:"bytes,4,opt,name=device_platform,json=devicePlatform,proto3" json:"device_platform"`
DeviceBuild int64 `protobuf:"varint,5,opt,name=device_build,json=deviceBuild,proto3" json:"device_build"`
StartTime string `protobuf:"bytes,6,opt,name=startTime,proto3" json:"startTime"`
EndTime string `protobuf:"bytes,7,opt,name=endTime,proto3" json:"endTime"`
Status int64 `protobuf:"varint,8,opt,name=status,proto3" json:"status"`
DeviceLimit int64 `protobuf:"varint,9,opt,name=device_limit,json=deviceLimit,proto3" json:"device_limit"`
ImageUrl string `protobuf:"bytes,10,opt,name=imageUrl,proto3" json:"imageUrl"`
JumpPathType int64 `protobuf:"varint,11,opt,name=jumpPathType,proto3" json:"jumpPathType"`
JumpTime int64 `protobuf:"varint,12,opt,name=jumpTime,proto3" json:"jumpTime"`
Type string `protobuf:"bytes,13,opt,name=type,proto3" json:"type"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetListExResp_List) Reset() { *m = GetListExResp_List{} }
func (m *GetListExResp_List) String() string { return proto.CompactTextString(m) }
func (*GetListExResp_List) ProtoMessage() {}
func (*GetListExResp_List) Descriptor() ([]byte, []int) {
return fileDescriptor_api_55838d09c99a73d4, []int{17, 0}
}
func (m *GetListExResp_List) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *GetListExResp_List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_GetListExResp_List.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 *GetListExResp_List) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetListExResp_List.Merge(dst, src)
}
func (m *GetListExResp_List) XXX_Size() int {
return m.Size()
}
func (m *GetListExResp_List) XXX_DiscardUnknown() {
xxx_messageInfo_GetListExResp_List.DiscardUnknown(m)
}
var xxx_messageInfo_GetListExResp_List proto.InternalMessageInfo
func (m *GetListExResp_List) GetId() int64 {
if m != nil {
return m.Id
}
return 0
}
func (m *GetListExResp_List) GetTitle() string {
if m != nil {
return m.Title
}
return ""
}
func (m *GetListExResp_List) GetJumpPath() string {
if m != nil {
return m.JumpPath
}
return ""
}
func (m *GetListExResp_List) GetDevicePlatform() string {
if m != nil {
return m.DevicePlatform
}
return ""
}
func (m *GetListExResp_List) GetDeviceBuild() int64 {
if m != nil {
return m.DeviceBuild
}
return 0
}
func (m *GetListExResp_List) GetStartTime() string {
if m != nil {
return m.StartTime
}
return ""
}
func (m *GetListExResp_List) GetEndTime() string {
if m != nil {
return m.EndTime
}
return ""
}
func (m *GetListExResp_List) GetStatus() int64 {
if m != nil {
return m.Status
}
return 0
}
func (m *GetListExResp_List) GetDeviceLimit() int64 {
if m != nil {
return m.DeviceLimit
}
return 0
}
func (m *GetListExResp_List) GetImageUrl() string {
if m != nil {
return m.ImageUrl
}
return ""
}
func (m *GetListExResp_List) GetJumpPathType() int64 {
if m != nil {
return m.JumpPathType
}
return 0
}
func (m *GetListExResp_List) GetJumpTime() int64 {
if m != nil {
return m.JumpTime
}
return 0
}
func (m *GetListExResp_List) GetType() string {
if m != nil {
return m.Type
}
return ""
}
func init() {
proto.RegisterType((*AddReq)(nil), "live.resource.v1.AddReq")
proto.RegisterType((*AddResp)(nil), "live.resource.v1.AddResp")
proto.RegisterType((*EditReq)(nil), "live.resource.v1.EditReq")
proto.RegisterType((*EditResp)(nil), "live.resource.v1.EditResp")
proto.RegisterType((*OfflineReq)(nil), "live.resource.v1.OfflineReq")
proto.RegisterType((*OfflineResp)(nil), "live.resource.v1.OfflineResp")
proto.RegisterType((*GetListReq)(nil), "live.resource.v1.GetListReq")
proto.RegisterType((*GetListResp)(nil), "live.resource.v1.GetListResp")
proto.RegisterType((*GetListResp_List)(nil), "live.resource.v1.GetListResp.List")
proto.RegisterType((*GetInfoReq)(nil), "live.resource.v1.GetInfoReq")
proto.RegisterType((*GetInfoResp)(nil), "live.resource.v1.GetInfoResp")
proto.RegisterType((*GetBlinkBannerReq)(nil), "live.resource.v1.GetBlinkBannerReq")
proto.RegisterType((*GetBlinkBannerResp)(nil), "live.resource.v1.GetBlinkBannerResp")
proto.RegisterType((*GetBannerReq)(nil), "live.resource.v1.GetBannerReq")
proto.RegisterType((*GetBannerResp)(nil), "live.resource.v1.GetBannerResp")
proto.RegisterType((*GetBannerResp_List)(nil), "live.resource.v1.GetBannerResp.List")
proto.RegisterType((*GetPlatformListReq)(nil), "live.resource.v1.GetPlatformListReq")
proto.RegisterType((*GetPlatformListResp)(nil), "live.resource.v1.GetPlatformListResp")
proto.RegisterType((*GetListExReq)(nil), "live.resource.v1.GetListExReq")
proto.RegisterType((*GetListExResp)(nil), "live.resource.v1.GetListExResp")
proto.RegisterType((*GetListExResp_List)(nil), "live.resource.v1.GetListExResp.List")
}
// 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
// ResourceClient is the client API for Resource service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type ResourceClient interface {
// Add 添加资源接口
Add(ctx context.Context, in *AddReq, opts ...grpc.CallOption) (*AddResp, error)
// Add 添加资源接口(不限制位置和平台)
AddEx(ctx context.Context, in *AddReq, opts ...grpc.CallOption) (*AddResp, error)
// Edit 编辑资源接口
Edit(ctx context.Context, in *EditReq, opts ...grpc.CallOption) (*EditResp, error)
// Offline 下线资源接口
Offline(ctx context.Context, in *OfflineReq, opts ...grpc.CallOption) (*OfflineResp, error)
// GetList 获取资源列表
GetList(ctx context.Context, in *GetListReq, opts ...grpc.CallOption) (*GetListResp, error)
// 获取平台列表
GetPlatformList(ctx context.Context, in *GetPlatformListReq, opts ...grpc.CallOption) (*GetPlatformListResp, error)
// GetListEx 获取资源列表
GetListEx(ctx context.Context, in *GetListExReq, opts ...grpc.CallOption) (*GetListExResp, error)
}
type resourceClient struct {
cc *grpc.ClientConn
}
func NewResourceClient(cc *grpc.ClientConn) ResourceClient {
return &resourceClient{cc}
}
func (c *resourceClient) Add(ctx context.Context, in *AddReq, opts ...grpc.CallOption) (*AddResp, error) {
out := new(AddResp)
err := c.cc.Invoke(ctx, "/live.resource.v1.Resource/Add", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *resourceClient) AddEx(ctx context.Context, in *AddReq, opts ...grpc.CallOption) (*AddResp, error) {
out := new(AddResp)
err := c.cc.Invoke(ctx, "/live.resource.v1.Resource/AddEx", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *resourceClient) Edit(ctx context.Context, in *EditReq, opts ...grpc.CallOption) (*EditResp, error) {
out := new(EditResp)
err := c.cc.Invoke(ctx, "/live.resource.v1.Resource/Edit", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *resourceClient) Offline(ctx context.Context, in *OfflineReq, opts ...grpc.CallOption) (*OfflineResp, error) {
out := new(OfflineResp)
err := c.cc.Invoke(ctx, "/live.resource.v1.Resource/Offline", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *resourceClient) GetList(ctx context.Context, in *GetListReq, opts ...grpc.CallOption) (*GetListResp, error) {
out := new(GetListResp)
err := c.cc.Invoke(ctx, "/live.resource.v1.Resource/GetList", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *resourceClient) GetPlatformList(ctx context.Context, in *GetPlatformListReq, opts ...grpc.CallOption) (*GetPlatformListResp, error) {
out := new(GetPlatformListResp)
err := c.cc.Invoke(ctx, "/live.resource.v1.Resource/GetPlatformList", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *resourceClient) GetListEx(ctx context.Context, in *GetListExReq, opts ...grpc.CallOption) (*GetListExResp, error) {
out := new(GetListExResp)
err := c.cc.Invoke(ctx, "/live.resource.v1.Resource/GetListEx", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// ResourceServer is the server API for Resource service.
type ResourceServer interface {
// Add 添加资源接口
Add(context.Context, *AddReq) (*AddResp, error)
// Add 添加资源接口(不限制位置和平台)
AddEx(context.Context, *AddReq) (*AddResp, error)
// Edit 编辑资源接口
Edit(context.Context, *EditReq) (*EditResp, error)
// Offline 下线资源接口
Offline(context.Context, *OfflineReq) (*OfflineResp, error)
// GetList 获取资源列表
GetList(context.Context, *GetListReq) (*GetListResp, error)
// 获取平台列表
GetPlatformList(context.Context, *GetPlatformListReq) (*GetPlatformListResp, error)
// GetListEx 获取资源列表
GetListEx(context.Context, *GetListExReq) (*GetListExResp, error)
}
func RegisterResourceServer(s *grpc.Server, srv ResourceServer) {
s.RegisterService(&_Resource_serviceDesc, srv)
}
func _Resource_Add_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AddReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(ResourceServer).Add(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/live.resource.v1.Resource/Add",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(ResourceServer).Add(ctx, req.(*AddReq))
}
return interceptor(ctx, in, info, handler)
}
func _Resource_AddEx_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AddReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(ResourceServer).AddEx(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/live.resource.v1.Resource/AddEx",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(ResourceServer).AddEx(ctx, req.(*AddReq))
}
return interceptor(ctx, in, info, handler)
}
func _Resource_Edit_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(EditReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(ResourceServer).Edit(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/live.resource.v1.Resource/Edit",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(ResourceServer).Edit(ctx, req.(*EditReq))
}
return interceptor(ctx, in, info, handler)
}
func _Resource_Offline_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(OfflineReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(ResourceServer).Offline(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/live.resource.v1.Resource/Offline",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(ResourceServer).Offline(ctx, req.(*OfflineReq))
}
return interceptor(ctx, in, info, handler)
}
func _Resource_GetList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetListReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(ResourceServer).GetList(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/live.resource.v1.Resource/GetList",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(ResourceServer).GetList(ctx, req.(*GetListReq))
}
return interceptor(ctx, in, info, handler)
}
func _Resource_GetPlatformList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetPlatformListReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(ResourceServer).GetPlatformList(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/live.resource.v1.Resource/GetPlatformList",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(ResourceServer).GetPlatformList(ctx, req.(*GetPlatformListReq))
}
return interceptor(ctx, in, info, handler)
}
func _Resource_GetListEx_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetListExReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(ResourceServer).GetListEx(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/live.resource.v1.Resource/GetListEx",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(ResourceServer).GetListEx(ctx, req.(*GetListExReq))
}
return interceptor(ctx, in, info, handler)
}
var _Resource_serviceDesc = grpc.ServiceDesc{
ServiceName: "live.resource.v1.Resource",
HandlerType: (*ResourceServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "Add",
Handler: _Resource_Add_Handler,
},
{
MethodName: "AddEx",
Handler: _Resource_AddEx_Handler,
},
{
MethodName: "Edit",
Handler: _Resource_Edit_Handler,
},
{
MethodName: "Offline",
Handler: _Resource_Offline_Handler,
},
{
MethodName: "GetList",
Handler: _Resource_GetList_Handler,
},
{
MethodName: "GetPlatformList",
Handler: _Resource_GetPlatformList_Handler,
},
{
MethodName: "GetListEx",
Handler: _Resource_GetListEx_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "api/grpc/v1/api.proto",
}
// SplashClient is the client API for Splash service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type SplashClient interface {
// 获取有效闪屏配置
GetInfo(ctx context.Context, in *GetInfoReq, opts ...grpc.CallOption) (*GetInfoResp, error)
}
type splashClient struct {
cc *grpc.ClientConn
}
func NewSplashClient(cc *grpc.ClientConn) SplashClient {
return &splashClient{cc}
}
func (c *splashClient) GetInfo(ctx context.Context, in *GetInfoReq, opts ...grpc.CallOption) (*GetInfoResp, error) {
out := new(GetInfoResp)
err := c.cc.Invoke(ctx, "/live.resource.v1.Splash/GetInfo", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// SplashServer is the server API for Splash service.
type SplashServer interface {
// 获取有效闪屏配置
GetInfo(context.Context, *GetInfoReq) (*GetInfoResp, error)
}
func RegisterSplashServer(s *grpc.Server, srv SplashServer) {
s.RegisterService(&_Splash_serviceDesc, srv)
}
func _Splash_GetInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetInfoReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(SplashServer).GetInfo(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/live.resource.v1.Splash/GetInfo",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(SplashServer).GetInfo(ctx, req.(*GetInfoReq))
}
return interceptor(ctx, in, info, handler)
}
var _Splash_serviceDesc = grpc.ServiceDesc{
ServiceName: "live.resource.v1.Splash",
HandlerType: (*SplashServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "GetInfo",
Handler: _Splash_GetInfo_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "api/grpc/v1/api.proto",
}
// BannerClient is the client API for Banner service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type BannerClient interface {
// 获取有效banner配置
GetBlinkBanner(ctx context.Context, in *GetInfoReq, opts ...grpc.CallOption) (*GetInfoResp, error)
// 获取有效banner配置
GetBanner(ctx context.Context, in *GetBannerReq, opts ...grpc.CallOption) (*GetBannerResp, error)
}
type bannerClient struct {
cc *grpc.ClientConn
}
func NewBannerClient(cc *grpc.ClientConn) BannerClient {
return &bannerClient{cc}
}
func (c *bannerClient) GetBlinkBanner(ctx context.Context, in *GetInfoReq, opts ...grpc.CallOption) (*GetInfoResp, error) {
out := new(GetInfoResp)
err := c.cc.Invoke(ctx, "/live.resource.v1.Banner/GetBlinkBanner", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *bannerClient) GetBanner(ctx context.Context, in *GetBannerReq, opts ...grpc.CallOption) (*GetBannerResp, error) {
out := new(GetBannerResp)
err := c.cc.Invoke(ctx, "/live.resource.v1.Banner/GetBanner", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// BannerServer is the server API for Banner service.
type BannerServer interface {
// 获取有效banner配置
GetBlinkBanner(context.Context, *GetInfoReq) (*GetInfoResp, error)
// 获取有效banner配置
GetBanner(context.Context, *GetBannerReq) (*GetBannerResp, error)
}
func RegisterBannerServer(s *grpc.Server, srv BannerServer) {
s.RegisterService(&_Banner_serviceDesc, srv)
}
func _Banner_GetBlinkBanner_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetInfoReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BannerServer).GetBlinkBanner(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/live.resource.v1.Banner/GetBlinkBanner",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BannerServer).GetBlinkBanner(ctx, req.(*GetInfoReq))
}
return interceptor(ctx, in, info, handler)
}
func _Banner_GetBanner_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetBannerReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BannerServer).GetBanner(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/live.resource.v1.Banner/GetBanner",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BannerServer).GetBanner(ctx, req.(*GetBannerReq))
}
return interceptor(ctx, in, info, handler)
}
var _Banner_serviceDesc = grpc.ServiceDesc{
ServiceName: "live.resource.v1.Banner",
HandlerType: (*BannerServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "GetBlinkBanner",
Handler: _Banner_GetBlinkBanner_Handler,
},
{
MethodName: "GetBanner",
Handler: _Banner_GetBanner_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "api/grpc/v1/api.proto",
}
func (m *AddReq) 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 *AddReq) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if len(m.Platform) > 0 {
dAtA[i] = 0xa
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Platform)))
i += copy(dAtA[i:], m.Platform)
}
if len(m.Title) > 0 {
dAtA[i] = 0x12
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Title)))
i += copy(dAtA[i:], m.Title)
}
if len(m.JumpPath) > 0 {
dAtA[i] = 0x1a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.JumpPath)))
i += copy(dAtA[i:], m.JumpPath)
}
if m.JumpTime != 0 {
dAtA[i] = 0x20
i++
i = encodeVarintApi(dAtA, i, uint64(m.JumpTime))
}
if len(m.Type) > 0 {
dAtA[i] = 0x2a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Type)))
i += copy(dAtA[i:], m.Type)
}
if len(m.Device) > 0 {
dAtA[i] = 0x32
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Device)))
i += copy(dAtA[i:], m.Device)
}
if len(m.StartTime) > 0 {
dAtA[i] = 0x3a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.StartTime)))
i += copy(dAtA[i:], m.StartTime)
}
if len(m.EndTime) > 0 {
dAtA[i] = 0x42
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.EndTime)))
i += copy(dAtA[i:], m.EndTime)
}
if len(m.ImageUrl) > 0 {
dAtA[i] = 0x4a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.ImageUrl)))
i += copy(dAtA[i:], m.ImageUrl)
}
if m.JumpPathType != 0 {
dAtA[i] = 0x50
i++
i = encodeVarintApi(dAtA, i, uint64(m.JumpPathType))
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *AddResp) 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 *AddResp) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if len(m.Id) > 0 {
dAtA2 := make([]byte, len(m.Id)*10)
var j1 int
for _, num1 := range m.Id {
num := uint64(num1)
for num >= 1<<7 {
dAtA2[j1] = uint8(uint64(num)&0x7f | 0x80)
num >>= 7
j1++
}
dAtA2[j1] = uint8(num)
j1++
}
dAtA[i] = 0xa
i++
i = encodeVarintApi(dAtA, i, uint64(j1))
i += copy(dAtA[i:], dAtA2[:j1])
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *EditReq) 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 *EditReq) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if len(m.Platform) > 0 {
dAtA[i] = 0xa
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Platform)))
i += copy(dAtA[i:], m.Platform)
}
if m.Id != 0 {
dAtA[i] = 0x10
i++
i = encodeVarintApi(dAtA, i, uint64(m.Id))
}
if len(m.Title) > 0 {
dAtA[i] = 0x1a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Title)))
i += copy(dAtA[i:], m.Title)
}
if len(m.JumpPath) > 0 {
dAtA[i] = 0x22
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.JumpPath)))
i += copy(dAtA[i:], m.JumpPath)
}
if m.JumpTime != 0 {
dAtA[i] = 0x28
i++
i = encodeVarintApi(dAtA, i, uint64(m.JumpTime))
}
if len(m.StartTime) > 0 {
dAtA[i] = 0x3a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.StartTime)))
i += copy(dAtA[i:], m.StartTime)
}
if len(m.EndTime) > 0 {
dAtA[i] = 0x42
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.EndTime)))
i += copy(dAtA[i:], m.EndTime)
}
if len(m.ImageUrl) > 0 {
dAtA[i] = 0x4a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.ImageUrl)))
i += copy(dAtA[i:], m.ImageUrl)
}
if m.JumpPathType != 0 {
dAtA[i] = 0x50
i++
i = encodeVarintApi(dAtA, i, uint64(m.JumpPathType))
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *EditResp) 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 *EditResp) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *OfflineReq) 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 *OfflineReq) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if len(m.Platform) > 0 {
dAtA[i] = 0xa
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Platform)))
i += copy(dAtA[i:], m.Platform)
}
if m.Id != 0 {
dAtA[i] = 0x10
i++
i = encodeVarintApi(dAtA, i, uint64(m.Id))
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *OfflineResp) 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 *OfflineResp) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *GetListReq) 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 *GetListReq) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if len(m.Platform) > 0 {
dAtA[i] = 0xa
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Platform)))
i += copy(dAtA[i:], m.Platform)
}
if m.Page != 0 {
dAtA[i] = 0x10
i++
i = encodeVarintApi(dAtA, i, uint64(m.Page))
}
if m.PageSize != 0 {
dAtA[i] = 0x18
i++
i = encodeVarintApi(dAtA, i, uint64(m.PageSize))
}
if len(m.Type) > 0 {
dAtA[i] = 0x22
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Type)))
i += copy(dAtA[i:], m.Type)
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *GetListResp) 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 *GetListResp) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if m.CurrentPage != 0 {
dAtA[i] = 0x8
i++
i = encodeVarintApi(dAtA, i, uint64(m.CurrentPage))
}
if m.TotalCount != 0 {
dAtA[i] = 0x10
i++
i = encodeVarintApi(dAtA, i, uint64(m.TotalCount))
}
if len(m.List) > 0 {
for _, msg := range m.List {
dAtA[i] = 0x1a
i++
i = encodeVarintApi(dAtA, i, uint64(msg.Size()))
n, err := msg.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n
}
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *GetListResp_List) 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 *GetListResp_List) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if m.Id != 0 {
dAtA[i] = 0x8
i++
i = encodeVarintApi(dAtA, i, uint64(m.Id))
}
if len(m.Title) > 0 {
dAtA[i] = 0x12
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Title)))
i += copy(dAtA[i:], m.Title)
}
if len(m.JumpPath) > 0 {
dAtA[i] = 0x1a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.JumpPath)))
i += copy(dAtA[i:], m.JumpPath)
}
if len(m.DevicePlatform) > 0 {
dAtA[i] = 0x22
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.DevicePlatform)))
i += copy(dAtA[i:], m.DevicePlatform)
}
if m.DeviceBuild != 0 {
dAtA[i] = 0x28
i++
i = encodeVarintApi(dAtA, i, uint64(m.DeviceBuild))
}
if len(m.StartTime) > 0 {
dAtA[i] = 0x32
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.StartTime)))
i += copy(dAtA[i:], m.StartTime)
}
if len(m.EndTime) > 0 {
dAtA[i] = 0x3a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.EndTime)))
i += copy(dAtA[i:], m.EndTime)
}
if m.Status != 0 {
dAtA[i] = 0x40
i++
i = encodeVarintApi(dAtA, i, uint64(m.Status))
}
if m.DeviceLimit != 0 {
dAtA[i] = 0x48
i++
i = encodeVarintApi(dAtA, i, uint64(m.DeviceLimit))
}
if len(m.ImageUrl) > 0 {
dAtA[i] = 0x52
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.ImageUrl)))
i += copy(dAtA[i:], m.ImageUrl)
}
if m.JumpPathType != 0 {
dAtA[i] = 0x58
i++
i = encodeVarintApi(dAtA, i, uint64(m.JumpPathType))
}
if m.JumpTime != 0 {
dAtA[i] = 0x60
i++
i = encodeVarintApi(dAtA, i, uint64(m.JumpTime))
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *GetInfoReq) 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 *GetInfoReq) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if len(m.Platform) > 0 {
dAtA[i] = 0xa
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Platform)))
i += copy(dAtA[i:], m.Platform)
}
if m.Build != 0 {
dAtA[i] = 0x10
i++
i = encodeVarintApi(dAtA, i, uint64(m.Build))
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *GetInfoResp) 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 *GetInfoResp) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if m.Id != 0 {
dAtA[i] = 0x8
i++
i = encodeVarintApi(dAtA, i, uint64(m.Id))
}
if len(m.Title) > 0 {
dAtA[i] = 0x12
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Title)))
i += copy(dAtA[i:], m.Title)
}
if len(m.JumpPath) > 0 {
dAtA[i] = 0x1a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.JumpPath)))
i += copy(dAtA[i:], m.JumpPath)
}
if m.JumpTime != 0 {
dAtA[i] = 0x20
i++
i = encodeVarintApi(dAtA, i, uint64(m.JumpTime))
}
if m.JumpPathType != 0 {
dAtA[i] = 0x28
i++
i = encodeVarintApi(dAtA, i, uint64(m.JumpPathType))
}
if len(m.ImageUrl) > 0 {
dAtA[i] = 0x32
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.ImageUrl)))
i += copy(dAtA[i:], m.ImageUrl)
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *GetBlinkBannerReq) 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 *GetBlinkBannerReq) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if len(m.Platform) > 0 {
dAtA[i] = 0xa
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Platform)))
i += copy(dAtA[i:], m.Platform)
}
if m.Build != 0 {
dAtA[i] = 0x10
i++
i = encodeVarintApi(dAtA, i, uint64(m.Build))
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *GetBlinkBannerResp) 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 *GetBlinkBannerResp) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if m.Id != 0 {
dAtA[i] = 0x8
i++
i = encodeVarintApi(dAtA, i, uint64(m.Id))
}
if len(m.Title) > 0 {
dAtA[i] = 0x12
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Title)))
i += copy(dAtA[i:], m.Title)
}
if len(m.JumpPath) > 0 {
dAtA[i] = 0x1a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.JumpPath)))
i += copy(dAtA[i:], m.JumpPath)
}
if m.JumpTime != 0 {
dAtA[i] = 0x20
i++
i = encodeVarintApi(dAtA, i, uint64(m.JumpTime))
}
if m.JumpPathType != 0 {
dAtA[i] = 0x28
i++
i = encodeVarintApi(dAtA, i, uint64(m.JumpPathType))
}
if len(m.ImageUrl) > 0 {
dAtA[i] = 0x32
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.ImageUrl)))
i += copy(dAtA[i:], m.ImageUrl)
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *GetBannerReq) 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 *GetBannerReq) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if len(m.Platform) > 0 {
dAtA[i] = 0xa
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Platform)))
i += copy(dAtA[i:], m.Platform)
}
if m.Build != 0 {
dAtA[i] = 0x10
i++
i = encodeVarintApi(dAtA, i, uint64(m.Build))
}
if len(m.Type) > 0 {
dAtA[i] = 0x1a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Type)))
i += copy(dAtA[i:], m.Type)
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *GetBannerResp) 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 *GetBannerResp) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if len(m.List) > 0 {
for _, msg := range m.List {
dAtA[i] = 0xa
i++
i = encodeVarintApi(dAtA, i, uint64(msg.Size()))
n, err := msg.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n
}
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *GetBannerResp_List) 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 *GetBannerResp_List) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if m.Id != 0 {
dAtA[i] = 0x8
i++
i = encodeVarintApi(dAtA, i, uint64(m.Id))
}
if len(m.Title) > 0 {
dAtA[i] = 0x12
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Title)))
i += copy(dAtA[i:], m.Title)
}
if len(m.JumpPath) > 0 {
dAtA[i] = 0x1a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.JumpPath)))
i += copy(dAtA[i:], m.JumpPath)
}
if m.JumpTime != 0 {
dAtA[i] = 0x20
i++
i = encodeVarintApi(dAtA, i, uint64(m.JumpTime))
}
if m.JumpPathType != 0 {
dAtA[i] = 0x28
i++
i = encodeVarintApi(dAtA, i, uint64(m.JumpPathType))
}
if len(m.ImageUrl) > 0 {
dAtA[i] = 0x32
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.ImageUrl)))
i += copy(dAtA[i:], m.ImageUrl)
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *GetPlatformListReq) 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 *GetPlatformListReq) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if m.Type != 0 {
dAtA[i] = 0x8
i++
i = encodeVarintApi(dAtA, i, uint64(m.Type))
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *GetPlatformListResp) 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 *GetPlatformListResp) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if len(m.Platform) > 0 {
for _, s := range m.Platform {
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.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *GetListExReq) 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 *GetListExReq) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if len(m.Platform) > 0 {
dAtA[i] = 0xa
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Platform)))
i += copy(dAtA[i:], m.Platform)
}
if m.Page != 0 {
dAtA[i] = 0x10
i++
i = encodeVarintApi(dAtA, i, uint64(m.Page))
}
if m.PageSize != 0 {
dAtA[i] = 0x18
i++
i = encodeVarintApi(dAtA, i, uint64(m.PageSize))
}
if len(m.Type) > 0 {
for _, s := range m.Type {
dAtA[i] = 0x22
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.DevicePlatform) > 0 {
dAtA[i] = 0x2a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.DevicePlatform)))
i += copy(dAtA[i:], m.DevicePlatform)
}
if len(m.Status) > 0 {
dAtA[i] = 0x32
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Status)))
i += copy(dAtA[i:], m.Status)
}
if len(m.StartTime) > 0 {
dAtA[i] = 0x3a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.StartTime)))
i += copy(dAtA[i:], m.StartTime)
}
if len(m.EndTime) > 0 {
dAtA[i] = 0x42
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.EndTime)))
i += copy(dAtA[i:], m.EndTime)
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *GetListExResp) 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 *GetListExResp) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if m.CurrentPage != 0 {
dAtA[i] = 0x8
i++
i = encodeVarintApi(dAtA, i, uint64(m.CurrentPage))
}
if m.TotalCount != 0 {
dAtA[i] = 0x10
i++
i = encodeVarintApi(dAtA, i, uint64(m.TotalCount))
}
if len(m.List) > 0 {
for _, msg := range m.List {
dAtA[i] = 0x1a
i++
i = encodeVarintApi(dAtA, i, uint64(msg.Size()))
n, err := msg.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n
}
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func (m *GetListExResp_List) 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 *GetListExResp_List) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if m.Id != 0 {
dAtA[i] = 0x8
i++
i = encodeVarintApi(dAtA, i, uint64(m.Id))
}
if len(m.Title) > 0 {
dAtA[i] = 0x12
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Title)))
i += copy(dAtA[i:], m.Title)
}
if len(m.JumpPath) > 0 {
dAtA[i] = 0x1a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.JumpPath)))
i += copy(dAtA[i:], m.JumpPath)
}
if len(m.DevicePlatform) > 0 {
dAtA[i] = 0x22
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.DevicePlatform)))
i += copy(dAtA[i:], m.DevicePlatform)
}
if m.DeviceBuild != 0 {
dAtA[i] = 0x28
i++
i = encodeVarintApi(dAtA, i, uint64(m.DeviceBuild))
}
if len(m.StartTime) > 0 {
dAtA[i] = 0x32
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.StartTime)))
i += copy(dAtA[i:], m.StartTime)
}
if len(m.EndTime) > 0 {
dAtA[i] = 0x3a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.EndTime)))
i += copy(dAtA[i:], m.EndTime)
}
if m.Status != 0 {
dAtA[i] = 0x40
i++
i = encodeVarintApi(dAtA, i, uint64(m.Status))
}
if m.DeviceLimit != 0 {
dAtA[i] = 0x48
i++
i = encodeVarintApi(dAtA, i, uint64(m.DeviceLimit))
}
if len(m.ImageUrl) > 0 {
dAtA[i] = 0x52
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.ImageUrl)))
i += copy(dAtA[i:], m.ImageUrl)
}
if m.JumpPathType != 0 {
dAtA[i] = 0x58
i++
i = encodeVarintApi(dAtA, i, uint64(m.JumpPathType))
}
if m.JumpTime != 0 {
dAtA[i] = 0x60
i++
i = encodeVarintApi(dAtA, i, uint64(m.JumpTime))
}
if len(m.Type) > 0 {
dAtA[i] = 0x6a
i++
i = encodeVarintApi(dAtA, i, uint64(len(m.Type)))
i += copy(dAtA[i:], m.Type)
}
if m.XXX_unrecognized != nil {
i += copy(dAtA[i:], m.XXX_unrecognized)
}
return i, nil
}
func encodeVarintApi(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 *AddReq) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
l = len(m.Platform)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.Title)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.JumpPath)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.JumpTime != 0 {
n += 1 + sovApi(uint64(m.JumpTime))
}
l = len(m.Type)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.Device)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.StartTime)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.EndTime)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.ImageUrl)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.JumpPathType != 0 {
n += 1 + sovApi(uint64(m.JumpPathType))
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *AddResp) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
if len(m.Id) > 0 {
l = 0
for _, e := range m.Id {
l += sovApi(uint64(e))
}
n += 1 + sovApi(uint64(l)) + l
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *EditReq) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
l = len(m.Platform)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.Id != 0 {
n += 1 + sovApi(uint64(m.Id))
}
l = len(m.Title)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.JumpPath)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.JumpTime != 0 {
n += 1 + sovApi(uint64(m.JumpTime))
}
l = len(m.StartTime)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.EndTime)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.ImageUrl)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.JumpPathType != 0 {
n += 1 + sovApi(uint64(m.JumpPathType))
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *EditResp) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *OfflineReq) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
l = len(m.Platform)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.Id != 0 {
n += 1 + sovApi(uint64(m.Id))
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *OfflineResp) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *GetListReq) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
l = len(m.Platform)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.Page != 0 {
n += 1 + sovApi(uint64(m.Page))
}
if m.PageSize != 0 {
n += 1 + sovApi(uint64(m.PageSize))
}
l = len(m.Type)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *GetListResp) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
if m.CurrentPage != 0 {
n += 1 + sovApi(uint64(m.CurrentPage))
}
if m.TotalCount != 0 {
n += 1 + sovApi(uint64(m.TotalCount))
}
if len(m.List) > 0 {
for _, e := range m.List {
l = e.Size()
n += 1 + l + sovApi(uint64(l))
}
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *GetListResp_List) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
if m.Id != 0 {
n += 1 + sovApi(uint64(m.Id))
}
l = len(m.Title)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.JumpPath)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.DevicePlatform)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.DeviceBuild != 0 {
n += 1 + sovApi(uint64(m.DeviceBuild))
}
l = len(m.StartTime)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.EndTime)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.Status != 0 {
n += 1 + sovApi(uint64(m.Status))
}
if m.DeviceLimit != 0 {
n += 1 + sovApi(uint64(m.DeviceLimit))
}
l = len(m.ImageUrl)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.JumpPathType != 0 {
n += 1 + sovApi(uint64(m.JumpPathType))
}
if m.JumpTime != 0 {
n += 1 + sovApi(uint64(m.JumpTime))
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *GetInfoReq) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
l = len(m.Platform)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.Build != 0 {
n += 1 + sovApi(uint64(m.Build))
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *GetInfoResp) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
if m.Id != 0 {
n += 1 + sovApi(uint64(m.Id))
}
l = len(m.Title)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.JumpPath)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.JumpTime != 0 {
n += 1 + sovApi(uint64(m.JumpTime))
}
if m.JumpPathType != 0 {
n += 1 + sovApi(uint64(m.JumpPathType))
}
l = len(m.ImageUrl)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *GetBlinkBannerReq) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
l = len(m.Platform)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.Build != 0 {
n += 1 + sovApi(uint64(m.Build))
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *GetBlinkBannerResp) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
if m.Id != 0 {
n += 1 + sovApi(uint64(m.Id))
}
l = len(m.Title)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.JumpPath)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.JumpTime != 0 {
n += 1 + sovApi(uint64(m.JumpTime))
}
if m.JumpPathType != 0 {
n += 1 + sovApi(uint64(m.JumpPathType))
}
l = len(m.ImageUrl)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *GetBannerReq) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
l = len(m.Platform)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.Build != 0 {
n += 1 + sovApi(uint64(m.Build))
}
l = len(m.Type)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *GetBannerResp) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
if len(m.List) > 0 {
for _, e := range m.List {
l = e.Size()
n += 1 + l + sovApi(uint64(l))
}
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *GetBannerResp_List) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
if m.Id != 0 {
n += 1 + sovApi(uint64(m.Id))
}
l = len(m.Title)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.JumpPath)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.JumpTime != 0 {
n += 1 + sovApi(uint64(m.JumpTime))
}
if m.JumpPathType != 0 {
n += 1 + sovApi(uint64(m.JumpPathType))
}
l = len(m.ImageUrl)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *GetPlatformListReq) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
if m.Type != 0 {
n += 1 + sovApi(uint64(m.Type))
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *GetPlatformListResp) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
if len(m.Platform) > 0 {
for _, s := range m.Platform {
l = len(s)
n += 1 + l + sovApi(uint64(l))
}
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *GetListExReq) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
l = len(m.Platform)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.Page != 0 {
n += 1 + sovApi(uint64(m.Page))
}
if m.PageSize != 0 {
n += 1 + sovApi(uint64(m.PageSize))
}
if len(m.Type) > 0 {
for _, s := range m.Type {
l = len(s)
n += 1 + l + sovApi(uint64(l))
}
}
l = len(m.DevicePlatform)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.Status)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.StartTime)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.EndTime)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *GetListExResp) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
if m.CurrentPage != 0 {
n += 1 + sovApi(uint64(m.CurrentPage))
}
if m.TotalCount != 0 {
n += 1 + sovApi(uint64(m.TotalCount))
}
if len(m.List) > 0 {
for _, e := range m.List {
l = e.Size()
n += 1 + l + sovApi(uint64(l))
}
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *GetListExResp_List) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
if m.Id != 0 {
n += 1 + sovApi(uint64(m.Id))
}
l = len(m.Title)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.JumpPath)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.DevicePlatform)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.DeviceBuild != 0 {
n += 1 + sovApi(uint64(m.DeviceBuild))
}
l = len(m.StartTime)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
l = len(m.EndTime)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.Status != 0 {
n += 1 + sovApi(uint64(m.Status))
}
if m.DeviceLimit != 0 {
n += 1 + sovApi(uint64(m.DeviceLimit))
}
l = len(m.ImageUrl)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.JumpPathType != 0 {
n += 1 + sovApi(uint64(m.JumpPathType))
}
if m.JumpTime != 0 {
n += 1 + sovApi(uint64(m.JumpTime))
}
l = len(m.Type)
if l > 0 {
n += 1 + l + sovApi(uint64(l))
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func sovApi(x uint64) (n int) {
for {
n++
x >>= 7
if x == 0 {
break
}
}
return n
}
func sozApi(x uint64) (n int) {
return sovApi(uint64((x << 1) ^ uint64((int64(x) >> 63))))
}
func (m *AddReq) 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 ErrIntOverflowApi
}
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: AddReq: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: AddReq: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Platform", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Platform = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 2:
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 ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Title = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpPath", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.JumpPath = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 4:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpTime", wireType)
}
m.JumpTime = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.JumpTime |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 5:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Type = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 6:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Device", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Device = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 7:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field StartTime", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.StartTime = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 8:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field EndTime", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.EndTime = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 9:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field ImageUrl", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.ImageUrl = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 10:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpPathType", wireType)
}
m.JumpPathType = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.JumpPathType |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *AddResp) 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 ErrIntOverflowApi
}
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: AddResp: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: AddResp: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType == 0 {
var v int64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
v |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
m.Id = append(m.Id, v)
} else if wireType == 2 {
var packedLen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
packedLen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if packedLen < 0 {
return ErrInvalidLengthApi
}
postIndex := iNdEx + packedLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
var elementCount int
var count int
for _, integer := range dAtA {
if integer < 128 {
count++
}
}
elementCount = count
if elementCount != 0 && len(m.Id) == 0 {
m.Id = make([]int64, 0, elementCount)
}
for iNdEx < postIndex {
var v int64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
v |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
m.Id = append(m.Id, v)
}
} else {
return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
}
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *EditReq) 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 ErrIntOverflowApi
}
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: EditReq: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: EditReq: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Platform", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Platform = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 2:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
}
m.Id = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Id |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 3:
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 ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Title = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 4:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpPath", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.JumpPath = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 5:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpTime", wireType)
}
m.JumpTime = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.JumpTime |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 7:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field StartTime", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.StartTime = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 8:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field EndTime", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.EndTime = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 9:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field ImageUrl", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.ImageUrl = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 10:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpPathType", wireType)
}
m.JumpPathType = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.JumpPathType |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *EditResp) 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 ErrIntOverflowApi
}
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: EditResp: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: EditResp: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *OfflineReq) 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 ErrIntOverflowApi
}
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: OfflineReq: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: OfflineReq: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Platform", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Platform = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 2:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
}
m.Id = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Id |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *OfflineResp) 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 ErrIntOverflowApi
}
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: OfflineResp: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: OfflineResp: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *GetListReq) 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 ErrIntOverflowApi
}
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: GetListReq: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: GetListReq: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Platform", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Platform = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 2:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Page", wireType)
}
m.Page = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Page |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 3:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field PageSize", wireType)
}
m.PageSize = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.PageSize |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 4:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Type = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *GetListResp) 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 ErrIntOverflowApi
}
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: GetListResp: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: GetListResp: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field CurrentPage", wireType)
}
m.CurrentPage = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.CurrentPage |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 2:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field TotalCount", wireType)
}
m.TotalCount = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.TotalCount |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field List", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthApi
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.List = append(m.List, &GetListResp_List{})
if err := m.List[len(m.List)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *GetListResp_List) 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 ErrIntOverflowApi
}
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: List: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: List: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
}
m.Id = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Id |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 2:
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 ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Title = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpPath", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.JumpPath = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 4:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field DevicePlatform", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.DevicePlatform = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 5:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field DeviceBuild", wireType)
}
m.DeviceBuild = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.DeviceBuild |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 6:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field StartTime", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.StartTime = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 7:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field EndTime", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.EndTime = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 8:
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 ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Status |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 9:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field DeviceLimit", wireType)
}
m.DeviceLimit = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.DeviceLimit |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 10:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field ImageUrl", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.ImageUrl = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 11:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpPathType", wireType)
}
m.JumpPathType = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.JumpPathType |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 12:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpTime", wireType)
}
m.JumpTime = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.JumpTime |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *GetInfoReq) 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 ErrIntOverflowApi
}
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: GetInfoReq: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: GetInfoReq: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Platform", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Platform = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 2:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Build", wireType)
}
m.Build = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Build |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *GetInfoResp) 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 ErrIntOverflowApi
}
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: GetInfoResp: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: GetInfoResp: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
}
m.Id = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Id |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 2:
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 ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Title = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpPath", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.JumpPath = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 4:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpTime", wireType)
}
m.JumpTime = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.JumpTime |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 5:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpPathType", wireType)
}
m.JumpPathType = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.JumpPathType |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 6:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field ImageUrl", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.ImageUrl = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *GetBlinkBannerReq) 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 ErrIntOverflowApi
}
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: GetBlinkBannerReq: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: GetBlinkBannerReq: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Platform", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Platform = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 2:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Build", wireType)
}
m.Build = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Build |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *GetBlinkBannerResp) 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 ErrIntOverflowApi
}
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: GetBlinkBannerResp: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: GetBlinkBannerResp: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
}
m.Id = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Id |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 2:
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 ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Title = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpPath", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.JumpPath = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 4:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpTime", wireType)
}
m.JumpTime = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.JumpTime |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 5:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpPathType", wireType)
}
m.JumpPathType = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.JumpPathType |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 6:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field ImageUrl", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.ImageUrl = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *GetBannerReq) 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 ErrIntOverflowApi
}
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: GetBannerReq: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: GetBannerReq: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Platform", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Platform = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 2:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Build", wireType)
}
m.Build = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Build |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Type = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *GetBannerResp) 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 ErrIntOverflowApi
}
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: GetBannerResp: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: GetBannerResp: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field List", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthApi
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.List = append(m.List, &GetBannerResp_List{})
if err := m.List[len(m.List)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *GetBannerResp_List) 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 ErrIntOverflowApi
}
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: List: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: List: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
}
m.Id = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Id |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 2:
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 ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Title = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpPath", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.JumpPath = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 4:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpTime", wireType)
}
m.JumpTime = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.JumpTime |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 5:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpPathType", wireType)
}
m.JumpPathType = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.JumpPathType |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 6:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field ImageUrl", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.ImageUrl = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *GetPlatformListReq) 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 ErrIntOverflowApi
}
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: GetPlatformListReq: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: GetPlatformListReq: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
}
m.Type = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Type |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *GetPlatformListResp) 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 ErrIntOverflowApi
}
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: GetPlatformListResp: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: GetPlatformListResp: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Platform", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Platform = append(m.Platform, string(dAtA[iNdEx:postIndex]))
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *GetListExReq) 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 ErrIntOverflowApi
}
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: GetListExReq: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: GetListExReq: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Platform", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Platform = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 2:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Page", wireType)
}
m.Page = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Page |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 3:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field PageSize", wireType)
}
m.PageSize = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.PageSize |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 4:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Type = append(m.Type, string(dAtA[iNdEx:postIndex]))
iNdEx = postIndex
case 5:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field DevicePlatform", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.DevicePlatform = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 6:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Status = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 7:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field StartTime", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.StartTime = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 8:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field EndTime", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.EndTime = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *GetListExResp) 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 ErrIntOverflowApi
}
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: GetListExResp: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: GetListExResp: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field CurrentPage", wireType)
}
m.CurrentPage = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.CurrentPage |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 2:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field TotalCount", wireType)
}
m.TotalCount = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.TotalCount |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field List", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthApi
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.List = append(m.List, &GetListExResp_List{})
if err := m.List[len(m.List)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *GetListExResp_List) 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 ErrIntOverflowApi
}
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: List: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: List: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
}
m.Id = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Id |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 2:
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 ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Title = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpPath", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.JumpPath = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 4:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field DevicePlatform", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.DevicePlatform = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 5:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field DeviceBuild", wireType)
}
m.DeviceBuild = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.DeviceBuild |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 6:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field StartTime", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.StartTime = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 7:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field EndTime", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.EndTime = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 8:
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 ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Status |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 9:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field DeviceLimit", wireType)
}
m.DeviceLimit = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.DeviceLimit |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 10:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field ImageUrl", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.ImageUrl = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 11:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpPathType", wireType)
}
m.JumpPathType = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.JumpPathType |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 12:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field JumpTime", wireType)
}
m.JumpTime = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.JumpTime |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 13:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowApi
}
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 ErrInvalidLengthApi
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Type = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipApi(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthApi
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func skipApi(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, ErrIntOverflowApi
}
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, ErrIntOverflowApi
}
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, ErrIntOverflowApi
}
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, ErrInvalidLengthApi
}
return iNdEx, nil
case 3:
for {
var innerWire uint64
var start int = iNdEx
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return 0, ErrIntOverflowApi
}
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 := skipApi(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 (
ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling")
ErrIntOverflowApi = fmt.Errorf("proto: integer overflow")
)
func init() { proto.RegisterFile("api/grpc/v1/api.proto", fileDescriptor_api_55838d09c99a73d4) }
var fileDescriptor_api_55838d09c99a73d4 = []byte{
// 1301 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x58, 0x4f, 0x6f, 0x1b, 0x45,
0x14, 0xd7, 0x7a, 0x6d, 0xc7, 0x79, 0x76, 0xfe, 0x74, 0x02, 0xc5, 0x58, 0x6d, 0xc6, 0x99, 0x24,
0xc5, 0x08, 0xb0, 0x15, 0x17, 0x09, 0x29, 0xb4, 0xa2, 0x71, 0x94, 0x56, 0x48, 0x41, 0x44, 0xdb,
0x72, 0xe1, 0x00, 0xda, 0x64, 0x37, 0xce, 0xc0, 0xda, 0xde, 0xec, 0xae, 0xad, 0x96, 0x5b, 0x25,
0xae, 0x9c, 0xe0, 0x2b, 0xf0, 0x01, 0x90, 0xf8, 0x10, 0xe1, 0xc6, 0x1d, 0x69, 0x54, 0xe5, 0xb8,
0x17, 0xa4, 0xe5, 0xc6, 0x09, 0xed, 0xcc, 0xec, 0x7a, 0x6d, 0xaf, 0x43, 0x02, 0x69, 0x09, 0x6a,
0x2f, 0xc9, 0xcc, 0x7b, 0xf3, 0x9e, 0xdf, 0xcc, 0xfb, 0xbd, 0x7f, 0x0b, 0xaf, 0xeb, 0x36, 0x6d,
0xb4, 0x1d, 0xfb, 0xa0, 0x31, 0xd8, 0x68, 0xe8, 0x36, 0xad, 0xdb, 0x4e, 0xcf, 0xeb, 0xa1, 0x45,
0x8b, 0x0e, 0xcc, 0xba, 0x63, 0xba, 0xbd, 0xbe, 0x73, 0x60, 0xd6, 0x07, 0x1b, 0x95, 0xf7, 0xda,
0xd4, 0x3b, 0xea, 0xef, 0xd7, 0x0f, 0x7a, 0x9d, 0x46, 0xbb, 0xd7, 0xee, 0x35, 0xf8, 0xc1, 0xfd,
0xfe, 0x21, 0xdf, 0xf1, 0x0d, 0x5f, 0x09, 0x05, 0xe4, 0xf7, 0x2c, 0xe4, 0xb7, 0x0c, 0x43, 0x33,
0x8f, 0xd1, 0x36, 0x14, 0x6c, 0x4b, 0xf7, 0x0e, 0x7b, 0x4e, 0xa7, 0xac, 0x54, 0x95, 0xda, 0x6c,
0xeb, 0xad, 0x80, 0xe1, 0xd5, 0x70, 0xbf, 0x49, 0x22, 0x0e, 0xa9, 0x0e, 0x74, 0x8b, 0x1a, 0xba,
0x67, 0x6e, 0x12, 0xc7, 0x3c, 0xee, 0x53, 0xc7, 0x34, 0x88, 0x16, 0x0b, 0xa2, 0x4d, 0xc8, 0x79,
0xd4, 0xb3, 0xcc, 0x72, 0x86, 0x6b, 0x58, 0x0b, 0x18, 0xae, 0x0a, 0x0d, 0x9c, 0x9c, 0x2e, 0x2e,
0x44, 0x50, 0x03, 0x0a, 0x5f, 0xf5, 0x3b, 0xf6, 0x9e, 0xee, 0x1d, 0x95, 0x55, 0x2e, 0xbe, 0x14,
0x30, 0xbc, 0x20, 0xc4, 0x23, 0x0e, 0xd1, 0xe2, 0x43, 0x91, 0xc0, 0x23, 0xda, 0x31, 0xcb, 0xd9,
0xaa, 0x52, 0x53, 0xc7, 0x05, 0x42, 0x8e, 0x14, 0x08, 0x97, 0xe8, 0x03, 0xc8, 0x7a, 0x4f, 0x6c,
0xb3, 0x9c, 0xe3, 0xda, 0x57, 0x03, 0x86, 0xb1, 0x34, 0xee, 0x89, 0x3d, 0xc5, 0x36, 0x2e, 0x80,
0xee, 0x42, 0xde, 0x30, 0x07, 0xf4, 0xc0, 0x2c, 0xe7, 0xb9, 0xe8, 0x7a, 0xc0, 0xf0, 0x8a, 0x10,
0x15, 0xf4, 0x74, 0x61, 0x29, 0x84, 0xee, 0xc3, 0xac, 0xeb, 0xe9, 0x8e, 0xc7, 0x2d, 0x9d, 0xe1,
0x1a, 0x6a, 0x01, 0xc3, 0x6b, 0x42, 0x43, 0xcc, 0x4a, 0x57, 0x32, 0x14, 0x45, 0xf7, 0x60, 0xc6,
0xec, 0x1a, 0x5c, 0x4b, 0x81, 0x6b, 0xb9, 0x15, 0x30, 0x4c, 0x84, 0x16, 0xc9, 0x48, 0xd7, 0x11,
0x89, 0x85, 0x4e, 0xa6, 0x1d, 0xbd, 0x6d, 0x7e, 0xe6, 0x58, 0xe5, 0xd9, 0x71, 0x27, 0x47, 0x9c,
0x29, 0x4e, 0x8e, 0xd8, 0xe8, 0x43, 0x28, 0x45, 0x3e, 0x78, 0x14, 0x3e, 0x27, 0xf0, 0xb7, 0x7f,
0x23, 0x60, 0x78, 0x69, 0xd4, 0x59, 0x21, 0x97, 0x68, 0x23, 0x87, 0xc9, 0x0a, 0xcc, 0x70, 0xc0,
0xb9, 0x36, 0xba, 0x0e, 0x19, 0x6a, 0x94, 0x95, 0xaa, 0x5a, 0x53, 0x5b, 0x79, 0x9f, 0xe1, 0x0c,
0x35, 0xb4, 0x0c, 0x35, 0xc8, 0x6f, 0x2a, 0xcc, 0xec, 0x18, 0xd4, 0xbb, 0x34, 0x54, 0x6e, 0xf0,
0x1f, 0xca, 0x70, 0x33, 0x57, 0x02, 0x86, 0x6f, 0xca, 0xfb, 0x1a, 0xe9, 0x82, 0x19, 0x6a, 0xa0,
0x5b, 0x11, 0x90, 0x05, 0x12, 0x17, 0x03, 0x86, 0x4b, 0x49, 0x20, 0xa7, 0x81, 0x36, 0x7b, 0x51,
0xd0, 0xe6, 0xce, 0x03, 0xda, 0xe6, 0x24, 0x78, 0x5e, 0x0b, 0x18, 0x5e, 0x1c, 0x07, 0x4f, 0x12,
0x28, 0xef, 0x8e, 0x03, 0x05, 0x05, 0x0c, 0xcf, 0x8f, 0x02, 0x65, 0x08, 0x8a, 0xc6, 0x04, 0x28,
0x12, 0x26, 0xc5, 0xa0, 0xb8, 0x2c, 0x00, 0x00, 0x14, 0x84, 0x73, 0x5d, 0x9b, 0x7c, 0xab, 0x00,
0x7c, 0x7a, 0x78, 0x68, 0xd1, 0xae, 0xf9, 0x1f, 0x3a, 0x9b, 0xcc, 0x41, 0x31, 0xb6, 0xc2, 0xb5,
0xc9, 0x33, 0x05, 0xe0, 0x81, 0xe9, 0xed, 0x52, 0xf7, 0xf2, 0x20, 0xb8, 0x0a, 0x59, 0x5b, 0x6f,
0x9b, 0xd2, 0xae, 0x85, 0x80, 0xe1, 0xa2, 0x54, 0xa0, 0xb7, 0x4d, 0xa2, 0x71, 0x66, 0xe8, 0x88,
0xf0, 0xff, 0x43, 0xfa, 0x8d, 0xc0, 0xdd, 0x08, 0x36, 0x22, 0x4e, 0xa8, 0x55, 0x2e, 0xe3, 0x84,
0x96, 0xbd, 0x60, 0x42, 0x23, 0x27, 0x39, 0x28, 0xc6, 0x57, 0x74, 0x6d, 0xb4, 0x01, 0xc5, 0x83,
0xbe, 0xe3, 0x98, 0x5d, 0x6f, 0x2f, 0xb4, 0x52, 0x11, 0x56, 0xfa, 0x0c, 0x27, 0xc9, 0x5a, 0x72,
0x83, 0xea, 0x00, 0x5e, 0xcf, 0xd3, 0xad, 0xed, 0x5e, 0xbf, 0xeb, 0xc9, 0x7b, 0xcd, 0xfb, 0x0c,
0x27, 0xa8, 0x5a, 0x62, 0x8d, 0xee, 0x41, 0xd6, 0xa2, 0xae, 0x57, 0x56, 0xab, 0x6a, 0xad, 0xd8,
0x24, 0xf5, 0xf1, 0xd2, 0x55, 0x4f, 0xd8, 0x53, 0x0f, 0x17, 0xad, 0x82, 0xcf, 0x30, 0x97, 0xd1,
0xf8, 0xdf, 0xca, 0xf7, 0x59, 0xc8, 0x86, 0x8c, 0x38, 0x71, 0x28, 0xa3, 0x89, 0x03, 0xe1, 0xd1,
0xea, 0x33, 0xeb, 0x33, 0x2c, 0x08, 0x51, 0xb4, 0xd6, 0x26, 0x4a, 0x4c, 0xc9, 0x67, 0x38, 0xa6,
0x25, 0xc2, 0xf4, 0x0e, 0x2c, 0x88, 0xe4, 0xfd, 0x65, 0xec, 0x7b, 0x19, 0xde, 0x3e, 0xc3, 0xe3,
0x2c, 0x6d, 0x5e, 0x10, 0xf6, 0x22, 0x6f, 0xdf, 0x86, 0x92, 0x3c, 0xb2, 0xdf, 0xa7, 0x96, 0x21,
0x03, 0x7d, 0xd1, 0x67, 0x78, 0x84, 0xae, 0x15, 0xc5, 0xae, 0x15, 0x6e, 0xd0, 0x3b, 0xc9, 0x40,
0x17, 0x75, 0x66, 0xce, 0x67, 0x78, 0x48, 0x4c, 0x46, 0xf8, 0xfa, 0x30, 0xc2, 0x45, 0x4e, 0x28,
0xfa, 0x0c, 0x47, 0xa4, 0x61, 0x68, 0x13, 0xc8, 0xbb, 0x9e, 0xee, 0xf5, 0x5d, 0x9e, 0x07, 0xd4,
0x16, 0xf8, 0x0c, 0x4b, 0x8a, 0x26, 0xff, 0x27, 0x8c, 0xb5, 0x68, 0x87, 0x7a, 0x3c, 0x05, 0x8c,
0x1a, 0xcb, 0xe9, 0x91, 0xb1, 0xbb, 0xe1, 0x26, 0x7c, 0xc9, 0x38, 0x67, 0xc0, 0xf0, 0x25, 0x23,
0x5a, 0x22, 0x59, 0xbc, 0x3f, 0x96, 0x2c, 0x8a, 0x43, 0xf5, 0x49, 0xfa, 0x68, 0x96, 0x88, 0x3c,
0xc5, 0x2f, 0x58, 0xe2, 0x12, 0xb1, 0xa7, 0xf8, 0x0d, 0xe3, 0x15, 0xf9, 0x4e, 0x44, 0xeb, 0xc7,
0xdd, 0xc3, 0xde, 0x65, 0xb6, 0x31, 0xc2, 0x71, 0x02, 0xd6, 0x89, 0x36, 0x86, 0x93, 0xa7, 0xb4,
0x31, 0x82, 0xf7, 0xa7, 0xc2, 0x43, 0x4b, 0xd8, 0x93, 0xa8, 0x72, 0xcf, 0x11, 0xac, 0xb5, 0x89,
0x46, 0x68, 0xca, 0x63, 0x4d, 0x38, 0x23, 0x77, 0x5e, 0x67, 0xc4, 0xce, 0xce, 0x9f, 0xe5, 0x6c,
0xf2, 0x83, 0x02, 0xd7, 0x1e, 0x98, 0x5e, 0xcb, 0xa2, 0xdd, 0xaf, 0x5b, 0x7a, 0xb7, 0x6b, 0x3a,
0x57, 0xc2, 0x27, 0x4f, 0x33, 0x80, 0xc6, 0xcd, 0x7a, 0xd9, 0x5c, 0x73, 0xa2, 0x40, 0x29, 0x7c,
0x83, 0x2b, 0xe3, 0x95, 0xb8, 0x7a, 0xa9, 0x17, 0xad, 0x5e, 0xbf, 0x64, 0x60, 0x2e, 0x71, 0x15,
0xd7, 0x46, 0x2d, 0x59, 0x5c, 0x14, 0x5e, 0x5c, 0xd6, 0x52, 0x8b, 0xcb, 0xf0, 0x78, 0x7a, 0x79,
0xf9, 0x43, 0x79, 0x71, 0xe5, 0xe5, 0xea, 0xc0, 0xa2, 0xc9, 0x23, 0x23, 0xaa, 0x5c, 0x51, 0xcf,
0x73, 0x43, 0xba, 0x46, 0x3c, 0x02, 0x7f, 0xa9, 0x70, 0x2f, 0xdf, 0xff, 0x23, 0x58, 0x9a, 0x90,
0x71, 0xed, 0xf0, 0x47, 0x13, 0x80, 0x52, 0xa3, 0x1f, 0x8d, 0xab, 0x64, 0xbc, 0x22, 0x3f, 0xab,
0x1c, 0x8b, 0xa1, 0xe4, 0xce, 0xe3, 0xff, 0x4d, 0x8f, 0xa5, 0x5e, 0x6c, 0x68, 0xdc, 0x9e, 0x6c,
0x21, 0xc4, 0xe0, 0x59, 0x09, 0x18, 0xbe, 0x9e, 0x9c, 0x1e, 0xe3, 0x03, 0x64, 0xa2, 0x93, 0x78,
0x3b, 0x2e, 0xe0, 0xc2, 0x8d, 0xd7, 0x02, 0x86, 0xe7, 0xe2, 0xd6, 0xdf, 0xeb, 0xbb, 0x24, 0xae,
0xe3, 0xcf, 0x7d, 0x50, 0x20, 0x7e, 0x8e, 0xc7, 0x5d, 0xe4, 0xb6, 0x17, 0xd3, 0x37, 0xb6, 0x46,
0xfa, 0xc6, 0xb5, 0xa9, 0x7d, 0xa3, 0xb0, 0x28, 0x3d, 0xb4, 0x7f, 0x7a, 0xd5, 0x39, 0xbe, 0xea,
0x1c, 0x27, 0x52, 0x6b, 0x94, 0xe4, 0xe6, 0xb8, 0x15, 0x63, 0x49, 0xae, 0xf9, 0x34, 0x0b, 0x05,
0x4d, 0xc2, 0x0c, 0x6d, 0x82, 0xba, 0x65, 0x18, 0xa8, 0x3c, 0x89, 0x3e, 0xf1, 0xf5, 0xac, 0xf2,
0xe6, 0x14, 0x8e, 0x6b, 0xa3, 0x3b, 0x90, 0xdb, 0x32, 0x8c, 0x9d, 0xc7, 0xff, 0x4c, 0xfa, 0x2e,
0x64, 0xc3, 0x71, 0x19, 0xa5, 0x1c, 0x91, 0xdf, 0x48, 0x2a, 0x95, 0x69, 0x2c, 0xd7, 0x46, 0xf7,
0x61, 0x46, 0x8e, 0xb6, 0xe8, 0xc6, 0xe4, 0xb1, 0xe1, 0xec, 0x5d, 0xb9, 0x79, 0x06, 0x57, 0xe8,
0x91, 0x71, 0x96, 0xa6, 0x67, 0x38, 0x2d, 0xa7, 0xe9, 0x49, 0x0e, 0x9a, 0x5f, 0xc0, 0xc2, 0x58,
0xe9, 0x40, 0xe9, 0x21, 0x3d, 0x56, 0x91, 0x2a, 0xeb, 0xe7, 0x38, 0xe5, 0xda, 0x68, 0x17, 0x66,
0xe3, 0x7c, 0x80, 0x96, 0xcf, 0x4c, 0x16, 0xc7, 0x15, 0xfc, 0x37, 0xc9, 0xa4, 0xb9, 0x07, 0xf9,
0x87, 0xb6, 0xa5, 0xbb, 0x47, 0xf2, 0xfe, 0x61, 0x53, 0x3f, 0xe5, 0xfe, 0x72, 0xfe, 0x98, 0x72,
0xff, 0x68, 0x1a, 0x68, 0xfe, 0xa8, 0x40, 0x5e, 0x34, 0x22, 0xe8, 0x13, 0x98, 0x1f, 0xed, 0x49,
0xff, 0x95, 0x66, 0x79, 0x73, 0xa9, 0x69, 0xf9, 0xcc, 0x0e, 0x68, 0xda, 0xcd, 0x87, 0x1d, 0x52,
0x6b, 0xf1, 0xe4, 0x74, 0x59, 0xf9, 0xf5, 0x74, 0x59, 0x79, 0x76, 0xba, 0xac, 0x7c, 0x9e, 0x19,
0x6c, 0xec, 0xe7, 0xf9, 0x17, 0xe3, 0xdb, 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, 0x79, 0xe3, 0xcf,
0x78, 0x8b, 0x16, 0x00, 0x00,
}