lq

package
v0.6.58 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2019 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthLiqi = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowLiqi   = fmt.Errorf("proto: integer overflow")
)
View Source
var GamePlayerState_name = map[int32]string{
	0: "NULL",
	1: "AUTH",
	2: "SYNCING",
	3: "READY",
}
View Source
var GamePlayerState_value = map[string]int32{
	"NULL":    0,
	"AUTH":    1,
	"SYNCING": 2,
	"READY":   3,
}

Functions

This section is empty.

Types

type Account

type Account struct {
	AccountId            uint32                     `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Nickname             string                     `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	LoginTime            uint32                     `protobuf:"varint,3,opt,name=login_time,json=loginTime,proto3" json:"login_time,omitempty"`
	LogoutTime           uint32                     `protobuf:"varint,4,opt,name=logout_time,json=logoutTime,proto3" json:"logout_time,omitempty"`
	RoomId               uint32                     `protobuf:"varint,5,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	AntiAddiction        *AntiAddiction             `protobuf:"bytes,6,opt,name=anti_addiction,json=antiAddiction,proto3" json:"anti_addiction,omitempty"`
	Title                uint32                     `protobuf:"varint,7,opt,name=title,proto3" json:"title,omitempty"`
	Signature            string                     `protobuf:"bytes,8,opt,name=signature,proto3" json:"signature,omitempty"`
	Email                string                     `protobuf:"bytes,9,opt,name=email,proto3" json:"email,omitempty"`
	EmailVerify          uint32                     `protobuf:"varint,10,opt,name=email_verify,json=emailVerify,proto3" json:"email_verify,omitempty"`
	Gold                 uint32                     `protobuf:"varint,11,opt,name=gold,proto3" json:"gold,omitempty"`
	Diamond              uint32                     `protobuf:"varint,12,opt,name=diamond,proto3" json:"diamond,omitempty"`
	AvatarId             uint32                     `protobuf:"varint,13,opt,name=avatar_id,json=avatarId,proto3" json:"avatar_id,omitempty"`
	Vip                  uint32                     `protobuf:"varint,14,opt,name=vip,proto3" json:"vip,omitempty"`
	Birthday             int32                      `protobuf:"varint,15,opt,name=birthday,proto3" json:"birthday,omitempty"`
	Phone                string                     `protobuf:"bytes,16,opt,name=phone,proto3" json:"phone,omitempty"`
	PhoneVerify          uint32                     `protobuf:"varint,17,opt,name=phone_verify,json=phoneVerify,proto3" json:"phone_verify,omitempty"`
	PlatformDiamond      []*Account_PlatformDiamond `protobuf:"bytes,18,rep,name=platform_diamond,json=platformDiamond,proto3" json:"platform_diamond,omitempty"`
	Level                *AccountLevel              `protobuf:"bytes,21,opt,name=level,proto3" json:"level,omitempty"`
	Level3               *AccountLevel              `protobuf:"bytes,22,opt,name=level3,proto3" json:"level3,omitempty"`
	AvatarFrame          uint32                     `protobuf:"varint,23,opt,name=avatar_frame,json=avatarFrame,proto3" json:"avatar_frame,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*Account) Descriptor

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

func (*Account) GetAccountId

func (m *Account) GetAccountId() uint32

func (*Account) GetAntiAddiction

func (m *Account) GetAntiAddiction() *AntiAddiction

func (*Account) GetAvatarFrame

func (m *Account) GetAvatarFrame() uint32

func (*Account) GetAvatarId

func (m *Account) GetAvatarId() uint32

func (*Account) GetBirthday

func (m *Account) GetBirthday() int32

func (*Account) GetDiamond

func (m *Account) GetDiamond() uint32

func (*Account) GetEmail

func (m *Account) GetEmail() string

func (*Account) GetEmailVerify

func (m *Account) GetEmailVerify() uint32

func (*Account) GetGold

func (m *Account) GetGold() uint32

func (*Account) GetLevel

func (m *Account) GetLevel() *AccountLevel

func (*Account) GetLevel3

func (m *Account) GetLevel3() *AccountLevel

func (*Account) GetLoginTime

func (m *Account) GetLoginTime() uint32

func (*Account) GetLogoutTime

func (m *Account) GetLogoutTime() uint32

func (*Account) GetNickname

func (m *Account) GetNickname() string

func (*Account) GetPhone

func (m *Account) GetPhone() string

func (*Account) GetPhoneVerify

func (m *Account) GetPhoneVerify() uint32

func (*Account) GetPlatformDiamond

func (m *Account) GetPlatformDiamond() []*Account_PlatformDiamond

func (*Account) GetRoomId

func (m *Account) GetRoomId() uint32

func (*Account) GetSignature

func (m *Account) GetSignature() string

func (*Account) GetTitle

func (m *Account) GetTitle() uint32

func (*Account) GetVip

func (m *Account) GetVip() uint32

func (*Account) Marshal

func (m *Account) Marshal() (dAtA []byte, err error)

func (*Account) MarshalTo

func (m *Account) MarshalTo(dAtA []byte) (int, error)

func (*Account) MarshalToSizedBuffer

func (m *Account) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Account) ProtoMessage

func (*Account) ProtoMessage()

func (*Account) Reset

func (m *Account) Reset()

func (*Account) Size

func (m *Account) Size() (n int)

func (*Account) String

func (m *Account) String() string

func (*Account) Unmarshal

func (m *Account) Unmarshal(dAtA []byte) error

func (*Account) XXX_DiscardUnknown

func (m *Account) XXX_DiscardUnknown()

func (*Account) XXX_Marshal

func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Account) XXX_Merge

func (m *Account) XXX_Merge(src proto.Message)

func (*Account) XXX_Size

func (m *Account) XXX_Size() int

func (*Account) XXX_Unmarshal

func (m *Account) XXX_Unmarshal(b []byte) error

type AccountActiveState

type AccountActiveState struct {
	AccountId            uint32              `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	LoginTime            uint32              `protobuf:"varint,2,opt,name=login_time,json=loginTime,proto3" json:"login_time,omitempty"`
	LogoutTime           uint32              `protobuf:"varint,3,opt,name=logout_time,json=logoutTime,proto3" json:"logout_time,omitempty"`
	IsOnline             bool                `protobuf:"varint,4,opt,name=is_online,json=isOnline,proto3" json:"is_online,omitempty"`
	Playing              *AccountPlayingGame `protobuf:"bytes,5,opt,name=playing,proto3" json:"playing,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*AccountActiveState) Descriptor

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

func (*AccountActiveState) GetAccountId

func (m *AccountActiveState) GetAccountId() uint32

func (*AccountActiveState) GetIsOnline

func (m *AccountActiveState) GetIsOnline() bool

func (*AccountActiveState) GetLoginTime

func (m *AccountActiveState) GetLoginTime() uint32

func (*AccountActiveState) GetLogoutTime

func (m *AccountActiveState) GetLogoutTime() uint32

func (*AccountActiveState) GetPlaying

func (m *AccountActiveState) GetPlaying() *AccountPlayingGame

func (*AccountActiveState) Marshal

func (m *AccountActiveState) Marshal() (dAtA []byte, err error)

func (*AccountActiveState) MarshalTo

func (m *AccountActiveState) MarshalTo(dAtA []byte) (int, error)

func (*AccountActiveState) MarshalToSizedBuffer

func (m *AccountActiveState) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountActiveState) ProtoMessage

func (*AccountActiveState) ProtoMessage()

func (*AccountActiveState) Reset

func (m *AccountActiveState) Reset()

func (*AccountActiveState) Size

func (m *AccountActiveState) Size() (n int)

func (*AccountActiveState) String

func (m *AccountActiveState) String() string

func (*AccountActiveState) Unmarshal

func (m *AccountActiveState) Unmarshal(dAtA []byte) error

func (*AccountActiveState) XXX_DiscardUnknown

func (m *AccountActiveState) XXX_DiscardUnknown()

func (*AccountActiveState) XXX_Marshal

func (m *AccountActiveState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountActiveState) XXX_Merge

func (m *AccountActiveState) XXX_Merge(src proto.Message)

func (*AccountActiveState) XXX_Size

func (m *AccountActiveState) XXX_Size() int

func (*AccountActiveState) XXX_Unmarshal

func (m *AccountActiveState) XXX_Unmarshal(b []byte) error

type AccountCacheView

type AccountCacheView struct {
	CacheVersion         uint32              `protobuf:"varint,1,opt,name=cache_version,json=cacheVersion,proto3" json:"cache_version,omitempty"`
	AccountId            uint32              `protobuf:"varint,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Nickname             string              `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"`
	LoginTime            uint32              `protobuf:"varint,4,opt,name=login_time,json=loginTime,proto3" json:"login_time,omitempty"`
	LogoutTime           uint32              `protobuf:"varint,5,opt,name=logout_time,json=logoutTime,proto3" json:"logout_time,omitempty"`
	IsOnline             bool                `protobuf:"varint,6,opt,name=is_online,json=isOnline,proto3" json:"is_online,omitempty"`
	RoomId               uint32              `protobuf:"varint,7,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	Title                uint32              `protobuf:"varint,8,opt,name=title,proto3" json:"title,omitempty"`
	AvatarId             uint32              `protobuf:"varint,9,opt,name=avatar_id,json=avatarId,proto3" json:"avatar_id,omitempty"`
	Vip                  uint32              `protobuf:"varint,10,opt,name=vip,proto3" json:"vip,omitempty"`
	Level                *AccountLevel       `protobuf:"bytes,11,opt,name=level,proto3" json:"level,omitempty"`
	PlayingGame          *AccountPlayingGame `protobuf:"bytes,12,opt,name=playing_game,json=playingGame,proto3" json:"playing_game,omitempty"`
	Level3               *AccountLevel       `protobuf:"bytes,13,opt,name=level3,proto3" json:"level3,omitempty"`
	AvatarFrame          uint32              `protobuf:"varint,14,opt,name=avatar_frame,json=avatarFrame,proto3" json:"avatar_frame,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*AccountCacheView) Descriptor

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

func (*AccountCacheView) GetAccountId

func (m *AccountCacheView) GetAccountId() uint32

func (*AccountCacheView) GetAvatarFrame

func (m *AccountCacheView) GetAvatarFrame() uint32

func (*AccountCacheView) GetAvatarId

func (m *AccountCacheView) GetAvatarId() uint32

func (*AccountCacheView) GetCacheVersion

func (m *AccountCacheView) GetCacheVersion() uint32

func (*AccountCacheView) GetIsOnline

func (m *AccountCacheView) GetIsOnline() bool

func (*AccountCacheView) GetLevel

func (m *AccountCacheView) GetLevel() *AccountLevel

func (*AccountCacheView) GetLevel3

func (m *AccountCacheView) GetLevel3() *AccountLevel

func (*AccountCacheView) GetLoginTime

func (m *AccountCacheView) GetLoginTime() uint32

func (*AccountCacheView) GetLogoutTime

func (m *AccountCacheView) GetLogoutTime() uint32

func (*AccountCacheView) GetNickname

func (m *AccountCacheView) GetNickname() string

func (*AccountCacheView) GetPlayingGame

func (m *AccountCacheView) GetPlayingGame() *AccountPlayingGame

func (*AccountCacheView) GetRoomId

func (m *AccountCacheView) GetRoomId() uint32

func (*AccountCacheView) GetTitle

func (m *AccountCacheView) GetTitle() uint32

func (*AccountCacheView) GetVip

func (m *AccountCacheView) GetVip() uint32

func (*AccountCacheView) Marshal

func (m *AccountCacheView) Marshal() (dAtA []byte, err error)

func (*AccountCacheView) MarshalTo

func (m *AccountCacheView) MarshalTo(dAtA []byte) (int, error)

func (*AccountCacheView) MarshalToSizedBuffer

func (m *AccountCacheView) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountCacheView) ProtoMessage

func (*AccountCacheView) ProtoMessage()

func (*AccountCacheView) Reset

func (m *AccountCacheView) Reset()

func (*AccountCacheView) Size

func (m *AccountCacheView) Size() (n int)

func (*AccountCacheView) String

func (m *AccountCacheView) String() string

func (*AccountCacheView) Unmarshal

func (m *AccountCacheView) Unmarshal(dAtA []byte) error

func (*AccountCacheView) XXX_DiscardUnknown

func (m *AccountCacheView) XXX_DiscardUnknown()

func (*AccountCacheView) XXX_Marshal

func (m *AccountCacheView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountCacheView) XXX_Merge

func (m *AccountCacheView) XXX_Merge(src proto.Message)

func (*AccountCacheView) XXX_Size

func (m *AccountCacheView) XXX_Size() int

func (*AccountCacheView) XXX_Unmarshal

func (m *AccountCacheView) XXX_Unmarshal(b []byte) error

type AccountDetailStatistic

type AccountDetailStatistic struct {
	GameMode             []*AccountStatisticByGameMode `protobuf:"bytes,1,rep,name=game_mode,json=gameMode,proto3" json:"game_mode,omitempty"`
	Fan                  []*AccountStatisticByFan      `protobuf:"bytes,2,rep,name=fan,proto3" json:"fan,omitempty"`
	Liujumanguan         uint32                        `protobuf:"varint,3,opt,name=liujumanguan,proto3" json:"liujumanguan,omitempty"`
	FanAchieved          []*AccountFanAchieved         `protobuf:"bytes,4,rep,name=fan_achieved,json=fanAchieved,proto3" json:"fan_achieved,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*AccountDetailStatistic) Descriptor

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

func (*AccountDetailStatistic) GetFan

func (*AccountDetailStatistic) GetFanAchieved

func (m *AccountDetailStatistic) GetFanAchieved() []*AccountFanAchieved

func (*AccountDetailStatistic) GetGameMode

func (*AccountDetailStatistic) GetLiujumanguan

func (m *AccountDetailStatistic) GetLiujumanguan() uint32

func (*AccountDetailStatistic) Marshal

func (m *AccountDetailStatistic) Marshal() (dAtA []byte, err error)

func (*AccountDetailStatistic) MarshalTo

func (m *AccountDetailStatistic) MarshalTo(dAtA []byte) (int, error)

func (*AccountDetailStatistic) MarshalToSizedBuffer

func (m *AccountDetailStatistic) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountDetailStatistic) ProtoMessage

func (*AccountDetailStatistic) ProtoMessage()

func (*AccountDetailStatistic) Reset

func (m *AccountDetailStatistic) Reset()

func (*AccountDetailStatistic) Size

func (m *AccountDetailStatistic) Size() (n int)

func (*AccountDetailStatistic) String

func (m *AccountDetailStatistic) String() string

func (*AccountDetailStatistic) Unmarshal

func (m *AccountDetailStatistic) Unmarshal(dAtA []byte) error

func (*AccountDetailStatistic) XXX_DiscardUnknown

func (m *AccountDetailStatistic) XXX_DiscardUnknown()

func (*AccountDetailStatistic) XXX_Marshal

func (m *AccountDetailStatistic) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountDetailStatistic) XXX_Merge

func (m *AccountDetailStatistic) XXX_Merge(src proto.Message)

func (*AccountDetailStatistic) XXX_Size

func (m *AccountDetailStatistic) XXX_Size() int

func (*AccountDetailStatistic) XXX_Unmarshal

func (m *AccountDetailStatistic) XXX_Unmarshal(b []byte) error

type AccountDetailStatisticByCategory

type AccountDetailStatisticByCategory struct {
	Category             uint32                  `protobuf:"varint,1,opt,name=category,proto3" json:"category,omitempty"`
	DetailStatistic      *AccountDetailStatistic `protobuf:"bytes,2,opt,name=detail_statistic,json=detailStatistic,proto3" json:"detail_statistic,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*AccountDetailStatisticByCategory) Descriptor

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

func (*AccountDetailStatisticByCategory) GetCategory

func (m *AccountDetailStatisticByCategory) GetCategory() uint32

func (*AccountDetailStatisticByCategory) GetDetailStatistic

func (*AccountDetailStatisticByCategory) Marshal

func (m *AccountDetailStatisticByCategory) Marshal() (dAtA []byte, err error)

func (*AccountDetailStatisticByCategory) MarshalTo

func (m *AccountDetailStatisticByCategory) MarshalTo(dAtA []byte) (int, error)

func (*AccountDetailStatisticByCategory) MarshalToSizedBuffer

func (m *AccountDetailStatisticByCategory) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountDetailStatisticByCategory) ProtoMessage

func (*AccountDetailStatisticByCategory) ProtoMessage()

func (*AccountDetailStatisticByCategory) Reset

func (*AccountDetailStatisticByCategory) Size

func (m *AccountDetailStatisticByCategory) Size() (n int)

func (*AccountDetailStatisticByCategory) String

func (*AccountDetailStatisticByCategory) Unmarshal

func (m *AccountDetailStatisticByCategory) Unmarshal(dAtA []byte) error

func (*AccountDetailStatisticByCategory) XXX_DiscardUnknown

func (m *AccountDetailStatisticByCategory) XXX_DiscardUnknown()

func (*AccountDetailStatisticByCategory) XXX_Marshal

func (m *AccountDetailStatisticByCategory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountDetailStatisticByCategory) XXX_Merge

func (*AccountDetailStatisticByCategory) XXX_Size

func (m *AccountDetailStatisticByCategory) XXX_Size() int

func (*AccountDetailStatisticByCategory) XXX_Unmarshal

func (m *AccountDetailStatisticByCategory) XXX_Unmarshal(b []byte) error

type AccountDetailStatisticV2

type AccountDetailStatisticV2 struct {
	FriendRoomStatistic        *AccountDetailStatistic                              `protobuf:"bytes,1,opt,name=friend_room_statistic,json=friendRoomStatistic,proto3" json:"friend_room_statistic,omitempty"`
	RankStatistic              *AccountDetailStatisticV2_RankStatistic              `protobuf:"bytes,2,opt,name=rank_statistic,json=rankStatistic,proto3" json:"rank_statistic,omitempty"`
	CustomizedContestStatistic *AccountDetailStatisticV2_CustomizedContestStatistic `` /* 141-byte string literal not displayed */
	LeisureMatchStatistic      *AccountDetailStatistic                              `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{}                                             `json:"-"`
	XXX_unrecognized           []byte                                               `json:"-"`
	XXX_sizecache              int32                                                `json:"-"`
}

func (*AccountDetailStatisticV2) Descriptor

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

func (*AccountDetailStatisticV2) GetCustomizedContestStatistic

func (*AccountDetailStatisticV2) GetFriendRoomStatistic

func (m *AccountDetailStatisticV2) GetFriendRoomStatistic() *AccountDetailStatistic

func (*AccountDetailStatisticV2) GetLeisureMatchStatistic

func (m *AccountDetailStatisticV2) GetLeisureMatchStatistic() *AccountDetailStatistic

func (*AccountDetailStatisticV2) GetRankStatistic

func (*AccountDetailStatisticV2) Marshal

func (m *AccountDetailStatisticV2) Marshal() (dAtA []byte, err error)

func (*AccountDetailStatisticV2) MarshalTo

func (m *AccountDetailStatisticV2) MarshalTo(dAtA []byte) (int, error)

func (*AccountDetailStatisticV2) MarshalToSizedBuffer

func (m *AccountDetailStatisticV2) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountDetailStatisticV2) ProtoMessage

func (*AccountDetailStatisticV2) ProtoMessage()

func (*AccountDetailStatisticV2) Reset

func (m *AccountDetailStatisticV2) Reset()

func (*AccountDetailStatisticV2) Size

func (m *AccountDetailStatisticV2) Size() (n int)

func (*AccountDetailStatisticV2) String

func (m *AccountDetailStatisticV2) String() string

func (*AccountDetailStatisticV2) Unmarshal

func (m *AccountDetailStatisticV2) Unmarshal(dAtA []byte) error

func (*AccountDetailStatisticV2) XXX_DiscardUnknown

func (m *AccountDetailStatisticV2) XXX_DiscardUnknown()

func (*AccountDetailStatisticV2) XXX_Marshal

func (m *AccountDetailStatisticV2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountDetailStatisticV2) XXX_Merge

func (m *AccountDetailStatisticV2) XXX_Merge(src proto.Message)

func (*AccountDetailStatisticV2) XXX_Size

func (m *AccountDetailStatisticV2) XXX_Size() int

func (*AccountDetailStatisticV2) XXX_Unmarshal

func (m *AccountDetailStatisticV2) XXX_Unmarshal(b []byte) error

type AccountDetailStatisticV2_CustomizedContestStatistic

type AccountDetailStatisticV2_CustomizedContestStatistic struct {
	TotalStatistic       *AccountDetailStatistic `protobuf:"bytes,1,opt,name=total_statistic,json=totalStatistic,proto3" json:"total_statistic,omitempty"`
	MonthStatistic       *AccountDetailStatistic `protobuf:"bytes,2,opt,name=month_statistic,json=monthStatistic,proto3" json:"month_statistic,omitempty"`
	MonthRefreshTime     uint32                  `protobuf:"varint,3,opt,name=month_refresh_time,json=monthRefreshTime,proto3" json:"month_refresh_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*AccountDetailStatisticV2_CustomizedContestStatistic) Descriptor

func (*AccountDetailStatisticV2_CustomizedContestStatistic) GetMonthRefreshTime

func (*AccountDetailStatisticV2_CustomizedContestStatistic) GetMonthStatistic

func (*AccountDetailStatisticV2_CustomizedContestStatistic) GetTotalStatistic

func (*AccountDetailStatisticV2_CustomizedContestStatistic) Marshal

func (*AccountDetailStatisticV2_CustomizedContestStatistic) MarshalTo

func (*AccountDetailStatisticV2_CustomizedContestStatistic) MarshalToSizedBuffer

func (m *AccountDetailStatisticV2_CustomizedContestStatistic) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountDetailStatisticV2_CustomizedContestStatistic) ProtoMessage

func (*AccountDetailStatisticV2_CustomizedContestStatistic) Reset

func (*AccountDetailStatisticV2_CustomizedContestStatistic) Size

func (*AccountDetailStatisticV2_CustomizedContestStatistic) String

func (*AccountDetailStatisticV2_CustomizedContestStatistic) Unmarshal

func (*AccountDetailStatisticV2_CustomizedContestStatistic) XXX_DiscardUnknown

func (*AccountDetailStatisticV2_CustomizedContestStatistic) XXX_Marshal

func (m *AccountDetailStatisticV2_CustomizedContestStatistic) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountDetailStatisticV2_CustomizedContestStatistic) XXX_Merge

func (*AccountDetailStatisticV2_CustomizedContestStatistic) XXX_Size

func (*AccountDetailStatisticV2_CustomizedContestStatistic) XXX_Unmarshal

type AccountDetailStatisticV2_RankStatistic

type AccountDetailStatisticV2_RankStatistic struct {
	TotalStatistic       *AccountDetailStatisticV2_RankStatistic_RankData `protobuf:"bytes,1,opt,name=total_statistic,json=totalStatistic,proto3" json:"total_statistic,omitempty"`
	MonthStatistic       *AccountDetailStatisticV2_RankStatistic_RankData `protobuf:"bytes,2,opt,name=month_statistic,json=monthStatistic,proto3" json:"month_statistic,omitempty"`
	MonthRefreshTime     uint32                                           `protobuf:"varint,3,opt,name=month_refresh_time,json=monthRefreshTime,proto3" json:"month_refresh_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                         `json:"-"`
	XXX_unrecognized     []byte                                           `json:"-"`
	XXX_sizecache        int32                                            `json:"-"`
}

func (*AccountDetailStatisticV2_RankStatistic) Descriptor

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

func (*AccountDetailStatisticV2_RankStatistic) GetMonthRefreshTime

func (m *AccountDetailStatisticV2_RankStatistic) GetMonthRefreshTime() uint32

func (*AccountDetailStatisticV2_RankStatistic) GetMonthStatistic

func (*AccountDetailStatisticV2_RankStatistic) GetTotalStatistic

func (*AccountDetailStatisticV2_RankStatistic) Marshal

func (m *AccountDetailStatisticV2_RankStatistic) Marshal() (dAtA []byte, err error)

func (*AccountDetailStatisticV2_RankStatistic) MarshalTo

func (m *AccountDetailStatisticV2_RankStatistic) MarshalTo(dAtA []byte) (int, error)

func (*AccountDetailStatisticV2_RankStatistic) MarshalToSizedBuffer

func (m *AccountDetailStatisticV2_RankStatistic) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountDetailStatisticV2_RankStatistic) ProtoMessage

func (*AccountDetailStatisticV2_RankStatistic) Reset

func (*AccountDetailStatisticV2_RankStatistic) Size

func (*AccountDetailStatisticV2_RankStatistic) String

func (*AccountDetailStatisticV2_RankStatistic) Unmarshal

func (m *AccountDetailStatisticV2_RankStatistic) Unmarshal(dAtA []byte) error

func (*AccountDetailStatisticV2_RankStatistic) XXX_DiscardUnknown

func (m *AccountDetailStatisticV2_RankStatistic) XXX_DiscardUnknown()

func (*AccountDetailStatisticV2_RankStatistic) XXX_Marshal

func (m *AccountDetailStatisticV2_RankStatistic) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountDetailStatisticV2_RankStatistic) XXX_Merge

func (*AccountDetailStatisticV2_RankStatistic) XXX_Size

func (*AccountDetailStatisticV2_RankStatistic) XXX_Unmarshal

func (m *AccountDetailStatisticV2_RankStatistic) XXX_Unmarshal(b []byte) error

type AccountDetailStatisticV2_RankStatistic_RankData

type AccountDetailStatisticV2_RankStatistic_RankData struct {
	AllLevelStatistic    *AccountDetailStatistic                                          `protobuf:"bytes,1,opt,name=all_level_statistic,json=allLevelStatistic,proto3" json:"all_level_statistic,omitempty"`
	LevelDataList        []*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData `protobuf:"bytes,2,rep,name=level_data_list,json=levelDataList,proto3" json:"level_data_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                         `json:"-"`
	XXX_unrecognized     []byte                                                           `json:"-"`
	XXX_sizecache        int32                                                            `json:"-"`
}

func (*AccountDetailStatisticV2_RankStatistic_RankData) Descriptor

func (*AccountDetailStatisticV2_RankStatistic_RankData) GetAllLevelStatistic

func (*AccountDetailStatisticV2_RankStatistic_RankData) GetLevelDataList

func (*AccountDetailStatisticV2_RankStatistic_RankData) Marshal

func (m *AccountDetailStatisticV2_RankStatistic_RankData) Marshal() (dAtA []byte, err error)

func (*AccountDetailStatisticV2_RankStatistic_RankData) MarshalTo

func (*AccountDetailStatisticV2_RankStatistic_RankData) MarshalToSizedBuffer

func (m *AccountDetailStatisticV2_RankStatistic_RankData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountDetailStatisticV2_RankStatistic_RankData) ProtoMessage

func (*AccountDetailStatisticV2_RankStatistic_RankData) Reset

func (*AccountDetailStatisticV2_RankStatistic_RankData) Size

func (*AccountDetailStatisticV2_RankStatistic_RankData) String

func (*AccountDetailStatisticV2_RankStatistic_RankData) Unmarshal

func (*AccountDetailStatisticV2_RankStatistic_RankData) XXX_DiscardUnknown

func (m *AccountDetailStatisticV2_RankStatistic_RankData) XXX_DiscardUnknown()

func (*AccountDetailStatisticV2_RankStatistic_RankData) XXX_Marshal

func (m *AccountDetailStatisticV2_RankStatistic_RankData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountDetailStatisticV2_RankStatistic_RankData) XXX_Merge

func (*AccountDetailStatisticV2_RankStatistic_RankData) XXX_Size

func (*AccountDetailStatisticV2_RankStatistic_RankData) XXX_Unmarshal

type AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData

type AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData struct {
	RankLevel            uint32                  `protobuf:"varint,1,opt,name=rank_level,json=rankLevel,proto3" json:"rank_level,omitempty"`
	Statistic            *AccountDetailStatistic `protobuf:"bytes,2,opt,name=statistic,proto3" json:"statistic,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) Descriptor

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) GetRankLevel

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) GetStatistic

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) Marshal

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) MarshalTo

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) MarshalToSizedBuffer

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) ProtoMessage

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) Reset

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) Size

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) String

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) Unmarshal

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) XXX_DiscardUnknown

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) XXX_Marshal

func (m *AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) XXX_Merge

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) XXX_Size

func (*AccountDetailStatisticV2_RankStatistic_RankData_RankLevelData) XXX_Unmarshal

type AccountFanAchieved

type AccountFanAchieved struct {
	MahjongCategory      uint32                   `protobuf:"varint,1,opt,name=mahjong_category,json=mahjongCategory,proto3" json:"mahjong_category,omitempty"`
	Fan                  []*AccountStatisticByFan `protobuf:"bytes,2,rep,name=fan,proto3" json:"fan,omitempty"`
	Liujumanguan         uint32                   `protobuf:"varint,3,opt,name=liujumanguan,proto3" json:"liujumanguan,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*AccountFanAchieved) Descriptor

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

func (*AccountFanAchieved) GetFan

func (*AccountFanAchieved) GetLiujumanguan

func (m *AccountFanAchieved) GetLiujumanguan() uint32

func (*AccountFanAchieved) GetMahjongCategory

func (m *AccountFanAchieved) GetMahjongCategory() uint32

func (*AccountFanAchieved) Marshal

func (m *AccountFanAchieved) Marshal() (dAtA []byte, err error)

func (*AccountFanAchieved) MarshalTo

func (m *AccountFanAchieved) MarshalTo(dAtA []byte) (int, error)

func (*AccountFanAchieved) MarshalToSizedBuffer

func (m *AccountFanAchieved) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountFanAchieved) ProtoMessage

func (*AccountFanAchieved) ProtoMessage()

func (*AccountFanAchieved) Reset

func (m *AccountFanAchieved) Reset()

func (*AccountFanAchieved) Size

func (m *AccountFanAchieved) Size() (n int)

func (*AccountFanAchieved) String

func (m *AccountFanAchieved) String() string

func (*AccountFanAchieved) Unmarshal

func (m *AccountFanAchieved) Unmarshal(dAtA []byte) error

func (*AccountFanAchieved) XXX_DiscardUnknown

func (m *AccountFanAchieved) XXX_DiscardUnknown()

func (*AccountFanAchieved) XXX_Marshal

func (m *AccountFanAchieved) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountFanAchieved) XXX_Merge

func (m *AccountFanAchieved) XXX_Merge(src proto.Message)

func (*AccountFanAchieved) XXX_Size

func (m *AccountFanAchieved) XXX_Size() int

func (*AccountFanAchieved) XXX_Unmarshal

func (m *AccountFanAchieved) XXX_Unmarshal(b []byte) error

type AccountLevel

type AccountLevel struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Score                uint32   `protobuf:"varint,2,opt,name=score,proto3" json:"score,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountLevel) Descriptor

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

func (*AccountLevel) GetId

func (m *AccountLevel) GetId() uint32

func (*AccountLevel) GetScore

func (m *AccountLevel) GetScore() uint32

func (*AccountLevel) Marshal

func (m *AccountLevel) Marshal() (dAtA []byte, err error)

func (*AccountLevel) MarshalTo

func (m *AccountLevel) MarshalTo(dAtA []byte) (int, error)

func (*AccountLevel) MarshalToSizedBuffer

func (m *AccountLevel) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountLevel) ProtoMessage

func (*AccountLevel) ProtoMessage()

func (*AccountLevel) Reset

func (m *AccountLevel) Reset()

func (*AccountLevel) Size

func (m *AccountLevel) Size() (n int)

func (*AccountLevel) String

func (m *AccountLevel) String() string

func (*AccountLevel) Unmarshal

func (m *AccountLevel) Unmarshal(dAtA []byte) error

func (*AccountLevel) XXX_DiscardUnknown

func (m *AccountLevel) XXX_DiscardUnknown()

func (*AccountLevel) XXX_Marshal

func (m *AccountLevel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountLevel) XXX_Merge

func (m *AccountLevel) XXX_Merge(src proto.Message)

func (*AccountLevel) XXX_Size

func (m *AccountLevel) XXX_Size() int

func (*AccountLevel) XXX_Unmarshal

func (m *AccountLevel) XXX_Unmarshal(b []byte) error

type AccountMahjongStatistic

type AccountMahjongStatistic struct {
	FinalPositionCounts  []uint32                                 `` /* 128-byte string literal not displayed */
	RecentRound          *AccountMahjongStatistic_RoundSummary    `protobuf:"bytes,2,opt,name=recent_round,json=recentRound,proto3" json:"recent_round,omitempty"`
	RecentHu             *AccountMahjongStatistic_HuSummary       `protobuf:"bytes,3,opt,name=recent_hu,json=recentHu,proto3" json:"recent_hu,omitempty"`
	HighestHu            *AccountMahjongStatistic_HighestHuRecord `protobuf:"bytes,4,opt,name=highest_hu,json=highestHu,proto3" json:"highest_hu,omitempty"`
	Recent_20HuSummary   *AccountMahjongStatistic_Liqi20Summary   `protobuf:"bytes,6,opt,name=recent_20_hu_summary,json=recent20HuSummary,proto3" json:"recent_20_hu_summary,omitempty"`
	Recent_10HuSummary   *AccountMahjongStatistic_LiQi10Summary   `protobuf:"bytes,7,opt,name=recent_10_hu_summary,json=recent10HuSummary,proto3" json:"recent_10_hu_summary,omitempty"`
	Recent_10GameResult  []*AccountMahjongStatistic_GameResult    `protobuf:"bytes,8,rep,name=recent_10_game_result,json=recent10GameResult,proto3" json:"recent_10_game_result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

func (*AccountMahjongStatistic) Descriptor

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

func (*AccountMahjongStatistic) GetFinalPositionCounts

func (m *AccountMahjongStatistic) GetFinalPositionCounts() []uint32

func (*AccountMahjongStatistic) GetHighestHu

func (*AccountMahjongStatistic) GetRecentHu

func (*AccountMahjongStatistic) GetRecentRound

func (*AccountMahjongStatistic) GetRecent_10GameResult

func (m *AccountMahjongStatistic) GetRecent_10GameResult() []*AccountMahjongStatistic_GameResult

func (*AccountMahjongStatistic) GetRecent_10HuSummary

func (*AccountMahjongStatistic) GetRecent_20HuSummary

func (*AccountMahjongStatistic) Marshal

func (m *AccountMahjongStatistic) Marshal() (dAtA []byte, err error)

func (*AccountMahjongStatistic) MarshalTo

func (m *AccountMahjongStatistic) MarshalTo(dAtA []byte) (int, error)

func (*AccountMahjongStatistic) MarshalToSizedBuffer

func (m *AccountMahjongStatistic) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountMahjongStatistic) ProtoMessage

func (*AccountMahjongStatistic) ProtoMessage()

func (*AccountMahjongStatistic) Reset

func (m *AccountMahjongStatistic) Reset()

func (*AccountMahjongStatistic) Size

func (m *AccountMahjongStatistic) Size() (n int)

func (*AccountMahjongStatistic) String

func (m *AccountMahjongStatistic) String() string

func (*AccountMahjongStatistic) Unmarshal

func (m *AccountMahjongStatistic) Unmarshal(dAtA []byte) error

func (*AccountMahjongStatistic) XXX_DiscardUnknown

func (m *AccountMahjongStatistic) XXX_DiscardUnknown()

func (*AccountMahjongStatistic) XXX_Marshal

func (m *AccountMahjongStatistic) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountMahjongStatistic) XXX_Merge

func (m *AccountMahjongStatistic) XXX_Merge(src proto.Message)

func (*AccountMahjongStatistic) XXX_Size

func (m *AccountMahjongStatistic) XXX_Size() int

func (*AccountMahjongStatistic) XXX_Unmarshal

func (m *AccountMahjongStatistic) XXX_Unmarshal(b []byte) error

type AccountMahjongStatistic_GameResult

type AccountMahjongStatistic_GameResult struct {
	Rank                 uint32   `protobuf:"varint,1,opt,name=rank,proto3" json:"rank,omitempty"`
	FinalPoint           int32    `protobuf:"varint,2,opt,name=final_point,json=finalPoint,proto3" json:"final_point,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountMahjongStatistic_GameResult) Descriptor

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

func (*AccountMahjongStatistic_GameResult) GetFinalPoint

func (m *AccountMahjongStatistic_GameResult) GetFinalPoint() int32

func (*AccountMahjongStatistic_GameResult) GetRank

func (*AccountMahjongStatistic_GameResult) Marshal

func (m *AccountMahjongStatistic_GameResult) Marshal() (dAtA []byte, err error)

func (*AccountMahjongStatistic_GameResult) MarshalTo

func (m *AccountMahjongStatistic_GameResult) MarshalTo(dAtA []byte) (int, error)

func (*AccountMahjongStatistic_GameResult) MarshalToSizedBuffer

func (m *AccountMahjongStatistic_GameResult) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountMahjongStatistic_GameResult) ProtoMessage

func (*AccountMahjongStatistic_GameResult) ProtoMessage()

func (*AccountMahjongStatistic_GameResult) Reset

func (*AccountMahjongStatistic_GameResult) Size

func (*AccountMahjongStatistic_GameResult) String

func (*AccountMahjongStatistic_GameResult) Unmarshal

func (m *AccountMahjongStatistic_GameResult) Unmarshal(dAtA []byte) error

func (*AccountMahjongStatistic_GameResult) XXX_DiscardUnknown

func (m *AccountMahjongStatistic_GameResult) XXX_DiscardUnknown()

func (*AccountMahjongStatistic_GameResult) XXX_Marshal

func (m *AccountMahjongStatistic_GameResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountMahjongStatistic_GameResult) XXX_Merge

func (*AccountMahjongStatistic_GameResult) XXX_Size

func (*AccountMahjongStatistic_GameResult) XXX_Unmarshal

func (m *AccountMahjongStatistic_GameResult) XXX_Unmarshal(b []byte) error

type AccountMahjongStatistic_HighestHuRecord

type AccountMahjongStatistic_HighestHuRecord struct {
	Fanshu               uint32   `protobuf:"varint,1,opt,name=fanshu,proto3" json:"fanshu,omitempty"`
	Doranum              uint32   `protobuf:"varint,2,opt,name=doranum,proto3" json:"doranum,omitempty"`
	Title                string   `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Hands                []string `protobuf:"bytes,4,rep,name=hands,proto3" json:"hands,omitempty"`
	Ming                 []string `protobuf:"bytes,5,rep,name=ming,proto3" json:"ming,omitempty"`
	Hupai                string   `protobuf:"bytes,6,opt,name=hupai,proto3" json:"hupai,omitempty"`
	TitleId              uint32   `protobuf:"varint,7,opt,name=title_id,json=titleId,proto3" json:"title_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountMahjongStatistic_HighestHuRecord) Descriptor

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

func (*AccountMahjongStatistic_HighestHuRecord) GetDoranum

func (*AccountMahjongStatistic_HighestHuRecord) GetFanshu

func (*AccountMahjongStatistic_HighestHuRecord) GetHands

func (*AccountMahjongStatistic_HighestHuRecord) GetHupai

func (*AccountMahjongStatistic_HighestHuRecord) GetMing

func (*AccountMahjongStatistic_HighestHuRecord) GetTitle

func (*AccountMahjongStatistic_HighestHuRecord) GetTitleId

func (*AccountMahjongStatistic_HighestHuRecord) Marshal

func (m *AccountMahjongStatistic_HighestHuRecord) Marshal() (dAtA []byte, err error)

func (*AccountMahjongStatistic_HighestHuRecord) MarshalTo

func (m *AccountMahjongStatistic_HighestHuRecord) MarshalTo(dAtA []byte) (int, error)

func (*AccountMahjongStatistic_HighestHuRecord) MarshalToSizedBuffer

func (m *AccountMahjongStatistic_HighestHuRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountMahjongStatistic_HighestHuRecord) ProtoMessage

func (*AccountMahjongStatistic_HighestHuRecord) Reset

func (*AccountMahjongStatistic_HighestHuRecord) Size

func (*AccountMahjongStatistic_HighestHuRecord) String

func (*AccountMahjongStatistic_HighestHuRecord) Unmarshal

func (m *AccountMahjongStatistic_HighestHuRecord) Unmarshal(dAtA []byte) error

func (*AccountMahjongStatistic_HighestHuRecord) XXX_DiscardUnknown

func (m *AccountMahjongStatistic_HighestHuRecord) XXX_DiscardUnknown()

func (*AccountMahjongStatistic_HighestHuRecord) XXX_Marshal

func (m *AccountMahjongStatistic_HighestHuRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountMahjongStatistic_HighestHuRecord) XXX_Merge

func (*AccountMahjongStatistic_HighestHuRecord) XXX_Size

func (*AccountMahjongStatistic_HighestHuRecord) XXX_Unmarshal

func (m *AccountMahjongStatistic_HighestHuRecord) XXX_Unmarshal(b []byte) error

type AccountMahjongStatistic_HuSummary

type AccountMahjongStatistic_HuSummary struct {
	TotalCount           uint32   `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	DoraRoundCount       uint32   `protobuf:"varint,2,opt,name=dora_round_count,json=doraRoundCount,proto3" json:"dora_round_count,omitempty"`
	TotalFan             uint32   `protobuf:"varint,3,opt,name=total_fan,json=totalFan,proto3" json:"total_fan,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountMahjongStatistic_HuSummary) Descriptor

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

func (*AccountMahjongStatistic_HuSummary) GetDoraRoundCount

func (m *AccountMahjongStatistic_HuSummary) GetDoraRoundCount() uint32

func (*AccountMahjongStatistic_HuSummary) GetTotalCount

func (m *AccountMahjongStatistic_HuSummary) GetTotalCount() uint32

func (*AccountMahjongStatistic_HuSummary) GetTotalFan

func (m *AccountMahjongStatistic_HuSummary) GetTotalFan() uint32

func (*AccountMahjongStatistic_HuSummary) Marshal

func (m *AccountMahjongStatistic_HuSummary) Marshal() (dAtA []byte, err error)

func (*AccountMahjongStatistic_HuSummary) MarshalTo

func (m *AccountMahjongStatistic_HuSummary) MarshalTo(dAtA []byte) (int, error)

func (*AccountMahjongStatistic_HuSummary) MarshalToSizedBuffer

func (m *AccountMahjongStatistic_HuSummary) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountMahjongStatistic_HuSummary) ProtoMessage

func (*AccountMahjongStatistic_HuSummary) ProtoMessage()

func (*AccountMahjongStatistic_HuSummary) Reset

func (*AccountMahjongStatistic_HuSummary) Size

func (m *AccountMahjongStatistic_HuSummary) Size() (n int)

func (*AccountMahjongStatistic_HuSummary) String

func (*AccountMahjongStatistic_HuSummary) Unmarshal

func (m *AccountMahjongStatistic_HuSummary) Unmarshal(dAtA []byte) error

func (*AccountMahjongStatistic_HuSummary) XXX_DiscardUnknown

func (m *AccountMahjongStatistic_HuSummary) XXX_DiscardUnknown()

func (*AccountMahjongStatistic_HuSummary) XXX_Marshal

func (m *AccountMahjongStatistic_HuSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountMahjongStatistic_HuSummary) XXX_Merge

func (*AccountMahjongStatistic_HuSummary) XXX_Size

func (m *AccountMahjongStatistic_HuSummary) XXX_Size() int

func (*AccountMahjongStatistic_HuSummary) XXX_Unmarshal

func (m *AccountMahjongStatistic_HuSummary) XXX_Unmarshal(b []byte) error

type AccountMahjongStatistic_LiQi10Summary

type AccountMahjongStatistic_LiQi10Summary struct {
	TotalXuanshang       uint32   `protobuf:"varint,1,opt,name=total_xuanshang,json=totalXuanshang,proto3" json:"total_xuanshang,omitempty"`
	TotalFanshu          uint32   `protobuf:"varint,2,opt,name=total_fanshu,json=totalFanshu,proto3" json:"total_fanshu,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountMahjongStatistic_LiQi10Summary) Descriptor

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

func (*AccountMahjongStatistic_LiQi10Summary) GetTotalFanshu

func (m *AccountMahjongStatistic_LiQi10Summary) GetTotalFanshu() uint32

func (*AccountMahjongStatistic_LiQi10Summary) GetTotalXuanshang

func (m *AccountMahjongStatistic_LiQi10Summary) GetTotalXuanshang() uint32

func (*AccountMahjongStatistic_LiQi10Summary) Marshal

func (m *AccountMahjongStatistic_LiQi10Summary) Marshal() (dAtA []byte, err error)

func (*AccountMahjongStatistic_LiQi10Summary) MarshalTo

func (m *AccountMahjongStatistic_LiQi10Summary) MarshalTo(dAtA []byte) (int, error)

func (*AccountMahjongStatistic_LiQi10Summary) MarshalToSizedBuffer

func (m *AccountMahjongStatistic_LiQi10Summary) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountMahjongStatistic_LiQi10Summary) ProtoMessage

func (*AccountMahjongStatistic_LiQi10Summary) ProtoMessage()

func (*AccountMahjongStatistic_LiQi10Summary) Reset

func (*AccountMahjongStatistic_LiQi10Summary) Size

func (*AccountMahjongStatistic_LiQi10Summary) String

func (*AccountMahjongStatistic_LiQi10Summary) Unmarshal

func (m *AccountMahjongStatistic_LiQi10Summary) Unmarshal(dAtA []byte) error

func (*AccountMahjongStatistic_LiQi10Summary) XXX_DiscardUnknown

func (m *AccountMahjongStatistic_LiQi10Summary) XXX_DiscardUnknown()

func (*AccountMahjongStatistic_LiQi10Summary) XXX_Marshal

func (m *AccountMahjongStatistic_LiQi10Summary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountMahjongStatistic_LiQi10Summary) XXX_Merge

func (*AccountMahjongStatistic_LiQi10Summary) XXX_Size

func (*AccountMahjongStatistic_LiQi10Summary) XXX_Unmarshal

func (m *AccountMahjongStatistic_LiQi10Summary) XXX_Unmarshal(b []byte) error

type AccountMahjongStatistic_Liqi20Summary

type AccountMahjongStatistic_Liqi20Summary struct {
	TotalCount           uint32   `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	TotalLidoraCount     uint32   `protobuf:"varint,2,opt,name=total_lidora_count,json=totalLidoraCount,proto3" json:"total_lidora_count,omitempty"`
	AverageHuPoint       uint32   `protobuf:"varint,3,opt,name=average_hu_point,json=averageHuPoint,proto3" json:"average_hu_point,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountMahjongStatistic_Liqi20Summary) Descriptor

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

func (*AccountMahjongStatistic_Liqi20Summary) GetAverageHuPoint

func (m *AccountMahjongStatistic_Liqi20Summary) GetAverageHuPoint() uint32

func (*AccountMahjongStatistic_Liqi20Summary) GetTotalCount

func (m *AccountMahjongStatistic_Liqi20Summary) GetTotalCount() uint32

func (*AccountMahjongStatistic_Liqi20Summary) GetTotalLidoraCount

func (m *AccountMahjongStatistic_Liqi20Summary) GetTotalLidoraCount() uint32

func (*AccountMahjongStatistic_Liqi20Summary) Marshal

func (m *AccountMahjongStatistic_Liqi20Summary) Marshal() (dAtA []byte, err error)

func (*AccountMahjongStatistic_Liqi20Summary) MarshalTo

func (m *AccountMahjongStatistic_Liqi20Summary) MarshalTo(dAtA []byte) (int, error)

func (*AccountMahjongStatistic_Liqi20Summary) MarshalToSizedBuffer

func (m *AccountMahjongStatistic_Liqi20Summary) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountMahjongStatistic_Liqi20Summary) ProtoMessage

func (*AccountMahjongStatistic_Liqi20Summary) ProtoMessage()

func (*AccountMahjongStatistic_Liqi20Summary) Reset

func (*AccountMahjongStatistic_Liqi20Summary) Size

func (*AccountMahjongStatistic_Liqi20Summary) String

func (*AccountMahjongStatistic_Liqi20Summary) Unmarshal

func (m *AccountMahjongStatistic_Liqi20Summary) Unmarshal(dAtA []byte) error

func (*AccountMahjongStatistic_Liqi20Summary) XXX_DiscardUnknown

func (m *AccountMahjongStatistic_Liqi20Summary) XXX_DiscardUnknown()

func (*AccountMahjongStatistic_Liqi20Summary) XXX_Marshal

func (m *AccountMahjongStatistic_Liqi20Summary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountMahjongStatistic_Liqi20Summary) XXX_Merge

func (*AccountMahjongStatistic_Liqi20Summary) XXX_Size

func (*AccountMahjongStatistic_Liqi20Summary) XXX_Unmarshal

func (m *AccountMahjongStatistic_Liqi20Summary) XXX_Unmarshal(b []byte) error

type AccountMahjongStatistic_RoundSummary

type AccountMahjongStatistic_RoundSummary struct {
	TotalCount           uint32   `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	RongCount            uint32   `protobuf:"varint,2,opt,name=rong_count,json=rongCount,proto3" json:"rong_count,omitempty"`
	ZimoCount            uint32   `protobuf:"varint,3,opt,name=zimo_count,json=zimoCount,proto3" json:"zimo_count,omitempty"`
	FangchongCount       uint32   `protobuf:"varint,4,opt,name=fangchong_count,json=fangchongCount,proto3" json:"fangchong_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountMahjongStatistic_RoundSummary) Descriptor

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

func (*AccountMahjongStatistic_RoundSummary) GetFangchongCount

func (m *AccountMahjongStatistic_RoundSummary) GetFangchongCount() uint32

func (*AccountMahjongStatistic_RoundSummary) GetRongCount

func (m *AccountMahjongStatistic_RoundSummary) GetRongCount() uint32

func (*AccountMahjongStatistic_RoundSummary) GetTotalCount

func (m *AccountMahjongStatistic_RoundSummary) GetTotalCount() uint32

func (*AccountMahjongStatistic_RoundSummary) GetZimoCount

func (m *AccountMahjongStatistic_RoundSummary) GetZimoCount() uint32

func (*AccountMahjongStatistic_RoundSummary) Marshal

func (m *AccountMahjongStatistic_RoundSummary) Marshal() (dAtA []byte, err error)

func (*AccountMahjongStatistic_RoundSummary) MarshalTo

func (m *AccountMahjongStatistic_RoundSummary) MarshalTo(dAtA []byte) (int, error)

func (*AccountMahjongStatistic_RoundSummary) MarshalToSizedBuffer

func (m *AccountMahjongStatistic_RoundSummary) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountMahjongStatistic_RoundSummary) ProtoMessage

func (*AccountMahjongStatistic_RoundSummary) ProtoMessage()

func (*AccountMahjongStatistic_RoundSummary) Reset

func (*AccountMahjongStatistic_RoundSummary) Size

func (*AccountMahjongStatistic_RoundSummary) String

func (*AccountMahjongStatistic_RoundSummary) Unmarshal

func (m *AccountMahjongStatistic_RoundSummary) Unmarshal(dAtA []byte) error

func (*AccountMahjongStatistic_RoundSummary) XXX_DiscardUnknown

func (m *AccountMahjongStatistic_RoundSummary) XXX_DiscardUnknown()

func (*AccountMahjongStatistic_RoundSummary) XXX_Marshal

func (m *AccountMahjongStatistic_RoundSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountMahjongStatistic_RoundSummary) XXX_Merge

func (*AccountMahjongStatistic_RoundSummary) XXX_Size

func (*AccountMahjongStatistic_RoundSummary) XXX_Unmarshal

func (m *AccountMahjongStatistic_RoundSummary) XXX_Unmarshal(b []byte) error

type AccountOwnerData

type AccountOwnerData struct {
	UnlockCharacters     []uint32 `protobuf:"varint,1,rep,packed,name=unlock_characters,json=unlockCharacters,proto3" json:"unlock_characters,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountOwnerData) Descriptor

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

func (*AccountOwnerData) GetUnlockCharacters

func (m *AccountOwnerData) GetUnlockCharacters() []uint32

func (*AccountOwnerData) Marshal

func (m *AccountOwnerData) Marshal() (dAtA []byte, err error)

func (*AccountOwnerData) MarshalTo

func (m *AccountOwnerData) MarshalTo(dAtA []byte) (int, error)

func (*AccountOwnerData) MarshalToSizedBuffer

func (m *AccountOwnerData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountOwnerData) ProtoMessage

func (*AccountOwnerData) ProtoMessage()

func (*AccountOwnerData) Reset

func (m *AccountOwnerData) Reset()

func (*AccountOwnerData) Size

func (m *AccountOwnerData) Size() (n int)

func (*AccountOwnerData) String

func (m *AccountOwnerData) String() string

func (*AccountOwnerData) Unmarshal

func (m *AccountOwnerData) Unmarshal(dAtA []byte) error

func (*AccountOwnerData) XXX_DiscardUnknown

func (m *AccountOwnerData) XXX_DiscardUnknown()

func (*AccountOwnerData) XXX_Marshal

func (m *AccountOwnerData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountOwnerData) XXX_Merge

func (m *AccountOwnerData) XXX_Merge(src proto.Message)

func (*AccountOwnerData) XXX_Size

func (m *AccountOwnerData) XXX_Size() int

func (*AccountOwnerData) XXX_Unmarshal

func (m *AccountOwnerData) XXX_Unmarshal(b []byte) error

type AccountPlayingGame

type AccountPlayingGame struct {
	GameUuid             string        `protobuf:"bytes,1,opt,name=game_uuid,json=gameUuid,proto3" json:"game_uuid,omitempty"`
	Category             uint32        `protobuf:"varint,2,opt,name=category,proto3" json:"category,omitempty"`
	Meta                 *GameMetaData `protobuf:"bytes,3,opt,name=meta,proto3" json:"meta,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*AccountPlayingGame) Descriptor

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

func (*AccountPlayingGame) GetCategory

func (m *AccountPlayingGame) GetCategory() uint32

func (*AccountPlayingGame) GetGameUuid

func (m *AccountPlayingGame) GetGameUuid() string

func (*AccountPlayingGame) GetMeta

func (m *AccountPlayingGame) GetMeta() *GameMetaData

func (*AccountPlayingGame) Marshal

func (m *AccountPlayingGame) Marshal() (dAtA []byte, err error)

func (*AccountPlayingGame) MarshalTo

func (m *AccountPlayingGame) MarshalTo(dAtA []byte) (int, error)

func (*AccountPlayingGame) MarshalToSizedBuffer

func (m *AccountPlayingGame) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountPlayingGame) ProtoMessage

func (*AccountPlayingGame) ProtoMessage()

func (*AccountPlayingGame) Reset

func (m *AccountPlayingGame) Reset()

func (*AccountPlayingGame) Size

func (m *AccountPlayingGame) Size() (n int)

func (*AccountPlayingGame) String

func (m *AccountPlayingGame) String() string

func (*AccountPlayingGame) Unmarshal

func (m *AccountPlayingGame) Unmarshal(dAtA []byte) error

func (*AccountPlayingGame) XXX_DiscardUnknown

func (m *AccountPlayingGame) XXX_DiscardUnknown()

func (*AccountPlayingGame) XXX_Marshal

func (m *AccountPlayingGame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountPlayingGame) XXX_Merge

func (m *AccountPlayingGame) XXX_Merge(src proto.Message)

func (*AccountPlayingGame) XXX_Size

func (m *AccountPlayingGame) XXX_Size() int

func (*AccountPlayingGame) XXX_Unmarshal

func (m *AccountPlayingGame) XXX_Unmarshal(b []byte) error

type AccountSetting

type AccountSetting struct {
	Key                  uint32   `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`
	Value                uint32   `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountSetting) Descriptor

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

func (*AccountSetting) GetKey

func (m *AccountSetting) GetKey() uint32

func (*AccountSetting) GetValue

func (m *AccountSetting) GetValue() uint32

func (*AccountSetting) Marshal

func (m *AccountSetting) Marshal() (dAtA []byte, err error)

func (*AccountSetting) MarshalTo

func (m *AccountSetting) MarshalTo(dAtA []byte) (int, error)

func (*AccountSetting) MarshalToSizedBuffer

func (m *AccountSetting) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountSetting) ProtoMessage

func (*AccountSetting) ProtoMessage()

func (*AccountSetting) Reset

func (m *AccountSetting) Reset()

func (*AccountSetting) Size

func (m *AccountSetting) Size() (n int)

func (*AccountSetting) String

func (m *AccountSetting) String() string

func (*AccountSetting) Unmarshal

func (m *AccountSetting) Unmarshal(dAtA []byte) error

func (*AccountSetting) XXX_DiscardUnknown

func (m *AccountSetting) XXX_DiscardUnknown()

func (*AccountSetting) XXX_Marshal

func (m *AccountSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountSetting) XXX_Merge

func (m *AccountSetting) XXX_Merge(src proto.Message)

func (*AccountSetting) XXX_Size

func (m *AccountSetting) XXX_Size() int

func (*AccountSetting) XXX_Unmarshal

func (m *AccountSetting) XXX_Unmarshal(b []byte) error

type AccountShiLian

type AccountShiLian struct {
	Step                 uint32   `protobuf:"varint,1,opt,name=step,proto3" json:"step,omitempty"`
	State                uint32   `protobuf:"varint,2,opt,name=state,proto3" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountShiLian) Descriptor

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

func (*AccountShiLian) GetState

func (m *AccountShiLian) GetState() uint32

func (*AccountShiLian) GetStep

func (m *AccountShiLian) GetStep() uint32

func (*AccountShiLian) Marshal

func (m *AccountShiLian) Marshal() (dAtA []byte, err error)

func (*AccountShiLian) MarshalTo

func (m *AccountShiLian) MarshalTo(dAtA []byte) (int, error)

func (*AccountShiLian) MarshalToSizedBuffer

func (m *AccountShiLian) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountShiLian) ProtoMessage

func (*AccountShiLian) ProtoMessage()

func (*AccountShiLian) Reset

func (m *AccountShiLian) Reset()

func (*AccountShiLian) Size

func (m *AccountShiLian) Size() (n int)

func (*AccountShiLian) String

func (m *AccountShiLian) String() string

func (*AccountShiLian) Unmarshal

func (m *AccountShiLian) Unmarshal(dAtA []byte) error

func (*AccountShiLian) XXX_DiscardUnknown

func (m *AccountShiLian) XXX_DiscardUnknown()

func (*AccountShiLian) XXX_Marshal

func (m *AccountShiLian) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountShiLian) XXX_Merge

func (m *AccountShiLian) XXX_Merge(src proto.Message)

func (*AccountShiLian) XXX_Size

func (m *AccountShiLian) XXX_Size() int

func (*AccountShiLian) XXX_Unmarshal

func (m *AccountShiLian) XXX_Unmarshal(b []byte) error

type AccountStatisticByFan

type AccountStatisticByFan struct {
	FanId                uint32   `protobuf:"varint,1,opt,name=fan_id,json=fanId,proto3" json:"fan_id,omitempty"`
	Sum                  uint32   `protobuf:"varint,2,opt,name=sum,proto3" json:"sum,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountStatisticByFan) Descriptor

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

func (*AccountStatisticByFan) GetFanId

func (m *AccountStatisticByFan) GetFanId() uint32

func (*AccountStatisticByFan) GetSum

func (m *AccountStatisticByFan) GetSum() uint32

func (*AccountStatisticByFan) Marshal

func (m *AccountStatisticByFan) Marshal() (dAtA []byte, err error)

func (*AccountStatisticByFan) MarshalTo

func (m *AccountStatisticByFan) MarshalTo(dAtA []byte) (int, error)

func (*AccountStatisticByFan) MarshalToSizedBuffer

func (m *AccountStatisticByFan) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountStatisticByFan) ProtoMessage

func (*AccountStatisticByFan) ProtoMessage()

func (*AccountStatisticByFan) Reset

func (m *AccountStatisticByFan) Reset()

func (*AccountStatisticByFan) Size

func (m *AccountStatisticByFan) Size() (n int)

func (*AccountStatisticByFan) String

func (m *AccountStatisticByFan) String() string

func (*AccountStatisticByFan) Unmarshal

func (m *AccountStatisticByFan) Unmarshal(dAtA []byte) error

func (*AccountStatisticByFan) XXX_DiscardUnknown

func (m *AccountStatisticByFan) XXX_DiscardUnknown()

func (*AccountStatisticByFan) XXX_Marshal

func (m *AccountStatisticByFan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountStatisticByFan) XXX_Merge

func (m *AccountStatisticByFan) XXX_Merge(src proto.Message)

func (*AccountStatisticByFan) XXX_Size

func (m *AccountStatisticByFan) XXX_Size() int

func (*AccountStatisticByFan) XXX_Unmarshal

func (m *AccountStatisticByFan) XXX_Unmarshal(b []byte) error

type AccountStatisticByGameMode

type AccountStatisticByGameMode struct {
	Mode                 uint32                                     `protobuf:"varint,1,opt,name=mode,proto3" json:"mode,omitempty"`
	GameCountSum         uint32                                     `protobuf:"varint,2,opt,name=game_count_sum,json=gameCountSum,proto3" json:"game_count_sum,omitempty"`
	GameFinalPosition    []uint32                                   `protobuf:"varint,3,rep,packed,name=game_final_position,json=gameFinalPosition,proto3" json:"game_final_position,omitempty"`
	FlyCount             uint32                                     `protobuf:"varint,4,opt,name=fly_count,json=flyCount,proto3" json:"fly_count,omitempty"`
	GoldEarnSum          float32                                    `protobuf:"fixed32,5,opt,name=gold_earn_sum,json=goldEarnSum,proto3" json:"gold_earn_sum,omitempty"`
	RoundCountSum        uint32                                     `protobuf:"varint,6,opt,name=round_count_sum,json=roundCountSum,proto3" json:"round_count_sum,omitempty"`
	DadianSum            float32                                    `protobuf:"fixed32,7,opt,name=dadian_sum,json=dadianSum,proto3" json:"dadian_sum,omitempty"`
	RoundEnd             []*AccountStatisticByGameMode_RoundEndData `protobuf:"bytes,8,rep,name=round_end,json=roundEnd,proto3" json:"round_end,omitempty"`
	MingCountSum         uint32                                     `protobuf:"varint,9,opt,name=ming_count_sum,json=mingCountSum,proto3" json:"ming_count_sum,omitempty"`
	LiqiCountSum         uint32                                     `protobuf:"varint,10,opt,name=liqi_count_sum,json=liqiCountSum,proto3" json:"liqi_count_sum,omitempty"`
	XunCountSum          uint32                                     `protobuf:"varint,11,opt,name=xun_count_sum,json=xunCountSum,proto3" json:"xun_count_sum,omitempty"`
	HighestLianzhuang    uint32                                     `protobuf:"varint,12,opt,name=highest_lianzhuang,json=highestLianzhuang,proto3" json:"highest_lianzhuang,omitempty"`
	ScoreEarnSum         uint32                                     `protobuf:"varint,13,opt,name=score_earn_sum,json=scoreEarnSum,proto3" json:"score_earn_sum,omitempty"`
	RankScore            []*AccountStatisticByGameMode_RankScore    `protobuf:"bytes,14,rep,name=rank_score,json=rankScore,proto3" json:"rank_score,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*AccountStatisticByGameMode) Descriptor

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

func (*AccountStatisticByGameMode) GetDadianSum

func (m *AccountStatisticByGameMode) GetDadianSum() float32

func (*AccountStatisticByGameMode) GetFlyCount

func (m *AccountStatisticByGameMode) GetFlyCount() uint32

func (*AccountStatisticByGameMode) GetGameCountSum

func (m *AccountStatisticByGameMode) GetGameCountSum() uint32

func (*AccountStatisticByGameMode) GetGameFinalPosition

func (m *AccountStatisticByGameMode) GetGameFinalPosition() []uint32

func (*AccountStatisticByGameMode) GetGoldEarnSum

func (m *AccountStatisticByGameMode) GetGoldEarnSum() float32

func (*AccountStatisticByGameMode) GetHighestLianzhuang

func (m *AccountStatisticByGameMode) GetHighestLianzhuang() uint32

func (*AccountStatisticByGameMode) GetLiqiCountSum

func (m *AccountStatisticByGameMode) GetLiqiCountSum() uint32

func (*AccountStatisticByGameMode) GetMingCountSum

func (m *AccountStatisticByGameMode) GetMingCountSum() uint32

func (*AccountStatisticByGameMode) GetMode

func (m *AccountStatisticByGameMode) GetMode() uint32

func (*AccountStatisticByGameMode) GetRankScore

func (*AccountStatisticByGameMode) GetRoundCountSum

func (m *AccountStatisticByGameMode) GetRoundCountSum() uint32

func (*AccountStatisticByGameMode) GetRoundEnd

func (*AccountStatisticByGameMode) GetScoreEarnSum

func (m *AccountStatisticByGameMode) GetScoreEarnSum() uint32

func (*AccountStatisticByGameMode) GetXunCountSum

func (m *AccountStatisticByGameMode) GetXunCountSum() uint32

func (*AccountStatisticByGameMode) Marshal

func (m *AccountStatisticByGameMode) Marshal() (dAtA []byte, err error)

func (*AccountStatisticByGameMode) MarshalTo

func (m *AccountStatisticByGameMode) MarshalTo(dAtA []byte) (int, error)

func (*AccountStatisticByGameMode) MarshalToSizedBuffer

func (m *AccountStatisticByGameMode) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountStatisticByGameMode) ProtoMessage

func (*AccountStatisticByGameMode) ProtoMessage()

func (*AccountStatisticByGameMode) Reset

func (m *AccountStatisticByGameMode) Reset()

func (*AccountStatisticByGameMode) Size

func (m *AccountStatisticByGameMode) Size() (n int)

func (*AccountStatisticByGameMode) String

func (m *AccountStatisticByGameMode) String() string

func (*AccountStatisticByGameMode) Unmarshal

func (m *AccountStatisticByGameMode) Unmarshal(dAtA []byte) error

func (*AccountStatisticByGameMode) XXX_DiscardUnknown

func (m *AccountStatisticByGameMode) XXX_DiscardUnknown()

func (*AccountStatisticByGameMode) XXX_Marshal

func (m *AccountStatisticByGameMode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountStatisticByGameMode) XXX_Merge

func (m *AccountStatisticByGameMode) XXX_Merge(src proto.Message)

func (*AccountStatisticByGameMode) XXX_Size

func (m *AccountStatisticByGameMode) XXX_Size() int

func (*AccountStatisticByGameMode) XXX_Unmarshal

func (m *AccountStatisticByGameMode) XXX_Unmarshal(b []byte) error

type AccountStatisticByGameMode_RankScore

type AccountStatisticByGameMode_RankScore struct {
	Rank                 uint32   `protobuf:"varint,1,opt,name=rank,proto3" json:"rank,omitempty"`
	ScoreSum             int32    `protobuf:"varint,2,opt,name=score_sum,json=scoreSum,proto3" json:"score_sum,omitempty"`
	Count                uint32   `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountStatisticByGameMode_RankScore) Descriptor

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

func (*AccountStatisticByGameMode_RankScore) GetCount

func (*AccountStatisticByGameMode_RankScore) GetRank

func (*AccountStatisticByGameMode_RankScore) GetScoreSum

func (*AccountStatisticByGameMode_RankScore) Marshal

func (m *AccountStatisticByGameMode_RankScore) Marshal() (dAtA []byte, err error)

func (*AccountStatisticByGameMode_RankScore) MarshalTo

func (m *AccountStatisticByGameMode_RankScore) MarshalTo(dAtA []byte) (int, error)

func (*AccountStatisticByGameMode_RankScore) MarshalToSizedBuffer

func (m *AccountStatisticByGameMode_RankScore) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountStatisticByGameMode_RankScore) ProtoMessage

func (*AccountStatisticByGameMode_RankScore) ProtoMessage()

func (*AccountStatisticByGameMode_RankScore) Reset

func (*AccountStatisticByGameMode_RankScore) Size

func (*AccountStatisticByGameMode_RankScore) String

func (*AccountStatisticByGameMode_RankScore) Unmarshal

func (m *AccountStatisticByGameMode_RankScore) Unmarshal(dAtA []byte) error

func (*AccountStatisticByGameMode_RankScore) XXX_DiscardUnknown

func (m *AccountStatisticByGameMode_RankScore) XXX_DiscardUnknown()

func (*AccountStatisticByGameMode_RankScore) XXX_Marshal

func (m *AccountStatisticByGameMode_RankScore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountStatisticByGameMode_RankScore) XXX_Merge

func (*AccountStatisticByGameMode_RankScore) XXX_Size

func (*AccountStatisticByGameMode_RankScore) XXX_Unmarshal

func (m *AccountStatisticByGameMode_RankScore) XXX_Unmarshal(b []byte) error

type AccountStatisticByGameMode_RoundEndData

type AccountStatisticByGameMode_RoundEndData struct {
	Type                 uint32   `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Sum                  uint32   `protobuf:"varint,2,opt,name=sum,proto3" json:"sum,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountStatisticByGameMode_RoundEndData) Descriptor

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

func (*AccountStatisticByGameMode_RoundEndData) GetSum

func (*AccountStatisticByGameMode_RoundEndData) GetType

func (*AccountStatisticByGameMode_RoundEndData) Marshal

func (m *AccountStatisticByGameMode_RoundEndData) Marshal() (dAtA []byte, err error)

func (*AccountStatisticByGameMode_RoundEndData) MarshalTo

func (m *AccountStatisticByGameMode_RoundEndData) MarshalTo(dAtA []byte) (int, error)

func (*AccountStatisticByGameMode_RoundEndData) MarshalToSizedBuffer

func (m *AccountStatisticByGameMode_RoundEndData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountStatisticByGameMode_RoundEndData) ProtoMessage

func (*AccountStatisticByGameMode_RoundEndData) Reset

func (*AccountStatisticByGameMode_RoundEndData) Size

func (*AccountStatisticByGameMode_RoundEndData) String

func (*AccountStatisticByGameMode_RoundEndData) Unmarshal

func (m *AccountStatisticByGameMode_RoundEndData) Unmarshal(dAtA []byte) error

func (*AccountStatisticByGameMode_RoundEndData) XXX_DiscardUnknown

func (m *AccountStatisticByGameMode_RoundEndData) XXX_DiscardUnknown()

func (*AccountStatisticByGameMode_RoundEndData) XXX_Marshal

func (m *AccountStatisticByGameMode_RoundEndData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountStatisticByGameMode_RoundEndData) XXX_Merge

func (*AccountStatisticByGameMode_RoundEndData) XXX_Size

func (*AccountStatisticByGameMode_RoundEndData) XXX_Unmarshal

func (m *AccountStatisticByGameMode_RoundEndData) XXX_Unmarshal(b []byte) error

type AccountStatisticData

type AccountStatisticData struct {
	MahjongCategory      uint32                   `protobuf:"varint,1,opt,name=mahjong_category,json=mahjongCategory,proto3" json:"mahjong_category,omitempty"`
	GameCategory         uint32                   `protobuf:"varint,2,opt,name=game_category,json=gameCategory,proto3" json:"game_category,omitempty"`
	Statistic            *AccountMahjongStatistic `protobuf:"bytes,3,opt,name=statistic,proto3" json:"statistic,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*AccountStatisticData) Descriptor

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

func (*AccountStatisticData) GetGameCategory

func (m *AccountStatisticData) GetGameCategory() uint32

func (*AccountStatisticData) GetMahjongCategory

func (m *AccountStatisticData) GetMahjongCategory() uint32

func (*AccountStatisticData) GetStatistic

func (m *AccountStatisticData) GetStatistic() *AccountMahjongStatistic

func (*AccountStatisticData) Marshal

func (m *AccountStatisticData) Marshal() (dAtA []byte, err error)

func (*AccountStatisticData) MarshalTo

func (m *AccountStatisticData) MarshalTo(dAtA []byte) (int, error)

func (*AccountStatisticData) MarshalToSizedBuffer

func (m *AccountStatisticData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountStatisticData) ProtoMessage

func (*AccountStatisticData) ProtoMessage()

func (*AccountStatisticData) Reset

func (m *AccountStatisticData) Reset()

func (*AccountStatisticData) Size

func (m *AccountStatisticData) Size() (n int)

func (*AccountStatisticData) String

func (m *AccountStatisticData) String() string

func (*AccountStatisticData) Unmarshal

func (m *AccountStatisticData) Unmarshal(dAtA []byte) error

func (*AccountStatisticData) XXX_DiscardUnknown

func (m *AccountStatisticData) XXX_DiscardUnknown()

func (*AccountStatisticData) XXX_Marshal

func (m *AccountStatisticData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountStatisticData) XXX_Merge

func (m *AccountStatisticData) XXX_Merge(src proto.Message)

func (*AccountStatisticData) XXX_Size

func (m *AccountStatisticData) XXX_Size() int

func (*AccountStatisticData) XXX_Unmarshal

func (m *AccountStatisticData) XXX_Unmarshal(b []byte) error

type AccountUpdate

type AccountUpdate struct {
	Numerical            []*AccountUpdate_NumericalUpdate      `protobuf:"bytes,1,rep,name=numerical,proto3" json:"numerical,omitempty"`
	Character            *AccountUpdate_CharacterUpdate        `protobuf:"bytes,2,opt,name=character,proto3" json:"character,omitempty"`
	Bag                  *BagUpdate                            `protobuf:"bytes,3,opt,name=bag,proto3" json:"bag,omitempty"`
	Achievement          *AccountUpdate_AchievementUpdate      `protobuf:"bytes,4,opt,name=achievement,proto3" json:"achievement,omitempty"`
	Shilian              *AccountShiLian                       `protobuf:"bytes,5,opt,name=shilian,proto3" json:"shilian,omitempty"`
	DailyTask            *AccountUpdate_DailyTaskUpdate        `protobuf:"bytes,6,opt,name=daily_task,json=dailyTask,proto3" json:"daily_task,omitempty"`
	Title                *AccountUpdate_TitleUpdate            `protobuf:"bytes,7,opt,name=title,proto3" json:"title,omitempty"`
	NewRechargedList     []uint32                              `protobuf:"varint,8,rep,packed,name=new_recharged_list,json=newRechargedList,proto3" json:"new_recharged_list,omitempty"`
	ActivityTask         *AccountUpdate_ActivityTaskUpdate     `protobuf:"bytes,9,opt,name=activity_task,json=activityTask,proto3" json:"activity_task,omitempty"`
	ActivityFlipTask     *AccountUpdate_ActivityFlipTaskUpdate `protobuf:"bytes,10,opt,name=activity_flip_task,json=activityFlipTask,proto3" json:"activity_flip_task,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*AccountUpdate) Descriptor

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

func (*AccountUpdate) GetAchievement

func (m *AccountUpdate) GetAchievement() *AccountUpdate_AchievementUpdate

func (*AccountUpdate) GetActivityFlipTask

func (m *AccountUpdate) GetActivityFlipTask() *AccountUpdate_ActivityFlipTaskUpdate

func (*AccountUpdate) GetActivityTask

func (m *AccountUpdate) GetActivityTask() *AccountUpdate_ActivityTaskUpdate

func (*AccountUpdate) GetBag

func (m *AccountUpdate) GetBag() *BagUpdate

func (*AccountUpdate) GetCharacter

func (m *AccountUpdate) GetCharacter() *AccountUpdate_CharacterUpdate

func (*AccountUpdate) GetDailyTask

func (m *AccountUpdate) GetDailyTask() *AccountUpdate_DailyTaskUpdate

func (*AccountUpdate) GetNewRechargedList

func (m *AccountUpdate) GetNewRechargedList() []uint32

func (*AccountUpdate) GetNumerical

func (m *AccountUpdate) GetNumerical() []*AccountUpdate_NumericalUpdate

func (*AccountUpdate) GetShilian

func (m *AccountUpdate) GetShilian() *AccountShiLian

func (*AccountUpdate) GetTitle

func (*AccountUpdate) Marshal

func (m *AccountUpdate) Marshal() (dAtA []byte, err error)

func (*AccountUpdate) MarshalTo

func (m *AccountUpdate) MarshalTo(dAtA []byte) (int, error)

func (*AccountUpdate) MarshalToSizedBuffer

func (m *AccountUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountUpdate) ProtoMessage

func (*AccountUpdate) ProtoMessage()

func (*AccountUpdate) Reset

func (m *AccountUpdate) Reset()

func (*AccountUpdate) Size

func (m *AccountUpdate) Size() (n int)

func (*AccountUpdate) String

func (m *AccountUpdate) String() string

func (*AccountUpdate) Unmarshal

func (m *AccountUpdate) Unmarshal(dAtA []byte) error

func (*AccountUpdate) XXX_DiscardUnknown

func (m *AccountUpdate) XXX_DiscardUnknown()

func (*AccountUpdate) XXX_Marshal

func (m *AccountUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountUpdate) XXX_Merge

func (m *AccountUpdate) XXX_Merge(src proto.Message)

func (*AccountUpdate) XXX_Size

func (m *AccountUpdate) XXX_Size() int

func (*AccountUpdate) XXX_Unmarshal

func (m *AccountUpdate) XXX_Unmarshal(b []byte) error

type AccountUpdate_AchievementUpdate

type AccountUpdate_AchievementUpdate struct {
	Progresses           []*AchievementProgress `protobuf:"bytes,1,rep,name=progresses,proto3" json:"progresses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*AccountUpdate_AchievementUpdate) Descriptor

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

func (*AccountUpdate_AchievementUpdate) GetProgresses

func (*AccountUpdate_AchievementUpdate) Marshal

func (m *AccountUpdate_AchievementUpdate) Marshal() (dAtA []byte, err error)

func (*AccountUpdate_AchievementUpdate) MarshalTo

func (m *AccountUpdate_AchievementUpdate) MarshalTo(dAtA []byte) (int, error)

func (*AccountUpdate_AchievementUpdate) MarshalToSizedBuffer

func (m *AccountUpdate_AchievementUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountUpdate_AchievementUpdate) ProtoMessage

func (*AccountUpdate_AchievementUpdate) ProtoMessage()

func (*AccountUpdate_AchievementUpdate) Reset

func (*AccountUpdate_AchievementUpdate) Size

func (m *AccountUpdate_AchievementUpdate) Size() (n int)

func (*AccountUpdate_AchievementUpdate) String

func (*AccountUpdate_AchievementUpdate) Unmarshal

func (m *AccountUpdate_AchievementUpdate) Unmarshal(dAtA []byte) error

func (*AccountUpdate_AchievementUpdate) XXX_DiscardUnknown

func (m *AccountUpdate_AchievementUpdate) XXX_DiscardUnknown()

func (*AccountUpdate_AchievementUpdate) XXX_Marshal

func (m *AccountUpdate_AchievementUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountUpdate_AchievementUpdate) XXX_Merge

func (m *AccountUpdate_AchievementUpdate) XXX_Merge(src proto.Message)

func (*AccountUpdate_AchievementUpdate) XXX_Size

func (m *AccountUpdate_AchievementUpdate) XXX_Size() int

func (*AccountUpdate_AchievementUpdate) XXX_Unmarshal

func (m *AccountUpdate_AchievementUpdate) XXX_Unmarshal(b []byte) error

type AccountUpdate_ActivityFlipTaskUpdate

type AccountUpdate_ActivityFlipTaskUpdate struct {
	Progresses           []*TaskProgress `protobuf:"bytes,1,rep,name=progresses,proto3" json:"progresses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*AccountUpdate_ActivityFlipTaskUpdate) Descriptor

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

func (*AccountUpdate_ActivityFlipTaskUpdate) GetProgresses

func (m *AccountUpdate_ActivityFlipTaskUpdate) GetProgresses() []*TaskProgress

func (*AccountUpdate_ActivityFlipTaskUpdate) Marshal

func (m *AccountUpdate_ActivityFlipTaskUpdate) Marshal() (dAtA []byte, err error)

func (*AccountUpdate_ActivityFlipTaskUpdate) MarshalTo

func (m *AccountUpdate_ActivityFlipTaskUpdate) MarshalTo(dAtA []byte) (int, error)

func (*AccountUpdate_ActivityFlipTaskUpdate) MarshalToSizedBuffer

func (m *AccountUpdate_ActivityFlipTaskUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountUpdate_ActivityFlipTaskUpdate) ProtoMessage

func (*AccountUpdate_ActivityFlipTaskUpdate) ProtoMessage()

func (*AccountUpdate_ActivityFlipTaskUpdate) Reset

func (*AccountUpdate_ActivityFlipTaskUpdate) Size

func (*AccountUpdate_ActivityFlipTaskUpdate) String

func (*AccountUpdate_ActivityFlipTaskUpdate) Unmarshal

func (m *AccountUpdate_ActivityFlipTaskUpdate) Unmarshal(dAtA []byte) error

func (*AccountUpdate_ActivityFlipTaskUpdate) XXX_DiscardUnknown

func (m *AccountUpdate_ActivityFlipTaskUpdate) XXX_DiscardUnknown()

func (*AccountUpdate_ActivityFlipTaskUpdate) XXX_Marshal

func (m *AccountUpdate_ActivityFlipTaskUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountUpdate_ActivityFlipTaskUpdate) XXX_Merge

func (*AccountUpdate_ActivityFlipTaskUpdate) XXX_Size

func (*AccountUpdate_ActivityFlipTaskUpdate) XXX_Unmarshal

func (m *AccountUpdate_ActivityFlipTaskUpdate) XXX_Unmarshal(b []byte) error

type AccountUpdate_ActivityTaskUpdate

type AccountUpdate_ActivityTaskUpdate struct {
	Progresses           []*TaskProgress `protobuf:"bytes,1,rep,name=progresses,proto3" json:"progresses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*AccountUpdate_ActivityTaskUpdate) Descriptor

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

func (*AccountUpdate_ActivityTaskUpdate) GetProgresses

func (m *AccountUpdate_ActivityTaskUpdate) GetProgresses() []*TaskProgress

func (*AccountUpdate_ActivityTaskUpdate) Marshal

func (m *AccountUpdate_ActivityTaskUpdate) Marshal() (dAtA []byte, err error)

func (*AccountUpdate_ActivityTaskUpdate) MarshalTo

func (m *AccountUpdate_ActivityTaskUpdate) MarshalTo(dAtA []byte) (int, error)

func (*AccountUpdate_ActivityTaskUpdate) MarshalToSizedBuffer

func (m *AccountUpdate_ActivityTaskUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountUpdate_ActivityTaskUpdate) ProtoMessage

func (*AccountUpdate_ActivityTaskUpdate) ProtoMessage()

func (*AccountUpdate_ActivityTaskUpdate) Reset

func (*AccountUpdate_ActivityTaskUpdate) Size

func (m *AccountUpdate_ActivityTaskUpdate) Size() (n int)

func (*AccountUpdate_ActivityTaskUpdate) String

func (*AccountUpdate_ActivityTaskUpdate) Unmarshal

func (m *AccountUpdate_ActivityTaskUpdate) Unmarshal(dAtA []byte) error

func (*AccountUpdate_ActivityTaskUpdate) XXX_DiscardUnknown

func (m *AccountUpdate_ActivityTaskUpdate) XXX_DiscardUnknown()

func (*AccountUpdate_ActivityTaskUpdate) XXX_Marshal

func (m *AccountUpdate_ActivityTaskUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountUpdate_ActivityTaskUpdate) XXX_Merge

func (*AccountUpdate_ActivityTaskUpdate) XXX_Size

func (m *AccountUpdate_ActivityTaskUpdate) XXX_Size() int

func (*AccountUpdate_ActivityTaskUpdate) XXX_Unmarshal

func (m *AccountUpdate_ActivityTaskUpdate) XXX_Unmarshal(b []byte) error

type AccountUpdate_CharacterUpdate

type AccountUpdate_CharacterUpdate struct {
	Characters           []*Character `protobuf:"bytes,2,rep,name=characters,proto3" json:"characters,omitempty"`
	Skins                []uint32     `protobuf:"varint,3,rep,packed,name=skins,proto3" json:"skins,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AccountUpdate_CharacterUpdate) Descriptor

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

func (*AccountUpdate_CharacterUpdate) GetCharacters

func (m *AccountUpdate_CharacterUpdate) GetCharacters() []*Character

func (*AccountUpdate_CharacterUpdate) GetSkins

func (m *AccountUpdate_CharacterUpdate) GetSkins() []uint32

func (*AccountUpdate_CharacterUpdate) Marshal

func (m *AccountUpdate_CharacterUpdate) Marshal() (dAtA []byte, err error)

func (*AccountUpdate_CharacterUpdate) MarshalTo

func (m *AccountUpdate_CharacterUpdate) MarshalTo(dAtA []byte) (int, error)

func (*AccountUpdate_CharacterUpdate) MarshalToSizedBuffer

func (m *AccountUpdate_CharacterUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountUpdate_CharacterUpdate) ProtoMessage

func (*AccountUpdate_CharacterUpdate) ProtoMessage()

func (*AccountUpdate_CharacterUpdate) Reset

func (m *AccountUpdate_CharacterUpdate) Reset()

func (*AccountUpdate_CharacterUpdate) Size

func (m *AccountUpdate_CharacterUpdate) Size() (n int)

func (*AccountUpdate_CharacterUpdate) String

func (*AccountUpdate_CharacterUpdate) Unmarshal

func (m *AccountUpdate_CharacterUpdate) Unmarshal(dAtA []byte) error

func (*AccountUpdate_CharacterUpdate) XXX_DiscardUnknown

func (m *AccountUpdate_CharacterUpdate) XXX_DiscardUnknown()

func (*AccountUpdate_CharacterUpdate) XXX_Marshal

func (m *AccountUpdate_CharacterUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountUpdate_CharacterUpdate) XXX_Merge

func (m *AccountUpdate_CharacterUpdate) XXX_Merge(src proto.Message)

func (*AccountUpdate_CharacterUpdate) XXX_Size

func (m *AccountUpdate_CharacterUpdate) XXX_Size() int

func (*AccountUpdate_CharacterUpdate) XXX_Unmarshal

func (m *AccountUpdate_CharacterUpdate) XXX_Unmarshal(b []byte) error

type AccountUpdate_DailyTaskUpdate

type AccountUpdate_DailyTaskUpdate struct {
	Progresses           []*TaskProgress `protobuf:"bytes,1,rep,name=progresses,proto3" json:"progresses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*AccountUpdate_DailyTaskUpdate) Descriptor

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

func (*AccountUpdate_DailyTaskUpdate) GetProgresses

func (m *AccountUpdate_DailyTaskUpdate) GetProgresses() []*TaskProgress

func (*AccountUpdate_DailyTaskUpdate) Marshal

func (m *AccountUpdate_DailyTaskUpdate) Marshal() (dAtA []byte, err error)

func (*AccountUpdate_DailyTaskUpdate) MarshalTo

func (m *AccountUpdate_DailyTaskUpdate) MarshalTo(dAtA []byte) (int, error)

func (*AccountUpdate_DailyTaskUpdate) MarshalToSizedBuffer

func (m *AccountUpdate_DailyTaskUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountUpdate_DailyTaskUpdate) ProtoMessage

func (*AccountUpdate_DailyTaskUpdate) ProtoMessage()

func (*AccountUpdate_DailyTaskUpdate) Reset

func (m *AccountUpdate_DailyTaskUpdate) Reset()

func (*AccountUpdate_DailyTaskUpdate) Size

func (m *AccountUpdate_DailyTaskUpdate) Size() (n int)

func (*AccountUpdate_DailyTaskUpdate) String

func (*AccountUpdate_DailyTaskUpdate) Unmarshal

func (m *AccountUpdate_DailyTaskUpdate) Unmarshal(dAtA []byte) error

func (*AccountUpdate_DailyTaskUpdate) XXX_DiscardUnknown

func (m *AccountUpdate_DailyTaskUpdate) XXX_DiscardUnknown()

func (*AccountUpdate_DailyTaskUpdate) XXX_Marshal

func (m *AccountUpdate_DailyTaskUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountUpdate_DailyTaskUpdate) XXX_Merge

func (m *AccountUpdate_DailyTaskUpdate) XXX_Merge(src proto.Message)

func (*AccountUpdate_DailyTaskUpdate) XXX_Size

func (m *AccountUpdate_DailyTaskUpdate) XXX_Size() int

func (*AccountUpdate_DailyTaskUpdate) XXX_Unmarshal

func (m *AccountUpdate_DailyTaskUpdate) XXX_Unmarshal(b []byte) error

type AccountUpdate_NumericalUpdate

type AccountUpdate_NumericalUpdate struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Final                uint32   `protobuf:"varint,3,opt,name=final,proto3" json:"final,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountUpdate_NumericalUpdate) Descriptor

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

func (*AccountUpdate_NumericalUpdate) GetFinal

func (m *AccountUpdate_NumericalUpdate) GetFinal() uint32

func (*AccountUpdate_NumericalUpdate) GetId

func (*AccountUpdate_NumericalUpdate) Marshal

func (m *AccountUpdate_NumericalUpdate) Marshal() (dAtA []byte, err error)

func (*AccountUpdate_NumericalUpdate) MarshalTo

func (m *AccountUpdate_NumericalUpdate) MarshalTo(dAtA []byte) (int, error)

func (*AccountUpdate_NumericalUpdate) MarshalToSizedBuffer

func (m *AccountUpdate_NumericalUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountUpdate_NumericalUpdate) ProtoMessage

func (*AccountUpdate_NumericalUpdate) ProtoMessage()

func (*AccountUpdate_NumericalUpdate) Reset

func (m *AccountUpdate_NumericalUpdate) Reset()

func (*AccountUpdate_NumericalUpdate) Size

func (m *AccountUpdate_NumericalUpdate) Size() (n int)

func (*AccountUpdate_NumericalUpdate) String

func (*AccountUpdate_NumericalUpdate) Unmarshal

func (m *AccountUpdate_NumericalUpdate) Unmarshal(dAtA []byte) error

func (*AccountUpdate_NumericalUpdate) XXX_DiscardUnknown

func (m *AccountUpdate_NumericalUpdate) XXX_DiscardUnknown()

func (*AccountUpdate_NumericalUpdate) XXX_Marshal

func (m *AccountUpdate_NumericalUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountUpdate_NumericalUpdate) XXX_Merge

func (m *AccountUpdate_NumericalUpdate) XXX_Merge(src proto.Message)

func (*AccountUpdate_NumericalUpdate) XXX_Size

func (m *AccountUpdate_NumericalUpdate) XXX_Size() int

func (*AccountUpdate_NumericalUpdate) XXX_Unmarshal

func (m *AccountUpdate_NumericalUpdate) XXX_Unmarshal(b []byte) error

type AccountUpdate_TitleUpdate

type AccountUpdate_TitleUpdate struct {
	NewTitles            []uint32 `protobuf:"varint,1,rep,packed,name=new_titles,json=newTitles,proto3" json:"new_titles,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountUpdate_TitleUpdate) Descriptor

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

func (*AccountUpdate_TitleUpdate) GetNewTitles

func (m *AccountUpdate_TitleUpdate) GetNewTitles() []uint32

func (*AccountUpdate_TitleUpdate) Marshal

func (m *AccountUpdate_TitleUpdate) Marshal() (dAtA []byte, err error)

func (*AccountUpdate_TitleUpdate) MarshalTo

func (m *AccountUpdate_TitleUpdate) MarshalTo(dAtA []byte) (int, error)

func (*AccountUpdate_TitleUpdate) MarshalToSizedBuffer

func (m *AccountUpdate_TitleUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountUpdate_TitleUpdate) ProtoMessage

func (*AccountUpdate_TitleUpdate) ProtoMessage()

func (*AccountUpdate_TitleUpdate) Reset

func (m *AccountUpdate_TitleUpdate) Reset()

func (*AccountUpdate_TitleUpdate) Size

func (m *AccountUpdate_TitleUpdate) Size() (n int)

func (*AccountUpdate_TitleUpdate) String

func (m *AccountUpdate_TitleUpdate) String() string

func (*AccountUpdate_TitleUpdate) Unmarshal

func (m *AccountUpdate_TitleUpdate) Unmarshal(dAtA []byte) error

func (*AccountUpdate_TitleUpdate) XXX_DiscardUnknown

func (m *AccountUpdate_TitleUpdate) XXX_DiscardUnknown()

func (*AccountUpdate_TitleUpdate) XXX_Marshal

func (m *AccountUpdate_TitleUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountUpdate_TitleUpdate) XXX_Merge

func (m *AccountUpdate_TitleUpdate) XXX_Merge(src proto.Message)

func (*AccountUpdate_TitleUpdate) XXX_Size

func (m *AccountUpdate_TitleUpdate) XXX_Size() int

func (*AccountUpdate_TitleUpdate) XXX_Unmarshal

func (m *AccountUpdate_TitleUpdate) XXX_Unmarshal(b []byte) error

type Account_PlatformDiamond

type Account_PlatformDiamond struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Account_PlatformDiamond) Descriptor

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

func (*Account_PlatformDiamond) GetCount

func (m *Account_PlatformDiamond) GetCount() uint32

func (*Account_PlatformDiamond) GetId

func (m *Account_PlatformDiamond) GetId() uint32

func (*Account_PlatformDiamond) Marshal

func (m *Account_PlatformDiamond) Marshal() (dAtA []byte, err error)

func (*Account_PlatformDiamond) MarshalTo

func (m *Account_PlatformDiamond) MarshalTo(dAtA []byte) (int, error)

func (*Account_PlatformDiamond) MarshalToSizedBuffer

func (m *Account_PlatformDiamond) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Account_PlatformDiamond) ProtoMessage

func (*Account_PlatformDiamond) ProtoMessage()

func (*Account_PlatformDiamond) Reset

func (m *Account_PlatformDiamond) Reset()

func (*Account_PlatformDiamond) Size

func (m *Account_PlatformDiamond) Size() (n int)

func (*Account_PlatformDiamond) String

func (m *Account_PlatformDiamond) String() string

func (*Account_PlatformDiamond) Unmarshal

func (m *Account_PlatformDiamond) Unmarshal(dAtA []byte) error

func (*Account_PlatformDiamond) XXX_DiscardUnknown

func (m *Account_PlatformDiamond) XXX_DiscardUnknown()

func (*Account_PlatformDiamond) XXX_Marshal

func (m *Account_PlatformDiamond) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Account_PlatformDiamond) XXX_Merge

func (m *Account_PlatformDiamond) XXX_Merge(src proto.Message)

func (*Account_PlatformDiamond) XXX_Size

func (m *Account_PlatformDiamond) XXX_Size() int

func (*Account_PlatformDiamond) XXX_Unmarshal

func (m *Account_PlatformDiamond) XXX_Unmarshal(b []byte) error

type AchievementProgress

type AchievementProgress struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Counter              uint32   `protobuf:"varint,2,opt,name=counter,proto3" json:"counter,omitempty"`
	Achieved             bool     `protobuf:"varint,3,opt,name=achieved,proto3" json:"achieved,omitempty"`
	Date                 uint32   `protobuf:"varint,4,opt,name=date,proto3" json:"date,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AchievementProgress) Descriptor

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

func (*AchievementProgress) GetAchieved

func (m *AchievementProgress) GetAchieved() bool

func (*AchievementProgress) GetCounter

func (m *AchievementProgress) GetCounter() uint32

func (*AchievementProgress) GetDate

func (m *AchievementProgress) GetDate() uint32

func (*AchievementProgress) GetId

func (m *AchievementProgress) GetId() uint32

func (*AchievementProgress) Marshal

func (m *AchievementProgress) Marshal() (dAtA []byte, err error)

func (*AchievementProgress) MarshalTo

func (m *AchievementProgress) MarshalTo(dAtA []byte) (int, error)

func (*AchievementProgress) MarshalToSizedBuffer

func (m *AchievementProgress) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AchievementProgress) ProtoMessage

func (*AchievementProgress) ProtoMessage()

func (*AchievementProgress) Reset

func (m *AchievementProgress) Reset()

func (*AchievementProgress) Size

func (m *AchievementProgress) Size() (n int)

func (*AchievementProgress) String

func (m *AchievementProgress) String() string

func (*AchievementProgress) Unmarshal

func (m *AchievementProgress) Unmarshal(dAtA []byte) error

func (*AchievementProgress) XXX_DiscardUnknown

func (m *AchievementProgress) XXX_DiscardUnknown()

func (*AchievementProgress) XXX_Marshal

func (m *AchievementProgress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AchievementProgress) XXX_Merge

func (m *AchievementProgress) XXX_Merge(src proto.Message)

func (*AchievementProgress) XXX_Size

func (m *AchievementProgress) XXX_Size() int

func (*AchievementProgress) XXX_Unmarshal

func (m *AchievementProgress) XXX_Unmarshal(b []byte) error

type ActionAnGangAddGang

type ActionAnGangAddGang struct {
	Seat                 uint32                 `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	Type                 uint32                 `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	Tiles                string                 `protobuf:"bytes,3,opt,name=tiles,proto3" json:"tiles,omitempty"`
	Operation            *OptionalOperationList `protobuf:"bytes,4,opt,name=operation,proto3" json:"operation,omitempty"`
	Doras                []string               `protobuf:"bytes,6,rep,name=doras,proto3" json:"doras,omitempty"`
	Zhenting             bool                   `protobuf:"varint,7,opt,name=zhenting,proto3" json:"zhenting,omitempty"`
	Tingpais             []*TingPaiInfo         `protobuf:"bytes,8,rep,name=tingpais,proto3" json:"tingpais,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ActionAnGangAddGang) Descriptor

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

func (*ActionAnGangAddGang) GetDoras

func (m *ActionAnGangAddGang) GetDoras() []string

func (*ActionAnGangAddGang) GetOperation

func (m *ActionAnGangAddGang) GetOperation() *OptionalOperationList

func (*ActionAnGangAddGang) GetSeat

func (m *ActionAnGangAddGang) GetSeat() uint32

func (*ActionAnGangAddGang) GetTiles

func (m *ActionAnGangAddGang) GetTiles() string

func (*ActionAnGangAddGang) GetTingpais

func (m *ActionAnGangAddGang) GetTingpais() []*TingPaiInfo

func (*ActionAnGangAddGang) GetType

func (m *ActionAnGangAddGang) GetType() uint32

func (*ActionAnGangAddGang) GetZhenting

func (m *ActionAnGangAddGang) GetZhenting() bool

func (*ActionAnGangAddGang) Marshal

func (m *ActionAnGangAddGang) Marshal() (dAtA []byte, err error)

func (*ActionAnGangAddGang) MarshalTo

func (m *ActionAnGangAddGang) MarshalTo(dAtA []byte) (int, error)

func (*ActionAnGangAddGang) MarshalToSizedBuffer

func (m *ActionAnGangAddGang) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActionAnGangAddGang) ProtoMessage

func (*ActionAnGangAddGang) ProtoMessage()

func (*ActionAnGangAddGang) Reset

func (m *ActionAnGangAddGang) Reset()

func (*ActionAnGangAddGang) Size

func (m *ActionAnGangAddGang) Size() (n int)

func (*ActionAnGangAddGang) String

func (m *ActionAnGangAddGang) String() string

func (*ActionAnGangAddGang) Unmarshal

func (m *ActionAnGangAddGang) Unmarshal(dAtA []byte) error

func (*ActionAnGangAddGang) XXX_DiscardUnknown

func (m *ActionAnGangAddGang) XXX_DiscardUnknown()

func (*ActionAnGangAddGang) XXX_Marshal

func (m *ActionAnGangAddGang) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActionAnGangAddGang) XXX_Merge

func (m *ActionAnGangAddGang) XXX_Merge(src proto.Message)

func (*ActionAnGangAddGang) XXX_Size

func (m *ActionAnGangAddGang) XXX_Size() int

func (*ActionAnGangAddGang) XXX_Unmarshal

func (m *ActionAnGangAddGang) XXX_Unmarshal(b []byte) error

type ActionBaBei

type ActionBaBei struct {
	Seat                 uint32                 `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	Operation            *OptionalOperationList `protobuf:"bytes,4,opt,name=operation,proto3" json:"operation,omitempty"`
	Doras                []string               `protobuf:"bytes,6,rep,name=doras,proto3" json:"doras,omitempty"`
	Zhenting             bool                   `protobuf:"varint,7,opt,name=zhenting,proto3" json:"zhenting,omitempty"`
	Tingpais             []*TingPaiInfo         `protobuf:"bytes,8,rep,name=tingpais,proto3" json:"tingpais,omitempty"`
	Moqie                bool                   `protobuf:"varint,9,opt,name=moqie,proto3" json:"moqie,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ActionBaBei) Descriptor

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

func (*ActionBaBei) GetDoras

func (m *ActionBaBei) GetDoras() []string

func (*ActionBaBei) GetMoqie

func (m *ActionBaBei) GetMoqie() bool

func (*ActionBaBei) GetOperation

func (m *ActionBaBei) GetOperation() *OptionalOperationList

func (*ActionBaBei) GetSeat

func (m *ActionBaBei) GetSeat() uint32

func (*ActionBaBei) GetTingpais

func (m *ActionBaBei) GetTingpais() []*TingPaiInfo

func (*ActionBaBei) GetZhenting

func (m *ActionBaBei) GetZhenting() bool

func (*ActionBaBei) Marshal

func (m *ActionBaBei) Marshal() (dAtA []byte, err error)

func (*ActionBaBei) MarshalTo

func (m *ActionBaBei) MarshalTo(dAtA []byte) (int, error)

func (*ActionBaBei) MarshalToSizedBuffer

func (m *ActionBaBei) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActionBaBei) ProtoMessage

func (*ActionBaBei) ProtoMessage()

func (*ActionBaBei) Reset

func (m *ActionBaBei) Reset()

func (*ActionBaBei) Size

func (m *ActionBaBei) Size() (n int)

func (*ActionBaBei) String

func (m *ActionBaBei) String() string

func (*ActionBaBei) Unmarshal

func (m *ActionBaBei) Unmarshal(dAtA []byte) error

func (*ActionBaBei) XXX_DiscardUnknown

func (m *ActionBaBei) XXX_DiscardUnknown()

func (*ActionBaBei) XXX_Marshal

func (m *ActionBaBei) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActionBaBei) XXX_Merge

func (m *ActionBaBei) XXX_Merge(src proto.Message)

func (*ActionBaBei) XXX_Size

func (m *ActionBaBei) XXX_Size() int

func (*ActionBaBei) XXX_Unmarshal

func (m *ActionBaBei) XXX_Unmarshal(b []byte) error

type ActionChiPengGang

type ActionChiPengGang struct {
	Seat                 uint32                 `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	Type                 uint32                 `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	Tiles                []string               `protobuf:"bytes,3,rep,name=tiles,proto3" json:"tiles,omitempty"`
	Froms                []uint32               `protobuf:"varint,4,rep,packed,name=froms,proto3" json:"froms,omitempty"`
	Liqi                 *LiQiSuccess           `protobuf:"bytes,5,opt,name=liqi,proto3" json:"liqi,omitempty"`
	Operation            *OptionalOperationList `protobuf:"bytes,6,opt,name=operation,proto3" json:"operation,omitempty"`
	Zhenting             bool                   `protobuf:"varint,7,opt,name=zhenting,proto3" json:"zhenting,omitempty"`
	Tingpais             []*TingPaiDiscardInfo  `protobuf:"bytes,8,rep,name=tingpais,proto3" json:"tingpais,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ActionChiPengGang) Descriptor

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

func (*ActionChiPengGang) GetFroms

func (m *ActionChiPengGang) GetFroms() []uint32

func (*ActionChiPengGang) GetLiqi

func (m *ActionChiPengGang) GetLiqi() *LiQiSuccess

func (*ActionChiPengGang) GetOperation

func (m *ActionChiPengGang) GetOperation() *OptionalOperationList

func (*ActionChiPengGang) GetSeat

func (m *ActionChiPengGang) GetSeat() uint32

func (*ActionChiPengGang) GetTiles

func (m *ActionChiPengGang) GetTiles() []string

func (*ActionChiPengGang) GetTingpais

func (m *ActionChiPengGang) GetTingpais() []*TingPaiDiscardInfo

func (*ActionChiPengGang) GetType

func (m *ActionChiPengGang) GetType() uint32

func (*ActionChiPengGang) GetZhenting

func (m *ActionChiPengGang) GetZhenting() bool

func (*ActionChiPengGang) Marshal

func (m *ActionChiPengGang) Marshal() (dAtA []byte, err error)

func (*ActionChiPengGang) MarshalTo

func (m *ActionChiPengGang) MarshalTo(dAtA []byte) (int, error)

func (*ActionChiPengGang) MarshalToSizedBuffer

func (m *ActionChiPengGang) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActionChiPengGang) ProtoMessage

func (*ActionChiPengGang) ProtoMessage()

func (*ActionChiPengGang) Reset

func (m *ActionChiPengGang) Reset()

func (*ActionChiPengGang) Size

func (m *ActionChiPengGang) Size() (n int)

func (*ActionChiPengGang) String

func (m *ActionChiPengGang) String() string

func (*ActionChiPengGang) Unmarshal

func (m *ActionChiPengGang) Unmarshal(dAtA []byte) error

func (*ActionChiPengGang) XXX_DiscardUnknown

func (m *ActionChiPengGang) XXX_DiscardUnknown()

func (*ActionChiPengGang) XXX_Marshal

func (m *ActionChiPengGang) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActionChiPengGang) XXX_Merge

func (m *ActionChiPengGang) XXX_Merge(src proto.Message)

func (*ActionChiPengGang) XXX_Size

func (m *ActionChiPengGang) XXX_Size() int

func (*ActionChiPengGang) XXX_Unmarshal

func (m *ActionChiPengGang) XXX_Unmarshal(b []byte) error

type ActionDealTile

type ActionDealTile struct {
	Seat                 uint32                 `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	Tile                 string                 `protobuf:"bytes,2,opt,name=tile,proto3" json:"tile,omitempty"`
	LeftTileCount        uint32                 `protobuf:"varint,3,opt,name=left_tile_count,json=leftTileCount,proto3" json:"left_tile_count,omitempty"`
	Operation            *OptionalOperationList `protobuf:"bytes,4,opt,name=operation,proto3" json:"operation,omitempty"`
	Liqi                 *LiQiSuccess           `protobuf:"bytes,5,opt,name=liqi,proto3" json:"liqi,omitempty"`
	Doras                []string               `protobuf:"bytes,6,rep,name=doras,proto3" json:"doras,omitempty"`
	Zhenting             bool                   `protobuf:"varint,7,opt,name=zhenting,proto3" json:"zhenting,omitempty"`
	Tingpais             []*TingPaiDiscardInfo  `protobuf:"bytes,8,rep,name=tingpais,proto3" json:"tingpais,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ActionDealTile) Descriptor

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

func (*ActionDealTile) GetDoras

func (m *ActionDealTile) GetDoras() []string

func (*ActionDealTile) GetLeftTileCount

func (m *ActionDealTile) GetLeftTileCount() uint32

func (*ActionDealTile) GetLiqi

func (m *ActionDealTile) GetLiqi() *LiQiSuccess

func (*ActionDealTile) GetOperation

func (m *ActionDealTile) GetOperation() *OptionalOperationList

func (*ActionDealTile) GetSeat

func (m *ActionDealTile) GetSeat() uint32

func (*ActionDealTile) GetTile

func (m *ActionDealTile) GetTile() string

func (*ActionDealTile) GetTingpais

func (m *ActionDealTile) GetTingpais() []*TingPaiDiscardInfo

func (*ActionDealTile) GetZhenting

func (m *ActionDealTile) GetZhenting() bool

func (*ActionDealTile) Marshal

func (m *ActionDealTile) Marshal() (dAtA []byte, err error)

func (*ActionDealTile) MarshalTo

func (m *ActionDealTile) MarshalTo(dAtA []byte) (int, error)

func (*ActionDealTile) MarshalToSizedBuffer

func (m *ActionDealTile) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActionDealTile) ProtoMessage

func (*ActionDealTile) ProtoMessage()

func (*ActionDealTile) Reset

func (m *ActionDealTile) Reset()

func (*ActionDealTile) Size

func (m *ActionDealTile) Size() (n int)

func (*ActionDealTile) String

func (m *ActionDealTile) String() string

func (*ActionDealTile) Unmarshal

func (m *ActionDealTile) Unmarshal(dAtA []byte) error

func (*ActionDealTile) XXX_DiscardUnknown

func (m *ActionDealTile) XXX_DiscardUnknown()

func (*ActionDealTile) XXX_Marshal

func (m *ActionDealTile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActionDealTile) XXX_Merge

func (m *ActionDealTile) XXX_Merge(src proto.Message)

func (*ActionDealTile) XXX_Size

func (m *ActionDealTile) XXX_Size() int

func (*ActionDealTile) XXX_Unmarshal

func (m *ActionDealTile) XXX_Unmarshal(b []byte) error

type ActionDiscardTile

type ActionDiscardTile struct {
	Seat                 uint32                 `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	Tile                 string                 `protobuf:"bytes,2,opt,name=tile,proto3" json:"tile,omitempty"`
	IsLiqi               bool                   `protobuf:"varint,3,opt,name=is_liqi,json=isLiqi,proto3" json:"is_liqi,omitempty"`
	Operation            *OptionalOperationList `protobuf:"bytes,4,opt,name=operation,proto3" json:"operation,omitempty"`
	Moqie                bool                   `protobuf:"varint,5,opt,name=moqie,proto3" json:"moqie,omitempty"`
	Zhenting             bool                   `protobuf:"varint,6,opt,name=zhenting,proto3" json:"zhenting,omitempty"`
	Tingpais             []*TingPaiInfo         `protobuf:"bytes,7,rep,name=tingpais,proto3" json:"tingpais,omitempty"`
	Doras                []string               `protobuf:"bytes,8,rep,name=doras,proto3" json:"doras,omitempty"`
	IsWliqi              bool                   `protobuf:"varint,9,opt,name=is_wliqi,json=isWliqi,proto3" json:"is_wliqi,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ActionDiscardTile) Descriptor

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

func (*ActionDiscardTile) GetDoras

func (m *ActionDiscardTile) GetDoras() []string

func (*ActionDiscardTile) GetIsLiqi

func (m *ActionDiscardTile) GetIsLiqi() bool

func (*ActionDiscardTile) GetIsWliqi

func (m *ActionDiscardTile) GetIsWliqi() bool

func (*ActionDiscardTile) GetMoqie

func (m *ActionDiscardTile) GetMoqie() bool

func (*ActionDiscardTile) GetOperation

func (m *ActionDiscardTile) GetOperation() *OptionalOperationList

func (*ActionDiscardTile) GetSeat

func (m *ActionDiscardTile) GetSeat() uint32

func (*ActionDiscardTile) GetTile

func (m *ActionDiscardTile) GetTile() string

func (*ActionDiscardTile) GetTingpais

func (m *ActionDiscardTile) GetTingpais() []*TingPaiInfo

func (*ActionDiscardTile) GetZhenting

func (m *ActionDiscardTile) GetZhenting() bool

func (*ActionDiscardTile) Marshal

func (m *ActionDiscardTile) Marshal() (dAtA []byte, err error)

func (*ActionDiscardTile) MarshalTo

func (m *ActionDiscardTile) MarshalTo(dAtA []byte) (int, error)

func (*ActionDiscardTile) MarshalToSizedBuffer

func (m *ActionDiscardTile) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActionDiscardTile) ProtoMessage

func (*ActionDiscardTile) ProtoMessage()

func (*ActionDiscardTile) Reset

func (m *ActionDiscardTile) Reset()

func (*ActionDiscardTile) Size

func (m *ActionDiscardTile) Size() (n int)

func (*ActionDiscardTile) String

func (m *ActionDiscardTile) String() string

func (*ActionDiscardTile) Unmarshal

func (m *ActionDiscardTile) Unmarshal(dAtA []byte) error

func (*ActionDiscardTile) XXX_DiscardUnknown

func (m *ActionDiscardTile) XXX_DiscardUnknown()

func (*ActionDiscardTile) XXX_Marshal

func (m *ActionDiscardTile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActionDiscardTile) XXX_Merge

func (m *ActionDiscardTile) XXX_Merge(src proto.Message)

func (*ActionDiscardTile) XXX_Size

func (m *ActionDiscardTile) XXX_Size() int

func (*ActionDiscardTile) XXX_Unmarshal

func (m *ActionDiscardTile) XXX_Unmarshal(b []byte) error

type ActionHule

type ActionHule struct {
	Hules                []*HuleInfo `protobuf:"bytes,1,rep,name=hules,proto3" json:"hules,omitempty"`
	OldScores            []int32     `protobuf:"varint,2,rep,packed,name=old_scores,json=oldScores,proto3" json:"old_scores,omitempty"`
	DeltaScores          []int32     `protobuf:"varint,3,rep,packed,name=delta_scores,json=deltaScores,proto3" json:"delta_scores,omitempty"`
	WaitTimeout          uint32      `protobuf:"varint,4,opt,name=wait_timeout,json=waitTimeout,proto3" json:"wait_timeout,omitempty"`
	Scores               []int32     `protobuf:"varint,5,rep,packed,name=scores,proto3" json:"scores,omitempty"`
	Gameend              *GameEnd    `protobuf:"bytes,6,opt,name=gameend,proto3" json:"gameend,omitempty"`
	Doras                []string    `protobuf:"bytes,7,rep,name=doras,proto3" json:"doras,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ActionHule) Descriptor

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

func (*ActionHule) GetDeltaScores

func (m *ActionHule) GetDeltaScores() []int32

func (*ActionHule) GetDoras

func (m *ActionHule) GetDoras() []string

func (*ActionHule) GetGameend

func (m *ActionHule) GetGameend() *GameEnd

func (*ActionHule) GetHules

func (m *ActionHule) GetHules() []*HuleInfo

func (*ActionHule) GetOldScores

func (m *ActionHule) GetOldScores() []int32

func (*ActionHule) GetScores

func (m *ActionHule) GetScores() []int32

func (*ActionHule) GetWaitTimeout

func (m *ActionHule) GetWaitTimeout() uint32

func (*ActionHule) Marshal

func (m *ActionHule) Marshal() (dAtA []byte, err error)

func (*ActionHule) MarshalTo

func (m *ActionHule) MarshalTo(dAtA []byte) (int, error)

func (*ActionHule) MarshalToSizedBuffer

func (m *ActionHule) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActionHule) ProtoMessage

func (*ActionHule) ProtoMessage()

func (*ActionHule) Reset

func (m *ActionHule) Reset()

func (*ActionHule) Size

func (m *ActionHule) Size() (n int)

func (*ActionHule) String

func (m *ActionHule) String() string

func (*ActionHule) Unmarshal

func (m *ActionHule) Unmarshal(dAtA []byte) error

func (*ActionHule) XXX_DiscardUnknown

func (m *ActionHule) XXX_DiscardUnknown()

func (*ActionHule) XXX_Marshal

func (m *ActionHule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActionHule) XXX_Merge

func (m *ActionHule) XXX_Merge(src proto.Message)

func (*ActionHule) XXX_Size

func (m *ActionHule) XXX_Size() int

func (*ActionHule) XXX_Unmarshal

func (m *ActionHule) XXX_Unmarshal(b []byte) error

type ActionLiuJu

type ActionLiuJu struct {
	Type                 uint32       `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Gameend              *GameEnd     `protobuf:"bytes,2,opt,name=gameend,proto3" json:"gameend,omitempty"`
	Seat                 uint32       `protobuf:"varint,3,opt,name=seat,proto3" json:"seat,omitempty"`
	Tiles                []string     `protobuf:"bytes,4,rep,name=tiles,proto3" json:"tiles,omitempty"`
	Liqi                 *LiQiSuccess `protobuf:"bytes,5,opt,name=liqi,proto3" json:"liqi,omitempty"`
	Allplayertiles       []string     `protobuf:"bytes,6,rep,name=allplayertiles,proto3" json:"allplayertiles,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ActionLiuJu) Descriptor

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

func (*ActionLiuJu) GetAllplayertiles

func (m *ActionLiuJu) GetAllplayertiles() []string

func (*ActionLiuJu) GetGameend

func (m *ActionLiuJu) GetGameend() *GameEnd

func (*ActionLiuJu) GetLiqi

func (m *ActionLiuJu) GetLiqi() *LiQiSuccess

func (*ActionLiuJu) GetSeat

func (m *ActionLiuJu) GetSeat() uint32

func (*ActionLiuJu) GetTiles

func (m *ActionLiuJu) GetTiles() []string

func (*ActionLiuJu) GetType

func (m *ActionLiuJu) GetType() uint32

func (*ActionLiuJu) Marshal

func (m *ActionLiuJu) Marshal() (dAtA []byte, err error)

func (*ActionLiuJu) MarshalTo

func (m *ActionLiuJu) MarshalTo(dAtA []byte) (int, error)

func (*ActionLiuJu) MarshalToSizedBuffer

func (m *ActionLiuJu) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActionLiuJu) ProtoMessage

func (*ActionLiuJu) ProtoMessage()

func (*ActionLiuJu) Reset

func (m *ActionLiuJu) Reset()

func (*ActionLiuJu) Size

func (m *ActionLiuJu) Size() (n int)

func (*ActionLiuJu) String

func (m *ActionLiuJu) String() string

func (*ActionLiuJu) Unmarshal

func (m *ActionLiuJu) Unmarshal(dAtA []byte) error

func (*ActionLiuJu) XXX_DiscardUnknown

func (m *ActionLiuJu) XXX_DiscardUnknown()

func (*ActionLiuJu) XXX_Marshal

func (m *ActionLiuJu) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActionLiuJu) XXX_Merge

func (m *ActionLiuJu) XXX_Merge(src proto.Message)

func (*ActionLiuJu) XXX_Size

func (m *ActionLiuJu) XXX_Size() int

func (*ActionLiuJu) XXX_Unmarshal

func (m *ActionLiuJu) XXX_Unmarshal(b []byte) error

type ActionMJStart

type ActionMJStart struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActionMJStart) Descriptor

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

func (*ActionMJStart) Marshal

func (m *ActionMJStart) Marshal() (dAtA []byte, err error)

func (*ActionMJStart) MarshalTo

func (m *ActionMJStart) MarshalTo(dAtA []byte) (int, error)

func (*ActionMJStart) MarshalToSizedBuffer

func (m *ActionMJStart) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActionMJStart) ProtoMessage

func (*ActionMJStart) ProtoMessage()

func (*ActionMJStart) Reset

func (m *ActionMJStart) Reset()

func (*ActionMJStart) Size

func (m *ActionMJStart) Size() (n int)

func (*ActionMJStart) String

func (m *ActionMJStart) String() string

func (*ActionMJStart) Unmarshal

func (m *ActionMJStart) Unmarshal(dAtA []byte) error

func (*ActionMJStart) XXX_DiscardUnknown

func (m *ActionMJStart) XXX_DiscardUnknown()

func (*ActionMJStart) XXX_Marshal

func (m *ActionMJStart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActionMJStart) XXX_Merge

func (m *ActionMJStart) XXX_Merge(src proto.Message)

func (*ActionMJStart) XXX_Size

func (m *ActionMJStart) XXX_Size() int

func (*ActionMJStart) XXX_Unmarshal

func (m *ActionMJStart) XXX_Unmarshal(b []byte) error

type ActionNewRound

type ActionNewRound struct {
	Chang                uint32                 `protobuf:"varint,1,opt,name=chang,proto3" json:"chang,omitempty"`
	Ju                   uint32                 `protobuf:"varint,2,opt,name=ju,proto3" json:"ju,omitempty"`
	Ben                  uint32                 `protobuf:"varint,3,opt,name=ben,proto3" json:"ben,omitempty"`
	Tiles                []string               `protobuf:"bytes,4,rep,name=tiles,proto3" json:"tiles,omitempty"`
	Dora                 string                 `protobuf:"bytes,5,opt,name=dora,proto3" json:"dora,omitempty"`
	Scores               []int32                `protobuf:"varint,6,rep,packed,name=scores,proto3" json:"scores,omitempty"`
	Operation            *OptionalOperationList `protobuf:"bytes,7,opt,name=operation,proto3" json:"operation,omitempty"`
	Liqibang             uint32                 `protobuf:"varint,8,opt,name=liqibang,proto3" json:"liqibang,omitempty"`
	Tingpais0            []*TingPaiDiscardInfo  `protobuf:"bytes,9,rep,name=tingpais0,proto3" json:"tingpais0,omitempty"`
	Tingpais1            []*TingPaiInfo         `protobuf:"bytes,10,rep,name=tingpais1,proto3" json:"tingpais1,omitempty"`
	Al                   bool                   `protobuf:"varint,11,opt,name=al,proto3" json:"al,omitempty"`
	Md5                  string                 `protobuf:"bytes,12,opt,name=md5,proto3" json:"md5,omitempty"`
	LeftTileCount        uint32                 `protobuf:"varint,13,opt,name=left_tile_count,json=leftTileCount,proto3" json:"left_tile_count,omitempty"`
	Doras                []string               `protobuf:"bytes,14,rep,name=doras,proto3" json:"doras,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ActionNewRound) Descriptor

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

func (*ActionNewRound) GetAl

func (m *ActionNewRound) GetAl() bool

func (*ActionNewRound) GetBen

func (m *ActionNewRound) GetBen() uint32

func (*ActionNewRound) GetChang

func (m *ActionNewRound) GetChang() uint32

func (*ActionNewRound) GetDora

func (m *ActionNewRound) GetDora() string

func (*ActionNewRound) GetDoras

func (m *ActionNewRound) GetDoras() []string

func (*ActionNewRound) GetJu

func (m *ActionNewRound) GetJu() uint32

func (*ActionNewRound) GetLeftTileCount

func (m *ActionNewRound) GetLeftTileCount() uint32

func (*ActionNewRound) GetLiqibang

func (m *ActionNewRound) GetLiqibang() uint32

func (*ActionNewRound) GetMd5

func (m *ActionNewRound) GetMd5() string

func (*ActionNewRound) GetOperation

func (m *ActionNewRound) GetOperation() *OptionalOperationList

func (*ActionNewRound) GetScores

func (m *ActionNewRound) GetScores() []int32

func (*ActionNewRound) GetTiles

func (m *ActionNewRound) GetTiles() []string

func (*ActionNewRound) GetTingpais0

func (m *ActionNewRound) GetTingpais0() []*TingPaiDiscardInfo

func (*ActionNewRound) GetTingpais1

func (m *ActionNewRound) GetTingpais1() []*TingPaiInfo

func (*ActionNewRound) Marshal

func (m *ActionNewRound) Marshal() (dAtA []byte, err error)

func (*ActionNewRound) MarshalTo

func (m *ActionNewRound) MarshalTo(dAtA []byte) (int, error)

func (*ActionNewRound) MarshalToSizedBuffer

func (m *ActionNewRound) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActionNewRound) ProtoMessage

func (*ActionNewRound) ProtoMessage()

func (*ActionNewRound) Reset

func (m *ActionNewRound) Reset()

func (*ActionNewRound) Size

func (m *ActionNewRound) Size() (n int)

func (*ActionNewRound) String

func (m *ActionNewRound) String() string

func (*ActionNewRound) Unmarshal

func (m *ActionNewRound) Unmarshal(dAtA []byte) error

func (*ActionNewRound) XXX_DiscardUnknown

func (m *ActionNewRound) XXX_DiscardUnknown()

func (*ActionNewRound) XXX_Marshal

func (m *ActionNewRound) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActionNewRound) XXX_Merge

func (m *ActionNewRound) XXX_Merge(src proto.Message)

func (*ActionNewRound) XXX_Size

func (m *ActionNewRound) XXX_Size() int

func (*ActionNewRound) XXX_Unmarshal

func (m *ActionNewRound) XXX_Unmarshal(b []byte) error

type ActionNoTile

type ActionNoTile struct {
	Liujumanguan         bool                `protobuf:"varint,1,opt,name=liujumanguan,proto3" json:"liujumanguan,omitempty"`
	Players              []*NoTilePlayerInfo `protobuf:"bytes,2,rep,name=players,proto3" json:"players,omitempty"`
	Scores               []*NoTileScoreInfo  `protobuf:"bytes,3,rep,name=scores,proto3" json:"scores,omitempty"`
	Gameend              bool                `protobuf:"varint,4,opt,name=gameend,proto3" json:"gameend,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ActionNoTile) Descriptor

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

func (*ActionNoTile) GetGameend

func (m *ActionNoTile) GetGameend() bool

func (*ActionNoTile) GetLiujumanguan

func (m *ActionNoTile) GetLiujumanguan() bool

func (*ActionNoTile) GetPlayers

func (m *ActionNoTile) GetPlayers() []*NoTilePlayerInfo

func (*ActionNoTile) GetScores

func (m *ActionNoTile) GetScores() []*NoTileScoreInfo

func (*ActionNoTile) Marshal

func (m *ActionNoTile) Marshal() (dAtA []byte, err error)

func (*ActionNoTile) MarshalTo

func (m *ActionNoTile) MarshalTo(dAtA []byte) (int, error)

func (*ActionNoTile) MarshalToSizedBuffer

func (m *ActionNoTile) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActionNoTile) ProtoMessage

func (*ActionNoTile) ProtoMessage()

func (*ActionNoTile) Reset

func (m *ActionNoTile) Reset()

func (*ActionNoTile) Size

func (m *ActionNoTile) Size() (n int)

func (*ActionNoTile) String

func (m *ActionNoTile) String() string

func (*ActionNoTile) Unmarshal

func (m *ActionNoTile) Unmarshal(dAtA []byte) error

func (*ActionNoTile) XXX_DiscardUnknown

func (m *ActionNoTile) XXX_DiscardUnknown()

func (*ActionNoTile) XXX_Marshal

func (m *ActionNoTile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActionNoTile) XXX_Merge

func (m *ActionNoTile) XXX_Merge(src proto.Message)

func (*ActionNoTile) XXX_Size

func (m *ActionNoTile) XXX_Size() int

func (*ActionNoTile) XXX_Unmarshal

func (m *ActionNoTile) XXX_Unmarshal(b []byte) error

type ActionPrototype

type ActionPrototype struct {
	Step                 uint32   `protobuf:"varint,1,opt,name=step,proto3" json:"step,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Data                 []byte   `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActionPrototype) Descriptor

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

func (*ActionPrototype) GetData

func (m *ActionPrototype) GetData() []byte

func (*ActionPrototype) GetName

func (m *ActionPrototype) GetName() string

func (*ActionPrototype) GetStep

func (m *ActionPrototype) GetStep() uint32

func (*ActionPrototype) Marshal

func (m *ActionPrototype) Marshal() (dAtA []byte, err error)

func (*ActionPrototype) MarshalTo

func (m *ActionPrototype) MarshalTo(dAtA []byte) (int, error)

func (*ActionPrototype) MarshalToSizedBuffer

func (m *ActionPrototype) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActionPrototype) ProtoMessage

func (*ActionPrototype) ProtoMessage()

func (*ActionPrototype) Reset

func (m *ActionPrototype) Reset()

func (*ActionPrototype) Size

func (m *ActionPrototype) Size() (n int)

func (*ActionPrototype) String

func (m *ActionPrototype) String() string

func (*ActionPrototype) Unmarshal

func (m *ActionPrototype) Unmarshal(dAtA []byte) error

func (*ActionPrototype) XXX_DiscardUnknown

func (m *ActionPrototype) XXX_DiscardUnknown()

func (*ActionPrototype) XXX_Marshal

func (m *ActionPrototype) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActionPrototype) XXX_Merge

func (m *ActionPrototype) XXX_Merge(src proto.Message)

func (*ActionPrototype) XXX_Size

func (m *ActionPrototype) XXX_Size() int

func (*ActionPrototype) XXX_Unmarshal

func (m *ActionPrototype) XXX_Unmarshal(b []byte) error

type Activity

type Activity struct {
	ActivityId           uint32   `protobuf:"varint,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	StartTime            uint32   `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime              uint32   `protobuf:"varint,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	Type                 string   `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Activity) Descriptor

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

func (*Activity) GetActivityId

func (m *Activity) GetActivityId() uint32

func (*Activity) GetEndTime

func (m *Activity) GetEndTime() uint32

func (*Activity) GetStartTime

func (m *Activity) GetStartTime() uint32

func (*Activity) GetType

func (m *Activity) GetType() string

func (*Activity) Marshal

func (m *Activity) Marshal() (dAtA []byte, err error)

func (*Activity) MarshalTo

func (m *Activity) MarshalTo(dAtA []byte) (int, error)

func (*Activity) MarshalToSizedBuffer

func (m *Activity) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Activity) ProtoMessage

func (*Activity) ProtoMessage()

func (*Activity) Reset

func (m *Activity) Reset()

func (*Activity) Size

func (m *Activity) Size() (n int)

func (*Activity) String

func (m *Activity) String() string

func (*Activity) Unmarshal

func (m *Activity) Unmarshal(dAtA []byte) error

func (*Activity) XXX_DiscardUnknown

func (m *Activity) XXX_DiscardUnknown()

func (*Activity) XXX_Marshal

func (m *Activity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Activity) XXX_Merge

func (m *Activity) XXX_Merge(src proto.Message)

func (*Activity) XXX_Size

func (m *Activity) XXX_Size() int

func (*Activity) XXX_Unmarshal

func (m *Activity) XXX_Unmarshal(b []byte) error

type ActivityAccumulatedPointData

type ActivityAccumulatedPointData struct {
	ActivityId           uint32   `protobuf:"varint,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	Point                int32    `protobuf:"varint,2,opt,name=point,proto3" json:"point,omitempty"`
	GainedRewardList     []uint32 `protobuf:"varint,3,rep,packed,name=gained_reward_list,json=gainedRewardList,proto3" json:"gained_reward_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActivityAccumulatedPointData) Descriptor

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

func (*ActivityAccumulatedPointData) GetActivityId

func (m *ActivityAccumulatedPointData) GetActivityId() uint32

func (*ActivityAccumulatedPointData) GetGainedRewardList

func (m *ActivityAccumulatedPointData) GetGainedRewardList() []uint32

func (*ActivityAccumulatedPointData) GetPoint

func (m *ActivityAccumulatedPointData) GetPoint() int32

func (*ActivityAccumulatedPointData) Marshal

func (m *ActivityAccumulatedPointData) Marshal() (dAtA []byte, err error)

func (*ActivityAccumulatedPointData) MarshalTo

func (m *ActivityAccumulatedPointData) MarshalTo(dAtA []byte) (int, error)

func (*ActivityAccumulatedPointData) MarshalToSizedBuffer

func (m *ActivityAccumulatedPointData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActivityAccumulatedPointData) ProtoMessage

func (*ActivityAccumulatedPointData) ProtoMessage()

func (*ActivityAccumulatedPointData) Reset

func (m *ActivityAccumulatedPointData) Reset()

func (*ActivityAccumulatedPointData) Size

func (m *ActivityAccumulatedPointData) Size() (n int)

func (*ActivityAccumulatedPointData) String

func (*ActivityAccumulatedPointData) Unmarshal

func (m *ActivityAccumulatedPointData) Unmarshal(dAtA []byte) error

func (*ActivityAccumulatedPointData) XXX_DiscardUnknown

func (m *ActivityAccumulatedPointData) XXX_DiscardUnknown()

func (*ActivityAccumulatedPointData) XXX_Marshal

func (m *ActivityAccumulatedPointData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActivityAccumulatedPointData) XXX_Merge

func (m *ActivityAccumulatedPointData) XXX_Merge(src proto.Message)

func (*ActivityAccumulatedPointData) XXX_Size

func (m *ActivityAccumulatedPointData) XXX_Size() int

func (*ActivityAccumulatedPointData) XXX_Unmarshal

func (m *ActivityAccumulatedPointData) XXX_Unmarshal(b []byte) error

type ActivityRankPointData

type ActivityRankPointData struct {
	LeaderboardId        uint32   `protobuf:"varint,1,opt,name=leaderboard_id,json=leaderboardId,proto3" json:"leaderboard_id,omitempty"`
	Point                int32    `protobuf:"varint,2,opt,name=point,proto3" json:"point,omitempty"`
	GainedReward         bool     `protobuf:"varint,3,opt,name=gained_reward,json=gainedReward,proto3" json:"gained_reward,omitempty"`
	GainableTime         uint32   `protobuf:"varint,4,opt,name=gainable_time,json=gainableTime,proto3" json:"gainable_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActivityRankPointData) Descriptor

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

func (*ActivityRankPointData) GetGainableTime

func (m *ActivityRankPointData) GetGainableTime() uint32

func (*ActivityRankPointData) GetGainedReward

func (m *ActivityRankPointData) GetGainedReward() bool

func (*ActivityRankPointData) GetLeaderboardId

func (m *ActivityRankPointData) GetLeaderboardId() uint32

func (*ActivityRankPointData) GetPoint

func (m *ActivityRankPointData) GetPoint() int32

func (*ActivityRankPointData) Marshal

func (m *ActivityRankPointData) Marshal() (dAtA []byte, err error)

func (*ActivityRankPointData) MarshalTo

func (m *ActivityRankPointData) MarshalTo(dAtA []byte) (int, error)

func (*ActivityRankPointData) MarshalToSizedBuffer

func (m *ActivityRankPointData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActivityRankPointData) ProtoMessage

func (*ActivityRankPointData) ProtoMessage()

func (*ActivityRankPointData) Reset

func (m *ActivityRankPointData) Reset()

func (*ActivityRankPointData) Size

func (m *ActivityRankPointData) Size() (n int)

func (*ActivityRankPointData) String

func (m *ActivityRankPointData) String() string

func (*ActivityRankPointData) Unmarshal

func (m *ActivityRankPointData) Unmarshal(dAtA []byte) error

func (*ActivityRankPointData) XXX_DiscardUnknown

func (m *ActivityRankPointData) XXX_DiscardUnknown()

func (*ActivityRankPointData) XXX_Marshal

func (m *ActivityRankPointData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActivityRankPointData) XXX_Merge

func (m *ActivityRankPointData) XXX_Merge(src proto.Message)

func (*ActivityRankPointData) XXX_Size

func (m *ActivityRankPointData) XXX_Size() int

func (*ActivityRankPointData) XXX_Unmarshal

func (m *ActivityRankPointData) XXX_Unmarshal(b []byte) error

type Announcement

type Announcement struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Title                string   `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Content              string   `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Announcement) Descriptor

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

func (*Announcement) GetContent

func (m *Announcement) GetContent() string

func (*Announcement) GetId

func (m *Announcement) GetId() uint32

func (*Announcement) GetTitle

func (m *Announcement) GetTitle() string

func (*Announcement) Marshal

func (m *Announcement) Marshal() (dAtA []byte, err error)

func (*Announcement) MarshalTo

func (m *Announcement) MarshalTo(dAtA []byte) (int, error)

func (*Announcement) MarshalToSizedBuffer

func (m *Announcement) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Announcement) ProtoMessage

func (*Announcement) ProtoMessage()

func (*Announcement) Reset

func (m *Announcement) Reset()

func (*Announcement) Size

func (m *Announcement) Size() (n int)

func (*Announcement) String

func (m *Announcement) String() string

func (*Announcement) Unmarshal

func (m *Announcement) Unmarshal(dAtA []byte) error

func (*Announcement) XXX_DiscardUnknown

func (m *Announcement) XXX_DiscardUnknown()

func (*Announcement) XXX_Marshal

func (m *Announcement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Announcement) XXX_Merge

func (m *Announcement) XXX_Merge(src proto.Message)

func (*Announcement) XXX_Size

func (m *Announcement) XXX_Size() int

func (*Announcement) XXX_Unmarshal

func (m *Announcement) XXX_Unmarshal(b []byte) error

type AntiAddiction

type AntiAddiction struct {
	OnlineDuration       uint32   `protobuf:"varint,1,opt,name=online_duration,json=onlineDuration,proto3" json:"online_duration,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AntiAddiction) Descriptor

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

func (*AntiAddiction) GetOnlineDuration

func (m *AntiAddiction) GetOnlineDuration() uint32

func (*AntiAddiction) Marshal

func (m *AntiAddiction) Marshal() (dAtA []byte, err error)

func (*AntiAddiction) MarshalTo

func (m *AntiAddiction) MarshalTo(dAtA []byte) (int, error)

func (*AntiAddiction) MarshalToSizedBuffer

func (m *AntiAddiction) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AntiAddiction) ProtoMessage

func (*AntiAddiction) ProtoMessage()

func (*AntiAddiction) Reset

func (m *AntiAddiction) Reset()

func (*AntiAddiction) Size

func (m *AntiAddiction) Size() (n int)

func (*AntiAddiction) String

func (m *AntiAddiction) String() string

func (*AntiAddiction) Unmarshal

func (m *AntiAddiction) Unmarshal(dAtA []byte) error

func (*AntiAddiction) XXX_DiscardUnknown

func (m *AntiAddiction) XXX_DiscardUnknown()

func (*AntiAddiction) XXX_Marshal

func (m *AntiAddiction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AntiAddiction) XXX_Merge

func (m *AntiAddiction) XXX_Merge(src proto.Message)

func (*AntiAddiction) XXX_Size

func (m *AntiAddiction) XXX_Size() int

func (*AntiAddiction) XXX_Unmarshal

func (m *AntiAddiction) XXX_Unmarshal(b []byte) error

type Bag

type Bag struct {
	Items                []*Item            `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	DailyGainRecord      []*ItemGainRecords `protobuf:"bytes,2,rep,name=daily_gain_record,json=dailyGainRecord,proto3" json:"daily_gain_record,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*Bag) Descriptor

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

func (*Bag) GetDailyGainRecord

func (m *Bag) GetDailyGainRecord() []*ItemGainRecords

func (*Bag) GetItems

func (m *Bag) GetItems() []*Item

func (*Bag) Marshal

func (m *Bag) Marshal() (dAtA []byte, err error)

func (*Bag) MarshalTo

func (m *Bag) MarshalTo(dAtA []byte) (int, error)

func (*Bag) MarshalToSizedBuffer

func (m *Bag) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Bag) ProtoMessage

func (*Bag) ProtoMessage()

func (*Bag) Reset

func (m *Bag) Reset()

func (*Bag) Size

func (m *Bag) Size() (n int)

func (*Bag) String

func (m *Bag) String() string

func (*Bag) Unmarshal

func (m *Bag) Unmarshal(dAtA []byte) error

func (*Bag) XXX_DiscardUnknown

func (m *Bag) XXX_DiscardUnknown()

func (*Bag) XXX_Marshal

func (m *Bag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Bag) XXX_Merge

func (m *Bag) XXX_Merge(src proto.Message)

func (*Bag) XXX_Size

func (m *Bag) XXX_Size() int

func (*Bag) XXX_Unmarshal

func (m *Bag) XXX_Unmarshal(b []byte) error

type BagUpdate

type BagUpdate struct {
	UpdateItems           []*Item            `protobuf:"bytes,1,rep,name=update_items,json=updateItems,proto3" json:"update_items,omitempty"`
	UpdateDailyGainRecord []*ItemGainRecords `` /* 128-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}           `json:"-"`
	XXX_unrecognized      []byte             `json:"-"`
	XXX_sizecache         int32              `json:"-"`
}

func (*BagUpdate) Descriptor

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

func (*BagUpdate) GetUpdateDailyGainRecord

func (m *BagUpdate) GetUpdateDailyGainRecord() []*ItemGainRecords

func (*BagUpdate) GetUpdateItems

func (m *BagUpdate) GetUpdateItems() []*Item

func (*BagUpdate) Marshal

func (m *BagUpdate) Marshal() (dAtA []byte, err error)

func (*BagUpdate) MarshalTo

func (m *BagUpdate) MarshalTo(dAtA []byte) (int, error)

func (*BagUpdate) MarshalToSizedBuffer

func (m *BagUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BagUpdate) ProtoMessage

func (*BagUpdate) ProtoMessage()

func (*BagUpdate) Reset

func (m *BagUpdate) Reset()

func (*BagUpdate) Size

func (m *BagUpdate) Size() (n int)

func (*BagUpdate) String

func (m *BagUpdate) String() string

func (*BagUpdate) Unmarshal

func (m *BagUpdate) Unmarshal(dAtA []byte) error

func (*BagUpdate) XXX_DiscardUnknown

func (m *BagUpdate) XXX_DiscardUnknown()

func (*BagUpdate) XXX_Marshal

func (m *BagUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BagUpdate) XXX_Merge

func (m *BagUpdate) XXX_Merge(src proto.Message)

func (*BagUpdate) XXX_Size

func (m *BagUpdate) XXX_Size() int

func (*BagUpdate) XXX_Unmarshal

func (m *BagUpdate) XXX_Unmarshal(b []byte) error

type BillShortcut

type BillShortcut struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	DealPrice            uint32   `protobuf:"varint,3,opt,name=deal_price,json=dealPrice,proto3" json:"deal_price,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BillShortcut) Descriptor

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

func (*BillShortcut) GetCount

func (m *BillShortcut) GetCount() uint32

func (*BillShortcut) GetDealPrice

func (m *BillShortcut) GetDealPrice() uint32

func (*BillShortcut) GetId

func (m *BillShortcut) GetId() uint32

func (*BillShortcut) Marshal

func (m *BillShortcut) Marshal() (dAtA []byte, err error)

func (*BillShortcut) MarshalTo

func (m *BillShortcut) MarshalTo(dAtA []byte) (int, error)

func (*BillShortcut) MarshalToSizedBuffer

func (m *BillShortcut) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BillShortcut) ProtoMessage

func (*BillShortcut) ProtoMessage()

func (*BillShortcut) Reset

func (m *BillShortcut) Reset()

func (*BillShortcut) Size

func (m *BillShortcut) Size() (n int)

func (*BillShortcut) String

func (m *BillShortcut) String() string

func (*BillShortcut) Unmarshal

func (m *BillShortcut) Unmarshal(dAtA []byte) error

func (*BillShortcut) XXX_DiscardUnknown

func (m *BillShortcut) XXX_DiscardUnknown()

func (*BillShortcut) XXX_Marshal

func (m *BillShortcut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BillShortcut) XXX_Merge

func (m *BillShortcut) XXX_Merge(src proto.Message)

func (*BillShortcut) XXX_Size

func (m *BillShortcut) XXX_Size() int

func (*BillShortcut) XXX_Unmarshal

func (m *BillShortcut) XXX_Unmarshal(b []byte) error

type BillingGoods

type BillingGoods struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Desc                 string   `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"`
	Icon                 string   `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"`
	ResourceId           uint32   `protobuf:"varint,5,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	ResourceCount        uint32   `protobuf:"varint,6,opt,name=resource_count,json=resourceCount,proto3" json:"resource_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BillingGoods) Descriptor

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

func (*BillingGoods) GetDesc

func (m *BillingGoods) GetDesc() string

func (*BillingGoods) GetIcon

func (m *BillingGoods) GetIcon() string

func (*BillingGoods) GetId

func (m *BillingGoods) GetId() string

func (*BillingGoods) GetName

func (m *BillingGoods) GetName() string

func (*BillingGoods) GetResourceCount

func (m *BillingGoods) GetResourceCount() uint32

func (*BillingGoods) GetResourceId

func (m *BillingGoods) GetResourceId() uint32

func (*BillingGoods) Marshal

func (m *BillingGoods) Marshal() (dAtA []byte, err error)

func (*BillingGoods) MarshalTo

func (m *BillingGoods) MarshalTo(dAtA []byte) (int, error)

func (*BillingGoods) MarshalToSizedBuffer

func (m *BillingGoods) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BillingGoods) ProtoMessage

func (*BillingGoods) ProtoMessage()

func (*BillingGoods) Reset

func (m *BillingGoods) Reset()

func (*BillingGoods) Size

func (m *BillingGoods) Size() (n int)

func (*BillingGoods) String

func (m *BillingGoods) String() string

func (*BillingGoods) Unmarshal

func (m *BillingGoods) Unmarshal(dAtA []byte) error

func (*BillingGoods) XXX_DiscardUnknown

func (m *BillingGoods) XXX_DiscardUnknown()

func (*BillingGoods) XXX_Marshal

func (m *BillingGoods) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BillingGoods) XXX_Merge

func (m *BillingGoods) XXX_Merge(src proto.Message)

func (*BillingGoods) XXX_Size

func (m *BillingGoods) XXX_Size() int

func (*BillingGoods) XXX_Unmarshal

func (m *BillingGoods) XXX_Unmarshal(b []byte) error

type BillingProduct

type BillingProduct struct {
	Goods                *BillingGoods `protobuf:"bytes,1,opt,name=goods,proto3" json:"goods,omitempty"`
	CurrencyCode         string        `protobuf:"bytes,2,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"`
	CurrencyPrice        uint32        `protobuf:"varint,3,opt,name=currency_price,json=currencyPrice,proto3" json:"currency_price,omitempty"`
	SortWeight           uint32        `protobuf:"varint,4,opt,name=sort_weight,json=sortWeight,proto3" json:"sort_weight,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*BillingProduct) Descriptor

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

func (*BillingProduct) GetCurrencyCode

func (m *BillingProduct) GetCurrencyCode() string

func (*BillingProduct) GetCurrencyPrice

func (m *BillingProduct) GetCurrencyPrice() uint32

func (*BillingProduct) GetGoods

func (m *BillingProduct) GetGoods() *BillingGoods

func (*BillingProduct) GetSortWeight

func (m *BillingProduct) GetSortWeight() uint32

func (*BillingProduct) Marshal

func (m *BillingProduct) Marshal() (dAtA []byte, err error)

func (*BillingProduct) MarshalTo

func (m *BillingProduct) MarshalTo(dAtA []byte) (int, error)

func (*BillingProduct) MarshalToSizedBuffer

func (m *BillingProduct) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BillingProduct) ProtoMessage

func (*BillingProduct) ProtoMessage()

func (*BillingProduct) Reset

func (m *BillingProduct) Reset()

func (*BillingProduct) Size

func (m *BillingProduct) Size() (n int)

func (*BillingProduct) String

func (m *BillingProduct) String() string

func (*BillingProduct) Unmarshal

func (m *BillingProduct) Unmarshal(dAtA []byte) error

func (*BillingProduct) XXX_DiscardUnknown

func (m *BillingProduct) XXX_DiscardUnknown()

func (*BillingProduct) XXX_Marshal

func (m *BillingProduct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BillingProduct) XXX_Merge

func (m *BillingProduct) XXX_Merge(src proto.Message)

func (*BillingProduct) XXX_Size

func (m *BillingProduct) XXX_Size() int

func (*BillingProduct) XXX_Unmarshal

func (m *BillingProduct) XXX_Unmarshal(b []byte) error

type BuyRecord

type BuyRecord struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BuyRecord) Descriptor

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

func (*BuyRecord) GetCount

func (m *BuyRecord) GetCount() uint32

func (*BuyRecord) GetId

func (m *BuyRecord) GetId() uint32

func (*BuyRecord) Marshal

func (m *BuyRecord) Marshal() (dAtA []byte, err error)

func (*BuyRecord) MarshalTo

func (m *BuyRecord) MarshalTo(dAtA []byte) (int, error)

func (*BuyRecord) MarshalToSizedBuffer

func (m *BuyRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BuyRecord) ProtoMessage

func (*BuyRecord) ProtoMessage()

func (*BuyRecord) Reset

func (m *BuyRecord) Reset()

func (*BuyRecord) Size

func (m *BuyRecord) Size() (n int)

func (*BuyRecord) String

func (m *BuyRecord) String() string

func (*BuyRecord) Unmarshal

func (m *BuyRecord) Unmarshal(dAtA []byte) error

func (*BuyRecord) XXX_DiscardUnknown

func (m *BuyRecord) XXX_DiscardUnknown()

func (*BuyRecord) XXX_Marshal

func (m *BuyRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BuyRecord) XXX_Merge

func (m *BuyRecord) XXX_Merge(src proto.Message)

func (*BuyRecord) XXX_Size

func (m *BuyRecord) XXX_Size() int

func (*BuyRecord) XXX_Unmarshal

func (m *BuyRecord) XXX_Unmarshal(b []byte) error

type ChangeNicknameRecord

type ChangeNicknameRecord struct {
	From                 string   `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To                   string   `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	Time                 uint32   `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChangeNicknameRecord) Descriptor

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

func (*ChangeNicknameRecord) GetFrom

func (m *ChangeNicknameRecord) GetFrom() string

func (*ChangeNicknameRecord) GetTime

func (m *ChangeNicknameRecord) GetTime() uint32

func (*ChangeNicknameRecord) GetTo

func (m *ChangeNicknameRecord) GetTo() string

func (*ChangeNicknameRecord) Marshal

func (m *ChangeNicknameRecord) Marshal() (dAtA []byte, err error)

func (*ChangeNicknameRecord) MarshalTo

func (m *ChangeNicknameRecord) MarshalTo(dAtA []byte) (int, error)

func (*ChangeNicknameRecord) MarshalToSizedBuffer

func (m *ChangeNicknameRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChangeNicknameRecord) ProtoMessage

func (*ChangeNicknameRecord) ProtoMessage()

func (*ChangeNicknameRecord) Reset

func (m *ChangeNicknameRecord) Reset()

func (*ChangeNicknameRecord) Size

func (m *ChangeNicknameRecord) Size() (n int)

func (*ChangeNicknameRecord) String

func (m *ChangeNicknameRecord) String() string

func (*ChangeNicknameRecord) Unmarshal

func (m *ChangeNicknameRecord) Unmarshal(dAtA []byte) error

func (*ChangeNicknameRecord) XXX_DiscardUnknown

func (m *ChangeNicknameRecord) XXX_DiscardUnknown()

func (*ChangeNicknameRecord) XXX_Marshal

func (m *ChangeNicknameRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChangeNicknameRecord) XXX_Merge

func (m *ChangeNicknameRecord) XXX_Merge(src proto.Message)

func (*ChangeNicknameRecord) XXX_Size

func (m *ChangeNicknameRecord) XXX_Size() int

func (*ChangeNicknameRecord) XXX_Unmarshal

func (m *ChangeNicknameRecord) XXX_Unmarshal(b []byte) error

type Character

type Character struct {
	Charid               uint32                   `protobuf:"varint,1,opt,name=charid,proto3" json:"charid,omitempty"`
	Level                uint32                   `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"`
	Exp                  uint32                   `protobuf:"varint,3,opt,name=exp,proto3" json:"exp,omitempty"`
	Views                []*Character_ViewSlotSet `protobuf:"bytes,4,rep,name=views,proto3" json:"views,omitempty"`
	Skin                 uint32                   `protobuf:"varint,5,opt,name=skin,proto3" json:"skin,omitempty"`
	IsUpgraded           bool                     `protobuf:"varint,6,opt,name=is_upgraded,json=isUpgraded,proto3" json:"is_upgraded,omitempty"`
	ExtraEmoji           []uint32                 `protobuf:"varint,7,rep,packed,name=extra_emoji,json=extraEmoji,proto3" json:"extra_emoji,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*Character) Descriptor

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

func (*Character) GetCharid

func (m *Character) GetCharid() uint32

func (*Character) GetExp

func (m *Character) GetExp() uint32

func (*Character) GetExtraEmoji

func (m *Character) GetExtraEmoji() []uint32

func (*Character) GetIsUpgraded

func (m *Character) GetIsUpgraded() bool

func (*Character) GetLevel

func (m *Character) GetLevel() uint32

func (*Character) GetSkin

func (m *Character) GetSkin() uint32

func (*Character) GetViews

func (m *Character) GetViews() []*Character_ViewSlotSet

func (*Character) Marshal

func (m *Character) Marshal() (dAtA []byte, err error)

func (*Character) MarshalTo

func (m *Character) MarshalTo(dAtA []byte) (int, error)

func (*Character) MarshalToSizedBuffer

func (m *Character) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Character) ProtoMessage

func (*Character) ProtoMessage()

func (*Character) Reset

func (m *Character) Reset()

func (*Character) Size

func (m *Character) Size() (n int)

func (*Character) String

func (m *Character) String() string

func (*Character) Unmarshal

func (m *Character) Unmarshal(dAtA []byte) error

func (*Character) XXX_DiscardUnknown

func (m *Character) XXX_DiscardUnknown()

func (*Character) XXX_Marshal

func (m *Character) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Character) XXX_Merge

func (m *Character) XXX_Merge(src proto.Message)

func (*Character) XXX_Size

func (m *Character) XXX_Size() int

func (*Character) XXX_Unmarshal

func (m *Character) XXX_Unmarshal(b []byte) error

type Character_ViewSlotSet

type Character_ViewSlotSet struct {
	Slot                 uint32   `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ItemId               uint32   `protobuf:"varint,2,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Character_ViewSlotSet) Descriptor

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

func (*Character_ViewSlotSet) GetItemId

func (m *Character_ViewSlotSet) GetItemId() uint32

func (*Character_ViewSlotSet) GetSlot

func (m *Character_ViewSlotSet) GetSlot() uint32

func (*Character_ViewSlotSet) Marshal

func (m *Character_ViewSlotSet) Marshal() (dAtA []byte, err error)

func (*Character_ViewSlotSet) MarshalTo

func (m *Character_ViewSlotSet) MarshalTo(dAtA []byte) (int, error)

func (*Character_ViewSlotSet) MarshalToSizedBuffer

func (m *Character_ViewSlotSet) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Character_ViewSlotSet) ProtoMessage

func (*Character_ViewSlotSet) ProtoMessage()

func (*Character_ViewSlotSet) Reset

func (m *Character_ViewSlotSet) Reset()

func (*Character_ViewSlotSet) Size

func (m *Character_ViewSlotSet) Size() (n int)

func (*Character_ViewSlotSet) String

func (m *Character_ViewSlotSet) String() string

func (*Character_ViewSlotSet) Unmarshal

func (m *Character_ViewSlotSet) Unmarshal(dAtA []byte) error

func (*Character_ViewSlotSet) XXX_DiscardUnknown

func (m *Character_ViewSlotSet) XXX_DiscardUnknown()

func (*Character_ViewSlotSet) XXX_Marshal

func (m *Character_ViewSlotSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Character_ViewSlotSet) XXX_Merge

func (m *Character_ViewSlotSet) XXX_Merge(src proto.Message)

func (*Character_ViewSlotSet) XXX_Size

func (m *Character_ViewSlotSet) XXX_Size() int

func (*Character_ViewSlotSet) XXX_Unmarshal

func (m *Character_ViewSlotSet) XXX_Unmarshal(b []byte) error

type ChestData

type ChestData struct {
	ChestId              uint32   `protobuf:"varint,1,opt,name=chest_id,json=chestId,proto3" json:"chest_id,omitempty"`
	TotalOpenCount       uint32   `protobuf:"varint,2,opt,name=total_open_count,json=totalOpenCount,proto3" json:"total_open_count,omitempty"`
	ConsumeCount         uint32   `protobuf:"varint,3,opt,name=consume_count,json=consumeCount,proto3" json:"consume_count,omitempty"`
	FaceBlackCount       uint32   `protobuf:"varint,4,opt,name=face_black_count,json=faceBlackCount,proto3" json:"face_black_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChestData) Descriptor

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

func (*ChestData) GetChestId

func (m *ChestData) GetChestId() uint32

func (*ChestData) GetConsumeCount

func (m *ChestData) GetConsumeCount() uint32

func (*ChestData) GetFaceBlackCount

func (m *ChestData) GetFaceBlackCount() uint32

func (*ChestData) GetTotalOpenCount

func (m *ChestData) GetTotalOpenCount() uint32

func (*ChestData) Marshal

func (m *ChestData) Marshal() (dAtA []byte, err error)

func (*ChestData) MarshalTo

func (m *ChestData) MarshalTo(dAtA []byte) (int, error)

func (*ChestData) MarshalToSizedBuffer

func (m *ChestData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChestData) ProtoMessage

func (*ChestData) ProtoMessage()

func (*ChestData) Reset

func (m *ChestData) Reset()

func (*ChestData) Size

func (m *ChestData) Size() (n int)

func (*ChestData) String

func (m *ChestData) String() string

func (*ChestData) Unmarshal

func (m *ChestData) Unmarshal(dAtA []byte) error

func (*ChestData) XXX_DiscardUnknown

func (m *ChestData) XXX_DiscardUnknown()

func (*ChestData) XXX_Marshal

func (m *ChestData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChestData) XXX_Merge

func (m *ChestData) XXX_Merge(src proto.Message)

func (*ChestData) XXX_Size

func (m *ChestData) XXX_Size() int

func (*ChestData) XXX_Unmarshal

func (m *ChestData) XXX_Unmarshal(b []byte) error

type ChestDataV2

type ChestDataV2 struct {
	ChestId              uint32   `protobuf:"varint,1,opt,name=chest_id,json=chestId,proto3" json:"chest_id,omitempty"`
	TotalOpenCount       uint32   `protobuf:"varint,2,opt,name=total_open_count,json=totalOpenCount,proto3" json:"total_open_count,omitempty"`
	FaceBlackCount       uint32   `protobuf:"varint,3,opt,name=face_black_count,json=faceBlackCount,proto3" json:"face_black_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChestDataV2) Descriptor

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

func (*ChestDataV2) GetChestId

func (m *ChestDataV2) GetChestId() uint32

func (*ChestDataV2) GetFaceBlackCount

func (m *ChestDataV2) GetFaceBlackCount() uint32

func (*ChestDataV2) GetTotalOpenCount

func (m *ChestDataV2) GetTotalOpenCount() uint32

func (*ChestDataV2) Marshal

func (m *ChestDataV2) Marshal() (dAtA []byte, err error)

func (*ChestDataV2) MarshalTo

func (m *ChestDataV2) MarshalTo(dAtA []byte) (int, error)

func (*ChestDataV2) MarshalToSizedBuffer

func (m *ChestDataV2) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChestDataV2) ProtoMessage

func (*ChestDataV2) ProtoMessage()

func (*ChestDataV2) Reset

func (m *ChestDataV2) Reset()

func (*ChestDataV2) Size

func (m *ChestDataV2) Size() (n int)

func (*ChestDataV2) String

func (m *ChestDataV2) String() string

func (*ChestDataV2) Unmarshal

func (m *ChestDataV2) Unmarshal(dAtA []byte) error

func (*ChestDataV2) XXX_DiscardUnknown

func (m *ChestDataV2) XXX_DiscardUnknown()

func (*ChestDataV2) XXX_Marshal

func (m *ChestDataV2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChestDataV2) XXX_Merge

func (m *ChestDataV2) XXX_Merge(src proto.Message)

func (*ChestDataV2) XXX_Size

func (m *ChestDataV2) XXX_Size() int

func (*ChestDataV2) XXX_Unmarshal

func (m *ChestDataV2) XXX_Unmarshal(b []byte) error

type ClientDeviceInfo

type ClientDeviceInfo struct {
	DeviceType           string   `protobuf:"bytes,1,opt,name=device_type,json=deviceType,proto3" json:"device_type,omitempty"`
	Os                   string   `protobuf:"bytes,2,opt,name=os,proto3" json:"os,omitempty"`
	OsVersion            string   `protobuf:"bytes,3,opt,name=os_version,json=osVersion,proto3" json:"os_version,omitempty"`
	Browser              string   `protobuf:"bytes,4,opt,name=browser,proto3" json:"browser,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClientDeviceInfo) Descriptor

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

func (*ClientDeviceInfo) GetBrowser

func (m *ClientDeviceInfo) GetBrowser() string

func (*ClientDeviceInfo) GetDeviceType

func (m *ClientDeviceInfo) GetDeviceType() string

func (*ClientDeviceInfo) GetOs

func (m *ClientDeviceInfo) GetOs() string

func (*ClientDeviceInfo) GetOsVersion

func (m *ClientDeviceInfo) GetOsVersion() string

func (*ClientDeviceInfo) Marshal

func (m *ClientDeviceInfo) Marshal() (dAtA []byte, err error)

func (*ClientDeviceInfo) MarshalTo

func (m *ClientDeviceInfo) MarshalTo(dAtA []byte) (int, error)

func (*ClientDeviceInfo) MarshalToSizedBuffer

func (m *ClientDeviceInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClientDeviceInfo) ProtoMessage

func (*ClientDeviceInfo) ProtoMessage()

func (*ClientDeviceInfo) Reset

func (m *ClientDeviceInfo) Reset()

func (*ClientDeviceInfo) Size

func (m *ClientDeviceInfo) Size() (n int)

func (*ClientDeviceInfo) String

func (m *ClientDeviceInfo) String() string

func (*ClientDeviceInfo) Unmarshal

func (m *ClientDeviceInfo) Unmarshal(dAtA []byte) error

func (*ClientDeviceInfo) XXX_DiscardUnknown

func (m *ClientDeviceInfo) XXX_DiscardUnknown()

func (*ClientDeviceInfo) XXX_Marshal

func (m *ClientDeviceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientDeviceInfo) XXX_Merge

func (m *ClientDeviceInfo) XXX_Merge(src proto.Message)

func (*ClientDeviceInfo) XXX_Size

func (m *ClientDeviceInfo) XXX_Size() int

func (*ClientDeviceInfo) XXX_Unmarshal

func (m *ClientDeviceInfo) XXX_Unmarshal(b []byte) error

type CommentItem

type CommentItem struct {
	CommentId            uint32          `protobuf:"varint,1,opt,name=comment_id,json=commentId,proto3" json:"comment_id,omitempty"`
	Timestamp            uint32          `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Commenter            *PlayerBaseView `protobuf:"bytes,3,opt,name=commenter,proto3" json:"commenter,omitempty"`
	Content              string          `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CommentItem) Descriptor

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

func (*CommentItem) GetCommentId

func (m *CommentItem) GetCommentId() uint32

func (*CommentItem) GetCommenter

func (m *CommentItem) GetCommenter() *PlayerBaseView

func (*CommentItem) GetContent

func (m *CommentItem) GetContent() string

func (*CommentItem) GetTimestamp

func (m *CommentItem) GetTimestamp() uint32

func (*CommentItem) Marshal

func (m *CommentItem) Marshal() (dAtA []byte, err error)

func (*CommentItem) MarshalTo

func (m *CommentItem) MarshalTo(dAtA []byte) (int, error)

func (*CommentItem) MarshalToSizedBuffer

func (m *CommentItem) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CommentItem) ProtoMessage

func (*CommentItem) ProtoMessage()

func (*CommentItem) Reset

func (m *CommentItem) Reset()

func (*CommentItem) Size

func (m *CommentItem) Size() (n int)

func (*CommentItem) String

func (m *CommentItem) String() string

func (*CommentItem) Unmarshal

func (m *CommentItem) Unmarshal(dAtA []byte) error

func (*CommentItem) XXX_DiscardUnknown

func (m *CommentItem) XXX_DiscardUnknown()

func (*CommentItem) XXX_Marshal

func (m *CommentItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommentItem) XXX_Merge

func (m *CommentItem) XXX_Merge(src proto.Message)

func (*CommentItem) XXX_Size

func (m *CommentItem) XXX_Size() int

func (*CommentItem) XXX_Unmarshal

func (m *CommentItem) XXX_Unmarshal(b []byte) error

type CustomizedContestAbstract

type CustomizedContestAbstract struct {
	UniqueId             uint32   `protobuf:"varint,1,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	ContestId            uint32   `protobuf:"varint,2,opt,name=contest_id,json=contestId,proto3" json:"contest_id,omitempty"`
	ContestName          string   `protobuf:"bytes,3,opt,name=contest_name,json=contestName,proto3" json:"contest_name,omitempty"`
	State                uint32   `protobuf:"varint,4,opt,name=state,proto3" json:"state,omitempty"`
	CreatorId            uint32   `protobuf:"varint,5,opt,name=creator_id,json=creatorId,proto3" json:"creator_id,omitempty"`
	CreateTime           uint32   `protobuf:"varint,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StartTime            uint32   `protobuf:"varint,7,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	FinishTime           uint32   `protobuf:"varint,8,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	Open                 bool     `protobuf:"varint,9,opt,name=open,proto3" json:"open,omitempty"`
	PublicNotice         string   `protobuf:"bytes,10,opt,name=public_notice,json=publicNotice,proto3" json:"public_notice,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CustomizedContestAbstract) Descriptor

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

func (*CustomizedContestAbstract) GetContestId

func (m *CustomizedContestAbstract) GetContestId() uint32

func (*CustomizedContestAbstract) GetContestName

func (m *CustomizedContestAbstract) GetContestName() string

func (*CustomizedContestAbstract) GetCreateTime

func (m *CustomizedContestAbstract) GetCreateTime() uint32

func (*CustomizedContestAbstract) GetCreatorId

func (m *CustomizedContestAbstract) GetCreatorId() uint32

func (*CustomizedContestAbstract) GetFinishTime

func (m *CustomizedContestAbstract) GetFinishTime() uint32

func (*CustomizedContestAbstract) GetOpen

func (m *CustomizedContestAbstract) GetOpen() bool

func (*CustomizedContestAbstract) GetPublicNotice

func (m *CustomizedContestAbstract) GetPublicNotice() string

func (*CustomizedContestAbstract) GetStartTime

func (m *CustomizedContestAbstract) GetStartTime() uint32

func (*CustomizedContestAbstract) GetState

func (m *CustomizedContestAbstract) GetState() uint32

func (*CustomizedContestAbstract) GetUniqueId

func (m *CustomizedContestAbstract) GetUniqueId() uint32

func (*CustomizedContestAbstract) Marshal

func (m *CustomizedContestAbstract) Marshal() (dAtA []byte, err error)

func (*CustomizedContestAbstract) MarshalTo

func (m *CustomizedContestAbstract) MarshalTo(dAtA []byte) (int, error)

func (*CustomizedContestAbstract) MarshalToSizedBuffer

func (m *CustomizedContestAbstract) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CustomizedContestAbstract) ProtoMessage

func (*CustomizedContestAbstract) ProtoMessage()

func (*CustomizedContestAbstract) Reset

func (m *CustomizedContestAbstract) Reset()

func (*CustomizedContestAbstract) Size

func (m *CustomizedContestAbstract) Size() (n int)

func (*CustomizedContestAbstract) String

func (m *CustomizedContestAbstract) String() string

func (*CustomizedContestAbstract) Unmarshal

func (m *CustomizedContestAbstract) Unmarshal(dAtA []byte) error

func (*CustomizedContestAbstract) XXX_DiscardUnknown

func (m *CustomizedContestAbstract) XXX_DiscardUnknown()

func (*CustomizedContestAbstract) XXX_Marshal

func (m *CustomizedContestAbstract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CustomizedContestAbstract) XXX_Merge

func (m *CustomizedContestAbstract) XXX_Merge(src proto.Message)

func (*CustomizedContestAbstract) XXX_Size

func (m *CustomizedContestAbstract) XXX_Size() int

func (*CustomizedContestAbstract) XXX_Unmarshal

func (m *CustomizedContestAbstract) XXX_Unmarshal(b []byte) error

type CustomizedContestBase

type CustomizedContestBase struct {
	UniqueId             uint32   `protobuf:"varint,1,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	ContestId            uint32   `protobuf:"varint,2,opt,name=contest_id,json=contestId,proto3" json:"contest_id,omitempty"`
	ContestName          string   `protobuf:"bytes,3,opt,name=contest_name,json=contestName,proto3" json:"contest_name,omitempty"`
	State                uint32   `protobuf:"varint,4,opt,name=state,proto3" json:"state,omitempty"`
	CreatorId            uint32   `protobuf:"varint,5,opt,name=creator_id,json=creatorId,proto3" json:"creator_id,omitempty"`
	CreateTime           uint32   `protobuf:"varint,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StartTime            uint32   `protobuf:"varint,7,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	FinishTime           uint32   `protobuf:"varint,8,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	Open                 bool     `protobuf:"varint,9,opt,name=open,proto3" json:"open,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CustomizedContestBase) Descriptor

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

func (*CustomizedContestBase) GetContestId

func (m *CustomizedContestBase) GetContestId() uint32

func (*CustomizedContestBase) GetContestName

func (m *CustomizedContestBase) GetContestName() string

func (*CustomizedContestBase) GetCreateTime

func (m *CustomizedContestBase) GetCreateTime() uint32

func (*CustomizedContestBase) GetCreatorId

func (m *CustomizedContestBase) GetCreatorId() uint32

func (*CustomizedContestBase) GetFinishTime

func (m *CustomizedContestBase) GetFinishTime() uint32

func (*CustomizedContestBase) GetOpen

func (m *CustomizedContestBase) GetOpen() bool

func (*CustomizedContestBase) GetStartTime

func (m *CustomizedContestBase) GetStartTime() uint32

func (*CustomizedContestBase) GetState

func (m *CustomizedContestBase) GetState() uint32

func (*CustomizedContestBase) GetUniqueId

func (m *CustomizedContestBase) GetUniqueId() uint32

func (*CustomizedContestBase) Marshal

func (m *CustomizedContestBase) Marshal() (dAtA []byte, err error)

func (*CustomizedContestBase) MarshalTo

func (m *CustomizedContestBase) MarshalTo(dAtA []byte) (int, error)

func (*CustomizedContestBase) MarshalToSizedBuffer

func (m *CustomizedContestBase) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CustomizedContestBase) ProtoMessage

func (*CustomizedContestBase) ProtoMessage()

func (*CustomizedContestBase) Reset

func (m *CustomizedContestBase) Reset()

func (*CustomizedContestBase) Size

func (m *CustomizedContestBase) Size() (n int)

func (*CustomizedContestBase) String

func (m *CustomizedContestBase) String() string

func (*CustomizedContestBase) Unmarshal

func (m *CustomizedContestBase) Unmarshal(dAtA []byte) error

func (*CustomizedContestBase) XXX_DiscardUnknown

func (m *CustomizedContestBase) XXX_DiscardUnknown()

func (*CustomizedContestBase) XXX_Marshal

func (m *CustomizedContestBase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CustomizedContestBase) XXX_Merge

func (m *CustomizedContestBase) XXX_Merge(src proto.Message)

func (*CustomizedContestBase) XXX_Size

func (m *CustomizedContestBase) XXX_Size() int

func (*CustomizedContestBase) XXX_Unmarshal

func (m *CustomizedContestBase) XXX_Unmarshal(b []byte) error

type CustomizedContestDetail

type CustomizedContestDetail struct {
	UniqueId             uint32    `protobuf:"varint,1,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	ContestId            uint32    `protobuf:"varint,2,opt,name=contest_id,json=contestId,proto3" json:"contest_id,omitempty"`
	ContestName          string    `protobuf:"bytes,3,opt,name=contest_name,json=contestName,proto3" json:"contest_name,omitempty"`
	State                uint32    `protobuf:"varint,4,opt,name=state,proto3" json:"state,omitempty"`
	CreatorId            uint32    `protobuf:"varint,5,opt,name=creator_id,json=creatorId,proto3" json:"creator_id,omitempty"`
	CreateTime           uint32    `protobuf:"varint,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StartTime            uint32    `protobuf:"varint,7,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	FinishTime           uint32    `protobuf:"varint,8,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	Open                 bool      `protobuf:"varint,9,opt,name=open,proto3" json:"open,omitempty"`
	RankRule             uint32    `protobuf:"varint,10,opt,name=rank_rule,json=rankRule,proto3" json:"rank_rule,omitempty"`
	GameMode             *GameMode `protobuf:"bytes,11,opt,name=game_mode,json=gameMode,proto3" json:"game_mode,omitempty"`
	PrivateNotice        string    `protobuf:"bytes,12,opt,name=private_notice,json=privateNotice,proto3" json:"private_notice,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*CustomizedContestDetail) Descriptor

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

func (*CustomizedContestDetail) GetContestId

func (m *CustomizedContestDetail) GetContestId() uint32

func (*CustomizedContestDetail) GetContestName

func (m *CustomizedContestDetail) GetContestName() string

func (*CustomizedContestDetail) GetCreateTime

func (m *CustomizedContestDetail) GetCreateTime() uint32

func (*CustomizedContestDetail) GetCreatorId

func (m *CustomizedContestDetail) GetCreatorId() uint32

func (*CustomizedContestDetail) GetFinishTime

func (m *CustomizedContestDetail) GetFinishTime() uint32

func (*CustomizedContestDetail) GetGameMode

func (m *CustomizedContestDetail) GetGameMode() *GameMode

func (*CustomizedContestDetail) GetOpen

func (m *CustomizedContestDetail) GetOpen() bool

func (*CustomizedContestDetail) GetPrivateNotice

func (m *CustomizedContestDetail) GetPrivateNotice() string

func (*CustomizedContestDetail) GetRankRule

func (m *CustomizedContestDetail) GetRankRule() uint32

func (*CustomizedContestDetail) GetStartTime

func (m *CustomizedContestDetail) GetStartTime() uint32

func (*CustomizedContestDetail) GetState

func (m *CustomizedContestDetail) GetState() uint32

func (*CustomizedContestDetail) GetUniqueId

func (m *CustomizedContestDetail) GetUniqueId() uint32

func (*CustomizedContestDetail) Marshal

func (m *CustomizedContestDetail) Marshal() (dAtA []byte, err error)

func (*CustomizedContestDetail) MarshalTo

func (m *CustomizedContestDetail) MarshalTo(dAtA []byte) (int, error)

func (*CustomizedContestDetail) MarshalToSizedBuffer

func (m *CustomizedContestDetail) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CustomizedContestDetail) ProtoMessage

func (*CustomizedContestDetail) ProtoMessage()

func (*CustomizedContestDetail) Reset

func (m *CustomizedContestDetail) Reset()

func (*CustomizedContestDetail) Size

func (m *CustomizedContestDetail) Size() (n int)

func (*CustomizedContestDetail) String

func (m *CustomizedContestDetail) String() string

func (*CustomizedContestDetail) Unmarshal

func (m *CustomizedContestDetail) Unmarshal(dAtA []byte) error

func (*CustomizedContestDetail) XXX_DiscardUnknown

func (m *CustomizedContestDetail) XXX_DiscardUnknown()

func (*CustomizedContestDetail) XXX_Marshal

func (m *CustomizedContestDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CustomizedContestDetail) XXX_Merge

func (m *CustomizedContestDetail) XXX_Merge(src proto.Message)

func (*CustomizedContestDetail) XXX_Size

func (m *CustomizedContestDetail) XXX_Size() int

func (*CustomizedContestDetail) XXX_Unmarshal

func (m *CustomizedContestDetail) XXX_Unmarshal(b []byte) error

type CustomizedContestExtend

type CustomizedContestExtend struct {
	UniqueId             uint32   `protobuf:"varint,1,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	PublicNotice         string   `protobuf:"bytes,2,opt,name=public_notice,json=publicNotice,proto3" json:"public_notice,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CustomizedContestExtend) Descriptor

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

func (*CustomizedContestExtend) GetPublicNotice

func (m *CustomizedContestExtend) GetPublicNotice() string

func (*CustomizedContestExtend) GetUniqueId

func (m *CustomizedContestExtend) GetUniqueId() uint32

func (*CustomizedContestExtend) Marshal

func (m *CustomizedContestExtend) Marshal() (dAtA []byte, err error)

func (*CustomizedContestExtend) MarshalTo

func (m *CustomizedContestExtend) MarshalTo(dAtA []byte) (int, error)

func (*CustomizedContestExtend) MarshalToSizedBuffer

func (m *CustomizedContestExtend) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CustomizedContestExtend) ProtoMessage

func (*CustomizedContestExtend) ProtoMessage()

func (*CustomizedContestExtend) Reset

func (m *CustomizedContestExtend) Reset()

func (*CustomizedContestExtend) Size

func (m *CustomizedContestExtend) Size() (n int)

func (*CustomizedContestExtend) String

func (m *CustomizedContestExtend) String() string

func (*CustomizedContestExtend) Unmarshal

func (m *CustomizedContestExtend) Unmarshal(dAtA []byte) error

func (*CustomizedContestExtend) XXX_DiscardUnknown

func (m *CustomizedContestExtend) XXX_DiscardUnknown()

func (*CustomizedContestExtend) XXX_Marshal

func (m *CustomizedContestExtend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CustomizedContestExtend) XXX_Merge

func (m *CustomizedContestExtend) XXX_Merge(src proto.Message)

func (*CustomizedContestExtend) XXX_Size

func (m *CustomizedContestExtend) XXX_Size() int

func (*CustomizedContestExtend) XXX_Unmarshal

func (m *CustomizedContestExtend) XXX_Unmarshal(b []byte) error

type CustomizedContestGameEnd

type CustomizedContestGameEnd struct {
	Players              []*CustomizedContestGameEnd_Item `protobuf:"bytes,1,rep,name=players,proto3" json:"players,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*CustomizedContestGameEnd) Descriptor

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

func (*CustomizedContestGameEnd) GetPlayers

func (*CustomizedContestGameEnd) Marshal

func (m *CustomizedContestGameEnd) Marshal() (dAtA []byte, err error)

func (*CustomizedContestGameEnd) MarshalTo

func (m *CustomizedContestGameEnd) MarshalTo(dAtA []byte) (int, error)

func (*CustomizedContestGameEnd) MarshalToSizedBuffer

func (m *CustomizedContestGameEnd) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CustomizedContestGameEnd) ProtoMessage

func (*CustomizedContestGameEnd) ProtoMessage()

func (*CustomizedContestGameEnd) Reset

func (m *CustomizedContestGameEnd) Reset()

func (*CustomizedContestGameEnd) Size

func (m *CustomizedContestGameEnd) Size() (n int)

func (*CustomizedContestGameEnd) String

func (m *CustomizedContestGameEnd) String() string

func (*CustomizedContestGameEnd) Unmarshal

func (m *CustomizedContestGameEnd) Unmarshal(dAtA []byte) error

func (*CustomizedContestGameEnd) XXX_DiscardUnknown

func (m *CustomizedContestGameEnd) XXX_DiscardUnknown()

func (*CustomizedContestGameEnd) XXX_Marshal

func (m *CustomizedContestGameEnd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CustomizedContestGameEnd) XXX_Merge

func (m *CustomizedContestGameEnd) XXX_Merge(src proto.Message)

func (*CustomizedContestGameEnd) XXX_Size

func (m *CustomizedContestGameEnd) XXX_Size() int

func (*CustomizedContestGameEnd) XXX_Unmarshal

func (m *CustomizedContestGameEnd) XXX_Unmarshal(b []byte) error

type CustomizedContestGameEnd_Item

type CustomizedContestGameEnd_Item struct {
	AccountId            uint32   `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Nickname             string   `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	TotalPoint           int32    `protobuf:"varint,3,opt,name=total_point,json=totalPoint,proto3" json:"total_point,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CustomizedContestGameEnd_Item) Descriptor

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

func (*CustomizedContestGameEnd_Item) GetAccountId

func (m *CustomizedContestGameEnd_Item) GetAccountId() uint32

func (*CustomizedContestGameEnd_Item) GetNickname

func (m *CustomizedContestGameEnd_Item) GetNickname() string

func (*CustomizedContestGameEnd_Item) GetTotalPoint

func (m *CustomizedContestGameEnd_Item) GetTotalPoint() int32

func (*CustomizedContestGameEnd_Item) Marshal

func (m *CustomizedContestGameEnd_Item) Marshal() (dAtA []byte, err error)

func (*CustomizedContestGameEnd_Item) MarshalTo

func (m *CustomizedContestGameEnd_Item) MarshalTo(dAtA []byte) (int, error)

func (*CustomizedContestGameEnd_Item) MarshalToSizedBuffer

func (m *CustomizedContestGameEnd_Item) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CustomizedContestGameEnd_Item) ProtoMessage

func (*CustomizedContestGameEnd_Item) ProtoMessage()

func (*CustomizedContestGameEnd_Item) Reset

func (m *CustomizedContestGameEnd_Item) Reset()

func (*CustomizedContestGameEnd_Item) Size

func (m *CustomizedContestGameEnd_Item) Size() (n int)

func (*CustomizedContestGameEnd_Item) String

func (*CustomizedContestGameEnd_Item) Unmarshal

func (m *CustomizedContestGameEnd_Item) Unmarshal(dAtA []byte) error

func (*CustomizedContestGameEnd_Item) XXX_DiscardUnknown

func (m *CustomizedContestGameEnd_Item) XXX_DiscardUnknown()

func (*CustomizedContestGameEnd_Item) XXX_Marshal

func (m *CustomizedContestGameEnd_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CustomizedContestGameEnd_Item) XXX_Merge

func (m *CustomizedContestGameEnd_Item) XXX_Merge(src proto.Message)

func (*CustomizedContestGameEnd_Item) XXX_Size

func (m *CustomizedContestGameEnd_Item) XXX_Size() int

func (*CustomizedContestGameEnd_Item) XXX_Unmarshal

func (m *CustomizedContestGameEnd_Item) XXX_Unmarshal(b []byte) error

type CustomizedContestGameStart

type CustomizedContestGameStart struct {
	Players              []*CustomizedContestGameStart_Item `protobuf:"bytes,1,rep,name=players,proto3" json:"players,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*CustomizedContestGameStart) Descriptor

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

func (*CustomizedContestGameStart) GetPlayers

func (*CustomizedContestGameStart) Marshal

func (m *CustomizedContestGameStart) Marshal() (dAtA []byte, err error)

func (*CustomizedContestGameStart) MarshalTo

func (m *CustomizedContestGameStart) MarshalTo(dAtA []byte) (int, error)

func (*CustomizedContestGameStart) MarshalToSizedBuffer

func (m *CustomizedContestGameStart) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CustomizedContestGameStart) ProtoMessage

func (*CustomizedContestGameStart) ProtoMessage()

func (*CustomizedContestGameStart) Reset

func (m *CustomizedContestGameStart) Reset()

func (*CustomizedContestGameStart) Size

func (m *CustomizedContestGameStart) Size() (n int)

func (*CustomizedContestGameStart) String

func (m *CustomizedContestGameStart) String() string

func (*CustomizedContestGameStart) Unmarshal

func (m *CustomizedContestGameStart) Unmarshal(dAtA []byte) error

func (*CustomizedContestGameStart) XXX_DiscardUnknown

func (m *CustomizedContestGameStart) XXX_DiscardUnknown()

func (*CustomizedContestGameStart) XXX_Marshal

func (m *CustomizedContestGameStart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CustomizedContestGameStart) XXX_Merge

func (m *CustomizedContestGameStart) XXX_Merge(src proto.Message)

func (*CustomizedContestGameStart) XXX_Size

func (m *CustomizedContestGameStart) XXX_Size() int

func (*CustomizedContestGameStart) XXX_Unmarshal

func (m *CustomizedContestGameStart) XXX_Unmarshal(b []byte) error

type CustomizedContestGameStart_Item

type CustomizedContestGameStart_Item struct {
	AccountId            uint32   `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Nickname             string   `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CustomizedContestGameStart_Item) Descriptor

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

func (*CustomizedContestGameStart_Item) GetAccountId

func (m *CustomizedContestGameStart_Item) GetAccountId() uint32

func (*CustomizedContestGameStart_Item) GetNickname

func (m *CustomizedContestGameStart_Item) GetNickname() string

func (*CustomizedContestGameStart_Item) Marshal

func (m *CustomizedContestGameStart_Item) Marshal() (dAtA []byte, err error)

func (*CustomizedContestGameStart_Item) MarshalTo

func (m *CustomizedContestGameStart_Item) MarshalTo(dAtA []byte) (int, error)

func (*CustomizedContestGameStart_Item) MarshalToSizedBuffer

func (m *CustomizedContestGameStart_Item) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CustomizedContestGameStart_Item) ProtoMessage

func (*CustomizedContestGameStart_Item) ProtoMessage()

func (*CustomizedContestGameStart_Item) Reset

func (*CustomizedContestGameStart_Item) Size

func (m *CustomizedContestGameStart_Item) Size() (n int)

func (*CustomizedContestGameStart_Item) String

func (*CustomizedContestGameStart_Item) Unmarshal

func (m *CustomizedContestGameStart_Item) Unmarshal(dAtA []byte) error

func (*CustomizedContestGameStart_Item) XXX_DiscardUnknown

func (m *CustomizedContestGameStart_Item) XXX_DiscardUnknown()

func (*CustomizedContestGameStart_Item) XXX_Marshal

func (m *CustomizedContestGameStart_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CustomizedContestGameStart_Item) XXX_Merge

func (m *CustomizedContestGameStart_Item) XXX_Merge(src proto.Message)

func (*CustomizedContestGameStart_Item) XXX_Size

func (m *CustomizedContestGameStart_Item) XXX_Size() int

func (*CustomizedContestGameStart_Item) XXX_Unmarshal

func (m *CustomizedContestGameStart_Item) XXX_Unmarshal(b []byte) error

type CustomizedContestPlayerReport

type CustomizedContestPlayerReport struct {
	RankRule             uint32   `protobuf:"varint,1,opt,name=rank_rule,json=rankRule,proto3" json:"rank_rule,omitempty"`
	Rank                 uint32   `protobuf:"varint,2,opt,name=rank,proto3" json:"rank,omitempty"`
	Point                int32    `protobuf:"varint,3,opt,name=point,proto3" json:"point,omitempty"`
	RecentGameRanks      []uint32 `protobuf:"varint,4,rep,packed,name=recent_game_ranks,json=recentGameRanks,proto3" json:"recent_game_ranks,omitempty"`
	TotalGameCount       uint32   `protobuf:"varint,5,opt,name=total_game_count,json=totalGameCount,proto3" json:"total_game_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CustomizedContestPlayerReport) Descriptor

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

func (*CustomizedContestPlayerReport) GetPoint

func (m *CustomizedContestPlayerReport) GetPoint() int32

func (*CustomizedContestPlayerReport) GetRank

func (*CustomizedContestPlayerReport) GetRankRule

func (m *CustomizedContestPlayerReport) GetRankRule() uint32

func (*CustomizedContestPlayerReport) GetRecentGameRanks

func (m *CustomizedContestPlayerReport) GetRecentGameRanks() []uint32

func (*CustomizedContestPlayerReport) GetTotalGameCount

func (m *CustomizedContestPlayerReport) GetTotalGameCount() uint32

func (*CustomizedContestPlayerReport) Marshal

func (m *CustomizedContestPlayerReport) Marshal() (dAtA []byte, err error)

func (*CustomizedContestPlayerReport) MarshalTo

func (m *CustomizedContestPlayerReport) MarshalTo(dAtA []byte) (int, error)

func (*CustomizedContestPlayerReport) MarshalToSizedBuffer

func (m *CustomizedContestPlayerReport) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CustomizedContestPlayerReport) ProtoMessage

func (*CustomizedContestPlayerReport) ProtoMessage()

func (*CustomizedContestPlayerReport) Reset

func (m *CustomizedContestPlayerReport) Reset()

func (*CustomizedContestPlayerReport) Size

func (m *CustomizedContestPlayerReport) Size() (n int)

func (*CustomizedContestPlayerReport) String

func (*CustomizedContestPlayerReport) Unmarshal

func (m *CustomizedContestPlayerReport) Unmarshal(dAtA []byte) error

func (*CustomizedContestPlayerReport) XXX_DiscardUnknown

func (m *CustomizedContestPlayerReport) XXX_DiscardUnknown()

func (*CustomizedContestPlayerReport) XXX_Marshal

func (m *CustomizedContestPlayerReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CustomizedContestPlayerReport) XXX_Merge

func (m *CustomizedContestPlayerReport) XXX_Merge(src proto.Message)

func (*CustomizedContestPlayerReport) XXX_Size

func (m *CustomizedContestPlayerReport) XXX_Size() int

func (*CustomizedContestPlayerReport) XXX_Unmarshal

func (m *CustomizedContestPlayerReport) XXX_Unmarshal(b []byte) error

type Error

type Error struct {
	Code                 uint32   `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	U32Params            []uint32 `protobuf:"varint,2,rep,packed,name=u32_params,json=u32Params,proto3" json:"u32_params,omitempty"`
	StrParams            []string `protobuf:"bytes,3,rep,name=str_params,json=strParams,proto3" json:"str_params,omitempty"`
	JsonParam            string   `protobuf:"bytes,4,opt,name=json_param,json=jsonParam,proto3" json:"json_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Error) Descriptor

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

func (*Error) GetCode

func (m *Error) GetCode() uint32

func (*Error) GetJsonParam

func (m *Error) GetJsonParam() string

func (*Error) GetStrParams

func (m *Error) GetStrParams() []string

func (*Error) GetU32Params

func (m *Error) GetU32Params() []uint32

func (*Error) Marshal

func (m *Error) Marshal() (dAtA []byte, err error)

func (*Error) MarshalTo

func (m *Error) MarshalTo(dAtA []byte) (int, error)

func (*Error) MarshalToSizedBuffer

func (m *Error) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) Reset

func (m *Error) Reset()

func (*Error) Size

func (m *Error) Size() (n int)

func (*Error) String

func (m *Error) String() string

func (*Error) Unmarshal

func (m *Error) Unmarshal(dAtA []byte) error

func (*Error) XXX_DiscardUnknown

func (m *Error) XXX_DiscardUnknown()

func (*Error) XXX_Marshal

func (m *Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Error) XXX_Merge

func (m *Error) XXX_Merge(src proto.Message)

func (*Error) XXX_Size

func (m *Error) XXX_Size() int

func (*Error) XXX_Unmarshal

func (m *Error) XXX_Unmarshal(b []byte) error

type ExchangeRecord

type ExchangeRecord struct {
	ExchangeId           uint32   `protobuf:"varint,1,opt,name=exchange_id,json=exchangeId,proto3" json:"exchange_id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExchangeRecord) Descriptor

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

func (*ExchangeRecord) GetCount

func (m *ExchangeRecord) GetCount() uint32

func (*ExchangeRecord) GetExchangeId

func (m *ExchangeRecord) GetExchangeId() uint32

func (*ExchangeRecord) Marshal

func (m *ExchangeRecord) Marshal() (dAtA []byte, err error)

func (*ExchangeRecord) MarshalTo

func (m *ExchangeRecord) MarshalTo(dAtA []byte) (int, error)

func (*ExchangeRecord) MarshalToSizedBuffer

func (m *ExchangeRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ExchangeRecord) ProtoMessage

func (*ExchangeRecord) ProtoMessage()

func (*ExchangeRecord) Reset

func (m *ExchangeRecord) Reset()

func (*ExchangeRecord) Size

func (m *ExchangeRecord) Size() (n int)

func (*ExchangeRecord) String

func (m *ExchangeRecord) String() string

func (*ExchangeRecord) Unmarshal

func (m *ExchangeRecord) Unmarshal(dAtA []byte) error

func (*ExchangeRecord) XXX_DiscardUnknown

func (m *ExchangeRecord) XXX_DiscardUnknown()

func (*ExchangeRecord) XXX_Marshal

func (m *ExchangeRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExchangeRecord) XXX_Merge

func (m *ExchangeRecord) XXX_Merge(src proto.Message)

func (*ExchangeRecord) XXX_Size

func (m *ExchangeRecord) XXX_Size() int

func (*ExchangeRecord) XXX_Unmarshal

func (m *ExchangeRecord) XXX_Unmarshal(b []byte) error

type ExecuteReward

type ExecuteReward struct {
	Reward               *RewardSlot `protobuf:"bytes,1,opt,name=reward,proto3" json:"reward,omitempty"`
	Replace              *RewardSlot `protobuf:"bytes,2,opt,name=replace,proto3" json:"replace,omitempty"`
	ReplaceCount         uint32      `protobuf:"varint,3,opt,name=replace_count,json=replaceCount,proto3" json:"replace_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ExecuteReward) Descriptor

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

func (*ExecuteReward) GetReplace

func (m *ExecuteReward) GetReplace() *RewardSlot

func (*ExecuteReward) GetReplaceCount

func (m *ExecuteReward) GetReplaceCount() uint32

func (*ExecuteReward) GetReward

func (m *ExecuteReward) GetReward() *RewardSlot

func (*ExecuteReward) Marshal

func (m *ExecuteReward) Marshal() (dAtA []byte, err error)

func (*ExecuteReward) MarshalTo

func (m *ExecuteReward) MarshalTo(dAtA []byte) (int, error)

func (*ExecuteReward) MarshalToSizedBuffer

func (m *ExecuteReward) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ExecuteReward) ProtoMessage

func (*ExecuteReward) ProtoMessage()

func (*ExecuteReward) Reset

func (m *ExecuteReward) Reset()

func (*ExecuteReward) Size

func (m *ExecuteReward) Size() (n int)

func (*ExecuteReward) String

func (m *ExecuteReward) String() string

func (*ExecuteReward) Unmarshal

func (m *ExecuteReward) Unmarshal(dAtA []byte) error

func (*ExecuteReward) XXX_DiscardUnknown

func (m *ExecuteReward) XXX_DiscardUnknown()

func (*ExecuteReward) XXX_Marshal

func (m *ExecuteReward) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExecuteReward) XXX_Merge

func (m *ExecuteReward) XXX_Merge(src proto.Message)

func (*ExecuteReward) XXX_Size

func (m *ExecuteReward) XXX_Size() int

func (*ExecuteReward) XXX_Unmarshal

func (m *ExecuteReward) XXX_Unmarshal(b []byte) error

type FaithData

type FaithData struct {
	FaithId              uint32   `protobuf:"varint,1,opt,name=faith_id,json=faithId,proto3" json:"faith_id,omitempty"`
	TotalOpenCount       uint32   `protobuf:"varint,2,opt,name=total_open_count,json=totalOpenCount,proto3" json:"total_open_count,omitempty"`
	ConsumeCount         uint32   `protobuf:"varint,3,opt,name=consume_count,json=consumeCount,proto3" json:"consume_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FaithData) Descriptor

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

func (*FaithData) GetConsumeCount

func (m *FaithData) GetConsumeCount() uint32

func (*FaithData) GetFaithId

func (m *FaithData) GetFaithId() uint32

func (*FaithData) GetTotalOpenCount

func (m *FaithData) GetTotalOpenCount() uint32

func (*FaithData) Marshal

func (m *FaithData) Marshal() (dAtA []byte, err error)

func (*FaithData) MarshalTo

func (m *FaithData) MarshalTo(dAtA []byte) (int, error)

func (*FaithData) MarshalToSizedBuffer

func (m *FaithData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FaithData) ProtoMessage

func (*FaithData) ProtoMessage()

func (*FaithData) Reset

func (m *FaithData) Reset()

func (*FaithData) Size

func (m *FaithData) Size() (n int)

func (*FaithData) String

func (m *FaithData) String() string

func (*FaithData) Unmarshal

func (m *FaithData) Unmarshal(dAtA []byte) error

func (*FaithData) XXX_DiscardUnknown

func (m *FaithData) XXX_DiscardUnknown()

func (*FaithData) XXX_Marshal

func (m *FaithData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FaithData) XXX_Merge

func (m *FaithData) XXX_Merge(src proto.Message)

func (*FaithData) XXX_Size

func (m *FaithData) XXX_Size() int

func (*FaithData) XXX_Unmarshal

func (m *FaithData) XXX_Unmarshal(b []byte) error

type FanInfo

type FanInfo struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Val                  uint32   `protobuf:"varint,2,opt,name=val,proto3" json:"val,omitempty"`
	Id                   uint32   `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FanInfo) Descriptor

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

func (*FanInfo) GetId

func (m *FanInfo) GetId() uint32

func (*FanInfo) GetName

func (m *FanInfo) GetName() string

func (*FanInfo) GetVal

func (m *FanInfo) GetVal() uint32

func (*FanInfo) Marshal

func (m *FanInfo) Marshal() (dAtA []byte, err error)

func (*FanInfo) MarshalTo

func (m *FanInfo) MarshalTo(dAtA []byte) (int, error)

func (*FanInfo) MarshalToSizedBuffer

func (m *FanInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FanInfo) ProtoMessage

func (*FanInfo) ProtoMessage()

func (*FanInfo) Reset

func (m *FanInfo) Reset()

func (*FanInfo) Size

func (m *FanInfo) Size() (n int)

func (*FanInfo) String

func (m *FanInfo) String() string

func (*FanInfo) Unmarshal

func (m *FanInfo) Unmarshal(dAtA []byte) error

func (*FanInfo) XXX_DiscardUnknown

func (m *FanInfo) XXX_DiscardUnknown()

func (*FanInfo) XXX_Marshal

func (m *FanInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FanInfo) XXX_Merge

func (m *FanInfo) XXX_Merge(src proto.Message)

func (*FanInfo) XXX_Size

func (m *FanInfo) XXX_Size() int

func (*FanInfo) XXX_Unmarshal

func (m *FanInfo) XXX_Unmarshal(b []byte) error

type Friend

type Friend struct {
	Base                 *PlayerBaseView     `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	State                *AccountActiveState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*Friend) Descriptor

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

func (*Friend) GetBase

func (m *Friend) GetBase() *PlayerBaseView

func (*Friend) GetState

func (m *Friend) GetState() *AccountActiveState

func (*Friend) Marshal

func (m *Friend) Marshal() (dAtA []byte, err error)

func (*Friend) MarshalTo

func (m *Friend) MarshalTo(dAtA []byte) (int, error)

func (*Friend) MarshalToSizedBuffer

func (m *Friend) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Friend) ProtoMessage

func (*Friend) ProtoMessage()

func (*Friend) Reset

func (m *Friend) Reset()

func (*Friend) Size

func (m *Friend) Size() (n int)

func (*Friend) String

func (m *Friend) String() string

func (*Friend) Unmarshal

func (m *Friend) Unmarshal(dAtA []byte) error

func (*Friend) XXX_DiscardUnknown

func (m *Friend) XXX_DiscardUnknown()

func (*Friend) XXX_Marshal

func (m *Friend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Friend) XXX_Merge

func (m *Friend) XXX_Merge(src proto.Message)

func (*Friend) XXX_Size

func (m *Friend) XXX_Size() int

func (*Friend) XXX_Unmarshal

func (m *Friend) XXX_Unmarshal(b []byte) error

type GameConfig

type GameConfig struct {
	Category             uint32        `protobuf:"varint,1,opt,name=category,proto3" json:"category,omitempty"`
	Mode                 *GameMode     `protobuf:"bytes,2,opt,name=mode,proto3" json:"mode,omitempty"`
	Meta                 *GameMetaData `protobuf:"bytes,3,opt,name=meta,proto3" json:"meta,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*GameConfig) Descriptor

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

func (*GameConfig) GetCategory

func (m *GameConfig) GetCategory() uint32

func (*GameConfig) GetMeta

func (m *GameConfig) GetMeta() *GameMetaData

func (*GameConfig) GetMode

func (m *GameConfig) GetMode() *GameMode

func (*GameConfig) Marshal

func (m *GameConfig) Marshal() (dAtA []byte, err error)

func (*GameConfig) MarshalTo

func (m *GameConfig) MarshalTo(dAtA []byte) (int, error)

func (*GameConfig) MarshalToSizedBuffer

func (m *GameConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameConfig) ProtoMessage

func (*GameConfig) ProtoMessage()

func (*GameConfig) Reset

func (m *GameConfig) Reset()

func (*GameConfig) Size

func (m *GameConfig) Size() (n int)

func (*GameConfig) String

func (m *GameConfig) String() string

func (*GameConfig) Unmarshal

func (m *GameConfig) Unmarshal(dAtA []byte) error

func (*GameConfig) XXX_DiscardUnknown

func (m *GameConfig) XXX_DiscardUnknown()

func (*GameConfig) XXX_Marshal

func (m *GameConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameConfig) XXX_Merge

func (m *GameConfig) XXX_Merge(src proto.Message)

func (*GameConfig) XXX_Size

func (m *GameConfig) XXX_Size() int

func (*GameConfig) XXX_Unmarshal

func (m *GameConfig) XXX_Unmarshal(b []byte) error

type GameConnectInfo

type GameConnectInfo struct {
	ConnectToken         string   `protobuf:"bytes,2,opt,name=connect_token,json=connectToken,proto3" json:"connect_token,omitempty"`
	GameUuid             string   `protobuf:"bytes,3,opt,name=game_uuid,json=gameUuid,proto3" json:"game_uuid,omitempty"`
	Location             string   `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameConnectInfo) Descriptor

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

func (*GameConnectInfo) GetConnectToken

func (m *GameConnectInfo) GetConnectToken() string

func (*GameConnectInfo) GetGameUuid

func (m *GameConnectInfo) GetGameUuid() string

func (*GameConnectInfo) GetLocation

func (m *GameConnectInfo) GetLocation() string

func (*GameConnectInfo) Marshal

func (m *GameConnectInfo) Marshal() (dAtA []byte, err error)

func (*GameConnectInfo) MarshalTo

func (m *GameConnectInfo) MarshalTo(dAtA []byte) (int, error)

func (*GameConnectInfo) MarshalToSizedBuffer

func (m *GameConnectInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameConnectInfo) ProtoMessage

func (*GameConnectInfo) ProtoMessage()

func (*GameConnectInfo) Reset

func (m *GameConnectInfo) Reset()

func (*GameConnectInfo) Size

func (m *GameConnectInfo) Size() (n int)

func (*GameConnectInfo) String

func (m *GameConnectInfo) String() string

func (*GameConnectInfo) Unmarshal

func (m *GameConnectInfo) Unmarshal(dAtA []byte) error

func (*GameConnectInfo) XXX_DiscardUnknown

func (m *GameConnectInfo) XXX_DiscardUnknown()

func (*GameConnectInfo) XXX_Marshal

func (m *GameConnectInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameConnectInfo) XXX_Merge

func (m *GameConnectInfo) XXX_Merge(src proto.Message)

func (*GameConnectInfo) XXX_Size

func (m *GameConnectInfo) XXX_Size() int

func (*GameConnectInfo) XXX_Unmarshal

func (m *GameConnectInfo) XXX_Unmarshal(b []byte) error

type GameDetailRecords

type GameDetailRecords struct {
	Records              [][]byte `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameDetailRecords) Descriptor

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

func (*GameDetailRecords) GetRecords

func (m *GameDetailRecords) GetRecords() [][]byte

func (*GameDetailRecords) Marshal

func (m *GameDetailRecords) Marshal() (dAtA []byte, err error)

func (*GameDetailRecords) MarshalTo

func (m *GameDetailRecords) MarshalTo(dAtA []byte) (int, error)

func (*GameDetailRecords) MarshalToSizedBuffer

func (m *GameDetailRecords) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameDetailRecords) ProtoMessage

func (*GameDetailRecords) ProtoMessage()

func (*GameDetailRecords) Reset

func (m *GameDetailRecords) Reset()

func (*GameDetailRecords) Size

func (m *GameDetailRecords) Size() (n int)

func (*GameDetailRecords) String

func (m *GameDetailRecords) String() string

func (*GameDetailRecords) Unmarshal

func (m *GameDetailRecords) Unmarshal(dAtA []byte) error

func (*GameDetailRecords) XXX_DiscardUnknown

func (m *GameDetailRecords) XXX_DiscardUnknown()

func (*GameDetailRecords) XXX_Marshal

func (m *GameDetailRecords) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameDetailRecords) XXX_Merge

func (m *GameDetailRecords) XXX_Merge(src proto.Message)

func (*GameDetailRecords) XXX_Size

func (m *GameDetailRecords) XXX_Size() int

func (*GameDetailRecords) XXX_Unmarshal

func (m *GameDetailRecords) XXX_Unmarshal(b []byte) error

type GameDetailRule

type GameDetailRule struct {
	TimeFixed               uint32   `protobuf:"varint,1,opt,name=time_fixed,json=timeFixed,proto3" json:"time_fixed,omitempty"`
	TimeAdd                 uint32   `protobuf:"varint,2,opt,name=time_add,json=timeAdd,proto3" json:"time_add,omitempty"`
	DoraCount               uint32   `protobuf:"varint,3,opt,name=dora_count,json=doraCount,proto3" json:"dora_count,omitempty"`
	Shiduan                 uint32   `protobuf:"varint,4,opt,name=shiduan,proto3" json:"shiduan,omitempty"`
	InitPoint               uint32   `protobuf:"varint,5,opt,name=init_point,json=initPoint,proto3" json:"init_point,omitempty"`
	Fandian                 uint32   `protobuf:"varint,6,opt,name=fandian,proto3" json:"fandian,omitempty"`
	CanJifei                bool     `protobuf:"varint,7,opt,name=can_jifei,json=canJifei,proto3" json:"can_jifei,omitempty"`
	TianbianValue           uint32   `protobuf:"varint,8,opt,name=tianbian_value,json=tianbianValue,proto3" json:"tianbian_value,omitempty"`
	LiqibangValue           uint32   `protobuf:"varint,9,opt,name=liqibang_value,json=liqibangValue,proto3" json:"liqibang_value,omitempty"`
	ChangbangValue          uint32   `protobuf:"varint,10,opt,name=changbang_value,json=changbangValue,proto3" json:"changbang_value,omitempty"`
	NotingFafu_1            uint32   `protobuf:"varint,11,opt,name=noting_fafu_1,json=notingFafu1,proto3" json:"noting_fafu_1,omitempty"`
	NotingFafu_2            uint32   `protobuf:"varint,12,opt,name=noting_fafu_2,json=notingFafu2,proto3" json:"noting_fafu_2,omitempty"`
	NotingFafu_3            uint32   `protobuf:"varint,13,opt,name=noting_fafu_3,json=notingFafu3,proto3" json:"noting_fafu_3,omitempty"`
	HaveLiujumanguan        bool     `protobuf:"varint,14,opt,name=have_liujumanguan,json=haveLiujumanguan,proto3" json:"have_liujumanguan,omitempty"`
	HaveQieshangmanguan     bool     `protobuf:"varint,15,opt,name=have_qieshangmanguan,json=haveQieshangmanguan,proto3" json:"have_qieshangmanguan,omitempty"`
	HaveBiaoDora            bool     `protobuf:"varint,16,opt,name=have_biao_dora,json=haveBiaoDora,proto3" json:"have_biao_dora,omitempty"`
	HaveGangBiaoDora        bool     `protobuf:"varint,17,opt,name=have_gang_biao_dora,json=haveGangBiaoDora,proto3" json:"have_gang_biao_dora,omitempty"`
	MingDoraImmediatelyOpen bool     `` /* 136-byte string literal not displayed */
	HaveLiDora              bool     `protobuf:"varint,19,opt,name=have_li_dora,json=haveLiDora,proto3" json:"have_li_dora,omitempty"`
	HaveGangLiDora          bool     `protobuf:"varint,20,opt,name=have_gang_li_dora,json=haveGangLiDora,proto3" json:"have_gang_li_dora,omitempty"`
	HaveSifenglianda        bool     `protobuf:"varint,21,opt,name=have_sifenglianda,json=haveSifenglianda,proto3" json:"have_sifenglianda,omitempty"`
	HaveSigangsanle         bool     `protobuf:"varint,22,opt,name=have_sigangsanle,json=haveSigangsanle,proto3" json:"have_sigangsanle,omitempty"`
	HaveSijializhi          bool     `protobuf:"varint,23,opt,name=have_sijializhi,json=haveSijializhi,proto3" json:"have_sijializhi,omitempty"`
	HaveJiuzhongjiupai      bool     `protobuf:"varint,24,opt,name=have_jiuzhongjiupai,json=haveJiuzhongjiupai,proto3" json:"have_jiuzhongjiupai,omitempty"`
	HaveSanjiahele          bool     `protobuf:"varint,25,opt,name=have_sanjiahele,json=haveSanjiahele,proto3" json:"have_sanjiahele,omitempty"`
	HaveToutiao             bool     `protobuf:"varint,26,opt,name=have_toutiao,json=haveToutiao,proto3" json:"have_toutiao,omitempty"`
	HaveHelelianzhuang      bool     `protobuf:"varint,27,opt,name=have_helelianzhuang,json=haveHelelianzhuang,proto3" json:"have_helelianzhuang,omitempty"`
	HaveHelezhongju         bool     `protobuf:"varint,28,opt,name=have_helezhongju,json=haveHelezhongju,proto3" json:"have_helezhongju,omitempty"`
	HaveTingpailianzhuang   bool     `` /* 126-byte string literal not displayed */
	HaveTingpaizhongju      bool     `protobuf:"varint,30,opt,name=have_tingpaizhongju,json=haveTingpaizhongju,proto3" json:"have_tingpaizhongju,omitempty"`
	HaveYifa                bool     `protobuf:"varint,31,opt,name=have_yifa,json=haveYifa,proto3" json:"have_yifa,omitempty"`
	HaveNanruxiru           bool     `protobuf:"varint,32,opt,name=have_nanruxiru,json=haveNanruxiru,proto3" json:"have_nanruxiru,omitempty"`
	Jingsuanyuandian        uint32   `protobuf:"varint,33,opt,name=jingsuanyuandian,proto3" json:"jingsuanyuandian,omitempty"`
	Shunweima_2             int32    `protobuf:"varint,34,opt,name=shunweima_2,json=shunweima2,proto3" json:"shunweima_2,omitempty"`
	Shunweima_3             int32    `protobuf:"varint,35,opt,name=shunweima_3,json=shunweima3,proto3" json:"shunweima_3,omitempty"`
	Shunweima_4             int32    `protobuf:"varint,36,opt,name=shunweima_4,json=shunweima4,proto3" json:"shunweima_4,omitempty"`
	Bianjietishi            bool     `protobuf:"varint,37,opt,name=bianjietishi,proto3" json:"bianjietishi,omitempty"`
	AiLevel                 uint32   `protobuf:"varint,38,opt,name=ai_level,json=aiLevel,proto3" json:"ai_level,omitempty"`
	HaveZimosun             bool     `protobuf:"varint,39,opt,name=have_zimosun,json=haveZimosun,proto3" json:"have_zimosun,omitempty"`
	DisableMultiYukaman     bool     `protobuf:"varint,40,opt,name=disable_multi_yukaman,json=disableMultiYukaman,proto3" json:"disable_multi_yukaman,omitempty"`
	Fanfu                   uint32   `protobuf:"varint,41,opt,name=fanfu,proto3" json:"fanfu,omitempty"`
	GuyiMode                uint32   `protobuf:"varint,42,opt,name=guyi_mode,json=guyiMode,proto3" json:"guyi_mode,omitempty"`
	Dora3Mode               uint32   `protobuf:"varint,43,opt,name=dora3_mode,json=dora3Mode,proto3" json:"dora3_mode,omitempty"`
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*GameDetailRule) Descriptor

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

func (*GameDetailRule) GetAiLevel

func (m *GameDetailRule) GetAiLevel() uint32

func (*GameDetailRule) GetBianjietishi

func (m *GameDetailRule) GetBianjietishi() bool

func (*GameDetailRule) GetCanJifei

func (m *GameDetailRule) GetCanJifei() bool

func (*GameDetailRule) GetChangbangValue

func (m *GameDetailRule) GetChangbangValue() uint32

func (*GameDetailRule) GetDisableMultiYukaman

func (m *GameDetailRule) GetDisableMultiYukaman() bool

func (*GameDetailRule) GetDora3Mode

func (m *GameDetailRule) GetDora3Mode() uint32

func (*GameDetailRule) GetDoraCount

func (m *GameDetailRule) GetDoraCount() uint32

func (*GameDetailRule) GetFandian

func (m *GameDetailRule) GetFandian() uint32

func (*GameDetailRule) GetFanfu

func (m *GameDetailRule) GetFanfu() uint32

func (*GameDetailRule) GetGuyiMode

func (m *GameDetailRule) GetGuyiMode() uint32

func (*GameDetailRule) GetHaveBiaoDora

func (m *GameDetailRule) GetHaveBiaoDora() bool

func (*GameDetailRule) GetHaveGangBiaoDora

func (m *GameDetailRule) GetHaveGangBiaoDora() bool

func (*GameDetailRule) GetHaveGangLiDora

func (m *GameDetailRule) GetHaveGangLiDora() bool

func (*GameDetailRule) GetHaveHelelianzhuang

func (m *GameDetailRule) GetHaveHelelianzhuang() bool

func (*GameDetailRule) GetHaveHelezhongju

func (m *GameDetailRule) GetHaveHelezhongju() bool

func (*GameDetailRule) GetHaveJiuzhongjiupai

func (m *GameDetailRule) GetHaveJiuzhongjiupai() bool

func (*GameDetailRule) GetHaveLiDora

func (m *GameDetailRule) GetHaveLiDora() bool

func (*GameDetailRule) GetHaveLiujumanguan

func (m *GameDetailRule) GetHaveLiujumanguan() bool

func (*GameDetailRule) GetHaveNanruxiru

func (m *GameDetailRule) GetHaveNanruxiru() bool

func (*GameDetailRule) GetHaveQieshangmanguan

func (m *GameDetailRule) GetHaveQieshangmanguan() bool

func (*GameDetailRule) GetHaveSanjiahele

func (m *GameDetailRule) GetHaveSanjiahele() bool

func (*GameDetailRule) GetHaveSifenglianda

func (m *GameDetailRule) GetHaveSifenglianda() bool

func (*GameDetailRule) GetHaveSigangsanle

func (m *GameDetailRule) GetHaveSigangsanle() bool

func (*GameDetailRule) GetHaveSijializhi

func (m *GameDetailRule) GetHaveSijializhi() bool

func (*GameDetailRule) GetHaveTingpailianzhuang

func (m *GameDetailRule) GetHaveTingpailianzhuang() bool

func (*GameDetailRule) GetHaveTingpaizhongju

func (m *GameDetailRule) GetHaveTingpaizhongju() bool

func (*GameDetailRule) GetHaveToutiao

func (m *GameDetailRule) GetHaveToutiao() bool

func (*GameDetailRule) GetHaveYifa

func (m *GameDetailRule) GetHaveYifa() bool

func (*GameDetailRule) GetHaveZimosun

func (m *GameDetailRule) GetHaveZimosun() bool

func (*GameDetailRule) GetInitPoint

func (m *GameDetailRule) GetInitPoint() uint32

func (*GameDetailRule) GetJingsuanyuandian

func (m *GameDetailRule) GetJingsuanyuandian() uint32

func (*GameDetailRule) GetLiqibangValue

func (m *GameDetailRule) GetLiqibangValue() uint32

func (*GameDetailRule) GetMingDoraImmediatelyOpen

func (m *GameDetailRule) GetMingDoraImmediatelyOpen() bool

func (*GameDetailRule) GetNotingFafu_1

func (m *GameDetailRule) GetNotingFafu_1() uint32

func (*GameDetailRule) GetNotingFafu_2

func (m *GameDetailRule) GetNotingFafu_2() uint32

func (*GameDetailRule) GetNotingFafu_3

func (m *GameDetailRule) GetNotingFafu_3() uint32

func (*GameDetailRule) GetShiduan

func (m *GameDetailRule) GetShiduan() uint32

func (*GameDetailRule) GetShunweima_2

func (m *GameDetailRule) GetShunweima_2() int32

func (*GameDetailRule) GetShunweima_3

func (m *GameDetailRule) GetShunweima_3() int32

func (*GameDetailRule) GetShunweima_4

func (m *GameDetailRule) GetShunweima_4() int32

func (*GameDetailRule) GetTianbianValue

func (m *GameDetailRule) GetTianbianValue() uint32

func (*GameDetailRule) GetTimeAdd

func (m *GameDetailRule) GetTimeAdd() uint32

func (*GameDetailRule) GetTimeFixed

func (m *GameDetailRule) GetTimeFixed() uint32

func (*GameDetailRule) Marshal

func (m *GameDetailRule) Marshal() (dAtA []byte, err error)

func (*GameDetailRule) MarshalTo

func (m *GameDetailRule) MarshalTo(dAtA []byte) (int, error)

func (*GameDetailRule) MarshalToSizedBuffer

func (m *GameDetailRule) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameDetailRule) ProtoMessage

func (*GameDetailRule) ProtoMessage()

func (*GameDetailRule) Reset

func (m *GameDetailRule) Reset()

func (*GameDetailRule) Size

func (m *GameDetailRule) Size() (n int)

func (*GameDetailRule) String

func (m *GameDetailRule) String() string

func (*GameDetailRule) Unmarshal

func (m *GameDetailRule) Unmarshal(dAtA []byte) error

func (*GameDetailRule) XXX_DiscardUnknown

func (m *GameDetailRule) XXX_DiscardUnknown()

func (*GameDetailRule) XXX_Marshal

func (m *GameDetailRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameDetailRule) XXX_Merge

func (m *GameDetailRule) XXX_Merge(src proto.Message)

func (*GameDetailRule) XXX_Size

func (m *GameDetailRule) XXX_Size() int

func (*GameDetailRule) XXX_Unmarshal

func (m *GameDetailRule) XXX_Unmarshal(b []byte) error

type GameEnd

type GameEnd struct {
	Scores               []int32  `protobuf:"varint,1,rep,packed,name=scores,proto3" json:"scores,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameEnd) Descriptor

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

func (*GameEnd) GetScores

func (m *GameEnd) GetScores() []int32

func (*GameEnd) Marshal

func (m *GameEnd) Marshal() (dAtA []byte, err error)

func (*GameEnd) MarshalTo

func (m *GameEnd) MarshalTo(dAtA []byte) (int, error)

func (*GameEnd) MarshalToSizedBuffer

func (m *GameEnd) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameEnd) ProtoMessage

func (*GameEnd) ProtoMessage()

func (*GameEnd) Reset

func (m *GameEnd) Reset()

func (*GameEnd) Size

func (m *GameEnd) Size() (n int)

func (*GameEnd) String

func (m *GameEnd) String() string

func (*GameEnd) Unmarshal

func (m *GameEnd) Unmarshal(dAtA []byte) error

func (*GameEnd) XXX_DiscardUnknown

func (m *GameEnd) XXX_DiscardUnknown()

func (*GameEnd) XXX_Marshal

func (m *GameEnd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameEnd) XXX_Merge

func (m *GameEnd) XXX_Merge(src proto.Message)

func (*GameEnd) XXX_Size

func (m *GameEnd) XXX_Size() int

func (*GameEnd) XXX_Unmarshal

func (m *GameEnd) XXX_Unmarshal(b []byte) error

type GameEndAction

type GameEndAction struct {
	State                uint32   `protobuf:"varint,1,opt,name=state,proto3" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameEndAction) Descriptor

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

func (*GameEndAction) GetState

func (m *GameEndAction) GetState() uint32

func (*GameEndAction) Marshal

func (m *GameEndAction) Marshal() (dAtA []byte, err error)

func (*GameEndAction) MarshalTo

func (m *GameEndAction) MarshalTo(dAtA []byte) (int, error)

func (*GameEndAction) MarshalToSizedBuffer

func (m *GameEndAction) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameEndAction) ProtoMessage

func (*GameEndAction) ProtoMessage()

func (*GameEndAction) Reset

func (m *GameEndAction) Reset()

func (*GameEndAction) Size

func (m *GameEndAction) Size() (n int)

func (*GameEndAction) String

func (m *GameEndAction) String() string

func (*GameEndAction) Unmarshal

func (m *GameEndAction) Unmarshal(dAtA []byte) error

func (*GameEndAction) XXX_DiscardUnknown

func (m *GameEndAction) XXX_DiscardUnknown()

func (*GameEndAction) XXX_Marshal

func (m *GameEndAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameEndAction) XXX_Merge

func (m *GameEndAction) XXX_Merge(src proto.Message)

func (*GameEndAction) XXX_Size

func (m *GameEndAction) XXX_Size() int

func (*GameEndAction) XXX_Unmarshal

func (m *GameEndAction) XXX_Unmarshal(b []byte) error

type GameEndResult

type GameEndResult struct {
	Players              []*GameEndResult_PlayerItem `protobuf:"bytes,1,rep,name=players,proto3" json:"players,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*GameEndResult) Descriptor

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

func (*GameEndResult) GetPlayers

func (m *GameEndResult) GetPlayers() []*GameEndResult_PlayerItem

func (*GameEndResult) Marshal

func (m *GameEndResult) Marshal() (dAtA []byte, err error)

func (*GameEndResult) MarshalTo

func (m *GameEndResult) MarshalTo(dAtA []byte) (int, error)

func (*GameEndResult) MarshalToSizedBuffer

func (m *GameEndResult) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameEndResult) ProtoMessage

func (*GameEndResult) ProtoMessage()

func (*GameEndResult) Reset

func (m *GameEndResult) Reset()

func (*GameEndResult) Size

func (m *GameEndResult) Size() (n int)

func (*GameEndResult) String

func (m *GameEndResult) String() string

func (*GameEndResult) Unmarshal

func (m *GameEndResult) Unmarshal(dAtA []byte) error

func (*GameEndResult) XXX_DiscardUnknown

func (m *GameEndResult) XXX_DiscardUnknown()

func (*GameEndResult) XXX_Marshal

func (m *GameEndResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameEndResult) XXX_Merge

func (m *GameEndResult) XXX_Merge(src proto.Message)

func (*GameEndResult) XXX_Size

func (m *GameEndResult) XXX_Size() int

func (*GameEndResult) XXX_Unmarshal

func (m *GameEndResult) XXX_Unmarshal(b []byte) error

type GameEndResult_PlayerItem

type GameEndResult_PlayerItem struct {
	Seat                 uint32   `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	TotalPoint           int32    `protobuf:"varint,2,opt,name=total_point,json=totalPoint,proto3" json:"total_point,omitempty"`
	PartPoint_1          int32    `protobuf:"varint,3,opt,name=part_point_1,json=partPoint1,proto3" json:"part_point_1,omitempty"`
	PartPoint_2          int32    `protobuf:"varint,4,opt,name=part_point_2,json=partPoint2,proto3" json:"part_point_2,omitempty"`
	GradingScore         int32    `protobuf:"varint,5,opt,name=grading_score,json=gradingScore,proto3" json:"grading_score,omitempty"`
	Gold                 int32    `protobuf:"varint,6,opt,name=gold,proto3" json:"gold,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameEndResult_PlayerItem) Descriptor

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

func (*GameEndResult_PlayerItem) GetGold

func (m *GameEndResult_PlayerItem) GetGold() int32

func (*GameEndResult_PlayerItem) GetGradingScore

func (m *GameEndResult_PlayerItem) GetGradingScore() int32

func (*GameEndResult_PlayerItem) GetPartPoint_1

func (m *GameEndResult_PlayerItem) GetPartPoint_1() int32

func (*GameEndResult_PlayerItem) GetPartPoint_2

func (m *GameEndResult_PlayerItem) GetPartPoint_2() int32

func (*GameEndResult_PlayerItem) GetSeat

func (m *GameEndResult_PlayerItem) GetSeat() uint32

func (*GameEndResult_PlayerItem) GetTotalPoint

func (m *GameEndResult_PlayerItem) GetTotalPoint() int32

func (*GameEndResult_PlayerItem) Marshal

func (m *GameEndResult_PlayerItem) Marshal() (dAtA []byte, err error)

func (*GameEndResult_PlayerItem) MarshalTo

func (m *GameEndResult_PlayerItem) MarshalTo(dAtA []byte) (int, error)

func (*GameEndResult_PlayerItem) MarshalToSizedBuffer

func (m *GameEndResult_PlayerItem) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameEndResult_PlayerItem) ProtoMessage

func (*GameEndResult_PlayerItem) ProtoMessage()

func (*GameEndResult_PlayerItem) Reset

func (m *GameEndResult_PlayerItem) Reset()

func (*GameEndResult_PlayerItem) Size

func (m *GameEndResult_PlayerItem) Size() (n int)

func (*GameEndResult_PlayerItem) String

func (m *GameEndResult_PlayerItem) String() string

func (*GameEndResult_PlayerItem) Unmarshal

func (m *GameEndResult_PlayerItem) Unmarshal(dAtA []byte) error

func (*GameEndResult_PlayerItem) XXX_DiscardUnknown

func (m *GameEndResult_PlayerItem) XXX_DiscardUnknown()

func (*GameEndResult_PlayerItem) XXX_Marshal

func (m *GameEndResult_PlayerItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameEndResult_PlayerItem) XXX_Merge

func (m *GameEndResult_PlayerItem) XXX_Merge(src proto.Message)

func (*GameEndResult_PlayerItem) XXX_Size

func (m *GameEndResult_PlayerItem) XXX_Size() int

func (*GameEndResult_PlayerItem) XXX_Unmarshal

func (m *GameEndResult_PlayerItem) XXX_Unmarshal(b []byte) error

type GameFinalSnapshot

type GameFinalSnapshot struct {
	Uuid                 string                            `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	State                uint32                            `protobuf:"varint,2,opt,name=state,proto3" json:"state,omitempty"`
	Category             uint32                            `protobuf:"varint,3,opt,name=category,proto3" json:"category,omitempty"`
	Mode                 *GameMode                         `protobuf:"bytes,4,opt,name=mode,proto3" json:"mode,omitempty"`
	Meta                 *GameMetaData                     `protobuf:"bytes,5,opt,name=meta,proto3" json:"meta,omitempty"`
	CalculateParam       *GameFinalSnapshot_CalculateParam `protobuf:"bytes,6,opt,name=calculate_param,json=calculateParam,proto3" json:"calculate_param,omitempty"`
	CreateTime           uint32                            `protobuf:"varint,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StartTime            uint32                            `protobuf:"varint,8,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	FinishTime           uint32                            `protobuf:"varint,9,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	Seats                []*GameFinalSnapshot_GameSeat     `protobuf:"bytes,10,rep,name=seats,proto3" json:"seats,omitempty"`
	Rounds               []*GameRoundSnapshot              `protobuf:"bytes,11,rep,name=rounds,proto3" json:"rounds,omitempty"`
	AccountViews         []*PlayerGameView                 `protobuf:"bytes,12,rep,name=account_views,json=accountViews,proto3" json:"account_views,omitempty"`
	FinalPlayers         []*GameFinalSnapshot_FinalPlayer  `protobuf:"bytes,13,rep,name=final_players,json=finalPlayers,proto3" json:"final_players,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*GameFinalSnapshot) Descriptor

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

func (*GameFinalSnapshot) GetAccountViews

func (m *GameFinalSnapshot) GetAccountViews() []*PlayerGameView

func (*GameFinalSnapshot) GetCalculateParam

func (m *GameFinalSnapshot) GetCalculateParam() *GameFinalSnapshot_CalculateParam

func (*GameFinalSnapshot) GetCategory

func (m *GameFinalSnapshot) GetCategory() uint32

func (*GameFinalSnapshot) GetCreateTime

func (m *GameFinalSnapshot) GetCreateTime() uint32

func (*GameFinalSnapshot) GetFinalPlayers

func (m *GameFinalSnapshot) GetFinalPlayers() []*GameFinalSnapshot_FinalPlayer

func (*GameFinalSnapshot) GetFinishTime

func (m *GameFinalSnapshot) GetFinishTime() uint32

func (*GameFinalSnapshot) GetMeta

func (m *GameFinalSnapshot) GetMeta() *GameMetaData

func (*GameFinalSnapshot) GetMode

func (m *GameFinalSnapshot) GetMode() *GameMode

func (*GameFinalSnapshot) GetRounds

func (m *GameFinalSnapshot) GetRounds() []*GameRoundSnapshot

func (*GameFinalSnapshot) GetSeats

func (*GameFinalSnapshot) GetStartTime

func (m *GameFinalSnapshot) GetStartTime() uint32

func (*GameFinalSnapshot) GetState

func (m *GameFinalSnapshot) GetState() uint32

func (*GameFinalSnapshot) GetUuid

func (m *GameFinalSnapshot) GetUuid() string

func (*GameFinalSnapshot) Marshal

func (m *GameFinalSnapshot) Marshal() (dAtA []byte, err error)

func (*GameFinalSnapshot) MarshalTo

func (m *GameFinalSnapshot) MarshalTo(dAtA []byte) (int, error)

func (*GameFinalSnapshot) MarshalToSizedBuffer

func (m *GameFinalSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameFinalSnapshot) ProtoMessage

func (*GameFinalSnapshot) ProtoMessage()

func (*GameFinalSnapshot) Reset

func (m *GameFinalSnapshot) Reset()

func (*GameFinalSnapshot) Size

func (m *GameFinalSnapshot) Size() (n int)

func (*GameFinalSnapshot) String

func (m *GameFinalSnapshot) String() string

func (*GameFinalSnapshot) Unmarshal

func (m *GameFinalSnapshot) Unmarshal(dAtA []byte) error

func (*GameFinalSnapshot) XXX_DiscardUnknown

func (m *GameFinalSnapshot) XXX_DiscardUnknown()

func (*GameFinalSnapshot) XXX_Marshal

func (m *GameFinalSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameFinalSnapshot) XXX_Merge

func (m *GameFinalSnapshot) XXX_Merge(src proto.Message)

func (*GameFinalSnapshot) XXX_Size

func (m *GameFinalSnapshot) XXX_Size() int

func (*GameFinalSnapshot) XXX_Unmarshal

func (m *GameFinalSnapshot) XXX_Unmarshal(b []byte) error

type GameFinalSnapshot_CalculateParam

type GameFinalSnapshot_CalculateParam struct {
	InitPoint            uint32   `protobuf:"varint,1,opt,name=init_point,json=initPoint,proto3" json:"init_point,omitempty"`
	Jingsuanyuandian     uint32   `protobuf:"varint,2,opt,name=jingsuanyuandian,proto3" json:"jingsuanyuandian,omitempty"`
	RankPoints           []int32  `protobuf:"varint,3,rep,packed,name=rank_points,json=rankPoints,proto3" json:"rank_points,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameFinalSnapshot_CalculateParam) Descriptor

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

func (*GameFinalSnapshot_CalculateParam) GetInitPoint

func (m *GameFinalSnapshot_CalculateParam) GetInitPoint() uint32

func (*GameFinalSnapshot_CalculateParam) GetJingsuanyuandian

func (m *GameFinalSnapshot_CalculateParam) GetJingsuanyuandian() uint32

func (*GameFinalSnapshot_CalculateParam) GetRankPoints

func (m *GameFinalSnapshot_CalculateParam) GetRankPoints() []int32

func (*GameFinalSnapshot_CalculateParam) Marshal

func (m *GameFinalSnapshot_CalculateParam) Marshal() (dAtA []byte, err error)

func (*GameFinalSnapshot_CalculateParam) MarshalTo

func (m *GameFinalSnapshot_CalculateParam) MarshalTo(dAtA []byte) (int, error)

func (*GameFinalSnapshot_CalculateParam) MarshalToSizedBuffer

func (m *GameFinalSnapshot_CalculateParam) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameFinalSnapshot_CalculateParam) ProtoMessage

func (*GameFinalSnapshot_CalculateParam) ProtoMessage()

func (*GameFinalSnapshot_CalculateParam) Reset

func (*GameFinalSnapshot_CalculateParam) Size

func (m *GameFinalSnapshot_CalculateParam) Size() (n int)

func (*GameFinalSnapshot_CalculateParam) String

func (*GameFinalSnapshot_CalculateParam) Unmarshal

func (m *GameFinalSnapshot_CalculateParam) Unmarshal(dAtA []byte) error

func (*GameFinalSnapshot_CalculateParam) XXX_DiscardUnknown

func (m *GameFinalSnapshot_CalculateParam) XXX_DiscardUnknown()

func (*GameFinalSnapshot_CalculateParam) XXX_Marshal

func (m *GameFinalSnapshot_CalculateParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameFinalSnapshot_CalculateParam) XXX_Merge

func (*GameFinalSnapshot_CalculateParam) XXX_Size

func (m *GameFinalSnapshot_CalculateParam) XXX_Size() int

func (*GameFinalSnapshot_CalculateParam) XXX_Unmarshal

func (m *GameFinalSnapshot_CalculateParam) XXX_Unmarshal(b []byte) error

type GameFinalSnapshot_FinalPlayer

type GameFinalSnapshot_FinalPlayer struct {
	Seat                 uint32   `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	TotalPoint           int32    `protobuf:"varint,2,opt,name=total_point,json=totalPoint,proto3" json:"total_point,omitempty"`
	PartPoint_1          int32    `protobuf:"varint,3,opt,name=part_point_1,json=partPoint1,proto3" json:"part_point_1,omitempty"`
	PartPoint_2          int32    `protobuf:"varint,4,opt,name=part_point_2,json=partPoint2,proto3" json:"part_point_2,omitempty"`
	GradingScore         int32    `protobuf:"varint,5,opt,name=grading_score,json=gradingScore,proto3" json:"grading_score,omitempty"`
	Gold                 int32    `protobuf:"varint,6,opt,name=gold,proto3" json:"gold,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameFinalSnapshot_FinalPlayer) Descriptor

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

func (*GameFinalSnapshot_FinalPlayer) GetGold

func (m *GameFinalSnapshot_FinalPlayer) GetGold() int32

func (*GameFinalSnapshot_FinalPlayer) GetGradingScore

func (m *GameFinalSnapshot_FinalPlayer) GetGradingScore() int32

func (*GameFinalSnapshot_FinalPlayer) GetPartPoint_1

func (m *GameFinalSnapshot_FinalPlayer) GetPartPoint_1() int32

func (*GameFinalSnapshot_FinalPlayer) GetPartPoint_2

func (m *GameFinalSnapshot_FinalPlayer) GetPartPoint_2() int32

func (*GameFinalSnapshot_FinalPlayer) GetSeat

func (*GameFinalSnapshot_FinalPlayer) GetTotalPoint

func (m *GameFinalSnapshot_FinalPlayer) GetTotalPoint() int32

func (*GameFinalSnapshot_FinalPlayer) Marshal

func (m *GameFinalSnapshot_FinalPlayer) Marshal() (dAtA []byte, err error)

func (*GameFinalSnapshot_FinalPlayer) MarshalTo

func (m *GameFinalSnapshot_FinalPlayer) MarshalTo(dAtA []byte) (int, error)

func (*GameFinalSnapshot_FinalPlayer) MarshalToSizedBuffer

func (m *GameFinalSnapshot_FinalPlayer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameFinalSnapshot_FinalPlayer) ProtoMessage

func (*GameFinalSnapshot_FinalPlayer) ProtoMessage()

func (*GameFinalSnapshot_FinalPlayer) Reset

func (m *GameFinalSnapshot_FinalPlayer) Reset()

func (*GameFinalSnapshot_FinalPlayer) Size

func (m *GameFinalSnapshot_FinalPlayer) Size() (n int)

func (*GameFinalSnapshot_FinalPlayer) String

func (*GameFinalSnapshot_FinalPlayer) Unmarshal

func (m *GameFinalSnapshot_FinalPlayer) Unmarshal(dAtA []byte) error

func (*GameFinalSnapshot_FinalPlayer) XXX_DiscardUnknown

func (m *GameFinalSnapshot_FinalPlayer) XXX_DiscardUnknown()

func (*GameFinalSnapshot_FinalPlayer) XXX_Marshal

func (m *GameFinalSnapshot_FinalPlayer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameFinalSnapshot_FinalPlayer) XXX_Merge

func (m *GameFinalSnapshot_FinalPlayer) XXX_Merge(src proto.Message)

func (*GameFinalSnapshot_FinalPlayer) XXX_Size

func (m *GameFinalSnapshot_FinalPlayer) XXX_Size() int

func (*GameFinalSnapshot_FinalPlayer) XXX_Unmarshal

func (m *GameFinalSnapshot_FinalPlayer) XXX_Unmarshal(b []byte) error

type GameFinalSnapshot_GameSeat

type GameFinalSnapshot_GameSeat struct {
	Type                 uint32           `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	AccountId            uint32           `protobuf:"varint,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	NotifyEndpoint       *NetworkEndpoint `protobuf:"bytes,3,opt,name=notify_endpoint,json=notifyEndpoint,proto3" json:"notify_endpoint,omitempty"`
	ClientAddress        string           `protobuf:"bytes,4,opt,name=client_address,json=clientAddress,proto3" json:"client_address,omitempty"`
	IsConnected          bool             `protobuf:"varint,5,opt,name=is_connected,json=isConnected,proto3" json:"is_connected,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GameFinalSnapshot_GameSeat) Descriptor

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

func (*GameFinalSnapshot_GameSeat) GetAccountId

func (m *GameFinalSnapshot_GameSeat) GetAccountId() uint32

func (*GameFinalSnapshot_GameSeat) GetClientAddress

func (m *GameFinalSnapshot_GameSeat) GetClientAddress() string

func (*GameFinalSnapshot_GameSeat) GetIsConnected

func (m *GameFinalSnapshot_GameSeat) GetIsConnected() bool

func (*GameFinalSnapshot_GameSeat) GetNotifyEndpoint

func (m *GameFinalSnapshot_GameSeat) GetNotifyEndpoint() *NetworkEndpoint

func (*GameFinalSnapshot_GameSeat) GetType

func (m *GameFinalSnapshot_GameSeat) GetType() uint32

func (*GameFinalSnapshot_GameSeat) Marshal

func (m *GameFinalSnapshot_GameSeat) Marshal() (dAtA []byte, err error)

func (*GameFinalSnapshot_GameSeat) MarshalTo

func (m *GameFinalSnapshot_GameSeat) MarshalTo(dAtA []byte) (int, error)

func (*GameFinalSnapshot_GameSeat) MarshalToSizedBuffer

func (m *GameFinalSnapshot_GameSeat) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameFinalSnapshot_GameSeat) ProtoMessage

func (*GameFinalSnapshot_GameSeat) ProtoMessage()

func (*GameFinalSnapshot_GameSeat) Reset

func (m *GameFinalSnapshot_GameSeat) Reset()

func (*GameFinalSnapshot_GameSeat) Size

func (m *GameFinalSnapshot_GameSeat) Size() (n int)

func (*GameFinalSnapshot_GameSeat) String

func (m *GameFinalSnapshot_GameSeat) String() string

func (*GameFinalSnapshot_GameSeat) Unmarshal

func (m *GameFinalSnapshot_GameSeat) Unmarshal(dAtA []byte) error

func (*GameFinalSnapshot_GameSeat) XXX_DiscardUnknown

func (m *GameFinalSnapshot_GameSeat) XXX_DiscardUnknown()

func (*GameFinalSnapshot_GameSeat) XXX_Marshal

func (m *GameFinalSnapshot_GameSeat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameFinalSnapshot_GameSeat) XXX_Merge

func (m *GameFinalSnapshot_GameSeat) XXX_Merge(src proto.Message)

func (*GameFinalSnapshot_GameSeat) XXX_Size

func (m *GameFinalSnapshot_GameSeat) XXX_Size() int

func (*GameFinalSnapshot_GameSeat) XXX_Unmarshal

func (m *GameFinalSnapshot_GameSeat) XXX_Unmarshal(b []byte) error

type GameLiveHead

type GameLiveHead struct {
	Uuid                 string            `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	StartTime            uint32            `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	GameConfig           *GameConfig       `protobuf:"bytes,3,opt,name=game_config,json=gameConfig,proto3" json:"game_config,omitempty"`
	Players              []*PlayerGameView `protobuf:"bytes,4,rep,name=players,proto3" json:"players,omitempty"`
	SeatList             []uint32          `protobuf:"varint,5,rep,packed,name=seat_list,json=seatList,proto3" json:"seat_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GameLiveHead) Descriptor

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

func (*GameLiveHead) GetGameConfig

func (m *GameLiveHead) GetGameConfig() *GameConfig

func (*GameLiveHead) GetPlayers

func (m *GameLiveHead) GetPlayers() []*PlayerGameView

func (*GameLiveHead) GetSeatList

func (m *GameLiveHead) GetSeatList() []uint32

func (*GameLiveHead) GetStartTime

func (m *GameLiveHead) GetStartTime() uint32

func (*GameLiveHead) GetUuid

func (m *GameLiveHead) GetUuid() string

func (*GameLiveHead) Marshal

func (m *GameLiveHead) Marshal() (dAtA []byte, err error)

func (*GameLiveHead) MarshalTo

func (m *GameLiveHead) MarshalTo(dAtA []byte) (int, error)

func (*GameLiveHead) MarshalToSizedBuffer

func (m *GameLiveHead) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameLiveHead) ProtoMessage

func (*GameLiveHead) ProtoMessage()

func (*GameLiveHead) Reset

func (m *GameLiveHead) Reset()

func (*GameLiveHead) Size

func (m *GameLiveHead) Size() (n int)

func (*GameLiveHead) String

func (m *GameLiveHead) String() string

func (*GameLiveHead) Unmarshal

func (m *GameLiveHead) Unmarshal(dAtA []byte) error

func (*GameLiveHead) XXX_DiscardUnknown

func (m *GameLiveHead) XXX_DiscardUnknown()

func (*GameLiveHead) XXX_Marshal

func (m *GameLiveHead) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameLiveHead) XXX_Merge

func (m *GameLiveHead) XXX_Merge(src proto.Message)

func (*GameLiveHead) XXX_Size

func (m *GameLiveHead) XXX_Size() int

func (*GameLiveHead) XXX_Unmarshal

func (m *GameLiveHead) XXX_Unmarshal(b []byte) error

type GameLiveSegment

type GameLiveSegment struct {
	Actions              []*GameLiveUnit `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GameLiveSegment) Descriptor

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

func (*GameLiveSegment) GetActions

func (m *GameLiveSegment) GetActions() []*GameLiveUnit

func (*GameLiveSegment) Marshal

func (m *GameLiveSegment) Marshal() (dAtA []byte, err error)

func (*GameLiveSegment) MarshalTo

func (m *GameLiveSegment) MarshalTo(dAtA []byte) (int, error)

func (*GameLiveSegment) MarshalToSizedBuffer

func (m *GameLiveSegment) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameLiveSegment) ProtoMessage

func (*GameLiveSegment) ProtoMessage()

func (*GameLiveSegment) Reset

func (m *GameLiveSegment) Reset()

func (*GameLiveSegment) Size

func (m *GameLiveSegment) Size() (n int)

func (*GameLiveSegment) String

func (m *GameLiveSegment) String() string

func (*GameLiveSegment) Unmarshal

func (m *GameLiveSegment) Unmarshal(dAtA []byte) error

func (*GameLiveSegment) XXX_DiscardUnknown

func (m *GameLiveSegment) XXX_DiscardUnknown()

func (*GameLiveSegment) XXX_Marshal

func (m *GameLiveSegment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameLiveSegment) XXX_Merge

func (m *GameLiveSegment) XXX_Merge(src proto.Message)

func (*GameLiveSegment) XXX_Size

func (m *GameLiveSegment) XXX_Size() int

func (*GameLiveSegment) XXX_Unmarshal

func (m *GameLiveSegment) XXX_Unmarshal(b []byte) error

type GameLiveSegmentUri

type GameLiveSegmentUri struct {
	SegmentId            uint32   `protobuf:"varint,1,opt,name=segment_id,json=segmentId,proto3" json:"segment_id,omitempty"`
	SegmentUri           string   `protobuf:"bytes,2,opt,name=segment_uri,json=segmentUri,proto3" json:"segment_uri,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameLiveSegmentUri) Descriptor

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

func (*GameLiveSegmentUri) GetSegmentId

func (m *GameLiveSegmentUri) GetSegmentId() uint32

func (*GameLiveSegmentUri) GetSegmentUri

func (m *GameLiveSegmentUri) GetSegmentUri() string

func (*GameLiveSegmentUri) Marshal

func (m *GameLiveSegmentUri) Marshal() (dAtA []byte, err error)

func (*GameLiveSegmentUri) MarshalTo

func (m *GameLiveSegmentUri) MarshalTo(dAtA []byte) (int, error)

func (*GameLiveSegmentUri) MarshalToSizedBuffer

func (m *GameLiveSegmentUri) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameLiveSegmentUri) ProtoMessage

func (*GameLiveSegmentUri) ProtoMessage()

func (*GameLiveSegmentUri) Reset

func (m *GameLiveSegmentUri) Reset()

func (*GameLiveSegmentUri) Size

func (m *GameLiveSegmentUri) Size() (n int)

func (*GameLiveSegmentUri) String

func (m *GameLiveSegmentUri) String() string

func (*GameLiveSegmentUri) Unmarshal

func (m *GameLiveSegmentUri) Unmarshal(dAtA []byte) error

func (*GameLiveSegmentUri) XXX_DiscardUnknown

func (m *GameLiveSegmentUri) XXX_DiscardUnknown()

func (*GameLiveSegmentUri) XXX_Marshal

func (m *GameLiveSegmentUri) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameLiveSegmentUri) XXX_Merge

func (m *GameLiveSegmentUri) XXX_Merge(src proto.Message)

func (*GameLiveSegmentUri) XXX_Size

func (m *GameLiveSegmentUri) XXX_Size() int

func (*GameLiveSegmentUri) XXX_Unmarshal

func (m *GameLiveSegmentUri) XXX_Unmarshal(b []byte) error

type GameLiveUnit

type GameLiveUnit struct {
	Timestamp            uint32   `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	ActionCategory       uint32   `protobuf:"varint,2,opt,name=action_category,json=actionCategory,proto3" json:"action_category,omitempty"`
	ActionData           []byte   `protobuf:"bytes,3,opt,name=action_data,json=actionData,proto3" json:"action_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameLiveUnit) Descriptor

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

func (*GameLiveUnit) GetActionCategory

func (m *GameLiveUnit) GetActionCategory() uint32

func (*GameLiveUnit) GetActionData

func (m *GameLiveUnit) GetActionData() []byte

func (*GameLiveUnit) GetTimestamp

func (m *GameLiveUnit) GetTimestamp() uint32

func (*GameLiveUnit) Marshal

func (m *GameLiveUnit) Marshal() (dAtA []byte, err error)

func (*GameLiveUnit) MarshalTo

func (m *GameLiveUnit) MarshalTo(dAtA []byte) (int, error)

func (*GameLiveUnit) MarshalToSizedBuffer

func (m *GameLiveUnit) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameLiveUnit) ProtoMessage

func (*GameLiveUnit) ProtoMessage()

func (*GameLiveUnit) Reset

func (m *GameLiveUnit) Reset()

func (*GameLiveUnit) Size

func (m *GameLiveUnit) Size() (n int)

func (*GameLiveUnit) String

func (m *GameLiveUnit) String() string

func (*GameLiveUnit) Unmarshal

func (m *GameLiveUnit) Unmarshal(dAtA []byte) error

func (*GameLiveUnit) XXX_DiscardUnknown

func (m *GameLiveUnit) XXX_DiscardUnknown()

func (*GameLiveUnit) XXX_Marshal

func (m *GameLiveUnit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameLiveUnit) XXX_Merge

func (m *GameLiveUnit) XXX_Merge(src proto.Message)

func (*GameLiveUnit) XXX_Size

func (m *GameLiveUnit) XXX_Size() int

func (*GameLiveUnit) XXX_Unmarshal

func (m *GameLiveUnit) XXX_Unmarshal(b []byte) error

type GameMetaData

type GameMetaData struct {
	RoomId               uint32   `protobuf:"varint,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	ModeId               uint32   `protobuf:"varint,2,opt,name=mode_id,json=modeId,proto3" json:"mode_id,omitempty"`
	ContestUid           uint32   `protobuf:"varint,3,opt,name=contest_uid,json=contestUid,proto3" json:"contest_uid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameMetaData) Descriptor

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

func (*GameMetaData) GetContestUid

func (m *GameMetaData) GetContestUid() uint32

func (*GameMetaData) GetModeId

func (m *GameMetaData) GetModeId() uint32

func (*GameMetaData) GetRoomId

func (m *GameMetaData) GetRoomId() uint32

func (*GameMetaData) Marshal

func (m *GameMetaData) Marshal() (dAtA []byte, err error)

func (*GameMetaData) MarshalTo

func (m *GameMetaData) MarshalTo(dAtA []byte) (int, error)

func (*GameMetaData) MarshalToSizedBuffer

func (m *GameMetaData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameMetaData) ProtoMessage

func (*GameMetaData) ProtoMessage()

func (*GameMetaData) Reset

func (m *GameMetaData) Reset()

func (*GameMetaData) Size

func (m *GameMetaData) Size() (n int)

func (*GameMetaData) String

func (m *GameMetaData) String() string

func (*GameMetaData) Unmarshal

func (m *GameMetaData) Unmarshal(dAtA []byte) error

func (*GameMetaData) XXX_DiscardUnknown

func (m *GameMetaData) XXX_DiscardUnknown()

func (*GameMetaData) XXX_Marshal

func (m *GameMetaData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameMetaData) XXX_Merge

func (m *GameMetaData) XXX_Merge(src proto.Message)

func (*GameMetaData) XXX_Size

func (m *GameMetaData) XXX_Size() int

func (*GameMetaData) XXX_Unmarshal

func (m *GameMetaData) XXX_Unmarshal(b []byte) error

type GameMode

type GameMode struct {
	Mode                 uint32                     `protobuf:"varint,1,opt,name=mode,proto3" json:"mode,omitempty"`
	Ai                   bool                       `protobuf:"varint,4,opt,name=ai,proto3" json:"ai,omitempty"`
	Extendinfo           string                     `protobuf:"bytes,5,opt,name=extendinfo,proto3" json:"extendinfo,omitempty"`
	DetailRule           *GameDetailRule            `protobuf:"bytes,6,opt,name=detail_rule,json=detailRule,proto3" json:"detail_rule,omitempty"`
	TestingEnvironment   *GameTestingEnvironmentSet `protobuf:"bytes,7,opt,name=testing_environment,json=testingEnvironment,proto3" json:"testing_environment,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*GameMode) Descriptor

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

func (*GameMode) GetAi

func (m *GameMode) GetAi() bool

func (*GameMode) GetDetailRule

func (m *GameMode) GetDetailRule() *GameDetailRule

func (*GameMode) GetExtendinfo

func (m *GameMode) GetExtendinfo() string

func (*GameMode) GetMode

func (m *GameMode) GetMode() uint32

func (*GameMode) GetTestingEnvironment

func (m *GameMode) GetTestingEnvironment() *GameTestingEnvironmentSet

func (*GameMode) Marshal

func (m *GameMode) Marshal() (dAtA []byte, err error)

func (*GameMode) MarshalTo

func (m *GameMode) MarshalTo(dAtA []byte) (int, error)

func (*GameMode) MarshalToSizedBuffer

func (m *GameMode) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameMode) ProtoMessage

func (*GameMode) ProtoMessage()

func (*GameMode) Reset

func (m *GameMode) Reset()

func (*GameMode) Size

func (m *GameMode) Size() (n int)

func (*GameMode) String

func (m *GameMode) String() string

func (*GameMode) Unmarshal

func (m *GameMode) Unmarshal(dAtA []byte) error

func (*GameMode) XXX_DiscardUnknown

func (m *GameMode) XXX_DiscardUnknown()

func (*GameMode) XXX_Marshal

func (m *GameMode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameMode) XXX_Merge

func (m *GameMode) XXX_Merge(src proto.Message)

func (*GameMode) XXX_Size

func (m *GameMode) XXX_Size() int

func (*GameMode) XXX_Unmarshal

func (m *GameMode) XXX_Unmarshal(b []byte) error

type GameNewRoundState

type GameNewRoundState struct {
	SeatStates           []uint32 `protobuf:"varint,1,rep,packed,name=seat_states,json=seatStates,proto3" json:"seat_states,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameNewRoundState) Descriptor

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

func (*GameNewRoundState) GetSeatStates

func (m *GameNewRoundState) GetSeatStates() []uint32

func (*GameNewRoundState) Marshal

func (m *GameNewRoundState) Marshal() (dAtA []byte, err error)

func (*GameNewRoundState) MarshalTo

func (m *GameNewRoundState) MarshalTo(dAtA []byte) (int, error)

func (*GameNewRoundState) MarshalToSizedBuffer

func (m *GameNewRoundState) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameNewRoundState) ProtoMessage

func (*GameNewRoundState) ProtoMessage()

func (*GameNewRoundState) Reset

func (m *GameNewRoundState) Reset()

func (*GameNewRoundState) Size

func (m *GameNewRoundState) Size() (n int)

func (*GameNewRoundState) String

func (m *GameNewRoundState) String() string

func (*GameNewRoundState) Unmarshal

func (m *GameNewRoundState) Unmarshal(dAtA []byte) error

func (*GameNewRoundState) XXX_DiscardUnknown

func (m *GameNewRoundState) XXX_DiscardUnknown()

func (*GameNewRoundState) XXX_Marshal

func (m *GameNewRoundState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameNewRoundState) XXX_Merge

func (m *GameNewRoundState) XXX_Merge(src proto.Message)

func (*GameNewRoundState) XXX_Size

func (m *GameNewRoundState) XXX_Size() int

func (*GameNewRoundState) XXX_Unmarshal

func (m *GameNewRoundState) XXX_Unmarshal(b []byte) error

type GameNoopAction

type GameNoopAction struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameNoopAction) Descriptor

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

func (*GameNoopAction) Marshal

func (m *GameNoopAction) Marshal() (dAtA []byte, err error)

func (*GameNoopAction) MarshalTo

func (m *GameNoopAction) MarshalTo(dAtA []byte) (int, error)

func (*GameNoopAction) MarshalToSizedBuffer

func (m *GameNoopAction) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameNoopAction) ProtoMessage

func (*GameNoopAction) ProtoMessage()

func (*GameNoopAction) Reset

func (m *GameNoopAction) Reset()

func (*GameNoopAction) Size

func (m *GameNoopAction) Size() (n int)

func (*GameNoopAction) String

func (m *GameNoopAction) String() string

func (*GameNoopAction) Unmarshal

func (m *GameNoopAction) Unmarshal(dAtA []byte) error

func (*GameNoopAction) XXX_DiscardUnknown

func (m *GameNoopAction) XXX_DiscardUnknown()

func (*GameNoopAction) XXX_Marshal

func (m *GameNoopAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameNoopAction) XXX_Merge

func (m *GameNoopAction) XXX_Merge(src proto.Message)

func (*GameNoopAction) XXX_Size

func (m *GameNoopAction) XXX_Size() int

func (*GameNoopAction) XXX_Unmarshal

func (m *GameNoopAction) XXX_Unmarshal(b []byte) error

type GamePlayerState

type GamePlayerState int32
const (
	GamePlayerState_NULL    GamePlayerState = 0
	GamePlayerState_AUTH    GamePlayerState = 1
	GamePlayerState_SYNCING GamePlayerState = 2
	GamePlayerState_READY   GamePlayerState = 3
)

func (GamePlayerState) EnumDescriptor

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

func (GamePlayerState) String

func (x GamePlayerState) String() string

type GameRestore

type GameRestore struct {
	Snapshot             *GameSnapshot      `protobuf:"bytes,1,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
	Actions              []*ActionPrototype `protobuf:"bytes,2,rep,name=actions,proto3" json:"actions,omitempty"`
	PassedWaitingTime    uint32             `protobuf:"varint,3,opt,name=passed_waiting_time,json=passedWaitingTime,proto3" json:"passed_waiting_time,omitempty"`
	GameState            uint32             `protobuf:"varint,4,opt,name=game_state,json=gameState,proto3" json:"game_state,omitempty"`
	StartTime            uint32             `protobuf:"varint,5,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	LastPauseTimeMs      uint32             `protobuf:"varint,6,opt,name=last_pause_time_ms,json=lastPauseTimeMs,proto3" json:"last_pause_time_ms,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GameRestore) Descriptor

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

func (*GameRestore) GetActions

func (m *GameRestore) GetActions() []*ActionPrototype

func (*GameRestore) GetGameState

func (m *GameRestore) GetGameState() uint32

func (*GameRestore) GetLastPauseTimeMs

func (m *GameRestore) GetLastPauseTimeMs() uint32

func (*GameRestore) GetPassedWaitingTime

func (m *GameRestore) GetPassedWaitingTime() uint32

func (*GameRestore) GetSnapshot

func (m *GameRestore) GetSnapshot() *GameSnapshot

func (*GameRestore) GetStartTime

func (m *GameRestore) GetStartTime() uint32

func (*GameRestore) Marshal

func (m *GameRestore) Marshal() (dAtA []byte, err error)

func (*GameRestore) MarshalTo

func (m *GameRestore) MarshalTo(dAtA []byte) (int, error)

func (*GameRestore) MarshalToSizedBuffer

func (m *GameRestore) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameRestore) ProtoMessage

func (*GameRestore) ProtoMessage()

func (*GameRestore) Reset

func (m *GameRestore) Reset()

func (*GameRestore) Size

func (m *GameRestore) Size() (n int)

func (*GameRestore) String

func (m *GameRestore) String() string

func (*GameRestore) Unmarshal

func (m *GameRestore) Unmarshal(dAtA []byte) error

func (*GameRestore) XXX_DiscardUnknown

func (m *GameRestore) XXX_DiscardUnknown()

func (*GameRestore) XXX_Marshal

func (m *GameRestore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameRestore) XXX_Merge

func (m *GameRestore) XXX_Merge(src proto.Message)

func (*GameRestore) XXX_Size

func (m *GameRestore) XXX_Size() int

func (*GameRestore) XXX_Unmarshal

func (m *GameRestore) XXX_Unmarshal(b []byte) error

type GameRoundHuData

type GameRoundHuData struct {
	Hupai                *GameRoundHuData_HuPai `protobuf:"bytes,1,opt,name=hupai,proto3" json:"hupai,omitempty"`
	Fans                 []*GameRoundHuData_Fan `protobuf:"bytes,2,rep,name=fans,proto3" json:"fans,omitempty"`
	Score                uint32                 `protobuf:"varint,3,opt,name=score,proto3" json:"score,omitempty"`
	Xun                  uint32                 `protobuf:"varint,4,opt,name=xun,proto3" json:"xun,omitempty"`
	TitleId              uint32                 `protobuf:"varint,5,opt,name=title_id,json=titleId,proto3" json:"title_id,omitempty"`
	FanSum               uint32                 `protobuf:"varint,6,opt,name=fan_sum,json=fanSum,proto3" json:"fan_sum,omitempty"`
	FuSum                uint32                 `protobuf:"varint,7,opt,name=fu_sum,json=fuSum,proto3" json:"fu_sum,omitempty"`
	YakumanCount         uint32                 `protobuf:"varint,8,opt,name=yakuman_count,json=yakumanCount,proto3" json:"yakuman_count,omitempty"`
	BiaoDoraCount        uint32                 `protobuf:"varint,9,opt,name=biao_dora_count,json=biaoDoraCount,proto3" json:"biao_dora_count,omitempty"`
	RedDoraCount         uint32                 `protobuf:"varint,10,opt,name=red_dora_count,json=redDoraCount,proto3" json:"red_dora_count,omitempty"`
	LiDoraCount          uint32                 `protobuf:"varint,11,opt,name=li_dora_count,json=liDoraCount,proto3" json:"li_dora_count,omitempty"`
	BabeiCount           uint32                 `protobuf:"varint,12,opt,name=babei_count,json=babeiCount,proto3" json:"babei_count,omitempty"`
	XuanShangCount       uint32                 `protobuf:"varint,13,opt,name=xuan_shang_count,json=xuanShangCount,proto3" json:"xuan_shang_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GameRoundHuData) Descriptor

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

func (*GameRoundHuData) GetBabeiCount

func (m *GameRoundHuData) GetBabeiCount() uint32

func (*GameRoundHuData) GetBiaoDoraCount

func (m *GameRoundHuData) GetBiaoDoraCount() uint32

func (*GameRoundHuData) GetFanSum

func (m *GameRoundHuData) GetFanSum() uint32

func (*GameRoundHuData) GetFans

func (m *GameRoundHuData) GetFans() []*GameRoundHuData_Fan

func (*GameRoundHuData) GetFuSum

func (m *GameRoundHuData) GetFuSum() uint32

func (*GameRoundHuData) GetHupai

func (m *GameRoundHuData) GetHupai() *GameRoundHuData_HuPai

func (*GameRoundHuData) GetLiDoraCount

func (m *GameRoundHuData) GetLiDoraCount() uint32

func (*GameRoundHuData) GetRedDoraCount

func (m *GameRoundHuData) GetRedDoraCount() uint32

func (*GameRoundHuData) GetScore

func (m *GameRoundHuData) GetScore() uint32

func (*GameRoundHuData) GetTitleId

func (m *GameRoundHuData) GetTitleId() uint32

func (*GameRoundHuData) GetXuanShangCount

func (m *GameRoundHuData) GetXuanShangCount() uint32

func (*GameRoundHuData) GetXun

func (m *GameRoundHuData) GetXun() uint32

func (*GameRoundHuData) GetYakumanCount

func (m *GameRoundHuData) GetYakumanCount() uint32

func (*GameRoundHuData) Marshal

func (m *GameRoundHuData) Marshal() (dAtA []byte, err error)

func (*GameRoundHuData) MarshalTo

func (m *GameRoundHuData) MarshalTo(dAtA []byte) (int, error)

func (*GameRoundHuData) MarshalToSizedBuffer

func (m *GameRoundHuData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameRoundHuData) ProtoMessage

func (*GameRoundHuData) ProtoMessage()

func (*GameRoundHuData) Reset

func (m *GameRoundHuData) Reset()

func (*GameRoundHuData) Size

func (m *GameRoundHuData) Size() (n int)

func (*GameRoundHuData) String

func (m *GameRoundHuData) String() string

func (*GameRoundHuData) Unmarshal

func (m *GameRoundHuData) Unmarshal(dAtA []byte) error

func (*GameRoundHuData) XXX_DiscardUnknown

func (m *GameRoundHuData) XXX_DiscardUnknown()

func (*GameRoundHuData) XXX_Marshal

func (m *GameRoundHuData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameRoundHuData) XXX_Merge

func (m *GameRoundHuData) XXX_Merge(src proto.Message)

func (*GameRoundHuData) XXX_Size

func (m *GameRoundHuData) XXX_Size() int

func (*GameRoundHuData) XXX_Unmarshal

func (m *GameRoundHuData) XXX_Unmarshal(b []byte) error

type GameRoundHuData_Fan

type GameRoundHuData_Fan struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	Fan                  uint32   `protobuf:"varint,3,opt,name=fan,proto3" json:"fan,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameRoundHuData_Fan) Descriptor

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

func (*GameRoundHuData_Fan) GetCount

func (m *GameRoundHuData_Fan) GetCount() uint32

func (*GameRoundHuData_Fan) GetFan

func (m *GameRoundHuData_Fan) GetFan() uint32

func (*GameRoundHuData_Fan) GetId

func (m *GameRoundHuData_Fan) GetId() uint32

func (*GameRoundHuData_Fan) Marshal

func (m *GameRoundHuData_Fan) Marshal() (dAtA []byte, err error)

func (*GameRoundHuData_Fan) MarshalTo

func (m *GameRoundHuData_Fan) MarshalTo(dAtA []byte) (int, error)

func (*GameRoundHuData_Fan) MarshalToSizedBuffer

func (m *GameRoundHuData_Fan) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameRoundHuData_Fan) ProtoMessage

func (*GameRoundHuData_Fan) ProtoMessage()

func (*GameRoundHuData_Fan) Reset

func (m *GameRoundHuData_Fan) Reset()

func (*GameRoundHuData_Fan) Size

func (m *GameRoundHuData_Fan) Size() (n int)

func (*GameRoundHuData_Fan) String

func (m *GameRoundHuData_Fan) String() string

func (*GameRoundHuData_Fan) Unmarshal

func (m *GameRoundHuData_Fan) Unmarshal(dAtA []byte) error

func (*GameRoundHuData_Fan) XXX_DiscardUnknown

func (m *GameRoundHuData_Fan) XXX_DiscardUnknown()

func (*GameRoundHuData_Fan) XXX_Marshal

func (m *GameRoundHuData_Fan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameRoundHuData_Fan) XXX_Merge

func (m *GameRoundHuData_Fan) XXX_Merge(src proto.Message)

func (*GameRoundHuData_Fan) XXX_Size

func (m *GameRoundHuData_Fan) XXX_Size() int

func (*GameRoundHuData_Fan) XXX_Unmarshal

func (m *GameRoundHuData_Fan) XXX_Unmarshal(b []byte) error

type GameRoundHuData_HuPai

type GameRoundHuData_HuPai struct {
	Tile                 string   `protobuf:"bytes,1,opt,name=tile,proto3" json:"tile,omitempty"`
	Seat                 uint32   `protobuf:"varint,2,opt,name=seat,proto3" json:"seat,omitempty"`
	Liqi                 uint32   `protobuf:"varint,3,opt,name=liqi,proto3" json:"liqi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameRoundHuData_HuPai) Descriptor

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

func (*GameRoundHuData_HuPai) GetLiqi

func (m *GameRoundHuData_HuPai) GetLiqi() uint32

func (*GameRoundHuData_HuPai) GetSeat

func (m *GameRoundHuData_HuPai) GetSeat() uint32

func (*GameRoundHuData_HuPai) GetTile

func (m *GameRoundHuData_HuPai) GetTile() string

func (*GameRoundHuData_HuPai) Marshal

func (m *GameRoundHuData_HuPai) Marshal() (dAtA []byte, err error)

func (*GameRoundHuData_HuPai) MarshalTo

func (m *GameRoundHuData_HuPai) MarshalTo(dAtA []byte) (int, error)

func (*GameRoundHuData_HuPai) MarshalToSizedBuffer

func (m *GameRoundHuData_HuPai) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameRoundHuData_HuPai) ProtoMessage

func (*GameRoundHuData_HuPai) ProtoMessage()

func (*GameRoundHuData_HuPai) Reset

func (m *GameRoundHuData_HuPai) Reset()

func (*GameRoundHuData_HuPai) Size

func (m *GameRoundHuData_HuPai) Size() (n int)

func (*GameRoundHuData_HuPai) String

func (m *GameRoundHuData_HuPai) String() string

func (*GameRoundHuData_HuPai) Unmarshal

func (m *GameRoundHuData_HuPai) Unmarshal(dAtA []byte) error

func (*GameRoundHuData_HuPai) XXX_DiscardUnknown

func (m *GameRoundHuData_HuPai) XXX_DiscardUnknown()

func (*GameRoundHuData_HuPai) XXX_Marshal

func (m *GameRoundHuData_HuPai) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameRoundHuData_HuPai) XXX_Merge

func (m *GameRoundHuData_HuPai) XXX_Merge(src proto.Message)

func (*GameRoundHuData_HuPai) XXX_Size

func (m *GameRoundHuData_HuPai) XXX_Size() int

func (*GameRoundHuData_HuPai) XXX_Unmarshal

func (m *GameRoundHuData_HuPai) XXX_Unmarshal(b []byte) error

type GameRoundPlayer

type GameRoundPlayer struct {
	Score                int32                  `protobuf:"varint,1,opt,name=score,proto3" json:"score,omitempty"`
	Rank                 uint32                 `protobuf:"varint,2,opt,name=rank,proto3" json:"rank,omitempty"`
	Result               *GameRoundPlayerResult `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GameRoundPlayer) Descriptor

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

func (*GameRoundPlayer) GetRank

func (m *GameRoundPlayer) GetRank() uint32

func (*GameRoundPlayer) GetResult

func (m *GameRoundPlayer) GetResult() *GameRoundPlayerResult

func (*GameRoundPlayer) GetScore

func (m *GameRoundPlayer) GetScore() int32

func (*GameRoundPlayer) Marshal

func (m *GameRoundPlayer) Marshal() (dAtA []byte, err error)

func (*GameRoundPlayer) MarshalTo

func (m *GameRoundPlayer) MarshalTo(dAtA []byte) (int, error)

func (*GameRoundPlayer) MarshalToSizedBuffer

func (m *GameRoundPlayer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameRoundPlayer) ProtoMessage

func (*GameRoundPlayer) ProtoMessage()

func (*GameRoundPlayer) Reset

func (m *GameRoundPlayer) Reset()

func (*GameRoundPlayer) Size

func (m *GameRoundPlayer) Size() (n int)

func (*GameRoundPlayer) String

func (m *GameRoundPlayer) String() string

func (*GameRoundPlayer) Unmarshal

func (m *GameRoundPlayer) Unmarshal(dAtA []byte) error

func (*GameRoundPlayer) XXX_DiscardUnknown

func (m *GameRoundPlayer) XXX_DiscardUnknown()

func (*GameRoundPlayer) XXX_Marshal

func (m *GameRoundPlayer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameRoundPlayer) XXX_Merge

func (m *GameRoundPlayer) XXX_Merge(src proto.Message)

func (*GameRoundPlayer) XXX_Size

func (m *GameRoundPlayer) XXX_Size() int

func (*GameRoundPlayer) XXX_Unmarshal

func (m *GameRoundPlayer) XXX_Unmarshal(b []byte) error

type GameRoundPlayerResult

type GameRoundPlayerResult struct {
	Type                 uint32           `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Hands                []string         `protobuf:"bytes,2,rep,name=hands,proto3" json:"hands,omitempty"`
	Ming                 []string         `protobuf:"bytes,3,rep,name=ming,proto3" json:"ming,omitempty"`
	LiqiType             uint32           `protobuf:"varint,4,opt,name=liqi_type,json=liqiType,proto3" json:"liqi_type,omitempty"`
	IsFulu               bool             `protobuf:"varint,5,opt,name=is_fulu,json=isFulu,proto3" json:"is_fulu,omitempty"`
	IsLiujumanguan       bool             `protobuf:"varint,6,opt,name=is_liujumanguan,json=isLiujumanguan,proto3" json:"is_liujumanguan,omitempty"`
	LianZhuang           uint32           `protobuf:"varint,7,opt,name=lian_zhuang,json=lianZhuang,proto3" json:"lian_zhuang,omitempty"`
	Hu                   *GameRoundHuData `protobuf:"bytes,8,opt,name=hu,proto3" json:"hu,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GameRoundPlayerResult) Descriptor

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

func (*GameRoundPlayerResult) GetHands

func (m *GameRoundPlayerResult) GetHands() []string

func (*GameRoundPlayerResult) GetHu

func (*GameRoundPlayerResult) GetIsFulu

func (m *GameRoundPlayerResult) GetIsFulu() bool

func (*GameRoundPlayerResult) GetIsLiujumanguan

func (m *GameRoundPlayerResult) GetIsLiujumanguan() bool

func (*GameRoundPlayerResult) GetLianZhuang

func (m *GameRoundPlayerResult) GetLianZhuang() uint32

func (*GameRoundPlayerResult) GetLiqiType

func (m *GameRoundPlayerResult) GetLiqiType() uint32

func (*GameRoundPlayerResult) GetMing

func (m *GameRoundPlayerResult) GetMing() []string

func (*GameRoundPlayerResult) GetType

func (m *GameRoundPlayerResult) GetType() uint32

func (*GameRoundPlayerResult) Marshal

func (m *GameRoundPlayerResult) Marshal() (dAtA []byte, err error)

func (*GameRoundPlayerResult) MarshalTo

func (m *GameRoundPlayerResult) MarshalTo(dAtA []byte) (int, error)

func (*GameRoundPlayerResult) MarshalToSizedBuffer

func (m *GameRoundPlayerResult) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameRoundPlayerResult) ProtoMessage

func (*GameRoundPlayerResult) ProtoMessage()

func (*GameRoundPlayerResult) Reset

func (m *GameRoundPlayerResult) Reset()

func (*GameRoundPlayerResult) Size

func (m *GameRoundPlayerResult) Size() (n int)

func (*GameRoundPlayerResult) String

func (m *GameRoundPlayerResult) String() string

func (*GameRoundPlayerResult) Unmarshal

func (m *GameRoundPlayerResult) Unmarshal(dAtA []byte) error

func (*GameRoundPlayerResult) XXX_DiscardUnknown

func (m *GameRoundPlayerResult) XXX_DiscardUnknown()

func (*GameRoundPlayerResult) XXX_Marshal

func (m *GameRoundPlayerResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameRoundPlayerResult) XXX_Merge

func (m *GameRoundPlayerResult) XXX_Merge(src proto.Message)

func (*GameRoundPlayerResult) XXX_Size

func (m *GameRoundPlayerResult) XXX_Size() int

func (*GameRoundPlayerResult) XXX_Unmarshal

func (m *GameRoundPlayerResult) XXX_Unmarshal(b []byte) error

type GameRoundSnapshot

type GameRoundSnapshot struct {
	Ju                   uint32             `protobuf:"varint,1,opt,name=ju,proto3" json:"ju,omitempty"`
	Ben                  uint32             `protobuf:"varint,2,opt,name=ben,proto3" json:"ben,omitempty"`
	Players              []*GameRoundPlayer `protobuf:"bytes,3,rep,name=players,proto3" json:"players,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GameRoundSnapshot) Descriptor

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

func (*GameRoundSnapshot) GetBen

func (m *GameRoundSnapshot) GetBen() uint32

func (*GameRoundSnapshot) GetJu

func (m *GameRoundSnapshot) GetJu() uint32

func (*GameRoundSnapshot) GetPlayers

func (m *GameRoundSnapshot) GetPlayers() []*GameRoundPlayer

func (*GameRoundSnapshot) Marshal

func (m *GameRoundSnapshot) Marshal() (dAtA []byte, err error)

func (*GameRoundSnapshot) MarshalTo

func (m *GameRoundSnapshot) MarshalTo(dAtA []byte) (int, error)

func (*GameRoundSnapshot) MarshalToSizedBuffer

func (m *GameRoundSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameRoundSnapshot) ProtoMessage

func (*GameRoundSnapshot) ProtoMessage()

func (*GameRoundSnapshot) Reset

func (m *GameRoundSnapshot) Reset()

func (*GameRoundSnapshot) Size

func (m *GameRoundSnapshot) Size() (n int)

func (*GameRoundSnapshot) String

func (m *GameRoundSnapshot) String() string

func (*GameRoundSnapshot) Unmarshal

func (m *GameRoundSnapshot) Unmarshal(dAtA []byte) error

func (*GameRoundSnapshot) XXX_DiscardUnknown

func (m *GameRoundSnapshot) XXX_DiscardUnknown()

func (*GameRoundSnapshot) XXX_Marshal

func (m *GameRoundSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameRoundSnapshot) XXX_Merge

func (m *GameRoundSnapshot) XXX_Merge(src proto.Message)

func (*GameRoundSnapshot) XXX_Size

func (m *GameRoundSnapshot) XXX_Size() int

func (*GameRoundSnapshot) XXX_Unmarshal

func (m *GameRoundSnapshot) XXX_Unmarshal(b []byte) error

type GameSnapshot

type GameSnapshot struct {
	Chang                uint32                         `protobuf:"varint,1,opt,name=chang,proto3" json:"chang,omitempty"`
	Ju                   uint32                         `protobuf:"varint,2,opt,name=ju,proto3" json:"ju,omitempty"`
	Ben                  uint32                         `protobuf:"varint,3,opt,name=ben,proto3" json:"ben,omitempty"`
	IndexPlayer          uint32                         `protobuf:"varint,4,opt,name=index_player,json=indexPlayer,proto3" json:"index_player,omitempty"`
	LeftTileCount        uint32                         `protobuf:"varint,5,opt,name=left_tile_count,json=leftTileCount,proto3" json:"left_tile_count,omitempty"`
	Hands                []string                       `protobuf:"bytes,6,rep,name=hands,proto3" json:"hands,omitempty"`
	Doras                []string                       `protobuf:"bytes,7,rep,name=doras,proto3" json:"doras,omitempty"`
	Liqibang             uint32                         `protobuf:"varint,8,opt,name=liqibang,proto3" json:"liqibang,omitempty"`
	Players              []*GameSnapshot_PlayerSnapshot `protobuf:"bytes,9,rep,name=players,proto3" json:"players,omitempty"`
	Zhenting             bool                           `protobuf:"varint,10,opt,name=zhenting,proto3" json:"zhenting,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*GameSnapshot) Descriptor

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

func (*GameSnapshot) GetBen

func (m *GameSnapshot) GetBen() uint32

func (*GameSnapshot) GetChang

func (m *GameSnapshot) GetChang() uint32

func (*GameSnapshot) GetDoras

func (m *GameSnapshot) GetDoras() []string

func (*GameSnapshot) GetHands

func (m *GameSnapshot) GetHands() []string

func (*GameSnapshot) GetIndexPlayer

func (m *GameSnapshot) GetIndexPlayer() uint32

func (*GameSnapshot) GetJu

func (m *GameSnapshot) GetJu() uint32

func (*GameSnapshot) GetLeftTileCount

func (m *GameSnapshot) GetLeftTileCount() uint32

func (*GameSnapshot) GetLiqibang

func (m *GameSnapshot) GetLiqibang() uint32

func (*GameSnapshot) GetPlayers

func (m *GameSnapshot) GetPlayers() []*GameSnapshot_PlayerSnapshot

func (*GameSnapshot) GetZhenting

func (m *GameSnapshot) GetZhenting() bool

func (*GameSnapshot) Marshal

func (m *GameSnapshot) Marshal() (dAtA []byte, err error)

func (*GameSnapshot) MarshalTo

func (m *GameSnapshot) MarshalTo(dAtA []byte) (int, error)

func (*GameSnapshot) MarshalToSizedBuffer

func (m *GameSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameSnapshot) ProtoMessage

func (*GameSnapshot) ProtoMessage()

func (*GameSnapshot) Reset

func (m *GameSnapshot) Reset()

func (*GameSnapshot) Size

func (m *GameSnapshot) Size() (n int)

func (*GameSnapshot) String

func (m *GameSnapshot) String() string

func (*GameSnapshot) Unmarshal

func (m *GameSnapshot) Unmarshal(dAtA []byte) error

func (*GameSnapshot) XXX_DiscardUnknown

func (m *GameSnapshot) XXX_DiscardUnknown()

func (*GameSnapshot) XXX_Marshal

func (m *GameSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameSnapshot) XXX_Merge

func (m *GameSnapshot) XXX_Merge(src proto.Message)

func (*GameSnapshot) XXX_Size

func (m *GameSnapshot) XXX_Size() int

func (*GameSnapshot) XXX_Unmarshal

func (m *GameSnapshot) XXX_Unmarshal(b []byte) error

type GameSnapshot_PlayerSnapshot

type GameSnapshot_PlayerSnapshot struct {
	Score                int32                               `protobuf:"varint,1,opt,name=score,proto3" json:"score,omitempty"`
	Liqiposition         int32                               `protobuf:"varint,2,opt,name=liqiposition,proto3" json:"liqiposition,omitempty"`
	Tilenum              uint32                              `protobuf:"varint,3,opt,name=tilenum,proto3" json:"tilenum,omitempty"`
	Qipais               []string                            `protobuf:"bytes,4,rep,name=qipais,proto3" json:"qipais,omitempty"`
	Mings                []*GameSnapshot_PlayerSnapshot_Fulu `protobuf:"bytes,5,rep,name=mings,proto3" json:"mings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*GameSnapshot_PlayerSnapshot) Descriptor

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

func (*GameSnapshot_PlayerSnapshot) GetLiqiposition

func (m *GameSnapshot_PlayerSnapshot) GetLiqiposition() int32

func (*GameSnapshot_PlayerSnapshot) GetMings

func (*GameSnapshot_PlayerSnapshot) GetQipais

func (m *GameSnapshot_PlayerSnapshot) GetQipais() []string

func (*GameSnapshot_PlayerSnapshot) GetScore

func (m *GameSnapshot_PlayerSnapshot) GetScore() int32

func (*GameSnapshot_PlayerSnapshot) GetTilenum

func (m *GameSnapshot_PlayerSnapshot) GetTilenum() uint32

func (*GameSnapshot_PlayerSnapshot) Marshal

func (m *GameSnapshot_PlayerSnapshot) Marshal() (dAtA []byte, err error)

func (*GameSnapshot_PlayerSnapshot) MarshalTo

func (m *GameSnapshot_PlayerSnapshot) MarshalTo(dAtA []byte) (int, error)

func (*GameSnapshot_PlayerSnapshot) MarshalToSizedBuffer

func (m *GameSnapshot_PlayerSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameSnapshot_PlayerSnapshot) ProtoMessage

func (*GameSnapshot_PlayerSnapshot) ProtoMessage()

func (*GameSnapshot_PlayerSnapshot) Reset

func (m *GameSnapshot_PlayerSnapshot) Reset()

func (*GameSnapshot_PlayerSnapshot) Size

func (m *GameSnapshot_PlayerSnapshot) Size() (n int)

func (*GameSnapshot_PlayerSnapshot) String

func (m *GameSnapshot_PlayerSnapshot) String() string

func (*GameSnapshot_PlayerSnapshot) Unmarshal

func (m *GameSnapshot_PlayerSnapshot) Unmarshal(dAtA []byte) error

func (*GameSnapshot_PlayerSnapshot) XXX_DiscardUnknown

func (m *GameSnapshot_PlayerSnapshot) XXX_DiscardUnknown()

func (*GameSnapshot_PlayerSnapshot) XXX_Marshal

func (m *GameSnapshot_PlayerSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameSnapshot_PlayerSnapshot) XXX_Merge

func (m *GameSnapshot_PlayerSnapshot) XXX_Merge(src proto.Message)

func (*GameSnapshot_PlayerSnapshot) XXX_Size

func (m *GameSnapshot_PlayerSnapshot) XXX_Size() int

func (*GameSnapshot_PlayerSnapshot) XXX_Unmarshal

func (m *GameSnapshot_PlayerSnapshot) XXX_Unmarshal(b []byte) error

type GameSnapshot_PlayerSnapshot_Fulu

type GameSnapshot_PlayerSnapshot_Fulu struct {
	Type                 uint32   `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Tile                 []string `protobuf:"bytes,2,rep,name=tile,proto3" json:"tile,omitempty"`
	From                 []uint32 `protobuf:"varint,3,rep,packed,name=from,proto3" json:"from,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameSnapshot_PlayerSnapshot_Fulu) Descriptor

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

func (*GameSnapshot_PlayerSnapshot_Fulu) GetFrom

func (*GameSnapshot_PlayerSnapshot_Fulu) GetTile

func (*GameSnapshot_PlayerSnapshot_Fulu) GetType

func (*GameSnapshot_PlayerSnapshot_Fulu) Marshal

func (m *GameSnapshot_PlayerSnapshot_Fulu) Marshal() (dAtA []byte, err error)

func (*GameSnapshot_PlayerSnapshot_Fulu) MarshalTo

func (m *GameSnapshot_PlayerSnapshot_Fulu) MarshalTo(dAtA []byte) (int, error)

func (*GameSnapshot_PlayerSnapshot_Fulu) MarshalToSizedBuffer

func (m *GameSnapshot_PlayerSnapshot_Fulu) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameSnapshot_PlayerSnapshot_Fulu) ProtoMessage

func (*GameSnapshot_PlayerSnapshot_Fulu) ProtoMessage()

func (*GameSnapshot_PlayerSnapshot_Fulu) Reset

func (*GameSnapshot_PlayerSnapshot_Fulu) Size

func (m *GameSnapshot_PlayerSnapshot_Fulu) Size() (n int)

func (*GameSnapshot_PlayerSnapshot_Fulu) String

func (*GameSnapshot_PlayerSnapshot_Fulu) Unmarshal

func (m *GameSnapshot_PlayerSnapshot_Fulu) Unmarshal(dAtA []byte) error

func (*GameSnapshot_PlayerSnapshot_Fulu) XXX_DiscardUnknown

func (m *GameSnapshot_PlayerSnapshot_Fulu) XXX_DiscardUnknown()

func (*GameSnapshot_PlayerSnapshot_Fulu) XXX_Marshal

func (m *GameSnapshot_PlayerSnapshot_Fulu) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameSnapshot_PlayerSnapshot_Fulu) XXX_Merge

func (*GameSnapshot_PlayerSnapshot_Fulu) XXX_Size

func (m *GameSnapshot_PlayerSnapshot_Fulu) XXX_Size() int

func (*GameSnapshot_PlayerSnapshot_Fulu) XXX_Unmarshal

func (m *GameSnapshot_PlayerSnapshot_Fulu) XXX_Unmarshal(b []byte) error

type GameTestingEnvironmentSet

type GameTestingEnvironmentSet struct {
	Paixing              uint32   `protobuf:"varint,1,opt,name=paixing,proto3" json:"paixing,omitempty"`
	LeftCount            uint32   `protobuf:"varint,2,opt,name=left_count,json=leftCount,proto3" json:"left_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameTestingEnvironmentSet) Descriptor

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

func (*GameTestingEnvironmentSet) GetLeftCount

func (m *GameTestingEnvironmentSet) GetLeftCount() uint32

func (*GameTestingEnvironmentSet) GetPaixing

func (m *GameTestingEnvironmentSet) GetPaixing() uint32

func (*GameTestingEnvironmentSet) Marshal

func (m *GameTestingEnvironmentSet) Marshal() (dAtA []byte, err error)

func (*GameTestingEnvironmentSet) MarshalTo

func (m *GameTestingEnvironmentSet) MarshalTo(dAtA []byte) (int, error)

func (*GameTestingEnvironmentSet) MarshalToSizedBuffer

func (m *GameTestingEnvironmentSet) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GameTestingEnvironmentSet) ProtoMessage

func (*GameTestingEnvironmentSet) ProtoMessage()

func (*GameTestingEnvironmentSet) Reset

func (m *GameTestingEnvironmentSet) Reset()

func (*GameTestingEnvironmentSet) Size

func (m *GameTestingEnvironmentSet) Size() (n int)

func (*GameTestingEnvironmentSet) String

func (m *GameTestingEnvironmentSet) String() string

func (*GameTestingEnvironmentSet) Unmarshal

func (m *GameTestingEnvironmentSet) Unmarshal(dAtA []byte) error

func (*GameTestingEnvironmentSet) XXX_DiscardUnknown

func (m *GameTestingEnvironmentSet) XXX_DiscardUnknown()

func (*GameTestingEnvironmentSet) XXX_Marshal

func (m *GameTestingEnvironmentSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameTestingEnvironmentSet) XXX_Merge

func (m *GameTestingEnvironmentSet) XXX_Merge(src proto.Message)

func (*GameTestingEnvironmentSet) XXX_Size

func (m *GameTestingEnvironmentSet) XXX_Size() int

func (*GameTestingEnvironmentSet) XXX_Unmarshal

func (m *GameTestingEnvironmentSet) XXX_Unmarshal(b []byte) error

type HuleInfo

type HuleInfo struct {
	Hand                 []string   `protobuf:"bytes,1,rep,name=hand,proto3" json:"hand,omitempty"`
	Ming                 []string   `protobuf:"bytes,2,rep,name=ming,proto3" json:"ming,omitempty"`
	HuTile               string     `protobuf:"bytes,3,opt,name=hu_tile,json=huTile,proto3" json:"hu_tile,omitempty"`
	Seat                 uint32     `protobuf:"varint,4,opt,name=seat,proto3" json:"seat,omitempty"`
	Zimo                 bool       `protobuf:"varint,5,opt,name=zimo,proto3" json:"zimo,omitempty"`
	Qinjia               bool       `protobuf:"varint,6,opt,name=qinjia,proto3" json:"qinjia,omitempty"`
	Liqi                 bool       `protobuf:"varint,7,opt,name=liqi,proto3" json:"liqi,omitempty"`
	Doras                []string   `protobuf:"bytes,8,rep,name=doras,proto3" json:"doras,omitempty"`
	LiDoras              []string   `protobuf:"bytes,9,rep,name=li_doras,json=liDoras,proto3" json:"li_doras,omitempty"`
	Yiman                bool       `protobuf:"varint,10,opt,name=yiman,proto3" json:"yiman,omitempty"`
	Count                uint32     `protobuf:"varint,11,opt,name=count,proto3" json:"count,omitempty"`
	Fans                 []*FanInfo `protobuf:"bytes,12,rep,name=fans,proto3" json:"fans,omitempty"`
	Fu                   uint32     `protobuf:"varint,13,opt,name=fu,proto3" json:"fu,omitempty"`
	Title                string     `protobuf:"bytes,14,opt,name=title,proto3" json:"title,omitempty"`
	PointRong            uint32     `protobuf:"varint,15,opt,name=point_rong,json=pointRong,proto3" json:"point_rong,omitempty"`
	PointZimoQin         uint32     `protobuf:"varint,16,opt,name=point_zimo_qin,json=pointZimoQin,proto3" json:"point_zimo_qin,omitempty"`
	PointZimoXian        uint32     `protobuf:"varint,17,opt,name=point_zimo_xian,json=pointZimoXian,proto3" json:"point_zimo_xian,omitempty"`
	TitleId              uint32     `protobuf:"varint,18,opt,name=title_id,json=titleId,proto3" json:"title_id,omitempty"`
	PointSum             uint32     `protobuf:"varint,19,opt,name=point_sum,json=pointSum,proto3" json:"point_sum,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*HuleInfo) Descriptor

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

func (*HuleInfo) GetCount

func (m *HuleInfo) GetCount() uint32

func (*HuleInfo) GetDoras

func (m *HuleInfo) GetDoras() []string

func (*HuleInfo) GetFans

func (m *HuleInfo) GetFans() []*FanInfo

func (*HuleInfo) GetFu

func (m *HuleInfo) GetFu() uint32

func (*HuleInfo) GetHand

func (m *HuleInfo) GetHand() []string

func (*HuleInfo) GetHuTile

func (m *HuleInfo) GetHuTile() string

func (*HuleInfo) GetLiDoras

func (m *HuleInfo) GetLiDoras() []string

func (*HuleInfo) GetLiqi

func (m *HuleInfo) GetLiqi() bool

func (*HuleInfo) GetMing

func (m *HuleInfo) GetMing() []string

func (*HuleInfo) GetPointRong

func (m *HuleInfo) GetPointRong() uint32

func (*HuleInfo) GetPointSum

func (m *HuleInfo) GetPointSum() uint32

func (*HuleInfo) GetPointZimoQin

func (m *HuleInfo) GetPointZimoQin() uint32

func (*HuleInfo) GetPointZimoXian

func (m *HuleInfo) GetPointZimoXian() uint32

func (*HuleInfo) GetQinjia

func (m *HuleInfo) GetQinjia() bool

func (*HuleInfo) GetSeat

func (m *HuleInfo) GetSeat() uint32

func (*HuleInfo) GetTitle

func (m *HuleInfo) GetTitle() string

func (*HuleInfo) GetTitleId

func (m *HuleInfo) GetTitleId() uint32

func (*HuleInfo) GetYiman

func (m *HuleInfo) GetYiman() bool

func (*HuleInfo) GetZimo

func (m *HuleInfo) GetZimo() bool

func (*HuleInfo) Marshal

func (m *HuleInfo) Marshal() (dAtA []byte, err error)

func (*HuleInfo) MarshalTo

func (m *HuleInfo) MarshalTo(dAtA []byte) (int, error)

func (*HuleInfo) MarshalToSizedBuffer

func (m *HuleInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HuleInfo) ProtoMessage

func (*HuleInfo) ProtoMessage()

func (*HuleInfo) Reset

func (m *HuleInfo) Reset()

func (*HuleInfo) Size

func (m *HuleInfo) Size() (n int)

func (*HuleInfo) String

func (m *HuleInfo) String() string

func (*HuleInfo) Unmarshal

func (m *HuleInfo) Unmarshal(dAtA []byte) error

func (*HuleInfo) XXX_DiscardUnknown

func (m *HuleInfo) XXX_DiscardUnknown()

func (*HuleInfo) XXX_Marshal

func (m *HuleInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HuleInfo) XXX_Merge

func (m *HuleInfo) XXX_Merge(src proto.Message)

func (*HuleInfo) XXX_Size

func (m *HuleInfo) XXX_Size() int

func (*HuleInfo) XXX_Unmarshal

func (m *HuleInfo) XXX_Unmarshal(b []byte) error

type Item

type Item struct {
	ItemId               uint32   `protobuf:"varint,1,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	Stack                uint32   `protobuf:"varint,2,opt,name=stack,proto3" json:"stack,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Item) Descriptor

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

func (*Item) GetItemId

func (m *Item) GetItemId() uint32

func (*Item) GetStack

func (m *Item) GetStack() uint32

func (*Item) Marshal

func (m *Item) Marshal() (dAtA []byte, err error)

func (*Item) MarshalTo

func (m *Item) MarshalTo(dAtA []byte) (int, error)

func (*Item) MarshalToSizedBuffer

func (m *Item) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Item) ProtoMessage

func (*Item) ProtoMessage()

func (*Item) Reset

func (m *Item) Reset()

func (*Item) Size

func (m *Item) Size() (n int)

func (*Item) String

func (m *Item) String() string

func (*Item) Unmarshal

func (m *Item) Unmarshal(dAtA []byte) error

func (*Item) XXX_DiscardUnknown

func (m *Item) XXX_DiscardUnknown()

func (*Item) XXX_Marshal

func (m *Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Item) XXX_Merge

func (m *Item) XXX_Merge(src proto.Message)

func (*Item) XXX_Size

func (m *Item) XXX_Size() int

func (*Item) XXX_Unmarshal

func (m *Item) XXX_Unmarshal(b []byte) error

type ItemGainRecord

type ItemGainRecord struct {
	ItemId               uint32   `protobuf:"varint,1,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ItemGainRecord) Descriptor

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

func (*ItemGainRecord) GetCount

func (m *ItemGainRecord) GetCount() uint32

func (*ItemGainRecord) GetItemId

func (m *ItemGainRecord) GetItemId() uint32

func (*ItemGainRecord) Marshal

func (m *ItemGainRecord) Marshal() (dAtA []byte, err error)

func (*ItemGainRecord) MarshalTo

func (m *ItemGainRecord) MarshalTo(dAtA []byte) (int, error)

func (*ItemGainRecord) MarshalToSizedBuffer

func (m *ItemGainRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ItemGainRecord) ProtoMessage

func (*ItemGainRecord) ProtoMessage()

func (*ItemGainRecord) Reset

func (m *ItemGainRecord) Reset()

func (*ItemGainRecord) Size

func (m *ItemGainRecord) Size() (n int)

func (*ItemGainRecord) String

func (m *ItemGainRecord) String() string

func (*ItemGainRecord) Unmarshal

func (m *ItemGainRecord) Unmarshal(dAtA []byte) error

func (*ItemGainRecord) XXX_DiscardUnknown

func (m *ItemGainRecord) XXX_DiscardUnknown()

func (*ItemGainRecord) XXX_Marshal

func (m *ItemGainRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ItemGainRecord) XXX_Merge

func (m *ItemGainRecord) XXX_Merge(src proto.Message)

func (*ItemGainRecord) XXX_Size

func (m *ItemGainRecord) XXX_Size() int

func (*ItemGainRecord) XXX_Unmarshal

func (m *ItemGainRecord) XXX_Unmarshal(b []byte) error

type ItemGainRecords

type ItemGainRecords struct {
	RecordTime           uint32            `protobuf:"varint,1,opt,name=record_time,json=recordTime,proto3" json:"record_time,omitempty"`
	LimitSourceId        uint32            `protobuf:"varint,2,opt,name=limit_source_id,json=limitSourceId,proto3" json:"limit_source_id,omitempty"`
	Records              []*ItemGainRecord `protobuf:"bytes,3,rep,name=records,proto3" json:"records,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ItemGainRecords) Descriptor

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

func (*ItemGainRecords) GetLimitSourceId

func (m *ItemGainRecords) GetLimitSourceId() uint32

func (*ItemGainRecords) GetRecordTime

func (m *ItemGainRecords) GetRecordTime() uint32

func (*ItemGainRecords) GetRecords

func (m *ItemGainRecords) GetRecords() []*ItemGainRecord

func (*ItemGainRecords) Marshal

func (m *ItemGainRecords) Marshal() (dAtA []byte, err error)

func (*ItemGainRecords) MarshalTo

func (m *ItemGainRecords) MarshalTo(dAtA []byte) (int, error)

func (*ItemGainRecords) MarshalToSizedBuffer

func (m *ItemGainRecords) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ItemGainRecords) ProtoMessage

func (*ItemGainRecords) ProtoMessage()

func (*ItemGainRecords) Reset

func (m *ItemGainRecords) Reset()

func (*ItemGainRecords) Size

func (m *ItemGainRecords) Size() (n int)

func (*ItemGainRecords) String

func (m *ItemGainRecords) String() string

func (*ItemGainRecords) Unmarshal

func (m *ItemGainRecords) Unmarshal(dAtA []byte) error

func (*ItemGainRecords) XXX_DiscardUnknown

func (m *ItemGainRecords) XXX_DiscardUnknown()

func (*ItemGainRecords) XXX_Marshal

func (m *ItemGainRecords) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ItemGainRecords) XXX_Merge

func (m *ItemGainRecords) XXX_Merge(src proto.Message)

func (*ItemGainRecords) XXX_Size

func (m *ItemGainRecords) XXX_Size() int

func (*ItemGainRecords) XXX_Unmarshal

func (m *ItemGainRecords) XXX_Unmarshal(b []byte) error

type LiQiSuccess

type LiQiSuccess struct {
	Seat                 uint32   `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	Score                int32    `protobuf:"varint,2,opt,name=score,proto3" json:"score,omitempty"`
	Liqibang             uint32   `protobuf:"varint,3,opt,name=liqibang,proto3" json:"liqibang,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LiQiSuccess) Descriptor

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

func (*LiQiSuccess) GetLiqibang

func (m *LiQiSuccess) GetLiqibang() uint32

func (*LiQiSuccess) GetScore

func (m *LiQiSuccess) GetScore() int32

func (*LiQiSuccess) GetSeat

func (m *LiQiSuccess) GetSeat() uint32

func (*LiQiSuccess) Marshal

func (m *LiQiSuccess) Marshal() (dAtA []byte, err error)

func (*LiQiSuccess) MarshalTo

func (m *LiQiSuccess) MarshalTo(dAtA []byte) (int, error)

func (*LiQiSuccess) MarshalToSizedBuffer

func (m *LiQiSuccess) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LiQiSuccess) ProtoMessage

func (*LiQiSuccess) ProtoMessage()

func (*LiQiSuccess) Reset

func (m *LiQiSuccess) Reset()

func (*LiQiSuccess) Size

func (m *LiQiSuccess) Size() (n int)

func (*LiQiSuccess) String

func (m *LiQiSuccess) String() string

func (*LiQiSuccess) Unmarshal

func (m *LiQiSuccess) Unmarshal(dAtA []byte) error

func (*LiQiSuccess) XXX_DiscardUnknown

func (m *LiQiSuccess) XXX_DiscardUnknown()

func (*LiQiSuccess) XXX_Marshal

func (m *LiQiSuccess) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LiQiSuccess) XXX_Merge

func (m *LiQiSuccess) XXX_Merge(src proto.Message)

func (*LiQiSuccess) XXX_Size

func (m *LiQiSuccess) XXX_Size() int

func (*LiQiSuccess) XXX_Unmarshal

func (m *LiQiSuccess) XXX_Unmarshal(b []byte) error

type Mail

type Mail struct {
	MailId               uint32        `protobuf:"varint,1,opt,name=mail_id,json=mailId,proto3" json:"mail_id,omitempty"`
	State                uint32        `protobuf:"varint,2,opt,name=state,proto3" json:"state,omitempty"`
	TakeAttachment       bool          `protobuf:"varint,3,opt,name=take_attachment,json=takeAttachment,proto3" json:"take_attachment,omitempty"`
	Title                string        `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Content              string        `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	Attachments          []*RewardSlot `protobuf:"bytes,6,rep,name=attachments,proto3" json:"attachments,omitempty"`
	CreateTime           uint32        `protobuf:"varint,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	ExpireTime           uint32        `protobuf:"varint,8,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	ReferenceId          uint32        `protobuf:"varint,9,opt,name=reference_id,json=referenceId,proto3" json:"reference_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Mail) Descriptor

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

func (*Mail) GetAttachments

func (m *Mail) GetAttachments() []*RewardSlot

func (*Mail) GetContent

func (m *Mail) GetContent() string

func (*Mail) GetCreateTime

func (m *Mail) GetCreateTime() uint32

func (*Mail) GetExpireTime

func (m *Mail) GetExpireTime() uint32

func (*Mail) GetMailId

func (m *Mail) GetMailId() uint32

func (*Mail) GetReferenceId

func (m *Mail) GetReferenceId() uint32

func (*Mail) GetState

func (m *Mail) GetState() uint32

func (*Mail) GetTakeAttachment

func (m *Mail) GetTakeAttachment() bool

func (*Mail) GetTitle

func (m *Mail) GetTitle() string

func (*Mail) Marshal

func (m *Mail) Marshal() (dAtA []byte, err error)

func (*Mail) MarshalTo

func (m *Mail) MarshalTo(dAtA []byte) (int, error)

func (*Mail) MarshalToSizedBuffer

func (m *Mail) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Mail) ProtoMessage

func (*Mail) ProtoMessage()

func (*Mail) Reset

func (m *Mail) Reset()

func (*Mail) Size

func (m *Mail) Size() (n int)

func (*Mail) String

func (m *Mail) String() string

func (*Mail) Unmarshal

func (m *Mail) Unmarshal(dAtA []byte) error

func (*Mail) XXX_DiscardUnknown

func (m *Mail) XXX_DiscardUnknown()

func (*Mail) XXX_Marshal

func (m *Mail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Mail) XXX_Merge

func (m *Mail) XXX_Merge(src proto.Message)

func (*Mail) XXX_Size

func (m *Mail) XXX_Size() int

func (*Mail) XXX_Unmarshal

func (m *Mail) XXX_Unmarshal(b []byte) error

type MonthTicketInfo

type MonthTicketInfo struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	EndTime              uint32   `protobuf:"varint,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	LastPayTime          uint32   `protobuf:"varint,3,opt,name=last_pay_time,json=lastPayTime,proto3" json:"last_pay_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MonthTicketInfo) Descriptor

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

func (*MonthTicketInfo) GetEndTime

func (m *MonthTicketInfo) GetEndTime() uint32

func (*MonthTicketInfo) GetId

func (m *MonthTicketInfo) GetId() uint32

func (*MonthTicketInfo) GetLastPayTime

func (m *MonthTicketInfo) GetLastPayTime() uint32

func (*MonthTicketInfo) Marshal

func (m *MonthTicketInfo) Marshal() (dAtA []byte, err error)

func (*MonthTicketInfo) MarshalTo

func (m *MonthTicketInfo) MarshalTo(dAtA []byte) (int, error)

func (*MonthTicketInfo) MarshalToSizedBuffer

func (m *MonthTicketInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MonthTicketInfo) ProtoMessage

func (*MonthTicketInfo) ProtoMessage()

func (*MonthTicketInfo) Reset

func (m *MonthTicketInfo) Reset()

func (*MonthTicketInfo) Size

func (m *MonthTicketInfo) Size() (n int)

func (*MonthTicketInfo) String

func (m *MonthTicketInfo) String() string

func (*MonthTicketInfo) Unmarshal

func (m *MonthTicketInfo) Unmarshal(dAtA []byte) error

func (*MonthTicketInfo) XXX_DiscardUnknown

func (m *MonthTicketInfo) XXX_DiscardUnknown()

func (*MonthTicketInfo) XXX_Marshal

func (m *MonthTicketInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MonthTicketInfo) XXX_Merge

func (m *MonthTicketInfo) XXX_Merge(src proto.Message)

func (*MonthTicketInfo) XXX_Size

func (m *MonthTicketInfo) XXX_Size() int

func (*MonthTicketInfo) XXX_Unmarshal

func (m *MonthTicketInfo) XXX_Unmarshal(b []byte) error

type NetworkEndpoint

type NetworkEndpoint struct {
	Family               string   `protobuf:"bytes,1,opt,name=family,proto3" json:"family,omitempty"`
	Address              string   `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Port                 uint32   `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NetworkEndpoint) Descriptor

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

func (*NetworkEndpoint) GetAddress

func (m *NetworkEndpoint) GetAddress() string

func (*NetworkEndpoint) GetFamily

func (m *NetworkEndpoint) GetFamily() string

func (*NetworkEndpoint) GetPort

func (m *NetworkEndpoint) GetPort() uint32

func (*NetworkEndpoint) Marshal

func (m *NetworkEndpoint) Marshal() (dAtA []byte, err error)

func (*NetworkEndpoint) MarshalTo

func (m *NetworkEndpoint) MarshalTo(dAtA []byte) (int, error)

func (*NetworkEndpoint) MarshalToSizedBuffer

func (m *NetworkEndpoint) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkEndpoint) ProtoMessage

func (*NetworkEndpoint) ProtoMessage()

func (*NetworkEndpoint) Reset

func (m *NetworkEndpoint) Reset()

func (*NetworkEndpoint) Size

func (m *NetworkEndpoint) Size() (n int)

func (*NetworkEndpoint) String

func (m *NetworkEndpoint) String() string

func (*NetworkEndpoint) Unmarshal

func (m *NetworkEndpoint) Unmarshal(dAtA []byte) error

func (*NetworkEndpoint) XXX_DiscardUnknown

func (m *NetworkEndpoint) XXX_DiscardUnknown()

func (*NetworkEndpoint) XXX_Marshal

func (m *NetworkEndpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkEndpoint) XXX_Merge

func (m *NetworkEndpoint) XXX_Merge(src proto.Message)

func (*NetworkEndpoint) XXX_Size

func (m *NetworkEndpoint) XXX_Size() int

func (*NetworkEndpoint) XXX_Unmarshal

func (m *NetworkEndpoint) XXX_Unmarshal(b []byte) error

type NoTilePlayerInfo

type NoTilePlayerInfo struct {
	Tingpai              bool           `protobuf:"varint,3,opt,name=tingpai,proto3" json:"tingpai,omitempty"`
	Hand                 []string       `protobuf:"bytes,4,rep,name=hand,proto3" json:"hand,omitempty"`
	Tings                []*TingPaiInfo `protobuf:"bytes,5,rep,name=tings,proto3" json:"tings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*NoTilePlayerInfo) Descriptor

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

func (*NoTilePlayerInfo) GetHand

func (m *NoTilePlayerInfo) GetHand() []string

func (*NoTilePlayerInfo) GetTingpai

func (m *NoTilePlayerInfo) GetTingpai() bool

func (*NoTilePlayerInfo) GetTings

func (m *NoTilePlayerInfo) GetTings() []*TingPaiInfo

func (*NoTilePlayerInfo) Marshal

func (m *NoTilePlayerInfo) Marshal() (dAtA []byte, err error)

func (*NoTilePlayerInfo) MarshalTo

func (m *NoTilePlayerInfo) MarshalTo(dAtA []byte) (int, error)

func (*NoTilePlayerInfo) MarshalToSizedBuffer

func (m *NoTilePlayerInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NoTilePlayerInfo) ProtoMessage

func (*NoTilePlayerInfo) ProtoMessage()

func (*NoTilePlayerInfo) Reset

func (m *NoTilePlayerInfo) Reset()

func (*NoTilePlayerInfo) Size

func (m *NoTilePlayerInfo) Size() (n int)

func (*NoTilePlayerInfo) String

func (m *NoTilePlayerInfo) String() string

func (*NoTilePlayerInfo) Unmarshal

func (m *NoTilePlayerInfo) Unmarshal(dAtA []byte) error

func (*NoTilePlayerInfo) XXX_DiscardUnknown

func (m *NoTilePlayerInfo) XXX_DiscardUnknown()

func (*NoTilePlayerInfo) XXX_Marshal

func (m *NoTilePlayerInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NoTilePlayerInfo) XXX_Merge

func (m *NoTilePlayerInfo) XXX_Merge(src proto.Message)

func (*NoTilePlayerInfo) XXX_Size

func (m *NoTilePlayerInfo) XXX_Size() int

func (*NoTilePlayerInfo) XXX_Unmarshal

func (m *NoTilePlayerInfo) XXX_Unmarshal(b []byte) error

type NoTileScoreInfo

type NoTileScoreInfo struct {
	Seat                 uint32   `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	OldScores            []int32  `protobuf:"varint,2,rep,packed,name=old_scores,json=oldScores,proto3" json:"old_scores,omitempty"`
	DeltaScores          []int32  `protobuf:"varint,3,rep,packed,name=delta_scores,json=deltaScores,proto3" json:"delta_scores,omitempty"`
	Hand                 []string `protobuf:"bytes,4,rep,name=hand,proto3" json:"hand,omitempty"`
	Ming                 []string `protobuf:"bytes,5,rep,name=ming,proto3" json:"ming,omitempty"`
	Doras                []string `protobuf:"bytes,6,rep,name=doras,proto3" json:"doras,omitempty"`
	Score                uint32   `protobuf:"varint,7,opt,name=score,proto3" json:"score,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NoTileScoreInfo) Descriptor

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

func (*NoTileScoreInfo) GetDeltaScores

func (m *NoTileScoreInfo) GetDeltaScores() []int32

func (*NoTileScoreInfo) GetDoras

func (m *NoTileScoreInfo) GetDoras() []string

func (*NoTileScoreInfo) GetHand

func (m *NoTileScoreInfo) GetHand() []string

func (*NoTileScoreInfo) GetMing

func (m *NoTileScoreInfo) GetMing() []string

func (*NoTileScoreInfo) GetOldScores

func (m *NoTileScoreInfo) GetOldScores() []int32

func (*NoTileScoreInfo) GetScore

func (m *NoTileScoreInfo) GetScore() uint32

func (*NoTileScoreInfo) GetSeat

func (m *NoTileScoreInfo) GetSeat() uint32

func (*NoTileScoreInfo) Marshal

func (m *NoTileScoreInfo) Marshal() (dAtA []byte, err error)

func (*NoTileScoreInfo) MarshalTo

func (m *NoTileScoreInfo) MarshalTo(dAtA []byte) (int, error)

func (*NoTileScoreInfo) MarshalToSizedBuffer

func (m *NoTileScoreInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NoTileScoreInfo) ProtoMessage

func (*NoTileScoreInfo) ProtoMessage()

func (*NoTileScoreInfo) Reset

func (m *NoTileScoreInfo) Reset()

func (*NoTileScoreInfo) Size

func (m *NoTileScoreInfo) Size() (n int)

func (*NoTileScoreInfo) String

func (m *NoTileScoreInfo) String() string

func (*NoTileScoreInfo) Unmarshal

func (m *NoTileScoreInfo) Unmarshal(dAtA []byte) error

func (*NoTileScoreInfo) XXX_DiscardUnknown

func (m *NoTileScoreInfo) XXX_DiscardUnknown()

func (*NoTileScoreInfo) XXX_Marshal

func (m *NoTileScoreInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NoTileScoreInfo) XXX_Merge

func (m *NoTileScoreInfo) XXX_Merge(src proto.Message)

func (*NoTileScoreInfo) XXX_Size

func (m *NoTileScoreInfo) XXX_Size() int

func (*NoTileScoreInfo) XXX_Unmarshal

func (m *NoTileScoreInfo) XXX_Unmarshal(b []byte) error

type NotifyAccountLevelChange

type NotifyAccountLevelChange struct {
	Origin               *AccountLevel `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin,omitempty"`
	Final                *AccountLevel `protobuf:"bytes,2,opt,name=final,proto3" json:"final,omitempty"`
	Type                 uint32        `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*NotifyAccountLevelChange) Descriptor

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

func (*NotifyAccountLevelChange) GetFinal

func (m *NotifyAccountLevelChange) GetFinal() *AccountLevel

func (*NotifyAccountLevelChange) GetOrigin

func (m *NotifyAccountLevelChange) GetOrigin() *AccountLevel

func (*NotifyAccountLevelChange) GetType

func (m *NotifyAccountLevelChange) GetType() uint32

func (*NotifyAccountLevelChange) Marshal

func (m *NotifyAccountLevelChange) Marshal() (dAtA []byte, err error)

func (*NotifyAccountLevelChange) MarshalTo

func (m *NotifyAccountLevelChange) MarshalTo(dAtA []byte) (int, error)

func (*NotifyAccountLevelChange) MarshalToSizedBuffer

func (m *NotifyAccountLevelChange) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyAccountLevelChange) ProtoMessage

func (*NotifyAccountLevelChange) ProtoMessage()

func (*NotifyAccountLevelChange) Reset

func (m *NotifyAccountLevelChange) Reset()

func (*NotifyAccountLevelChange) Size

func (m *NotifyAccountLevelChange) Size() (n int)

func (*NotifyAccountLevelChange) String

func (m *NotifyAccountLevelChange) String() string

func (*NotifyAccountLevelChange) Unmarshal

func (m *NotifyAccountLevelChange) Unmarshal(dAtA []byte) error

func (*NotifyAccountLevelChange) XXX_DiscardUnknown

func (m *NotifyAccountLevelChange) XXX_DiscardUnknown()

func (*NotifyAccountLevelChange) XXX_Marshal

func (m *NotifyAccountLevelChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyAccountLevelChange) XXX_Merge

func (m *NotifyAccountLevelChange) XXX_Merge(src proto.Message)

func (*NotifyAccountLevelChange) XXX_Size

func (m *NotifyAccountLevelChange) XXX_Size() int

func (*NotifyAccountLevelChange) XXX_Unmarshal

func (m *NotifyAccountLevelChange) XXX_Unmarshal(b []byte) error

type NotifyAccountLogout

type NotifyAccountLogout struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyAccountLogout) Descriptor

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

func (*NotifyAccountLogout) Marshal

func (m *NotifyAccountLogout) Marshal() (dAtA []byte, err error)

func (*NotifyAccountLogout) MarshalTo

func (m *NotifyAccountLogout) MarshalTo(dAtA []byte) (int, error)

func (*NotifyAccountLogout) MarshalToSizedBuffer

func (m *NotifyAccountLogout) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyAccountLogout) ProtoMessage

func (*NotifyAccountLogout) ProtoMessage()

func (*NotifyAccountLogout) Reset

func (m *NotifyAccountLogout) Reset()

func (*NotifyAccountLogout) Size

func (m *NotifyAccountLogout) Size() (n int)

func (*NotifyAccountLogout) String

func (m *NotifyAccountLogout) String() string

func (*NotifyAccountLogout) Unmarshal

func (m *NotifyAccountLogout) Unmarshal(dAtA []byte) error

func (*NotifyAccountLogout) XXX_DiscardUnknown

func (m *NotifyAccountLogout) XXX_DiscardUnknown()

func (*NotifyAccountLogout) XXX_Marshal

func (m *NotifyAccountLogout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyAccountLogout) XXX_Merge

func (m *NotifyAccountLogout) XXX_Merge(src proto.Message)

func (*NotifyAccountLogout) XXX_Size

func (m *NotifyAccountLogout) XXX_Size() int

func (*NotifyAccountLogout) XXX_Unmarshal

func (m *NotifyAccountLogout) XXX_Unmarshal(b []byte) error

type NotifyAccountUpdate

type NotifyAccountUpdate struct {
	Update               *AccountUpdate `protobuf:"bytes,1,opt,name=update,proto3" json:"update,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*NotifyAccountUpdate) Descriptor

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

func (*NotifyAccountUpdate) GetUpdate

func (m *NotifyAccountUpdate) GetUpdate() *AccountUpdate

func (*NotifyAccountUpdate) Marshal

func (m *NotifyAccountUpdate) Marshal() (dAtA []byte, err error)

func (*NotifyAccountUpdate) MarshalTo

func (m *NotifyAccountUpdate) MarshalTo(dAtA []byte) (int, error)

func (*NotifyAccountUpdate) MarshalToSizedBuffer

func (m *NotifyAccountUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyAccountUpdate) ProtoMessage

func (*NotifyAccountUpdate) ProtoMessage()

func (*NotifyAccountUpdate) Reset

func (m *NotifyAccountUpdate) Reset()

func (*NotifyAccountUpdate) Size

func (m *NotifyAccountUpdate) Size() (n int)

func (*NotifyAccountUpdate) String

func (m *NotifyAccountUpdate) String() string

func (*NotifyAccountUpdate) Unmarshal

func (m *NotifyAccountUpdate) Unmarshal(dAtA []byte) error

func (*NotifyAccountUpdate) XXX_DiscardUnknown

func (m *NotifyAccountUpdate) XXX_DiscardUnknown()

func (*NotifyAccountUpdate) XXX_Marshal

func (m *NotifyAccountUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyAccountUpdate) XXX_Merge

func (m *NotifyAccountUpdate) XXX_Merge(src proto.Message)

func (*NotifyAccountUpdate) XXX_Size

func (m *NotifyAccountUpdate) XXX_Size() int

func (*NotifyAccountUpdate) XXX_Unmarshal

func (m *NotifyAccountUpdate) XXX_Unmarshal(b []byte) error

type NotifyActivityChange

type NotifyActivityChange struct {
	NewActivities        []*Activity `protobuf:"bytes,1,rep,name=new_activities,json=newActivities,proto3" json:"new_activities,omitempty"`
	EndActivities        []uint32    `protobuf:"varint,2,rep,packed,name=end_activities,json=endActivities,proto3" json:"end_activities,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*NotifyActivityChange) Descriptor

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

func (*NotifyActivityChange) GetEndActivities

func (m *NotifyActivityChange) GetEndActivities() []uint32

func (*NotifyActivityChange) GetNewActivities

func (m *NotifyActivityChange) GetNewActivities() []*Activity

func (*NotifyActivityChange) Marshal

func (m *NotifyActivityChange) Marshal() (dAtA []byte, err error)

func (*NotifyActivityChange) MarshalTo

func (m *NotifyActivityChange) MarshalTo(dAtA []byte) (int, error)

func (*NotifyActivityChange) MarshalToSizedBuffer

func (m *NotifyActivityChange) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyActivityChange) ProtoMessage

func (*NotifyActivityChange) ProtoMessage()

func (*NotifyActivityChange) Reset

func (m *NotifyActivityChange) Reset()

func (*NotifyActivityChange) Size

func (m *NotifyActivityChange) Size() (n int)

func (*NotifyActivityChange) String

func (m *NotifyActivityChange) String() string

func (*NotifyActivityChange) Unmarshal

func (m *NotifyActivityChange) Unmarshal(dAtA []byte) error

func (*NotifyActivityChange) XXX_DiscardUnknown

func (m *NotifyActivityChange) XXX_DiscardUnknown()

func (*NotifyActivityChange) XXX_Marshal

func (m *NotifyActivityChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyActivityChange) XXX_Merge

func (m *NotifyActivityChange) XXX_Merge(src proto.Message)

func (*NotifyActivityChange) XXX_Size

func (m *NotifyActivityChange) XXX_Size() int

func (*NotifyActivityChange) XXX_Unmarshal

func (m *NotifyActivityChange) XXX_Unmarshal(b []byte) error

type NotifyActivityPoint

type NotifyActivityPoint struct {
	ActivityPoints       []*NotifyActivityPoint_ActivityPoint `protobuf:"bytes,1,rep,name=activity_points,json=activityPoints,proto3" json:"activity_points,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*NotifyActivityPoint) Descriptor

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

func (*NotifyActivityPoint) GetActivityPoints

func (m *NotifyActivityPoint) GetActivityPoints() []*NotifyActivityPoint_ActivityPoint

func (*NotifyActivityPoint) Marshal

func (m *NotifyActivityPoint) Marshal() (dAtA []byte, err error)

func (*NotifyActivityPoint) MarshalTo

func (m *NotifyActivityPoint) MarshalTo(dAtA []byte) (int, error)

func (*NotifyActivityPoint) MarshalToSizedBuffer

func (m *NotifyActivityPoint) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyActivityPoint) ProtoMessage

func (*NotifyActivityPoint) ProtoMessage()

func (*NotifyActivityPoint) Reset

func (m *NotifyActivityPoint) Reset()

func (*NotifyActivityPoint) Size

func (m *NotifyActivityPoint) Size() (n int)

func (*NotifyActivityPoint) String

func (m *NotifyActivityPoint) String() string

func (*NotifyActivityPoint) Unmarshal

func (m *NotifyActivityPoint) Unmarshal(dAtA []byte) error

func (*NotifyActivityPoint) XXX_DiscardUnknown

func (m *NotifyActivityPoint) XXX_DiscardUnknown()

func (*NotifyActivityPoint) XXX_Marshal

func (m *NotifyActivityPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyActivityPoint) XXX_Merge

func (m *NotifyActivityPoint) XXX_Merge(src proto.Message)

func (*NotifyActivityPoint) XXX_Size

func (m *NotifyActivityPoint) XXX_Size() int

func (*NotifyActivityPoint) XXX_Unmarshal

func (m *NotifyActivityPoint) XXX_Unmarshal(b []byte) error

type NotifyActivityPoint_ActivityPoint

type NotifyActivityPoint_ActivityPoint struct {
	ActivityId           uint32   `protobuf:"varint,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	Point                uint32   `protobuf:"varint,2,opt,name=point,proto3" json:"point,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyActivityPoint_ActivityPoint) Descriptor

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

func (*NotifyActivityPoint_ActivityPoint) GetActivityId

func (m *NotifyActivityPoint_ActivityPoint) GetActivityId() uint32

func (*NotifyActivityPoint_ActivityPoint) GetPoint

func (*NotifyActivityPoint_ActivityPoint) Marshal

func (m *NotifyActivityPoint_ActivityPoint) Marshal() (dAtA []byte, err error)

func (*NotifyActivityPoint_ActivityPoint) MarshalTo

func (m *NotifyActivityPoint_ActivityPoint) MarshalTo(dAtA []byte) (int, error)

func (*NotifyActivityPoint_ActivityPoint) MarshalToSizedBuffer

func (m *NotifyActivityPoint_ActivityPoint) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyActivityPoint_ActivityPoint) ProtoMessage

func (*NotifyActivityPoint_ActivityPoint) ProtoMessage()

func (*NotifyActivityPoint_ActivityPoint) Reset

func (*NotifyActivityPoint_ActivityPoint) Size

func (m *NotifyActivityPoint_ActivityPoint) Size() (n int)

func (*NotifyActivityPoint_ActivityPoint) String

func (*NotifyActivityPoint_ActivityPoint) Unmarshal

func (m *NotifyActivityPoint_ActivityPoint) Unmarshal(dAtA []byte) error

func (*NotifyActivityPoint_ActivityPoint) XXX_DiscardUnknown

func (m *NotifyActivityPoint_ActivityPoint) XXX_DiscardUnknown()

func (*NotifyActivityPoint_ActivityPoint) XXX_Marshal

func (m *NotifyActivityPoint_ActivityPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyActivityPoint_ActivityPoint) XXX_Merge

func (*NotifyActivityPoint_ActivityPoint) XXX_Size

func (m *NotifyActivityPoint_ActivityPoint) XXX_Size() int

func (*NotifyActivityPoint_ActivityPoint) XXX_Unmarshal

func (m *NotifyActivityPoint_ActivityPoint) XXX_Unmarshal(b []byte) error

type NotifyActivityReward

type NotifyActivityReward struct {
	ActivityReward       []*NotifyActivityReward_ActivityReward `protobuf:"bytes,1,rep,name=activity_reward,json=activityReward,proto3" json:"activity_reward,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

func (*NotifyActivityReward) Descriptor

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

func (*NotifyActivityReward) GetActivityReward

func (*NotifyActivityReward) Marshal

func (m *NotifyActivityReward) Marshal() (dAtA []byte, err error)

func (*NotifyActivityReward) MarshalTo

func (m *NotifyActivityReward) MarshalTo(dAtA []byte) (int, error)

func (*NotifyActivityReward) MarshalToSizedBuffer

func (m *NotifyActivityReward) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyActivityReward) ProtoMessage

func (*NotifyActivityReward) ProtoMessage()

func (*NotifyActivityReward) Reset

func (m *NotifyActivityReward) Reset()

func (*NotifyActivityReward) Size

func (m *NotifyActivityReward) Size() (n int)

func (*NotifyActivityReward) String

func (m *NotifyActivityReward) String() string

func (*NotifyActivityReward) Unmarshal

func (m *NotifyActivityReward) Unmarshal(dAtA []byte) error

func (*NotifyActivityReward) XXX_DiscardUnknown

func (m *NotifyActivityReward) XXX_DiscardUnknown()

func (*NotifyActivityReward) XXX_Marshal

func (m *NotifyActivityReward) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyActivityReward) XXX_Merge

func (m *NotifyActivityReward) XXX_Merge(src proto.Message)

func (*NotifyActivityReward) XXX_Size

func (m *NotifyActivityReward) XXX_Size() int

func (*NotifyActivityReward) XXX_Unmarshal

func (m *NotifyActivityReward) XXX_Unmarshal(b []byte) error

type NotifyActivityReward_ActivityReward

type NotifyActivityReward_ActivityReward struct {
	ActivityId           uint32        `protobuf:"varint,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	Rewards              []*RewardSlot `protobuf:"bytes,2,rep,name=rewards,proto3" json:"rewards,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*NotifyActivityReward_ActivityReward) Descriptor

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

func (*NotifyActivityReward_ActivityReward) GetActivityId

func (m *NotifyActivityReward_ActivityReward) GetActivityId() uint32

func (*NotifyActivityReward_ActivityReward) GetRewards

func (*NotifyActivityReward_ActivityReward) Marshal

func (m *NotifyActivityReward_ActivityReward) Marshal() (dAtA []byte, err error)

func (*NotifyActivityReward_ActivityReward) MarshalTo

func (m *NotifyActivityReward_ActivityReward) MarshalTo(dAtA []byte) (int, error)

func (*NotifyActivityReward_ActivityReward) MarshalToSizedBuffer

func (m *NotifyActivityReward_ActivityReward) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyActivityReward_ActivityReward) ProtoMessage

func (*NotifyActivityReward_ActivityReward) ProtoMessage()

func (*NotifyActivityReward_ActivityReward) Reset

func (*NotifyActivityReward_ActivityReward) Size

func (*NotifyActivityReward_ActivityReward) String

func (*NotifyActivityReward_ActivityReward) Unmarshal

func (m *NotifyActivityReward_ActivityReward) Unmarshal(dAtA []byte) error

func (*NotifyActivityReward_ActivityReward) XXX_DiscardUnknown

func (m *NotifyActivityReward_ActivityReward) XXX_DiscardUnknown()

func (*NotifyActivityReward_ActivityReward) XXX_Marshal

func (m *NotifyActivityReward_ActivityReward) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyActivityReward_ActivityReward) XXX_Merge

func (*NotifyActivityReward_ActivityReward) XXX_Size

func (*NotifyActivityReward_ActivityReward) XXX_Unmarshal

func (m *NotifyActivityReward_ActivityReward) XXX_Unmarshal(b []byte) error

type NotifyActivityTaskUpdate

type NotifyActivityTaskUpdate struct {
	Progresses           []*TaskProgress `protobuf:"bytes,1,rep,name=progresses,proto3" json:"progresses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*NotifyActivityTaskUpdate) Descriptor

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

func (*NotifyActivityTaskUpdate) GetProgresses

func (m *NotifyActivityTaskUpdate) GetProgresses() []*TaskProgress

func (*NotifyActivityTaskUpdate) Marshal

func (m *NotifyActivityTaskUpdate) Marshal() (dAtA []byte, err error)

func (*NotifyActivityTaskUpdate) MarshalTo

func (m *NotifyActivityTaskUpdate) MarshalTo(dAtA []byte) (int, error)

func (*NotifyActivityTaskUpdate) MarshalToSizedBuffer

func (m *NotifyActivityTaskUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyActivityTaskUpdate) ProtoMessage

func (*NotifyActivityTaskUpdate) ProtoMessage()

func (*NotifyActivityTaskUpdate) Reset

func (m *NotifyActivityTaskUpdate) Reset()

func (*NotifyActivityTaskUpdate) Size

func (m *NotifyActivityTaskUpdate) Size() (n int)

func (*NotifyActivityTaskUpdate) String

func (m *NotifyActivityTaskUpdate) String() string

func (*NotifyActivityTaskUpdate) Unmarshal

func (m *NotifyActivityTaskUpdate) Unmarshal(dAtA []byte) error

func (*NotifyActivityTaskUpdate) XXX_DiscardUnknown

func (m *NotifyActivityTaskUpdate) XXX_DiscardUnknown()

func (*NotifyActivityTaskUpdate) XXX_Marshal

func (m *NotifyActivityTaskUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyActivityTaskUpdate) XXX_Merge

func (m *NotifyActivityTaskUpdate) XXX_Merge(src proto.Message)

func (*NotifyActivityTaskUpdate) XXX_Size

func (m *NotifyActivityTaskUpdate) XXX_Size() int

func (*NotifyActivityTaskUpdate) XXX_Unmarshal

func (m *NotifyActivityTaskUpdate) XXX_Unmarshal(b []byte) error

type NotifyAnnouncementUpdate

type NotifyAnnouncementUpdate struct {
	Announcements        []*Announcement `protobuf:"bytes,1,rep,name=announcements,proto3" json:"announcements,omitempty"`
	Sort                 []uint32        `protobuf:"varint,2,rep,packed,name=sort,proto3" json:"sort,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*NotifyAnnouncementUpdate) Descriptor

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

func (*NotifyAnnouncementUpdate) GetAnnouncements

func (m *NotifyAnnouncementUpdate) GetAnnouncements() []*Announcement

func (*NotifyAnnouncementUpdate) GetSort

func (m *NotifyAnnouncementUpdate) GetSort() []uint32

func (*NotifyAnnouncementUpdate) Marshal

func (m *NotifyAnnouncementUpdate) Marshal() (dAtA []byte, err error)

func (*NotifyAnnouncementUpdate) MarshalTo

func (m *NotifyAnnouncementUpdate) MarshalTo(dAtA []byte) (int, error)

func (*NotifyAnnouncementUpdate) MarshalToSizedBuffer

func (m *NotifyAnnouncementUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyAnnouncementUpdate) ProtoMessage

func (*NotifyAnnouncementUpdate) ProtoMessage()

func (*NotifyAnnouncementUpdate) Reset

func (m *NotifyAnnouncementUpdate) Reset()

func (*NotifyAnnouncementUpdate) Size

func (m *NotifyAnnouncementUpdate) Size() (n int)

func (*NotifyAnnouncementUpdate) String

func (m *NotifyAnnouncementUpdate) String() string

func (*NotifyAnnouncementUpdate) Unmarshal

func (m *NotifyAnnouncementUpdate) Unmarshal(dAtA []byte) error

func (*NotifyAnnouncementUpdate) XXX_DiscardUnknown

func (m *NotifyAnnouncementUpdate) XXX_DiscardUnknown()

func (*NotifyAnnouncementUpdate) XXX_Marshal

func (m *NotifyAnnouncementUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyAnnouncementUpdate) XXX_Merge

func (m *NotifyAnnouncementUpdate) XXX_Merge(src proto.Message)

func (*NotifyAnnouncementUpdate) XXX_Size

func (m *NotifyAnnouncementUpdate) XXX_Size() int

func (*NotifyAnnouncementUpdate) XXX_Unmarshal

func (m *NotifyAnnouncementUpdate) XXX_Unmarshal(b []byte) error

type NotifyAnotherLogin

type NotifyAnotherLogin struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyAnotherLogin) Descriptor

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

func (*NotifyAnotherLogin) Marshal

func (m *NotifyAnotherLogin) Marshal() (dAtA []byte, err error)

func (*NotifyAnotherLogin) MarshalTo

func (m *NotifyAnotherLogin) MarshalTo(dAtA []byte) (int, error)

func (*NotifyAnotherLogin) MarshalToSizedBuffer

func (m *NotifyAnotherLogin) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyAnotherLogin) ProtoMessage

func (*NotifyAnotherLogin) ProtoMessage()

func (*NotifyAnotherLogin) Reset

func (m *NotifyAnotherLogin) Reset()

func (*NotifyAnotherLogin) Size

func (m *NotifyAnotherLogin) Size() (n int)

func (*NotifyAnotherLogin) String

func (m *NotifyAnotherLogin) String() string

func (*NotifyAnotherLogin) Unmarshal

func (m *NotifyAnotherLogin) Unmarshal(dAtA []byte) error

func (*NotifyAnotherLogin) XXX_DiscardUnknown

func (m *NotifyAnotherLogin) XXX_DiscardUnknown()

func (*NotifyAnotherLogin) XXX_Marshal

func (m *NotifyAnotherLogin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyAnotherLogin) XXX_Merge

func (m *NotifyAnotherLogin) XXX_Merge(src proto.Message)

func (*NotifyAnotherLogin) XXX_Size

func (m *NotifyAnotherLogin) XXX_Size() int

func (*NotifyAnotherLogin) XXX_Unmarshal

func (m *NotifyAnotherLogin) XXX_Unmarshal(b []byte) error

type NotifyClientMessage

type NotifyClientMessage struct {
	Sender               *PlayerBaseView `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"`
	Type                 uint32          `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	Content              string          `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*NotifyClientMessage) Descriptor

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

func (*NotifyClientMessage) GetContent

func (m *NotifyClientMessage) GetContent() string

func (*NotifyClientMessage) GetSender

func (m *NotifyClientMessage) GetSender() *PlayerBaseView

func (*NotifyClientMessage) GetType

func (m *NotifyClientMessage) GetType() uint32

func (*NotifyClientMessage) Marshal

func (m *NotifyClientMessage) Marshal() (dAtA []byte, err error)

func (*NotifyClientMessage) MarshalTo

func (m *NotifyClientMessage) MarshalTo(dAtA []byte) (int, error)

func (*NotifyClientMessage) MarshalToSizedBuffer

func (m *NotifyClientMessage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyClientMessage) ProtoMessage

func (*NotifyClientMessage) ProtoMessage()

func (*NotifyClientMessage) Reset

func (m *NotifyClientMessage) Reset()

func (*NotifyClientMessage) Size

func (m *NotifyClientMessage) Size() (n int)

func (*NotifyClientMessage) String

func (m *NotifyClientMessage) String() string

func (*NotifyClientMessage) Unmarshal

func (m *NotifyClientMessage) Unmarshal(dAtA []byte) error

func (*NotifyClientMessage) XXX_DiscardUnknown

func (m *NotifyClientMessage) XXX_DiscardUnknown()

func (*NotifyClientMessage) XXX_Marshal

func (m *NotifyClientMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyClientMessage) XXX_Merge

func (m *NotifyClientMessage) XXX_Merge(src proto.Message)

func (*NotifyClientMessage) XXX_Size

func (m *NotifyClientMessage) XXX_Size() int

func (*NotifyClientMessage) XXX_Unmarshal

func (m *NotifyClientMessage) XXX_Unmarshal(b []byte) error

type NotifyCustomContestAccountMsg

type NotifyCustomContestAccountMsg struct {
	UniqueId             uint32   `protobuf:"varint,1,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	AccountId            uint32   `protobuf:"varint,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Sender               string   `protobuf:"bytes,3,opt,name=sender,proto3" json:"sender,omitempty"`
	Content              string   `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyCustomContestAccountMsg) Descriptor

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

func (*NotifyCustomContestAccountMsg) GetAccountId

func (m *NotifyCustomContestAccountMsg) GetAccountId() uint32

func (*NotifyCustomContestAccountMsg) GetContent

func (m *NotifyCustomContestAccountMsg) GetContent() string

func (*NotifyCustomContestAccountMsg) GetSender

func (m *NotifyCustomContestAccountMsg) GetSender() string

func (*NotifyCustomContestAccountMsg) GetUniqueId

func (m *NotifyCustomContestAccountMsg) GetUniqueId() uint32

func (*NotifyCustomContestAccountMsg) Marshal

func (m *NotifyCustomContestAccountMsg) Marshal() (dAtA []byte, err error)

func (*NotifyCustomContestAccountMsg) MarshalTo

func (m *NotifyCustomContestAccountMsg) MarshalTo(dAtA []byte) (int, error)

func (*NotifyCustomContestAccountMsg) MarshalToSizedBuffer

func (m *NotifyCustomContestAccountMsg) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyCustomContestAccountMsg) ProtoMessage

func (*NotifyCustomContestAccountMsg) ProtoMessage()

func (*NotifyCustomContestAccountMsg) Reset

func (m *NotifyCustomContestAccountMsg) Reset()

func (*NotifyCustomContestAccountMsg) Size

func (m *NotifyCustomContestAccountMsg) Size() (n int)

func (*NotifyCustomContestAccountMsg) String

func (*NotifyCustomContestAccountMsg) Unmarshal

func (m *NotifyCustomContestAccountMsg) Unmarshal(dAtA []byte) error

func (*NotifyCustomContestAccountMsg) XXX_DiscardUnknown

func (m *NotifyCustomContestAccountMsg) XXX_DiscardUnknown()

func (*NotifyCustomContestAccountMsg) XXX_Marshal

func (m *NotifyCustomContestAccountMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyCustomContestAccountMsg) XXX_Merge

func (m *NotifyCustomContestAccountMsg) XXX_Merge(src proto.Message)

func (*NotifyCustomContestAccountMsg) XXX_Size

func (m *NotifyCustomContestAccountMsg) XXX_Size() int

func (*NotifyCustomContestAccountMsg) XXX_Unmarshal

func (m *NotifyCustomContestAccountMsg) XXX_Unmarshal(b []byte) error

type NotifyCustomContestState

type NotifyCustomContestState struct {
	UniqueId             uint32   `protobuf:"varint,1,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	State                uint32   `protobuf:"varint,2,opt,name=state,proto3" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyCustomContestState) Descriptor

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

func (*NotifyCustomContestState) GetState

func (m *NotifyCustomContestState) GetState() uint32

func (*NotifyCustomContestState) GetUniqueId

func (m *NotifyCustomContestState) GetUniqueId() uint32

func (*NotifyCustomContestState) Marshal

func (m *NotifyCustomContestState) Marshal() (dAtA []byte, err error)

func (*NotifyCustomContestState) MarshalTo

func (m *NotifyCustomContestState) MarshalTo(dAtA []byte) (int, error)

func (*NotifyCustomContestState) MarshalToSizedBuffer

func (m *NotifyCustomContestState) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyCustomContestState) ProtoMessage

func (*NotifyCustomContestState) ProtoMessage()

func (*NotifyCustomContestState) Reset

func (m *NotifyCustomContestState) Reset()

func (*NotifyCustomContestState) Size

func (m *NotifyCustomContestState) Size() (n int)

func (*NotifyCustomContestState) String

func (m *NotifyCustomContestState) String() string

func (*NotifyCustomContestState) Unmarshal

func (m *NotifyCustomContestState) Unmarshal(dAtA []byte) error

func (*NotifyCustomContestState) XXX_DiscardUnknown

func (m *NotifyCustomContestState) XXX_DiscardUnknown()

func (*NotifyCustomContestState) XXX_Marshal

func (m *NotifyCustomContestState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyCustomContestState) XXX_Merge

func (m *NotifyCustomContestState) XXX_Merge(src proto.Message)

func (*NotifyCustomContestState) XXX_Size

func (m *NotifyCustomContestState) XXX_Size() int

func (*NotifyCustomContestState) XXX_Unmarshal

func (m *NotifyCustomContestState) XXX_Unmarshal(b []byte) error

type NotifyCustomContestSystemMsg

type NotifyCustomContestSystemMsg struct {
	UniqueId             uint32                      `protobuf:"varint,1,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	Type                 uint32                      `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	Uuid                 string                      `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	GameStart            *CustomizedContestGameStart `protobuf:"bytes,4,opt,name=game_start,json=gameStart,proto3" json:"game_start,omitempty"`
	GameEnd              *CustomizedContestGameEnd   `protobuf:"bytes,5,opt,name=game_end,json=gameEnd,proto3" json:"game_end,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*NotifyCustomContestSystemMsg) Descriptor

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

func (*NotifyCustomContestSystemMsg) GetGameEnd

func (*NotifyCustomContestSystemMsg) GetGameStart

func (*NotifyCustomContestSystemMsg) GetType

func (m *NotifyCustomContestSystemMsg) GetType() uint32

func (*NotifyCustomContestSystemMsg) GetUniqueId

func (m *NotifyCustomContestSystemMsg) GetUniqueId() uint32

func (*NotifyCustomContestSystemMsg) GetUuid

func (m *NotifyCustomContestSystemMsg) GetUuid() string

func (*NotifyCustomContestSystemMsg) Marshal

func (m *NotifyCustomContestSystemMsg) Marshal() (dAtA []byte, err error)

func (*NotifyCustomContestSystemMsg) MarshalTo

func (m *NotifyCustomContestSystemMsg) MarshalTo(dAtA []byte) (int, error)

func (*NotifyCustomContestSystemMsg) MarshalToSizedBuffer

func (m *NotifyCustomContestSystemMsg) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyCustomContestSystemMsg) ProtoMessage

func (*NotifyCustomContestSystemMsg) ProtoMessage()

func (*NotifyCustomContestSystemMsg) Reset

func (m *NotifyCustomContestSystemMsg) Reset()

func (*NotifyCustomContestSystemMsg) Size

func (m *NotifyCustomContestSystemMsg) Size() (n int)

func (*NotifyCustomContestSystemMsg) String

func (*NotifyCustomContestSystemMsg) Unmarshal

func (m *NotifyCustomContestSystemMsg) Unmarshal(dAtA []byte) error

func (*NotifyCustomContestSystemMsg) XXX_DiscardUnknown

func (m *NotifyCustomContestSystemMsg) XXX_DiscardUnknown()

func (*NotifyCustomContestSystemMsg) XXX_Marshal

func (m *NotifyCustomContestSystemMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyCustomContestSystemMsg) XXX_Merge

func (m *NotifyCustomContestSystemMsg) XXX_Merge(src proto.Message)

func (*NotifyCustomContestSystemMsg) XXX_Size

func (m *NotifyCustomContestSystemMsg) XXX_Size() int

func (*NotifyCustomContestSystemMsg) XXX_Unmarshal

func (m *NotifyCustomContestSystemMsg) XXX_Unmarshal(b []byte) error

type NotifyDailyTaskUpdate

type NotifyDailyTaskUpdate struct {
	Progresses           []*TaskProgress `protobuf:"bytes,1,rep,name=progresses,proto3" json:"progresses,omitempty"`
	MaxDailyTaskCount    uint32          `protobuf:"varint,2,opt,name=max_daily_task_count,json=maxDailyTaskCount,proto3" json:"max_daily_task_count,omitempty"`
	RefreshCount         uint32          `protobuf:"varint,3,opt,name=refresh_count,json=refreshCount,proto3" json:"refresh_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*NotifyDailyTaskUpdate) Descriptor

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

func (*NotifyDailyTaskUpdate) GetMaxDailyTaskCount

func (m *NotifyDailyTaskUpdate) GetMaxDailyTaskCount() uint32

func (*NotifyDailyTaskUpdate) GetProgresses

func (m *NotifyDailyTaskUpdate) GetProgresses() []*TaskProgress

func (*NotifyDailyTaskUpdate) GetRefreshCount

func (m *NotifyDailyTaskUpdate) GetRefreshCount() uint32

func (*NotifyDailyTaskUpdate) Marshal

func (m *NotifyDailyTaskUpdate) Marshal() (dAtA []byte, err error)

func (*NotifyDailyTaskUpdate) MarshalTo

func (m *NotifyDailyTaskUpdate) MarshalTo(dAtA []byte) (int, error)

func (*NotifyDailyTaskUpdate) MarshalToSizedBuffer

func (m *NotifyDailyTaskUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyDailyTaskUpdate) ProtoMessage

func (*NotifyDailyTaskUpdate) ProtoMessage()

func (*NotifyDailyTaskUpdate) Reset

func (m *NotifyDailyTaskUpdate) Reset()

func (*NotifyDailyTaskUpdate) Size

func (m *NotifyDailyTaskUpdate) Size() (n int)

func (*NotifyDailyTaskUpdate) String

func (m *NotifyDailyTaskUpdate) String() string

func (*NotifyDailyTaskUpdate) Unmarshal

func (m *NotifyDailyTaskUpdate) Unmarshal(dAtA []byte) error

func (*NotifyDailyTaskUpdate) XXX_DiscardUnknown

func (m *NotifyDailyTaskUpdate) XXX_DiscardUnknown()

func (*NotifyDailyTaskUpdate) XXX_Marshal

func (m *NotifyDailyTaskUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyDailyTaskUpdate) XXX_Merge

func (m *NotifyDailyTaskUpdate) XXX_Merge(src proto.Message)

func (*NotifyDailyTaskUpdate) XXX_Size

func (m *NotifyDailyTaskUpdate) XXX_Size() int

func (*NotifyDailyTaskUpdate) XXX_Unmarshal

func (m *NotifyDailyTaskUpdate) XXX_Unmarshal(b []byte) error

type NotifyDeleteMail

type NotifyDeleteMail struct {
	MailIdList           []uint32 `protobuf:"varint,1,rep,packed,name=mail_id_list,json=mailIdList,proto3" json:"mail_id_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyDeleteMail) Descriptor

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

func (*NotifyDeleteMail) GetMailIdList

func (m *NotifyDeleteMail) GetMailIdList() []uint32

func (*NotifyDeleteMail) Marshal

func (m *NotifyDeleteMail) Marshal() (dAtA []byte, err error)

func (*NotifyDeleteMail) MarshalTo

func (m *NotifyDeleteMail) MarshalTo(dAtA []byte) (int, error)

func (*NotifyDeleteMail) MarshalToSizedBuffer

func (m *NotifyDeleteMail) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyDeleteMail) ProtoMessage

func (*NotifyDeleteMail) ProtoMessage()

func (*NotifyDeleteMail) Reset

func (m *NotifyDeleteMail) Reset()

func (*NotifyDeleteMail) Size

func (m *NotifyDeleteMail) Size() (n int)

func (*NotifyDeleteMail) String

func (m *NotifyDeleteMail) String() string

func (*NotifyDeleteMail) Unmarshal

func (m *NotifyDeleteMail) Unmarshal(dAtA []byte) error

func (*NotifyDeleteMail) XXX_DiscardUnknown

func (m *NotifyDeleteMail) XXX_DiscardUnknown()

func (*NotifyDeleteMail) XXX_Marshal

func (m *NotifyDeleteMail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyDeleteMail) XXX_Merge

func (m *NotifyDeleteMail) XXX_Merge(src proto.Message)

func (*NotifyDeleteMail) XXX_Size

func (m *NotifyDeleteMail) XXX_Size() int

func (*NotifyDeleteMail) XXX_Unmarshal

func (m *NotifyDeleteMail) XXX_Unmarshal(b []byte) error

type NotifyFriendChange

type NotifyFriendChange struct {
	AccountId            uint32   `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Type                 uint32   `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	Friend               *Friend  `protobuf:"bytes,3,opt,name=friend,proto3" json:"friend,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyFriendChange) Descriptor

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

func (*NotifyFriendChange) GetAccountId

func (m *NotifyFriendChange) GetAccountId() uint32

func (*NotifyFriendChange) GetFriend

func (m *NotifyFriendChange) GetFriend() *Friend

func (*NotifyFriendChange) GetType

func (m *NotifyFriendChange) GetType() uint32

func (*NotifyFriendChange) Marshal

func (m *NotifyFriendChange) Marshal() (dAtA []byte, err error)

func (*NotifyFriendChange) MarshalTo

func (m *NotifyFriendChange) MarshalTo(dAtA []byte) (int, error)

func (*NotifyFriendChange) MarshalToSizedBuffer

func (m *NotifyFriendChange) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyFriendChange) ProtoMessage

func (*NotifyFriendChange) ProtoMessage()

func (*NotifyFriendChange) Reset

func (m *NotifyFriendChange) Reset()

func (*NotifyFriendChange) Size

func (m *NotifyFriendChange) Size() (n int)

func (*NotifyFriendChange) String

func (m *NotifyFriendChange) String() string

func (*NotifyFriendChange) Unmarshal

func (m *NotifyFriendChange) Unmarshal(dAtA []byte) error

func (*NotifyFriendChange) XXX_DiscardUnknown

func (m *NotifyFriendChange) XXX_DiscardUnknown()

func (*NotifyFriendChange) XXX_Marshal

func (m *NotifyFriendChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyFriendChange) XXX_Merge

func (m *NotifyFriendChange) XXX_Merge(src proto.Message)

func (*NotifyFriendChange) XXX_Size

func (m *NotifyFriendChange) XXX_Size() int

func (*NotifyFriendChange) XXX_Unmarshal

func (m *NotifyFriendChange) XXX_Unmarshal(b []byte) error

type NotifyFriendStateChange

type NotifyFriendStateChange struct {
	TargetId             uint32              `protobuf:"varint,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	ActiveState          *AccountActiveState `protobuf:"bytes,2,opt,name=active_state,json=activeState,proto3" json:"active_state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*NotifyFriendStateChange) Descriptor

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

func (*NotifyFriendStateChange) GetActiveState

func (m *NotifyFriendStateChange) GetActiveState() *AccountActiveState

func (*NotifyFriendStateChange) GetTargetId

func (m *NotifyFriendStateChange) GetTargetId() uint32

func (*NotifyFriendStateChange) Marshal

func (m *NotifyFriendStateChange) Marshal() (dAtA []byte, err error)

func (*NotifyFriendStateChange) MarshalTo

func (m *NotifyFriendStateChange) MarshalTo(dAtA []byte) (int, error)

func (*NotifyFriendStateChange) MarshalToSizedBuffer

func (m *NotifyFriendStateChange) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyFriendStateChange) ProtoMessage

func (*NotifyFriendStateChange) ProtoMessage()

func (*NotifyFriendStateChange) Reset

func (m *NotifyFriendStateChange) Reset()

func (*NotifyFriendStateChange) Size

func (m *NotifyFriendStateChange) Size() (n int)

func (*NotifyFriendStateChange) String

func (m *NotifyFriendStateChange) String() string

func (*NotifyFriendStateChange) Unmarshal

func (m *NotifyFriendStateChange) Unmarshal(dAtA []byte) error

func (*NotifyFriendStateChange) XXX_DiscardUnknown

func (m *NotifyFriendStateChange) XXX_DiscardUnknown()

func (*NotifyFriendStateChange) XXX_Marshal

func (m *NotifyFriendStateChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyFriendStateChange) XXX_Merge

func (m *NotifyFriendStateChange) XXX_Merge(src proto.Message)

func (*NotifyFriendStateChange) XXX_Size

func (m *NotifyFriendStateChange) XXX_Size() int

func (*NotifyFriendStateChange) XXX_Unmarshal

func (m *NotifyFriendStateChange) XXX_Unmarshal(b []byte) error

type NotifyFriendViewChange

type NotifyFriendViewChange struct {
	TargetId             uint32          `protobuf:"varint,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	Base                 *PlayerBaseView `protobuf:"bytes,2,opt,name=base,proto3" json:"base,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*NotifyFriendViewChange) Descriptor

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

func (*NotifyFriendViewChange) GetBase

func (m *NotifyFriendViewChange) GetBase() *PlayerBaseView

func (*NotifyFriendViewChange) GetTargetId

func (m *NotifyFriendViewChange) GetTargetId() uint32

func (*NotifyFriendViewChange) Marshal

func (m *NotifyFriendViewChange) Marshal() (dAtA []byte, err error)

func (*NotifyFriendViewChange) MarshalTo

func (m *NotifyFriendViewChange) MarshalTo(dAtA []byte) (int, error)

func (*NotifyFriendViewChange) MarshalToSizedBuffer

func (m *NotifyFriendViewChange) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyFriendViewChange) ProtoMessage

func (*NotifyFriendViewChange) ProtoMessage()

func (*NotifyFriendViewChange) Reset

func (m *NotifyFriendViewChange) Reset()

func (*NotifyFriendViewChange) Size

func (m *NotifyFriendViewChange) Size() (n int)

func (*NotifyFriendViewChange) String

func (m *NotifyFriendViewChange) String() string

func (*NotifyFriendViewChange) Unmarshal

func (m *NotifyFriendViewChange) Unmarshal(dAtA []byte) error

func (*NotifyFriendViewChange) XXX_DiscardUnknown

func (m *NotifyFriendViewChange) XXX_DiscardUnknown()

func (*NotifyFriendViewChange) XXX_Marshal

func (m *NotifyFriendViewChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyFriendViewChange) XXX_Merge

func (m *NotifyFriendViewChange) XXX_Merge(src proto.Message)

func (*NotifyFriendViewChange) XXX_Size

func (m *NotifyFriendViewChange) XXX_Size() int

func (*NotifyFriendViewChange) XXX_Unmarshal

func (m *NotifyFriendViewChange) XXX_Unmarshal(b []byte) error

type NotifyGameBroadcast

type NotifyGameBroadcast struct {
	Seat                 uint32   `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	Content              string   `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyGameBroadcast) Descriptor

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

func (*NotifyGameBroadcast) GetContent

func (m *NotifyGameBroadcast) GetContent() string

func (*NotifyGameBroadcast) GetSeat

func (m *NotifyGameBroadcast) GetSeat() uint32

func (*NotifyGameBroadcast) Marshal

func (m *NotifyGameBroadcast) Marshal() (dAtA []byte, err error)

func (*NotifyGameBroadcast) MarshalTo

func (m *NotifyGameBroadcast) MarshalTo(dAtA []byte) (int, error)

func (*NotifyGameBroadcast) MarshalToSizedBuffer

func (m *NotifyGameBroadcast) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyGameBroadcast) ProtoMessage

func (*NotifyGameBroadcast) ProtoMessage()

func (*NotifyGameBroadcast) Reset

func (m *NotifyGameBroadcast) Reset()

func (*NotifyGameBroadcast) Size

func (m *NotifyGameBroadcast) Size() (n int)

func (*NotifyGameBroadcast) String

func (m *NotifyGameBroadcast) String() string

func (*NotifyGameBroadcast) Unmarshal

func (m *NotifyGameBroadcast) Unmarshal(dAtA []byte) error

func (*NotifyGameBroadcast) XXX_DiscardUnknown

func (m *NotifyGameBroadcast) XXX_DiscardUnknown()

func (*NotifyGameBroadcast) XXX_Marshal

func (m *NotifyGameBroadcast) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyGameBroadcast) XXX_Merge

func (m *NotifyGameBroadcast) XXX_Merge(src proto.Message)

func (*NotifyGameBroadcast) XXX_Size

func (m *NotifyGameBroadcast) XXX_Size() int

func (*NotifyGameBroadcast) XXX_Unmarshal

func (m *NotifyGameBroadcast) XXX_Unmarshal(b []byte) error

type NotifyGameEndResult

type NotifyGameEndResult struct {
	Result               *GameEndResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*NotifyGameEndResult) Descriptor

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

func (*NotifyGameEndResult) GetResult

func (m *NotifyGameEndResult) GetResult() *GameEndResult

func (*NotifyGameEndResult) Marshal

func (m *NotifyGameEndResult) Marshal() (dAtA []byte, err error)

func (*NotifyGameEndResult) MarshalTo

func (m *NotifyGameEndResult) MarshalTo(dAtA []byte) (int, error)

func (*NotifyGameEndResult) MarshalToSizedBuffer

func (m *NotifyGameEndResult) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyGameEndResult) ProtoMessage

func (*NotifyGameEndResult) ProtoMessage()

func (*NotifyGameEndResult) Reset

func (m *NotifyGameEndResult) Reset()

func (*NotifyGameEndResult) Size

func (m *NotifyGameEndResult) Size() (n int)

func (*NotifyGameEndResult) String

func (m *NotifyGameEndResult) String() string

func (*NotifyGameEndResult) Unmarshal

func (m *NotifyGameEndResult) Unmarshal(dAtA []byte) error

func (*NotifyGameEndResult) XXX_DiscardUnknown

func (m *NotifyGameEndResult) XXX_DiscardUnknown()

func (*NotifyGameEndResult) XXX_Marshal

func (m *NotifyGameEndResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyGameEndResult) XXX_Merge

func (m *NotifyGameEndResult) XXX_Merge(src proto.Message)

func (*NotifyGameEndResult) XXX_Size

func (m *NotifyGameEndResult) XXX_Size() int

func (*NotifyGameEndResult) XXX_Unmarshal

func (m *NotifyGameEndResult) XXX_Unmarshal(b []byte) error

type NotifyGameFinishReward

type NotifyGameFinishReward struct {
	ModeId               uint32                                `protobuf:"varint,1,opt,name=mode_id,json=modeId,proto3" json:"mode_id,omitempty"`
	LevelChange          *NotifyGameFinishReward_LevelChange   `protobuf:"bytes,2,opt,name=level_change,json=levelChange,proto3" json:"level_change,omitempty"`
	MatchChest           *NotifyGameFinishReward_MatchChest    `protobuf:"bytes,3,opt,name=match_chest,json=matchChest,proto3" json:"match_chest,omitempty"`
	MainCharacter        *NotifyGameFinishReward_MainCharacter `protobuf:"bytes,4,opt,name=main_character,json=mainCharacter,proto3" json:"main_character,omitempty"`
	CharacterGift        *NotifyGameFinishReward_CharacterGift `protobuf:"bytes,5,opt,name=character_gift,json=characterGift,proto3" json:"character_gift,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*NotifyGameFinishReward) Descriptor

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

func (*NotifyGameFinishReward) GetCharacterGift

func (*NotifyGameFinishReward) GetLevelChange

func (*NotifyGameFinishReward) GetMainCharacter

func (*NotifyGameFinishReward) GetMatchChest

func (*NotifyGameFinishReward) GetModeId

func (m *NotifyGameFinishReward) GetModeId() uint32

func (*NotifyGameFinishReward) Marshal

func (m *NotifyGameFinishReward) Marshal() (dAtA []byte, err error)

func (*NotifyGameFinishReward) MarshalTo

func (m *NotifyGameFinishReward) MarshalTo(dAtA []byte) (int, error)

func (*NotifyGameFinishReward) MarshalToSizedBuffer

func (m *NotifyGameFinishReward) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyGameFinishReward) ProtoMessage

func (*NotifyGameFinishReward) ProtoMessage()

func (*NotifyGameFinishReward) Reset

func (m *NotifyGameFinishReward) Reset()

func (*NotifyGameFinishReward) Size

func (m *NotifyGameFinishReward) Size() (n int)

func (*NotifyGameFinishReward) String

func (m *NotifyGameFinishReward) String() string

func (*NotifyGameFinishReward) Unmarshal

func (m *NotifyGameFinishReward) Unmarshal(dAtA []byte) error

func (*NotifyGameFinishReward) XXX_DiscardUnknown

func (m *NotifyGameFinishReward) XXX_DiscardUnknown()

func (*NotifyGameFinishReward) XXX_Marshal

func (m *NotifyGameFinishReward) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyGameFinishReward) XXX_Merge

func (m *NotifyGameFinishReward) XXX_Merge(src proto.Message)

func (*NotifyGameFinishReward) XXX_Size

func (m *NotifyGameFinishReward) XXX_Size() int

func (*NotifyGameFinishReward) XXX_Unmarshal

func (m *NotifyGameFinishReward) XXX_Unmarshal(b []byte) error

type NotifyGameFinishReward_CharacterGift

type NotifyGameFinishReward_CharacterGift struct {
	Origin               uint32   `protobuf:"varint,1,opt,name=origin,proto3" json:"origin,omitempty"`
	Final                uint32   `protobuf:"varint,2,opt,name=final,proto3" json:"final,omitempty"`
	Add                  uint32   `protobuf:"varint,3,opt,name=add,proto3" json:"add,omitempty"`
	IsGraded             bool     `protobuf:"varint,4,opt,name=is_graded,json=isGraded,proto3" json:"is_graded,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyGameFinishReward_CharacterGift) Descriptor

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

func (*NotifyGameFinishReward_CharacterGift) GetAdd

func (*NotifyGameFinishReward_CharacterGift) GetFinal

func (*NotifyGameFinishReward_CharacterGift) GetIsGraded

func (m *NotifyGameFinishReward_CharacterGift) GetIsGraded() bool

func (*NotifyGameFinishReward_CharacterGift) GetOrigin

func (*NotifyGameFinishReward_CharacterGift) Marshal

func (m *NotifyGameFinishReward_CharacterGift) Marshal() (dAtA []byte, err error)

func (*NotifyGameFinishReward_CharacterGift) MarshalTo

func (m *NotifyGameFinishReward_CharacterGift) MarshalTo(dAtA []byte) (int, error)

func (*NotifyGameFinishReward_CharacterGift) MarshalToSizedBuffer

func (m *NotifyGameFinishReward_CharacterGift) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyGameFinishReward_CharacterGift) ProtoMessage

func (*NotifyGameFinishReward_CharacterGift) ProtoMessage()

func (*NotifyGameFinishReward_CharacterGift) Reset

func (*NotifyGameFinishReward_CharacterGift) Size

func (*NotifyGameFinishReward_CharacterGift) String

func (*NotifyGameFinishReward_CharacterGift) Unmarshal

func (m *NotifyGameFinishReward_CharacterGift) Unmarshal(dAtA []byte) error

func (*NotifyGameFinishReward_CharacterGift) XXX_DiscardUnknown

func (m *NotifyGameFinishReward_CharacterGift) XXX_DiscardUnknown()

func (*NotifyGameFinishReward_CharacterGift) XXX_Marshal

func (m *NotifyGameFinishReward_CharacterGift) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyGameFinishReward_CharacterGift) XXX_Merge

func (*NotifyGameFinishReward_CharacterGift) XXX_Size

func (*NotifyGameFinishReward_CharacterGift) XXX_Unmarshal

func (m *NotifyGameFinishReward_CharacterGift) XXX_Unmarshal(b []byte) error

type NotifyGameFinishReward_LevelChange

type NotifyGameFinishReward_LevelChange struct {
	Origin               *AccountLevel `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin,omitempty"`
	Final                *AccountLevel `protobuf:"bytes,2,opt,name=final,proto3" json:"final,omitempty"`
	Type                 uint32        `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*NotifyGameFinishReward_LevelChange) Descriptor

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

func (*NotifyGameFinishReward_LevelChange) GetFinal

func (*NotifyGameFinishReward_LevelChange) GetOrigin

func (*NotifyGameFinishReward_LevelChange) GetType

func (*NotifyGameFinishReward_LevelChange) Marshal

func (m *NotifyGameFinishReward_LevelChange) Marshal() (dAtA []byte, err error)

func (*NotifyGameFinishReward_LevelChange) MarshalTo

func (m *NotifyGameFinishReward_LevelChange) MarshalTo(dAtA []byte) (int, error)

func (*NotifyGameFinishReward_LevelChange) MarshalToSizedBuffer

func (m *NotifyGameFinishReward_LevelChange) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyGameFinishReward_LevelChange) ProtoMessage

func (*NotifyGameFinishReward_LevelChange) ProtoMessage()

func (*NotifyGameFinishReward_LevelChange) Reset

func (*NotifyGameFinishReward_LevelChange) Size

func (*NotifyGameFinishReward_LevelChange) String

func (*NotifyGameFinishReward_LevelChange) Unmarshal

func (m *NotifyGameFinishReward_LevelChange) Unmarshal(dAtA []byte) error

func (*NotifyGameFinishReward_LevelChange) XXX_DiscardUnknown

func (m *NotifyGameFinishReward_LevelChange) XXX_DiscardUnknown()

func (*NotifyGameFinishReward_LevelChange) XXX_Marshal

func (m *NotifyGameFinishReward_LevelChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyGameFinishReward_LevelChange) XXX_Merge

func (*NotifyGameFinishReward_LevelChange) XXX_Size

func (*NotifyGameFinishReward_LevelChange) XXX_Unmarshal

func (m *NotifyGameFinishReward_LevelChange) XXX_Unmarshal(b []byte) error

type NotifyGameFinishReward_MainCharacter

type NotifyGameFinishReward_MainCharacter struct {
	Level                uint32   `protobuf:"varint,1,opt,name=level,proto3" json:"level,omitempty"`
	Exp                  uint32   `protobuf:"varint,2,opt,name=exp,proto3" json:"exp,omitempty"`
	Add                  uint32   `protobuf:"varint,3,opt,name=add,proto3" json:"add,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyGameFinishReward_MainCharacter) Descriptor

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

func (*NotifyGameFinishReward_MainCharacter) GetAdd

func (*NotifyGameFinishReward_MainCharacter) GetExp

func (*NotifyGameFinishReward_MainCharacter) GetLevel

func (*NotifyGameFinishReward_MainCharacter) Marshal

func (m *NotifyGameFinishReward_MainCharacter) Marshal() (dAtA []byte, err error)

func (*NotifyGameFinishReward_MainCharacter) MarshalTo

func (m *NotifyGameFinishReward_MainCharacter) MarshalTo(dAtA []byte) (int, error)

func (*NotifyGameFinishReward_MainCharacter) MarshalToSizedBuffer

func (m *NotifyGameFinishReward_MainCharacter) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyGameFinishReward_MainCharacter) ProtoMessage

func (*NotifyGameFinishReward_MainCharacter) ProtoMessage()

func (*NotifyGameFinishReward_MainCharacter) Reset

func (*NotifyGameFinishReward_MainCharacter) Size

func (*NotifyGameFinishReward_MainCharacter) String

func (*NotifyGameFinishReward_MainCharacter) Unmarshal

func (m *NotifyGameFinishReward_MainCharacter) Unmarshal(dAtA []byte) error

func (*NotifyGameFinishReward_MainCharacter) XXX_DiscardUnknown

func (m *NotifyGameFinishReward_MainCharacter) XXX_DiscardUnknown()

func (*NotifyGameFinishReward_MainCharacter) XXX_Marshal

func (m *NotifyGameFinishReward_MainCharacter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyGameFinishReward_MainCharacter) XXX_Merge

func (*NotifyGameFinishReward_MainCharacter) XXX_Size

func (*NotifyGameFinishReward_MainCharacter) XXX_Unmarshal

func (m *NotifyGameFinishReward_MainCharacter) XXX_Unmarshal(b []byte) error

type NotifyGameFinishReward_MatchChest

type NotifyGameFinishReward_MatchChest struct {
	ChestId              uint32        `protobuf:"varint,1,opt,name=chest_id,json=chestId,proto3" json:"chest_id,omitempty"`
	Origin               uint32        `protobuf:"varint,2,opt,name=origin,proto3" json:"origin,omitempty"`
	Final                uint32        `protobuf:"varint,3,opt,name=final,proto3" json:"final,omitempty"`
	IsGraded             bool          `protobuf:"varint,4,opt,name=is_graded,json=isGraded,proto3" json:"is_graded,omitempty"`
	Rewards              []*RewardSlot `protobuf:"bytes,5,rep,name=rewards,proto3" json:"rewards,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*NotifyGameFinishReward_MatchChest) Descriptor

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

func (*NotifyGameFinishReward_MatchChest) GetChestId

func (m *NotifyGameFinishReward_MatchChest) GetChestId() uint32

func (*NotifyGameFinishReward_MatchChest) GetFinal

func (*NotifyGameFinishReward_MatchChest) GetIsGraded

func (m *NotifyGameFinishReward_MatchChest) GetIsGraded() bool

func (*NotifyGameFinishReward_MatchChest) GetOrigin

func (*NotifyGameFinishReward_MatchChest) GetRewards

func (m *NotifyGameFinishReward_MatchChest) GetRewards() []*RewardSlot

func (*NotifyGameFinishReward_MatchChest) Marshal

func (m *NotifyGameFinishReward_MatchChest) Marshal() (dAtA []byte, err error)

func (*NotifyGameFinishReward_MatchChest) MarshalTo

func (m *NotifyGameFinishReward_MatchChest) MarshalTo(dAtA []byte) (int, error)

func (*NotifyGameFinishReward_MatchChest) MarshalToSizedBuffer

func (m *NotifyGameFinishReward_MatchChest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyGameFinishReward_MatchChest) ProtoMessage

func (*NotifyGameFinishReward_MatchChest) ProtoMessage()

func (*NotifyGameFinishReward_MatchChest) Reset

func (*NotifyGameFinishReward_MatchChest) Size

func (m *NotifyGameFinishReward_MatchChest) Size() (n int)

func (*NotifyGameFinishReward_MatchChest) String

func (*NotifyGameFinishReward_MatchChest) Unmarshal

func (m *NotifyGameFinishReward_MatchChest) Unmarshal(dAtA []byte) error

func (*NotifyGameFinishReward_MatchChest) XXX_DiscardUnknown

func (m *NotifyGameFinishReward_MatchChest) XXX_DiscardUnknown()

func (*NotifyGameFinishReward_MatchChest) XXX_Marshal

func (m *NotifyGameFinishReward_MatchChest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyGameFinishReward_MatchChest) XXX_Merge

func (*NotifyGameFinishReward_MatchChest) XXX_Size

func (m *NotifyGameFinishReward_MatchChest) XXX_Size() int

func (*NotifyGameFinishReward_MatchChest) XXX_Unmarshal

func (m *NotifyGameFinishReward_MatchChest) XXX_Unmarshal(b []byte) error

type NotifyGamePause

type NotifyGamePause struct {
	Paused               bool     `protobuf:"varint,1,opt,name=paused,proto3" json:"paused,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyGamePause) Descriptor

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

func (*NotifyGamePause) GetPaused

func (m *NotifyGamePause) GetPaused() bool

func (*NotifyGamePause) Marshal

func (m *NotifyGamePause) Marshal() (dAtA []byte, err error)

func (*NotifyGamePause) MarshalTo

func (m *NotifyGamePause) MarshalTo(dAtA []byte) (int, error)

func (*NotifyGamePause) MarshalToSizedBuffer

func (m *NotifyGamePause) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyGamePause) ProtoMessage

func (*NotifyGamePause) ProtoMessage()

func (*NotifyGamePause) Reset

func (m *NotifyGamePause) Reset()

func (*NotifyGamePause) Size

func (m *NotifyGamePause) Size() (n int)

func (*NotifyGamePause) String

func (m *NotifyGamePause) String() string

func (*NotifyGamePause) Unmarshal

func (m *NotifyGamePause) Unmarshal(dAtA []byte) error

func (*NotifyGamePause) XXX_DiscardUnknown

func (m *NotifyGamePause) XXX_DiscardUnknown()

func (*NotifyGamePause) XXX_Marshal

func (m *NotifyGamePause) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyGamePause) XXX_Merge

func (m *NotifyGamePause) XXX_Merge(src proto.Message)

func (*NotifyGamePause) XXX_Size

func (m *NotifyGamePause) XXX_Size() int

func (*NotifyGamePause) XXX_Unmarshal

func (m *NotifyGamePause) XXX_Unmarshal(b []byte) error

type NotifyGameTerminate

type NotifyGameTerminate struct {
	Reason               string   `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyGameTerminate) Descriptor

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

func (*NotifyGameTerminate) GetReason

func (m *NotifyGameTerminate) GetReason() string

func (*NotifyGameTerminate) Marshal

func (m *NotifyGameTerminate) Marshal() (dAtA []byte, err error)

func (*NotifyGameTerminate) MarshalTo

func (m *NotifyGameTerminate) MarshalTo(dAtA []byte) (int, error)

func (*NotifyGameTerminate) MarshalToSizedBuffer

func (m *NotifyGameTerminate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyGameTerminate) ProtoMessage

func (*NotifyGameTerminate) ProtoMessage()

func (*NotifyGameTerminate) Reset

func (m *NotifyGameTerminate) Reset()

func (*NotifyGameTerminate) Size

func (m *NotifyGameTerminate) Size() (n int)

func (*NotifyGameTerminate) String

func (m *NotifyGameTerminate) String() string

func (*NotifyGameTerminate) Unmarshal

func (m *NotifyGameTerminate) Unmarshal(dAtA []byte) error

func (*NotifyGameTerminate) XXX_DiscardUnknown

func (m *NotifyGameTerminate) XXX_DiscardUnknown()

func (*NotifyGameTerminate) XXX_Marshal

func (m *NotifyGameTerminate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyGameTerminate) XXX_Merge

func (m *NotifyGameTerminate) XXX_Merge(src proto.Message)

func (*NotifyGameTerminate) XXX_Size

func (m *NotifyGameTerminate) XXX_Size() int

func (*NotifyGameTerminate) XXX_Unmarshal

func (m *NotifyGameTerminate) XXX_Unmarshal(b []byte) error

type NotifyGiftSendRefresh

type NotifyGiftSendRefresh struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyGiftSendRefresh) Descriptor

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

func (*NotifyGiftSendRefresh) Marshal

func (m *NotifyGiftSendRefresh) Marshal() (dAtA []byte, err error)

func (*NotifyGiftSendRefresh) MarshalTo

func (m *NotifyGiftSendRefresh) MarshalTo(dAtA []byte) (int, error)

func (*NotifyGiftSendRefresh) MarshalToSizedBuffer

func (m *NotifyGiftSendRefresh) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyGiftSendRefresh) ProtoMessage

func (*NotifyGiftSendRefresh) ProtoMessage()

func (*NotifyGiftSendRefresh) Reset

func (m *NotifyGiftSendRefresh) Reset()

func (*NotifyGiftSendRefresh) Size

func (m *NotifyGiftSendRefresh) Size() (n int)

func (*NotifyGiftSendRefresh) String

func (m *NotifyGiftSendRefresh) String() string

func (*NotifyGiftSendRefresh) Unmarshal

func (m *NotifyGiftSendRefresh) Unmarshal(dAtA []byte) error

func (*NotifyGiftSendRefresh) XXX_DiscardUnknown

func (m *NotifyGiftSendRefresh) XXX_DiscardUnknown()

func (*NotifyGiftSendRefresh) XXX_Marshal

func (m *NotifyGiftSendRefresh) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyGiftSendRefresh) XXX_Merge

func (m *NotifyGiftSendRefresh) XXX_Merge(src proto.Message)

func (*NotifyGiftSendRefresh) XXX_Size

func (m *NotifyGiftSendRefresh) XXX_Size() int

func (*NotifyGiftSendRefresh) XXX_Unmarshal

func (m *NotifyGiftSendRefresh) XXX_Unmarshal(b []byte) error

type NotifyLeaderboardPoint

type NotifyLeaderboardPoint struct {
	LeaderboardPoints    []*NotifyLeaderboardPoint_LeaderboardPoint `protobuf:"bytes,1,rep,name=leaderboard_points,json=leaderboardPoints,proto3" json:"leaderboard_points,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*NotifyLeaderboardPoint) Descriptor

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

func (*NotifyLeaderboardPoint) GetLeaderboardPoints

func (*NotifyLeaderboardPoint) Marshal

func (m *NotifyLeaderboardPoint) Marshal() (dAtA []byte, err error)

func (*NotifyLeaderboardPoint) MarshalTo

func (m *NotifyLeaderboardPoint) MarshalTo(dAtA []byte) (int, error)

func (*NotifyLeaderboardPoint) MarshalToSizedBuffer

func (m *NotifyLeaderboardPoint) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyLeaderboardPoint) ProtoMessage

func (*NotifyLeaderboardPoint) ProtoMessage()

func (*NotifyLeaderboardPoint) Reset

func (m *NotifyLeaderboardPoint) Reset()

func (*NotifyLeaderboardPoint) Size

func (m *NotifyLeaderboardPoint) Size() (n int)

func (*NotifyLeaderboardPoint) String

func (m *NotifyLeaderboardPoint) String() string

func (*NotifyLeaderboardPoint) Unmarshal

func (m *NotifyLeaderboardPoint) Unmarshal(dAtA []byte) error

func (*NotifyLeaderboardPoint) XXX_DiscardUnknown

func (m *NotifyLeaderboardPoint) XXX_DiscardUnknown()

func (*NotifyLeaderboardPoint) XXX_Marshal

func (m *NotifyLeaderboardPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyLeaderboardPoint) XXX_Merge

func (m *NotifyLeaderboardPoint) XXX_Merge(src proto.Message)

func (*NotifyLeaderboardPoint) XXX_Size

func (m *NotifyLeaderboardPoint) XXX_Size() int

func (*NotifyLeaderboardPoint) XXX_Unmarshal

func (m *NotifyLeaderboardPoint) XXX_Unmarshal(b []byte) error

type NotifyLeaderboardPoint_LeaderboardPoint

type NotifyLeaderboardPoint_LeaderboardPoint struct {
	LeaderboardId        uint32   `protobuf:"varint,1,opt,name=leaderboard_id,json=leaderboardId,proto3" json:"leaderboard_id,omitempty"`
	Point                uint32   `protobuf:"varint,2,opt,name=point,proto3" json:"point,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyLeaderboardPoint_LeaderboardPoint) Descriptor

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

func (*NotifyLeaderboardPoint_LeaderboardPoint) GetLeaderboardId

func (m *NotifyLeaderboardPoint_LeaderboardPoint) GetLeaderboardId() uint32

func (*NotifyLeaderboardPoint_LeaderboardPoint) GetPoint

func (*NotifyLeaderboardPoint_LeaderboardPoint) Marshal

func (m *NotifyLeaderboardPoint_LeaderboardPoint) Marshal() (dAtA []byte, err error)

func (*NotifyLeaderboardPoint_LeaderboardPoint) MarshalTo

func (m *NotifyLeaderboardPoint_LeaderboardPoint) MarshalTo(dAtA []byte) (int, error)

func (*NotifyLeaderboardPoint_LeaderboardPoint) MarshalToSizedBuffer

func (m *NotifyLeaderboardPoint_LeaderboardPoint) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyLeaderboardPoint_LeaderboardPoint) ProtoMessage

func (*NotifyLeaderboardPoint_LeaderboardPoint) Reset

func (*NotifyLeaderboardPoint_LeaderboardPoint) Size

func (*NotifyLeaderboardPoint_LeaderboardPoint) String

func (*NotifyLeaderboardPoint_LeaderboardPoint) Unmarshal

func (m *NotifyLeaderboardPoint_LeaderboardPoint) Unmarshal(dAtA []byte) error

func (*NotifyLeaderboardPoint_LeaderboardPoint) XXX_DiscardUnknown

func (m *NotifyLeaderboardPoint_LeaderboardPoint) XXX_DiscardUnknown()

func (*NotifyLeaderboardPoint_LeaderboardPoint) XXX_Marshal

func (m *NotifyLeaderboardPoint_LeaderboardPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyLeaderboardPoint_LeaderboardPoint) XXX_Merge

func (*NotifyLeaderboardPoint_LeaderboardPoint) XXX_Size

func (*NotifyLeaderboardPoint_LeaderboardPoint) XXX_Unmarshal

func (m *NotifyLeaderboardPoint_LeaderboardPoint) XXX_Unmarshal(b []byte) error

type NotifyMatchGameStart

type NotifyMatchGameStart struct {
	GameUrl              string   `protobuf:"bytes,1,opt,name=game_url,json=gameUrl,proto3" json:"game_url,omitempty"`
	ConnectToken         string   `protobuf:"bytes,2,opt,name=connect_token,json=connectToken,proto3" json:"connect_token,omitempty"`
	GameUuid             string   `protobuf:"bytes,3,opt,name=game_uuid,json=gameUuid,proto3" json:"game_uuid,omitempty"`
	MatchModeId          uint32   `protobuf:"varint,4,opt,name=match_mode_id,json=matchModeId,proto3" json:"match_mode_id,omitempty"`
	Location             string   `protobuf:"bytes,5,opt,name=location,proto3" json:"location,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyMatchGameStart) Descriptor

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

func (*NotifyMatchGameStart) GetConnectToken

func (m *NotifyMatchGameStart) GetConnectToken() string

func (*NotifyMatchGameStart) GetGameUrl

func (m *NotifyMatchGameStart) GetGameUrl() string

func (*NotifyMatchGameStart) GetGameUuid

func (m *NotifyMatchGameStart) GetGameUuid() string

func (*NotifyMatchGameStart) GetLocation

func (m *NotifyMatchGameStart) GetLocation() string

func (*NotifyMatchGameStart) GetMatchModeId

func (m *NotifyMatchGameStart) GetMatchModeId() uint32

func (*NotifyMatchGameStart) Marshal

func (m *NotifyMatchGameStart) Marshal() (dAtA []byte, err error)

func (*NotifyMatchGameStart) MarshalTo

func (m *NotifyMatchGameStart) MarshalTo(dAtA []byte) (int, error)

func (*NotifyMatchGameStart) MarshalToSizedBuffer

func (m *NotifyMatchGameStart) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyMatchGameStart) ProtoMessage

func (*NotifyMatchGameStart) ProtoMessage()

func (*NotifyMatchGameStart) Reset

func (m *NotifyMatchGameStart) Reset()

func (*NotifyMatchGameStart) Size

func (m *NotifyMatchGameStart) Size() (n int)

func (*NotifyMatchGameStart) String

func (m *NotifyMatchGameStart) String() string

func (*NotifyMatchGameStart) Unmarshal

func (m *NotifyMatchGameStart) Unmarshal(dAtA []byte) error

func (*NotifyMatchGameStart) XXX_DiscardUnknown

func (m *NotifyMatchGameStart) XXX_DiscardUnknown()

func (*NotifyMatchGameStart) XXX_Marshal

func (m *NotifyMatchGameStart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyMatchGameStart) XXX_Merge

func (m *NotifyMatchGameStart) XXX_Merge(src proto.Message)

func (*NotifyMatchGameStart) XXX_Size

func (m *NotifyMatchGameStart) XXX_Size() int

func (*NotifyMatchGameStart) XXX_Unmarshal

func (m *NotifyMatchGameStart) XXX_Unmarshal(b []byte) error

type NotifyMatchTimeout

type NotifyMatchTimeout struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyMatchTimeout) Descriptor

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

func (*NotifyMatchTimeout) Marshal

func (m *NotifyMatchTimeout) Marshal() (dAtA []byte, err error)

func (*NotifyMatchTimeout) MarshalTo

func (m *NotifyMatchTimeout) MarshalTo(dAtA []byte) (int, error)

func (*NotifyMatchTimeout) MarshalToSizedBuffer

func (m *NotifyMatchTimeout) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyMatchTimeout) ProtoMessage

func (*NotifyMatchTimeout) ProtoMessage()

func (*NotifyMatchTimeout) Reset

func (m *NotifyMatchTimeout) Reset()

func (*NotifyMatchTimeout) Size

func (m *NotifyMatchTimeout) Size() (n int)

func (*NotifyMatchTimeout) String

func (m *NotifyMatchTimeout) String() string

func (*NotifyMatchTimeout) Unmarshal

func (m *NotifyMatchTimeout) Unmarshal(dAtA []byte) error

func (*NotifyMatchTimeout) XXX_DiscardUnknown

func (m *NotifyMatchTimeout) XXX_DiscardUnknown()

func (*NotifyMatchTimeout) XXX_Marshal

func (m *NotifyMatchTimeout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyMatchTimeout) XXX_Merge

func (m *NotifyMatchTimeout) XXX_Merge(src proto.Message)

func (*NotifyMatchTimeout) XXX_Size

func (m *NotifyMatchTimeout) XXX_Size() int

func (*NotifyMatchTimeout) XXX_Unmarshal

func (m *NotifyMatchTimeout) XXX_Unmarshal(b []byte) error

type NotifyNewComment

type NotifyNewComment struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyNewComment) Descriptor

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

func (*NotifyNewComment) Marshal

func (m *NotifyNewComment) Marshal() (dAtA []byte, err error)

func (*NotifyNewComment) MarshalTo

func (m *NotifyNewComment) MarshalTo(dAtA []byte) (int, error)

func (*NotifyNewComment) MarshalToSizedBuffer

func (m *NotifyNewComment) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyNewComment) ProtoMessage

func (*NotifyNewComment) ProtoMessage()

func (*NotifyNewComment) Reset

func (m *NotifyNewComment) Reset()

func (*NotifyNewComment) Size

func (m *NotifyNewComment) Size() (n int)

func (*NotifyNewComment) String

func (m *NotifyNewComment) String() string

func (*NotifyNewComment) Unmarshal

func (m *NotifyNewComment) Unmarshal(dAtA []byte) error

func (*NotifyNewComment) XXX_DiscardUnknown

func (m *NotifyNewComment) XXX_DiscardUnknown()

func (*NotifyNewComment) XXX_Marshal

func (m *NotifyNewComment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyNewComment) XXX_Merge

func (m *NotifyNewComment) XXX_Merge(src proto.Message)

func (*NotifyNewComment) XXX_Size

func (m *NotifyNewComment) XXX_Size() int

func (*NotifyNewComment) XXX_Unmarshal

func (m *NotifyNewComment) XXX_Unmarshal(b []byte) error

type NotifyNewFriendApply

type NotifyNewFriendApply struct {
	AccountId            uint32   `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	ApplyTime            uint32   `protobuf:"varint,2,opt,name=apply_time,json=applyTime,proto3" json:"apply_time,omitempty"`
	RemovedId            uint32   `protobuf:"varint,3,opt,name=removed_id,json=removedId,proto3" json:"removed_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyNewFriendApply) Descriptor

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

func (*NotifyNewFriendApply) GetAccountId

func (m *NotifyNewFriendApply) GetAccountId() uint32

func (*NotifyNewFriendApply) GetApplyTime

func (m *NotifyNewFriendApply) GetApplyTime() uint32

func (*NotifyNewFriendApply) GetRemovedId

func (m *NotifyNewFriendApply) GetRemovedId() uint32

func (*NotifyNewFriendApply) Marshal

func (m *NotifyNewFriendApply) Marshal() (dAtA []byte, err error)

func (*NotifyNewFriendApply) MarshalTo

func (m *NotifyNewFriendApply) MarshalTo(dAtA []byte) (int, error)

func (*NotifyNewFriendApply) MarshalToSizedBuffer

func (m *NotifyNewFriendApply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyNewFriendApply) ProtoMessage

func (*NotifyNewFriendApply) ProtoMessage()

func (*NotifyNewFriendApply) Reset

func (m *NotifyNewFriendApply) Reset()

func (*NotifyNewFriendApply) Size

func (m *NotifyNewFriendApply) Size() (n int)

func (*NotifyNewFriendApply) String

func (m *NotifyNewFriendApply) String() string

func (*NotifyNewFriendApply) Unmarshal

func (m *NotifyNewFriendApply) Unmarshal(dAtA []byte) error

func (*NotifyNewFriendApply) XXX_DiscardUnknown

func (m *NotifyNewFriendApply) XXX_DiscardUnknown()

func (*NotifyNewFriendApply) XXX_Marshal

func (m *NotifyNewFriendApply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyNewFriendApply) XXX_Merge

func (m *NotifyNewFriendApply) XXX_Merge(src proto.Message)

func (*NotifyNewFriendApply) XXX_Size

func (m *NotifyNewFriendApply) XXX_Size() int

func (*NotifyNewFriendApply) XXX_Unmarshal

func (m *NotifyNewFriendApply) XXX_Unmarshal(b []byte) error

type NotifyNewGame

type NotifyNewGame struct {
	GameUuid             string   `protobuf:"bytes,1,opt,name=game_uuid,json=gameUuid,proto3" json:"game_uuid,omitempty"`
	PlayerList           []string `protobuf:"bytes,2,rep,name=player_list,json=playerList,proto3" json:"player_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyNewGame) Descriptor

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

func (*NotifyNewGame) GetGameUuid

func (m *NotifyNewGame) GetGameUuid() string

func (*NotifyNewGame) GetPlayerList

func (m *NotifyNewGame) GetPlayerList() []string

func (*NotifyNewGame) Marshal

func (m *NotifyNewGame) Marshal() (dAtA []byte, err error)

func (*NotifyNewGame) MarshalTo

func (m *NotifyNewGame) MarshalTo(dAtA []byte) (int, error)

func (*NotifyNewGame) MarshalToSizedBuffer

func (m *NotifyNewGame) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyNewGame) ProtoMessage

func (*NotifyNewGame) ProtoMessage()

func (*NotifyNewGame) Reset

func (m *NotifyNewGame) Reset()

func (*NotifyNewGame) Size

func (m *NotifyNewGame) Size() (n int)

func (*NotifyNewGame) String

func (m *NotifyNewGame) String() string

func (*NotifyNewGame) Unmarshal

func (m *NotifyNewGame) Unmarshal(dAtA []byte) error

func (*NotifyNewGame) XXX_DiscardUnknown

func (m *NotifyNewGame) XXX_DiscardUnknown()

func (*NotifyNewGame) XXX_Marshal

func (m *NotifyNewGame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyNewGame) XXX_Merge

func (m *NotifyNewGame) XXX_Merge(src proto.Message)

func (*NotifyNewGame) XXX_Size

func (m *NotifyNewGame) XXX_Size() int

func (*NotifyNewGame) XXX_Unmarshal

func (m *NotifyNewGame) XXX_Unmarshal(b []byte) error

type NotifyNewMail

type NotifyNewMail struct {
	Mail                 *Mail    `protobuf:"bytes,1,opt,name=mail,proto3" json:"mail,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyNewMail) Descriptor

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

func (*NotifyNewMail) GetMail

func (m *NotifyNewMail) GetMail() *Mail

func (*NotifyNewMail) Marshal

func (m *NotifyNewMail) Marshal() (dAtA []byte, err error)

func (*NotifyNewMail) MarshalTo

func (m *NotifyNewMail) MarshalTo(dAtA []byte) (int, error)

func (*NotifyNewMail) MarshalToSizedBuffer

func (m *NotifyNewMail) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyNewMail) ProtoMessage

func (*NotifyNewMail) ProtoMessage()

func (*NotifyNewMail) Reset

func (m *NotifyNewMail) Reset()

func (*NotifyNewMail) Size

func (m *NotifyNewMail) Size() (n int)

func (*NotifyNewMail) String

func (m *NotifyNewMail) String() string

func (*NotifyNewMail) Unmarshal

func (m *NotifyNewMail) Unmarshal(dAtA []byte) error

func (*NotifyNewMail) XXX_DiscardUnknown

func (m *NotifyNewMail) XXX_DiscardUnknown()

func (*NotifyNewMail) XXX_Marshal

func (m *NotifyNewMail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyNewMail) XXX_Merge

func (m *NotifyNewMail) XXX_Merge(src proto.Message)

func (*NotifyNewMail) XXX_Size

func (m *NotifyNewMail) XXX_Size() int

func (*NotifyNewMail) XXX_Unmarshal

func (m *NotifyNewMail) XXX_Unmarshal(b []byte) error

type NotifyPayResult

type NotifyPayResult struct {
	PayResult            uint32   `protobuf:"varint,1,opt,name=pay_result,json=payResult,proto3" json:"pay_result,omitempty"`
	OrderId              string   `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	GoodsId              uint32   `protobuf:"varint,3,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyPayResult) Descriptor

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

func (*NotifyPayResult) GetGoodsId

func (m *NotifyPayResult) GetGoodsId() uint32

func (*NotifyPayResult) GetOrderId

func (m *NotifyPayResult) GetOrderId() string

func (*NotifyPayResult) GetPayResult

func (m *NotifyPayResult) GetPayResult() uint32

func (*NotifyPayResult) Marshal

func (m *NotifyPayResult) Marshal() (dAtA []byte, err error)

func (*NotifyPayResult) MarshalTo

func (m *NotifyPayResult) MarshalTo(dAtA []byte) (int, error)

func (*NotifyPayResult) MarshalToSizedBuffer

func (m *NotifyPayResult) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyPayResult) ProtoMessage

func (*NotifyPayResult) ProtoMessage()

func (*NotifyPayResult) Reset

func (m *NotifyPayResult) Reset()

func (*NotifyPayResult) Size

func (m *NotifyPayResult) Size() (n int)

func (*NotifyPayResult) String

func (m *NotifyPayResult) String() string

func (*NotifyPayResult) Unmarshal

func (m *NotifyPayResult) Unmarshal(dAtA []byte) error

func (*NotifyPayResult) XXX_DiscardUnknown

func (m *NotifyPayResult) XXX_DiscardUnknown()

func (*NotifyPayResult) XXX_Marshal

func (m *NotifyPayResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyPayResult) XXX_Merge

func (m *NotifyPayResult) XXX_Merge(src proto.Message)

func (*NotifyPayResult) XXX_Size

func (m *NotifyPayResult) XXX_Size() int

func (*NotifyPayResult) XXX_Unmarshal

func (m *NotifyPayResult) XXX_Unmarshal(b []byte) error

type NotifyPlayerConnectionState

type NotifyPlayerConnectionState struct {
	Seat                 uint32          `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	State                GamePlayerState `protobuf:"varint,2,opt,name=state,proto3,enum=lq.GamePlayerState" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*NotifyPlayerConnectionState) Descriptor

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

func (*NotifyPlayerConnectionState) GetSeat

func (m *NotifyPlayerConnectionState) GetSeat() uint32

func (*NotifyPlayerConnectionState) GetState

func (*NotifyPlayerConnectionState) Marshal

func (m *NotifyPlayerConnectionState) Marshal() (dAtA []byte, err error)

func (*NotifyPlayerConnectionState) MarshalTo

func (m *NotifyPlayerConnectionState) MarshalTo(dAtA []byte) (int, error)

func (*NotifyPlayerConnectionState) MarshalToSizedBuffer

func (m *NotifyPlayerConnectionState) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyPlayerConnectionState) ProtoMessage

func (*NotifyPlayerConnectionState) ProtoMessage()

func (*NotifyPlayerConnectionState) Reset

func (m *NotifyPlayerConnectionState) Reset()

func (*NotifyPlayerConnectionState) Size

func (m *NotifyPlayerConnectionState) Size() (n int)

func (*NotifyPlayerConnectionState) String

func (m *NotifyPlayerConnectionState) String() string

func (*NotifyPlayerConnectionState) Unmarshal

func (m *NotifyPlayerConnectionState) Unmarshal(dAtA []byte) error

func (*NotifyPlayerConnectionState) XXX_DiscardUnknown

func (m *NotifyPlayerConnectionState) XXX_DiscardUnknown()

func (*NotifyPlayerConnectionState) XXX_Marshal

func (m *NotifyPlayerConnectionState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyPlayerConnectionState) XXX_Merge

func (m *NotifyPlayerConnectionState) XXX_Merge(src proto.Message)

func (*NotifyPlayerConnectionState) XXX_Size

func (m *NotifyPlayerConnectionState) XXX_Size() int

func (*NotifyPlayerConnectionState) XXX_Unmarshal

func (m *NotifyPlayerConnectionState) XXX_Unmarshal(b []byte) error

type NotifyPlayerLoadGameReady

type NotifyPlayerLoadGameReady struct {
	ReadyIdList          []uint32 `protobuf:"varint,1,rep,packed,name=ready_id_list,json=readyIdList,proto3" json:"ready_id_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyPlayerLoadGameReady) Descriptor

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

func (*NotifyPlayerLoadGameReady) GetReadyIdList

func (m *NotifyPlayerLoadGameReady) GetReadyIdList() []uint32

func (*NotifyPlayerLoadGameReady) Marshal

func (m *NotifyPlayerLoadGameReady) Marshal() (dAtA []byte, err error)

func (*NotifyPlayerLoadGameReady) MarshalTo

func (m *NotifyPlayerLoadGameReady) MarshalTo(dAtA []byte) (int, error)

func (*NotifyPlayerLoadGameReady) MarshalToSizedBuffer

func (m *NotifyPlayerLoadGameReady) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyPlayerLoadGameReady) ProtoMessage

func (*NotifyPlayerLoadGameReady) ProtoMessage()

func (*NotifyPlayerLoadGameReady) Reset

func (m *NotifyPlayerLoadGameReady) Reset()

func (*NotifyPlayerLoadGameReady) Size

func (m *NotifyPlayerLoadGameReady) Size() (n int)

func (*NotifyPlayerLoadGameReady) String

func (m *NotifyPlayerLoadGameReady) String() string

func (*NotifyPlayerLoadGameReady) Unmarshal

func (m *NotifyPlayerLoadGameReady) Unmarshal(dAtA []byte) error

func (*NotifyPlayerLoadGameReady) XXX_DiscardUnknown

func (m *NotifyPlayerLoadGameReady) XXX_DiscardUnknown()

func (*NotifyPlayerLoadGameReady) XXX_Marshal

func (m *NotifyPlayerLoadGameReady) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyPlayerLoadGameReady) XXX_Merge

func (m *NotifyPlayerLoadGameReady) XXX_Merge(src proto.Message)

func (*NotifyPlayerLoadGameReady) XXX_Size

func (m *NotifyPlayerLoadGameReady) XXX_Size() int

func (*NotifyPlayerLoadGameReady) XXX_Unmarshal

func (m *NotifyPlayerLoadGameReady) XXX_Unmarshal(b []byte) error

type NotifyReviveCoinUpdate

type NotifyReviveCoinUpdate struct {
	HasGained            bool     `protobuf:"varint,1,opt,name=has_gained,json=hasGained,proto3" json:"has_gained,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyReviveCoinUpdate) Descriptor

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

func (*NotifyReviveCoinUpdate) GetHasGained

func (m *NotifyReviveCoinUpdate) GetHasGained() bool

func (*NotifyReviveCoinUpdate) Marshal

func (m *NotifyReviveCoinUpdate) Marshal() (dAtA []byte, err error)

func (*NotifyReviveCoinUpdate) MarshalTo

func (m *NotifyReviveCoinUpdate) MarshalTo(dAtA []byte) (int, error)

func (*NotifyReviveCoinUpdate) MarshalToSizedBuffer

func (m *NotifyReviveCoinUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyReviveCoinUpdate) ProtoMessage

func (*NotifyReviveCoinUpdate) ProtoMessage()

func (*NotifyReviveCoinUpdate) Reset

func (m *NotifyReviveCoinUpdate) Reset()

func (*NotifyReviveCoinUpdate) Size

func (m *NotifyReviveCoinUpdate) Size() (n int)

func (*NotifyReviveCoinUpdate) String

func (m *NotifyReviveCoinUpdate) String() string

func (*NotifyReviveCoinUpdate) Unmarshal

func (m *NotifyReviveCoinUpdate) Unmarshal(dAtA []byte) error

func (*NotifyReviveCoinUpdate) XXX_DiscardUnknown

func (m *NotifyReviveCoinUpdate) XXX_DiscardUnknown()

func (*NotifyReviveCoinUpdate) XXX_Marshal

func (m *NotifyReviveCoinUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyReviveCoinUpdate) XXX_Merge

func (m *NotifyReviveCoinUpdate) XXX_Merge(src proto.Message)

func (*NotifyReviveCoinUpdate) XXX_Size

func (m *NotifyReviveCoinUpdate) XXX_Size() int

func (*NotifyReviveCoinUpdate) XXX_Unmarshal

func (m *NotifyReviveCoinUpdate) XXX_Unmarshal(b []byte) error

type NotifyRollingNotice

type NotifyRollingNotice struct {
	Notice               *RollingNotice `protobuf:"bytes,1,opt,name=notice,proto3" json:"notice,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*NotifyRollingNotice) Descriptor

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

func (*NotifyRollingNotice) GetNotice

func (m *NotifyRollingNotice) GetNotice() *RollingNotice

func (*NotifyRollingNotice) Marshal

func (m *NotifyRollingNotice) Marshal() (dAtA []byte, err error)

func (*NotifyRollingNotice) MarshalTo

func (m *NotifyRollingNotice) MarshalTo(dAtA []byte) (int, error)

func (*NotifyRollingNotice) MarshalToSizedBuffer

func (m *NotifyRollingNotice) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyRollingNotice) ProtoMessage

func (*NotifyRollingNotice) ProtoMessage()

func (*NotifyRollingNotice) Reset

func (m *NotifyRollingNotice) Reset()

func (*NotifyRollingNotice) Size

func (m *NotifyRollingNotice) Size() (n int)

func (*NotifyRollingNotice) String

func (m *NotifyRollingNotice) String() string

func (*NotifyRollingNotice) Unmarshal

func (m *NotifyRollingNotice) Unmarshal(dAtA []byte) error

func (*NotifyRollingNotice) XXX_DiscardUnknown

func (m *NotifyRollingNotice) XXX_DiscardUnknown()

func (*NotifyRollingNotice) XXX_Marshal

func (m *NotifyRollingNotice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyRollingNotice) XXX_Merge

func (m *NotifyRollingNotice) XXX_Merge(src proto.Message)

func (*NotifyRollingNotice) XXX_Size

func (m *NotifyRollingNotice) XXX_Size() int

func (*NotifyRollingNotice) XXX_Unmarshal

func (m *NotifyRollingNotice) XXX_Unmarshal(b []byte) error

type NotifyRoomGameStart

type NotifyRoomGameStart struct {
	GameUrl              string   `protobuf:"bytes,1,opt,name=game_url,json=gameUrl,proto3" json:"game_url,omitempty"`
	ConnectToken         string   `protobuf:"bytes,2,opt,name=connect_token,json=connectToken,proto3" json:"connect_token,omitempty"`
	GameUuid             string   `protobuf:"bytes,3,opt,name=game_uuid,json=gameUuid,proto3" json:"game_uuid,omitempty"`
	Location             string   `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyRoomGameStart) Descriptor

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

func (*NotifyRoomGameStart) GetConnectToken

func (m *NotifyRoomGameStart) GetConnectToken() string

func (*NotifyRoomGameStart) GetGameUrl

func (m *NotifyRoomGameStart) GetGameUrl() string

func (*NotifyRoomGameStart) GetGameUuid

func (m *NotifyRoomGameStart) GetGameUuid() string

func (*NotifyRoomGameStart) GetLocation

func (m *NotifyRoomGameStart) GetLocation() string

func (*NotifyRoomGameStart) Marshal

func (m *NotifyRoomGameStart) Marshal() (dAtA []byte, err error)

func (*NotifyRoomGameStart) MarshalTo

func (m *NotifyRoomGameStart) MarshalTo(dAtA []byte) (int, error)

func (*NotifyRoomGameStart) MarshalToSizedBuffer

func (m *NotifyRoomGameStart) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyRoomGameStart) ProtoMessage

func (*NotifyRoomGameStart) ProtoMessage()

func (*NotifyRoomGameStart) Reset

func (m *NotifyRoomGameStart) Reset()

func (*NotifyRoomGameStart) Size

func (m *NotifyRoomGameStart) Size() (n int)

func (*NotifyRoomGameStart) String

func (m *NotifyRoomGameStart) String() string

func (*NotifyRoomGameStart) Unmarshal

func (m *NotifyRoomGameStart) Unmarshal(dAtA []byte) error

func (*NotifyRoomGameStart) XXX_DiscardUnknown

func (m *NotifyRoomGameStart) XXX_DiscardUnknown()

func (*NotifyRoomGameStart) XXX_Marshal

func (m *NotifyRoomGameStart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyRoomGameStart) XXX_Merge

func (m *NotifyRoomGameStart) XXX_Merge(src proto.Message)

func (*NotifyRoomGameStart) XXX_Size

func (m *NotifyRoomGameStart) XXX_Size() int

func (*NotifyRoomGameStart) XXX_Unmarshal

func (m *NotifyRoomGameStart) XXX_Unmarshal(b []byte) error

type NotifyRoomKickOut

type NotifyRoomKickOut struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyRoomKickOut) Descriptor

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

func (*NotifyRoomKickOut) Marshal

func (m *NotifyRoomKickOut) Marshal() (dAtA []byte, err error)

func (*NotifyRoomKickOut) MarshalTo

func (m *NotifyRoomKickOut) MarshalTo(dAtA []byte) (int, error)

func (*NotifyRoomKickOut) MarshalToSizedBuffer

func (m *NotifyRoomKickOut) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyRoomKickOut) ProtoMessage

func (*NotifyRoomKickOut) ProtoMessage()

func (*NotifyRoomKickOut) Reset

func (m *NotifyRoomKickOut) Reset()

func (*NotifyRoomKickOut) Size

func (m *NotifyRoomKickOut) Size() (n int)

func (*NotifyRoomKickOut) String

func (m *NotifyRoomKickOut) String() string

func (*NotifyRoomKickOut) Unmarshal

func (m *NotifyRoomKickOut) Unmarshal(dAtA []byte) error

func (*NotifyRoomKickOut) XXX_DiscardUnknown

func (m *NotifyRoomKickOut) XXX_DiscardUnknown()

func (*NotifyRoomKickOut) XXX_Marshal

func (m *NotifyRoomKickOut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyRoomKickOut) XXX_Merge

func (m *NotifyRoomKickOut) XXX_Merge(src proto.Message)

func (*NotifyRoomKickOut) XXX_Size

func (m *NotifyRoomKickOut) XXX_Size() int

func (*NotifyRoomKickOut) XXX_Unmarshal

func (m *NotifyRoomKickOut) XXX_Unmarshal(b []byte) error

type NotifyRoomPlayerReady

type NotifyRoomPlayerReady struct {
	AccountId            uint32   `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Ready                bool     `protobuf:"varint,2,opt,name=ready,proto3" json:"ready,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyRoomPlayerReady) Descriptor

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

func (*NotifyRoomPlayerReady) GetAccountId

func (m *NotifyRoomPlayerReady) GetAccountId() uint32

func (*NotifyRoomPlayerReady) GetReady

func (m *NotifyRoomPlayerReady) GetReady() bool

func (*NotifyRoomPlayerReady) Marshal

func (m *NotifyRoomPlayerReady) Marshal() (dAtA []byte, err error)

func (*NotifyRoomPlayerReady) MarshalTo

func (m *NotifyRoomPlayerReady) MarshalTo(dAtA []byte) (int, error)

func (*NotifyRoomPlayerReady) MarshalToSizedBuffer

func (m *NotifyRoomPlayerReady) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyRoomPlayerReady) ProtoMessage

func (*NotifyRoomPlayerReady) ProtoMessage()

func (*NotifyRoomPlayerReady) Reset

func (m *NotifyRoomPlayerReady) Reset()

func (*NotifyRoomPlayerReady) Size

func (m *NotifyRoomPlayerReady) Size() (n int)

func (*NotifyRoomPlayerReady) String

func (m *NotifyRoomPlayerReady) String() string

func (*NotifyRoomPlayerReady) Unmarshal

func (m *NotifyRoomPlayerReady) Unmarshal(dAtA []byte) error

func (*NotifyRoomPlayerReady) XXX_DiscardUnknown

func (m *NotifyRoomPlayerReady) XXX_DiscardUnknown()

func (*NotifyRoomPlayerReady) XXX_Marshal

func (m *NotifyRoomPlayerReady) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyRoomPlayerReady) XXX_Merge

func (m *NotifyRoomPlayerReady) XXX_Merge(src proto.Message)

func (*NotifyRoomPlayerReady) XXX_Size

func (m *NotifyRoomPlayerReady) XXX_Size() int

func (*NotifyRoomPlayerReady) XXX_Unmarshal

func (m *NotifyRoomPlayerReady) XXX_Unmarshal(b []byte) error

type NotifyRoomPlayerUpdate

type NotifyRoomPlayerUpdate struct {
	UpdateList           []*PlayerBaseView `protobuf:"bytes,1,rep,name=update_list,json=updateList,proto3" json:"update_list,omitempty"`
	RemoveList           []uint32          `protobuf:"varint,2,rep,packed,name=remove_list,json=removeList,proto3" json:"remove_list,omitempty"`
	OwnerId              uint32            `protobuf:"varint,3,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	RobotCount           uint32            `protobuf:"varint,4,opt,name=robot_count,json=robotCount,proto3" json:"robot_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*NotifyRoomPlayerUpdate) Descriptor

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

func (*NotifyRoomPlayerUpdate) GetOwnerId

func (m *NotifyRoomPlayerUpdate) GetOwnerId() uint32

func (*NotifyRoomPlayerUpdate) GetRemoveList

func (m *NotifyRoomPlayerUpdate) GetRemoveList() []uint32

func (*NotifyRoomPlayerUpdate) GetRobotCount

func (m *NotifyRoomPlayerUpdate) GetRobotCount() uint32

func (*NotifyRoomPlayerUpdate) GetUpdateList

func (m *NotifyRoomPlayerUpdate) GetUpdateList() []*PlayerBaseView

func (*NotifyRoomPlayerUpdate) Marshal

func (m *NotifyRoomPlayerUpdate) Marshal() (dAtA []byte, err error)

func (*NotifyRoomPlayerUpdate) MarshalTo

func (m *NotifyRoomPlayerUpdate) MarshalTo(dAtA []byte) (int, error)

func (*NotifyRoomPlayerUpdate) MarshalToSizedBuffer

func (m *NotifyRoomPlayerUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyRoomPlayerUpdate) ProtoMessage

func (*NotifyRoomPlayerUpdate) ProtoMessage()

func (*NotifyRoomPlayerUpdate) Reset

func (m *NotifyRoomPlayerUpdate) Reset()

func (*NotifyRoomPlayerUpdate) Size

func (m *NotifyRoomPlayerUpdate) Size() (n int)

func (*NotifyRoomPlayerUpdate) String

func (m *NotifyRoomPlayerUpdate) String() string

func (*NotifyRoomPlayerUpdate) Unmarshal

func (m *NotifyRoomPlayerUpdate) Unmarshal(dAtA []byte) error

func (*NotifyRoomPlayerUpdate) XXX_DiscardUnknown

func (m *NotifyRoomPlayerUpdate) XXX_DiscardUnknown()

func (*NotifyRoomPlayerUpdate) XXX_Marshal

func (m *NotifyRoomPlayerUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyRoomPlayerUpdate) XXX_Merge

func (m *NotifyRoomPlayerUpdate) XXX_Merge(src proto.Message)

func (*NotifyRoomPlayerUpdate) XXX_Size

func (m *NotifyRoomPlayerUpdate) XXX_Size() int

func (*NotifyRoomPlayerUpdate) XXX_Unmarshal

func (m *NotifyRoomPlayerUpdate) XXX_Unmarshal(b []byte) error

type NotifyServerSetting

type NotifyServerSetting struct {
	Settings             *ServerSettings `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*NotifyServerSetting) Descriptor

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

func (*NotifyServerSetting) GetSettings

func (m *NotifyServerSetting) GetSettings() *ServerSettings

func (*NotifyServerSetting) Marshal

func (m *NotifyServerSetting) Marshal() (dAtA []byte, err error)

func (*NotifyServerSetting) MarshalTo

func (m *NotifyServerSetting) MarshalTo(dAtA []byte) (int, error)

func (*NotifyServerSetting) MarshalToSizedBuffer

func (m *NotifyServerSetting) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyServerSetting) ProtoMessage

func (*NotifyServerSetting) ProtoMessage()

func (*NotifyServerSetting) Reset

func (m *NotifyServerSetting) Reset()

func (*NotifyServerSetting) Size

func (m *NotifyServerSetting) Size() (n int)

func (*NotifyServerSetting) String

func (m *NotifyServerSetting) String() string

func (*NotifyServerSetting) Unmarshal

func (m *NotifyServerSetting) Unmarshal(dAtA []byte) error

func (*NotifyServerSetting) XXX_DiscardUnknown

func (m *NotifyServerSetting) XXX_DiscardUnknown()

func (*NotifyServerSetting) XXX_Marshal

func (m *NotifyServerSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyServerSetting) XXX_Merge

func (m *NotifyServerSetting) XXX_Merge(src proto.Message)

func (*NotifyServerSetting) XXX_Size

func (m *NotifyServerSetting) XXX_Size() int

func (*NotifyServerSetting) XXX_Unmarshal

func (m *NotifyServerSetting) XXX_Unmarshal(b []byte) error

type NotifyShopUpdate

type NotifyShopUpdate struct {
	ShopInfo             *ShopInfo `protobuf:"bytes,1,opt,name=shop_info,json=shopInfo,proto3" json:"shop_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*NotifyShopUpdate) Descriptor

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

func (*NotifyShopUpdate) GetShopInfo

func (m *NotifyShopUpdate) GetShopInfo() *ShopInfo

func (*NotifyShopUpdate) Marshal

func (m *NotifyShopUpdate) Marshal() (dAtA []byte, err error)

func (*NotifyShopUpdate) MarshalTo

func (m *NotifyShopUpdate) MarshalTo(dAtA []byte) (int, error)

func (*NotifyShopUpdate) MarshalToSizedBuffer

func (m *NotifyShopUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyShopUpdate) ProtoMessage

func (*NotifyShopUpdate) ProtoMessage()

func (*NotifyShopUpdate) Reset

func (m *NotifyShopUpdate) Reset()

func (*NotifyShopUpdate) Size

func (m *NotifyShopUpdate) Size() (n int)

func (*NotifyShopUpdate) String

func (m *NotifyShopUpdate) String() string

func (*NotifyShopUpdate) Unmarshal

func (m *NotifyShopUpdate) Unmarshal(dAtA []byte) error

func (*NotifyShopUpdate) XXX_DiscardUnknown

func (m *NotifyShopUpdate) XXX_DiscardUnknown()

func (*NotifyShopUpdate) XXX_Marshal

func (m *NotifyShopUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyShopUpdate) XXX_Merge

func (m *NotifyShopUpdate) XXX_Merge(src proto.Message)

func (*NotifyShopUpdate) XXX_Size

func (m *NotifyShopUpdate) XXX_Size() int

func (*NotifyShopUpdate) XXX_Unmarshal

func (m *NotifyShopUpdate) XXX_Unmarshal(b []byte) error

type NotifyVipLevelChange

type NotifyVipLevelChange struct {
	GiftLimit            uint32   `protobuf:"varint,1,opt,name=gift_limit,json=giftLimit,proto3" json:"gift_limit,omitempty"`
	FriendMaxCount       uint32   `protobuf:"varint,2,opt,name=friend_max_count,json=friendMaxCount,proto3" json:"friend_max_count,omitempty"`
	ZhpFreeRefreshLimit  uint32   `protobuf:"varint,3,opt,name=zhp_free_refresh_limit,json=zhpFreeRefreshLimit,proto3" json:"zhp_free_refresh_limit,omitempty"`
	ZhpCostRefreshLimit  uint32   `protobuf:"varint,4,opt,name=zhp_cost_refresh_limit,json=zhpCostRefreshLimit,proto3" json:"zhp_cost_refresh_limit,omitempty"`
	BuddyBonus           float32  `protobuf:"fixed32,5,opt,name=buddy_bonus,json=buddyBonus,proto3" json:"buddy_bonus,omitempty"`
	RecordCollectLimit   uint32   `protobuf:"varint,6,opt,name=record_collect_limit,json=recordCollectLimit,proto3" json:"record_collect_limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyVipLevelChange) Descriptor

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

func (*NotifyVipLevelChange) GetBuddyBonus

func (m *NotifyVipLevelChange) GetBuddyBonus() float32

func (*NotifyVipLevelChange) GetFriendMaxCount

func (m *NotifyVipLevelChange) GetFriendMaxCount() uint32

func (*NotifyVipLevelChange) GetGiftLimit

func (m *NotifyVipLevelChange) GetGiftLimit() uint32

func (*NotifyVipLevelChange) GetRecordCollectLimit

func (m *NotifyVipLevelChange) GetRecordCollectLimit() uint32

func (*NotifyVipLevelChange) GetZhpCostRefreshLimit

func (m *NotifyVipLevelChange) GetZhpCostRefreshLimit() uint32

func (*NotifyVipLevelChange) GetZhpFreeRefreshLimit

func (m *NotifyVipLevelChange) GetZhpFreeRefreshLimit() uint32

func (*NotifyVipLevelChange) Marshal

func (m *NotifyVipLevelChange) Marshal() (dAtA []byte, err error)

func (*NotifyVipLevelChange) MarshalTo

func (m *NotifyVipLevelChange) MarshalTo(dAtA []byte) (int, error)

func (*NotifyVipLevelChange) MarshalToSizedBuffer

func (m *NotifyVipLevelChange) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyVipLevelChange) ProtoMessage

func (*NotifyVipLevelChange) ProtoMessage()

func (*NotifyVipLevelChange) Reset

func (m *NotifyVipLevelChange) Reset()

func (*NotifyVipLevelChange) Size

func (m *NotifyVipLevelChange) Size() (n int)

func (*NotifyVipLevelChange) String

func (m *NotifyVipLevelChange) String() string

func (*NotifyVipLevelChange) Unmarshal

func (m *NotifyVipLevelChange) Unmarshal(dAtA []byte) error

func (*NotifyVipLevelChange) XXX_DiscardUnknown

func (m *NotifyVipLevelChange) XXX_DiscardUnknown()

func (*NotifyVipLevelChange) XXX_Marshal

func (m *NotifyVipLevelChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyVipLevelChange) XXX_Merge

func (m *NotifyVipLevelChange) XXX_Merge(src proto.Message)

func (*NotifyVipLevelChange) XXX_Size

func (m *NotifyVipLevelChange) XXX_Size() int

func (*NotifyVipLevelChange) XXX_Unmarshal

func (m *NotifyVipLevelChange) XXX_Unmarshal(b []byte) error

type OpenResult

type OpenResult struct {
	Reward               *RewardSlot `protobuf:"bytes,1,opt,name=reward,proto3" json:"reward,omitempty"`
	Replace              *RewardSlot `protobuf:"bytes,2,opt,name=replace,proto3" json:"replace,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*OpenResult) Descriptor

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

func (*OpenResult) GetReplace

func (m *OpenResult) GetReplace() *RewardSlot

func (*OpenResult) GetReward

func (m *OpenResult) GetReward() *RewardSlot

func (*OpenResult) Marshal

func (m *OpenResult) Marshal() (dAtA []byte, err error)

func (*OpenResult) MarshalTo

func (m *OpenResult) MarshalTo(dAtA []byte) (int, error)

func (*OpenResult) MarshalToSizedBuffer

func (m *OpenResult) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OpenResult) ProtoMessage

func (*OpenResult) ProtoMessage()

func (*OpenResult) Reset

func (m *OpenResult) Reset()

func (*OpenResult) Size

func (m *OpenResult) Size() (n int)

func (*OpenResult) String

func (m *OpenResult) String() string

func (*OpenResult) Unmarshal

func (m *OpenResult) Unmarshal(dAtA []byte) error

func (*OpenResult) XXX_DiscardUnknown

func (m *OpenResult) XXX_DiscardUnknown()

func (*OpenResult) XXX_Marshal

func (m *OpenResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OpenResult) XXX_Merge

func (m *OpenResult) XXX_Merge(src proto.Message)

func (*OpenResult) XXX_Size

func (m *OpenResult) XXX_Size() int

func (*OpenResult) XXX_Unmarshal

func (m *OpenResult) XXX_Unmarshal(b []byte) error

type OptionalOperation

type OptionalOperation struct {
	Type                 uint32   `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Combination          []string `protobuf:"bytes,2,rep,name=combination,proto3" json:"combination,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OptionalOperation) Descriptor

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

func (*OptionalOperation) GetCombination

func (m *OptionalOperation) GetCombination() []string

func (*OptionalOperation) GetType

func (m *OptionalOperation) GetType() uint32

func (*OptionalOperation) Marshal

func (m *OptionalOperation) Marshal() (dAtA []byte, err error)

func (*OptionalOperation) MarshalTo

func (m *OptionalOperation) MarshalTo(dAtA []byte) (int, error)

func (*OptionalOperation) MarshalToSizedBuffer

func (m *OptionalOperation) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OptionalOperation) ProtoMessage

func (*OptionalOperation) ProtoMessage()

func (*OptionalOperation) Reset

func (m *OptionalOperation) Reset()

func (*OptionalOperation) Size

func (m *OptionalOperation) Size() (n int)

func (*OptionalOperation) String

func (m *OptionalOperation) String() string

func (*OptionalOperation) Unmarshal

func (m *OptionalOperation) Unmarshal(dAtA []byte) error

func (*OptionalOperation) XXX_DiscardUnknown

func (m *OptionalOperation) XXX_DiscardUnknown()

func (*OptionalOperation) XXX_Marshal

func (m *OptionalOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OptionalOperation) XXX_Merge

func (m *OptionalOperation) XXX_Merge(src proto.Message)

func (*OptionalOperation) XXX_Size

func (m *OptionalOperation) XXX_Size() int

func (*OptionalOperation) XXX_Unmarshal

func (m *OptionalOperation) XXX_Unmarshal(b []byte) error

type OptionalOperationList

type OptionalOperationList struct {
	Seat                 uint32               `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	OperationList        []*OptionalOperation `protobuf:"bytes,2,rep,name=operation_list,json=operationList,proto3" json:"operation_list,omitempty"`
	TimeAdd              uint32               `protobuf:"varint,4,opt,name=time_add,json=timeAdd,proto3" json:"time_add,omitempty"`
	TimeFixed            uint32               `protobuf:"varint,5,opt,name=time_fixed,json=timeFixed,proto3" json:"time_fixed,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*OptionalOperationList) Descriptor

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

func (*OptionalOperationList) GetOperationList

func (m *OptionalOperationList) GetOperationList() []*OptionalOperation

func (*OptionalOperationList) GetSeat

func (m *OptionalOperationList) GetSeat() uint32

func (*OptionalOperationList) GetTimeAdd

func (m *OptionalOperationList) GetTimeAdd() uint32

func (*OptionalOperationList) GetTimeFixed

func (m *OptionalOperationList) GetTimeFixed() uint32

func (*OptionalOperationList) Marshal

func (m *OptionalOperationList) Marshal() (dAtA []byte, err error)

func (*OptionalOperationList) MarshalTo

func (m *OptionalOperationList) MarshalTo(dAtA []byte) (int, error)

func (*OptionalOperationList) MarshalToSizedBuffer

func (m *OptionalOperationList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OptionalOperationList) ProtoMessage

func (*OptionalOperationList) ProtoMessage()

func (*OptionalOperationList) Reset

func (m *OptionalOperationList) Reset()

func (*OptionalOperationList) Size

func (m *OptionalOperationList) Size() (n int)

func (*OptionalOperationList) String

func (m *OptionalOperationList) String() string

func (*OptionalOperationList) Unmarshal

func (m *OptionalOperationList) Unmarshal(dAtA []byte) error

func (*OptionalOperationList) XXX_DiscardUnknown

func (m *OptionalOperationList) XXX_DiscardUnknown()

func (*OptionalOperationList) XXX_Marshal

func (m *OptionalOperationList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OptionalOperationList) XXX_Merge

func (m *OptionalOperationList) XXX_Merge(src proto.Message)

func (*OptionalOperationList) XXX_Size

func (m *OptionalOperationList) XXX_Size() int

func (*OptionalOperationList) XXX_Unmarshal

func (m *OptionalOperationList) XXX_Unmarshal(b []byte) error

type PaymentSetting

type PaymentSetting struct {
	OpenPayment          uint32                     `protobuf:"varint,1,opt,name=open_payment,json=openPayment,proto3" json:"open_payment,omitempty"`
	PaymentInfoShowType  uint32                     `protobuf:"varint,2,opt,name=payment_info_show_type,json=paymentInfoShowType,proto3" json:"payment_info_show_type,omitempty"`
	PaymentInfo          string                     `protobuf:"bytes,3,opt,name=payment_info,json=paymentInfo,proto3" json:"payment_info,omitempty"`
	Wechat               *PaymentSetting_WechatData `protobuf:"bytes,4,opt,name=wechat,proto3" json:"wechat,omitempty"`
	Alipay               *PaymentSetting_AlipayData `protobuf:"bytes,5,opt,name=alipay,proto3" json:"alipay,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*PaymentSetting) Descriptor

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

func (*PaymentSetting) GetAlipay

func (m *PaymentSetting) GetAlipay() *PaymentSetting_AlipayData

func (*PaymentSetting) GetOpenPayment

func (m *PaymentSetting) GetOpenPayment() uint32

func (*PaymentSetting) GetPaymentInfo

func (m *PaymentSetting) GetPaymentInfo() string

func (*PaymentSetting) GetPaymentInfoShowType

func (m *PaymentSetting) GetPaymentInfoShowType() uint32

func (*PaymentSetting) GetWechat

func (m *PaymentSetting) GetWechat() *PaymentSetting_WechatData

func (*PaymentSetting) Marshal

func (m *PaymentSetting) Marshal() (dAtA []byte, err error)

func (*PaymentSetting) MarshalTo

func (m *PaymentSetting) MarshalTo(dAtA []byte) (int, error)

func (*PaymentSetting) MarshalToSizedBuffer

func (m *PaymentSetting) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PaymentSetting) ProtoMessage

func (*PaymentSetting) ProtoMessage()

func (*PaymentSetting) Reset

func (m *PaymentSetting) Reset()

func (*PaymentSetting) Size

func (m *PaymentSetting) Size() (n int)

func (*PaymentSetting) String

func (m *PaymentSetting) String() string

func (*PaymentSetting) Unmarshal

func (m *PaymentSetting) Unmarshal(dAtA []byte) error

func (*PaymentSetting) XXX_DiscardUnknown

func (m *PaymentSetting) XXX_DiscardUnknown()

func (*PaymentSetting) XXX_Marshal

func (m *PaymentSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PaymentSetting) XXX_Merge

func (m *PaymentSetting) XXX_Merge(src proto.Message)

func (*PaymentSetting) XXX_Size

func (m *PaymentSetting) XXX_Size() int

func (*PaymentSetting) XXX_Unmarshal

func (m *PaymentSetting) XXX_Unmarshal(b []byte) error

type PaymentSetting_AlipayData

type PaymentSetting_AlipayData struct {
	DisableCreate         bool     `protobuf:"varint,1,opt,name=disable_create,json=disableCreate,proto3" json:"disable_create,omitempty"`
	PaymentSourcePlatform uint32   `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*PaymentSetting_AlipayData) Descriptor

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

func (*PaymentSetting_AlipayData) GetDisableCreate

func (m *PaymentSetting_AlipayData) GetDisableCreate() bool

func (*PaymentSetting_AlipayData) GetPaymentSourcePlatform

func (m *PaymentSetting_AlipayData) GetPaymentSourcePlatform() uint32

func (*PaymentSetting_AlipayData) Marshal

func (m *PaymentSetting_AlipayData) Marshal() (dAtA []byte, err error)

func (*PaymentSetting_AlipayData) MarshalTo

func (m *PaymentSetting_AlipayData) MarshalTo(dAtA []byte) (int, error)

func (*PaymentSetting_AlipayData) MarshalToSizedBuffer

func (m *PaymentSetting_AlipayData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PaymentSetting_AlipayData) ProtoMessage

func (*PaymentSetting_AlipayData) ProtoMessage()

func (*PaymentSetting_AlipayData) Reset

func (m *PaymentSetting_AlipayData) Reset()

func (*PaymentSetting_AlipayData) Size

func (m *PaymentSetting_AlipayData) Size() (n int)

func (*PaymentSetting_AlipayData) String

func (m *PaymentSetting_AlipayData) String() string

func (*PaymentSetting_AlipayData) Unmarshal

func (m *PaymentSetting_AlipayData) Unmarshal(dAtA []byte) error

func (*PaymentSetting_AlipayData) XXX_DiscardUnknown

func (m *PaymentSetting_AlipayData) XXX_DiscardUnknown()

func (*PaymentSetting_AlipayData) XXX_Marshal

func (m *PaymentSetting_AlipayData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PaymentSetting_AlipayData) XXX_Merge

func (m *PaymentSetting_AlipayData) XXX_Merge(src proto.Message)

func (*PaymentSetting_AlipayData) XXX_Size

func (m *PaymentSetting_AlipayData) XXX_Size() int

func (*PaymentSetting_AlipayData) XXX_Unmarshal

func (m *PaymentSetting_AlipayData) XXX_Unmarshal(b []byte) error

type PaymentSetting_WechatData

type PaymentSetting_WechatData struct {
	DisableCreate         bool     `protobuf:"varint,1,opt,name=disable_create,json=disableCreate,proto3" json:"disable_create,omitempty"`
	PaymentSourcePlatform uint32   `` /* 127-byte string literal not displayed */
	EnableCredit          bool     `protobuf:"varint,3,opt,name=enable_credit,json=enableCredit,proto3" json:"enable_credit,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*PaymentSetting_WechatData) Descriptor

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

func (*PaymentSetting_WechatData) GetDisableCreate

func (m *PaymentSetting_WechatData) GetDisableCreate() bool

func (*PaymentSetting_WechatData) GetEnableCredit

func (m *PaymentSetting_WechatData) GetEnableCredit() bool

func (*PaymentSetting_WechatData) GetPaymentSourcePlatform

func (m *PaymentSetting_WechatData) GetPaymentSourcePlatform() uint32

func (*PaymentSetting_WechatData) Marshal

func (m *PaymentSetting_WechatData) Marshal() (dAtA []byte, err error)

func (*PaymentSetting_WechatData) MarshalTo

func (m *PaymentSetting_WechatData) MarshalTo(dAtA []byte) (int, error)

func (*PaymentSetting_WechatData) MarshalToSizedBuffer

func (m *PaymentSetting_WechatData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PaymentSetting_WechatData) ProtoMessage

func (*PaymentSetting_WechatData) ProtoMessage()

func (*PaymentSetting_WechatData) Reset

func (m *PaymentSetting_WechatData) Reset()

func (*PaymentSetting_WechatData) Size

func (m *PaymentSetting_WechatData) Size() (n int)

func (*PaymentSetting_WechatData) String

func (m *PaymentSetting_WechatData) String() string

func (*PaymentSetting_WechatData) Unmarshal

func (m *PaymentSetting_WechatData) Unmarshal(dAtA []byte) error

func (*PaymentSetting_WechatData) XXX_DiscardUnknown

func (m *PaymentSetting_WechatData) XXX_DiscardUnknown()

func (*PaymentSetting_WechatData) XXX_Marshal

func (m *PaymentSetting_WechatData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PaymentSetting_WechatData) XXX_Merge

func (m *PaymentSetting_WechatData) XXX_Merge(src proto.Message)

func (*PaymentSetting_WechatData) XXX_Size

func (m *PaymentSetting_WechatData) XXX_Size() int

func (*PaymentSetting_WechatData) XXX_Unmarshal

func (m *PaymentSetting_WechatData) XXX_Unmarshal(b []byte) error

type PlayerBaseView

type PlayerBaseView struct {
	AccountId            uint32        `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	AvatarId             uint32        `protobuf:"varint,2,opt,name=avatar_id,json=avatarId,proto3" json:"avatar_id,omitempty"`
	Title                uint32        `protobuf:"varint,3,opt,name=title,proto3" json:"title,omitempty"`
	Nickname             string        `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname,omitempty"`
	Level                *AccountLevel `protobuf:"bytes,5,opt,name=level,proto3" json:"level,omitempty"`
	Level3               *AccountLevel `protobuf:"bytes,6,opt,name=level3,proto3" json:"level3,omitempty"`
	AvatarFrame          uint32        `protobuf:"varint,7,opt,name=avatar_frame,json=avatarFrame,proto3" json:"avatar_frame,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*PlayerBaseView) Descriptor

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

func (*PlayerBaseView) GetAccountId

func (m *PlayerBaseView) GetAccountId() uint32

func (*PlayerBaseView) GetAvatarFrame

func (m *PlayerBaseView) GetAvatarFrame() uint32

func (*PlayerBaseView) GetAvatarId

func (m *PlayerBaseView) GetAvatarId() uint32

func (*PlayerBaseView) GetLevel

func (m *PlayerBaseView) GetLevel() *AccountLevel

func (*PlayerBaseView) GetLevel3

func (m *PlayerBaseView) GetLevel3() *AccountLevel

func (*PlayerBaseView) GetNickname

func (m *PlayerBaseView) GetNickname() string

func (*PlayerBaseView) GetTitle

func (m *PlayerBaseView) GetTitle() uint32

func (*PlayerBaseView) Marshal

func (m *PlayerBaseView) Marshal() (dAtA []byte, err error)

func (*PlayerBaseView) MarshalTo

func (m *PlayerBaseView) MarshalTo(dAtA []byte) (int, error)

func (*PlayerBaseView) MarshalToSizedBuffer

func (m *PlayerBaseView) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PlayerBaseView) ProtoMessage

func (*PlayerBaseView) ProtoMessage()

func (*PlayerBaseView) Reset

func (m *PlayerBaseView) Reset()

func (*PlayerBaseView) Size

func (m *PlayerBaseView) Size() (n int)

func (*PlayerBaseView) String

func (m *PlayerBaseView) String() string

func (*PlayerBaseView) Unmarshal

func (m *PlayerBaseView) Unmarshal(dAtA []byte) error

func (*PlayerBaseView) XXX_DiscardUnknown

func (m *PlayerBaseView) XXX_DiscardUnknown()

func (*PlayerBaseView) XXX_Marshal

func (m *PlayerBaseView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PlayerBaseView) XXX_Merge

func (m *PlayerBaseView) XXX_Merge(src proto.Message)

func (*PlayerBaseView) XXX_Size

func (m *PlayerBaseView) XXX_Size() int

func (*PlayerBaseView) XXX_Unmarshal

func (m *PlayerBaseView) XXX_Unmarshal(b []byte) error

type PlayerGameView

type PlayerGameView struct {
	AccountId            uint32        `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	AvatarId             uint32        `protobuf:"varint,2,opt,name=avatar_id,json=avatarId,proto3" json:"avatar_id,omitempty"`
	Title                uint32        `protobuf:"varint,3,opt,name=title,proto3" json:"title,omitempty"`
	Nickname             string        `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname,omitempty"`
	Level                *AccountLevel `protobuf:"bytes,5,opt,name=level,proto3" json:"level,omitempty"`
	Character            *Character    `protobuf:"bytes,6,opt,name=character,proto3" json:"character,omitempty"`
	Level3               *AccountLevel `protobuf:"bytes,7,opt,name=level3,proto3" json:"level3,omitempty"`
	AvatarFrame          uint32        `protobuf:"varint,8,opt,name=avatar_frame,json=avatarFrame,proto3" json:"avatar_frame,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*PlayerGameView) Descriptor

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

func (*PlayerGameView) GetAccountId

func (m *PlayerGameView) GetAccountId() uint32

func (*PlayerGameView) GetAvatarFrame

func (m *PlayerGameView) GetAvatarFrame() uint32

func (*PlayerGameView) GetAvatarId

func (m *PlayerGameView) GetAvatarId() uint32

func (*PlayerGameView) GetCharacter

func (m *PlayerGameView) GetCharacter() *Character

func (*PlayerGameView) GetLevel

func (m *PlayerGameView) GetLevel() *AccountLevel

func (*PlayerGameView) GetLevel3

func (m *PlayerGameView) GetLevel3() *AccountLevel

func (*PlayerGameView) GetNickname

func (m *PlayerGameView) GetNickname() string

func (*PlayerGameView) GetTitle

func (m *PlayerGameView) GetTitle() uint32

func (*PlayerGameView) Marshal

func (m *PlayerGameView) Marshal() (dAtA []byte, err error)

func (*PlayerGameView) MarshalTo

func (m *PlayerGameView) MarshalTo(dAtA []byte) (int, error)

func (*PlayerGameView) MarshalToSizedBuffer

func (m *PlayerGameView) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PlayerGameView) ProtoMessage

func (*PlayerGameView) ProtoMessage()

func (*PlayerGameView) Reset

func (m *PlayerGameView) Reset()

func (*PlayerGameView) Size

func (m *PlayerGameView) Size() (n int)

func (*PlayerGameView) String

func (m *PlayerGameView) String() string

func (*PlayerGameView) Unmarshal

func (m *PlayerGameView) Unmarshal(dAtA []byte) error

func (*PlayerGameView) XXX_DiscardUnknown

func (m *PlayerGameView) XXX_DiscardUnknown()

func (*PlayerGameView) XXX_Marshal

func (m *PlayerGameView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PlayerGameView) XXX_Merge

func (m *PlayerGameView) XXX_Merge(src proto.Message)

func (*PlayerGameView) XXX_Size

func (m *PlayerGameView) XXX_Size() int

func (*PlayerGameView) XXX_Unmarshal

func (m *PlayerGameView) XXX_Unmarshal(b []byte) error

type RecordAnGangAddGang

type RecordAnGangAddGang struct {
	Seat                 uint32                   `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	Type                 uint32                   `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	Tiles                string                   `protobuf:"bytes,3,opt,name=tiles,proto3" json:"tiles,omitempty"`
	Doras                []string                 `protobuf:"bytes,6,rep,name=doras,proto3" json:"doras,omitempty"`
	Operations           []*OptionalOperationList `protobuf:"bytes,7,rep,name=operations,proto3" json:"operations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*RecordAnGangAddGang) Descriptor

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

func (*RecordAnGangAddGang) GetDoras

func (m *RecordAnGangAddGang) GetDoras() []string

func (*RecordAnGangAddGang) GetOperations

func (m *RecordAnGangAddGang) GetOperations() []*OptionalOperationList

func (*RecordAnGangAddGang) GetSeat

func (m *RecordAnGangAddGang) GetSeat() uint32

func (*RecordAnGangAddGang) GetTiles

func (m *RecordAnGangAddGang) GetTiles() string

func (*RecordAnGangAddGang) GetType

func (m *RecordAnGangAddGang) GetType() uint32

func (*RecordAnGangAddGang) Marshal

func (m *RecordAnGangAddGang) Marshal() (dAtA []byte, err error)

func (*RecordAnGangAddGang) MarshalTo

func (m *RecordAnGangAddGang) MarshalTo(dAtA []byte) (int, error)

func (*RecordAnGangAddGang) MarshalToSizedBuffer

func (m *RecordAnGangAddGang) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RecordAnGangAddGang) ProtoMessage

func (*RecordAnGangAddGang) ProtoMessage()

func (*RecordAnGangAddGang) Reset

func (m *RecordAnGangAddGang) Reset()

func (*RecordAnGangAddGang) Size

func (m *RecordAnGangAddGang) Size() (n int)

func (*RecordAnGangAddGang) String

func (m *RecordAnGangAddGang) String() string

func (*RecordAnGangAddGang) Unmarshal

func (m *RecordAnGangAddGang) Unmarshal(dAtA []byte) error

func (*RecordAnGangAddGang) XXX_DiscardUnknown

func (m *RecordAnGangAddGang) XXX_DiscardUnknown()

func (*RecordAnGangAddGang) XXX_Marshal

func (m *RecordAnGangAddGang) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RecordAnGangAddGang) XXX_Merge

func (m *RecordAnGangAddGang) XXX_Merge(src proto.Message)

func (*RecordAnGangAddGang) XXX_Size

func (m *RecordAnGangAddGang) XXX_Size() int

func (*RecordAnGangAddGang) XXX_Unmarshal

func (m *RecordAnGangAddGang) XXX_Unmarshal(b []byte) error

type RecordBaBei

type RecordBaBei struct {
	Seat                 uint32                   `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	Doras                []string                 `protobuf:"bytes,6,rep,name=doras,proto3" json:"doras,omitempty"`
	Operations           []*OptionalOperationList `protobuf:"bytes,7,rep,name=operations,proto3" json:"operations,omitempty"`
	Moqie                bool                     `protobuf:"varint,8,opt,name=moqie,proto3" json:"moqie,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*RecordBaBei) Descriptor

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

func (*RecordBaBei) GetDoras

func (m *RecordBaBei) GetDoras() []string

func (*RecordBaBei) GetMoqie

func (m *RecordBaBei) GetMoqie() bool

func (*RecordBaBei) GetOperations

func (m *RecordBaBei) GetOperations() []*OptionalOperationList

func (*RecordBaBei) GetSeat

func (m *RecordBaBei) GetSeat() uint32

func (*RecordBaBei) Marshal

func (m *RecordBaBei) Marshal() (dAtA []byte, err error)

func (*RecordBaBei) MarshalTo

func (m *RecordBaBei) MarshalTo(dAtA []byte) (int, error)

func (*RecordBaBei) MarshalToSizedBuffer

func (m *RecordBaBei) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RecordBaBei) ProtoMessage

func (*RecordBaBei) ProtoMessage()

func (*RecordBaBei) Reset

func (m *RecordBaBei) Reset()

func (*RecordBaBei) Size

func (m *RecordBaBei) Size() (n int)

func (*RecordBaBei) String

func (m *RecordBaBei) String() string

func (*RecordBaBei) Unmarshal

func (m *RecordBaBei) Unmarshal(dAtA []byte) error

func (*RecordBaBei) XXX_DiscardUnknown

func (m *RecordBaBei) XXX_DiscardUnknown()

func (*RecordBaBei) XXX_Marshal

func (m *RecordBaBei) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RecordBaBei) XXX_Merge

func (m *RecordBaBei) XXX_Merge(src proto.Message)

func (*RecordBaBei) XXX_Size

func (m *RecordBaBei) XXX_Size() int

func (*RecordBaBei) XXX_Unmarshal

func (m *RecordBaBei) XXX_Unmarshal(b []byte) error

type RecordChiPengGang

type RecordChiPengGang struct {
	Seat                 uint32                 `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	Type                 uint32                 `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	Tiles                []string               `protobuf:"bytes,3,rep,name=tiles,proto3" json:"tiles,omitempty"`
	Froms                []uint32               `protobuf:"varint,4,rep,packed,name=froms,proto3" json:"froms,omitempty"`
	Liqi                 *LiQiSuccess           `protobuf:"bytes,5,opt,name=liqi,proto3" json:"liqi,omitempty"`
	Zhenting             []bool                 `protobuf:"varint,7,rep,packed,name=zhenting,proto3" json:"zhenting,omitempty"`
	Operation            *OptionalOperationList `protobuf:"bytes,8,opt,name=operation,proto3" json:"operation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*RecordChiPengGang) Descriptor

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

func (*RecordChiPengGang) GetFroms

func (m *RecordChiPengGang) GetFroms() []uint32

func (*RecordChiPengGang) GetLiqi

func (m *RecordChiPengGang) GetLiqi() *LiQiSuccess

func (*RecordChiPengGang) GetOperation

func (m *RecordChiPengGang) GetOperation() *OptionalOperationList

func (*RecordChiPengGang) GetSeat

func (m *RecordChiPengGang) GetSeat() uint32

func (*RecordChiPengGang) GetTiles

func (m *RecordChiPengGang) GetTiles() []string

func (*RecordChiPengGang) GetType

func (m *RecordChiPengGang) GetType() uint32

func (*RecordChiPengGang) GetZhenting

func (m *RecordChiPengGang) GetZhenting() []bool

func (*RecordChiPengGang) Marshal

func (m *RecordChiPengGang) Marshal() (dAtA []byte, err error)

func (*RecordChiPengGang) MarshalTo

func (m *RecordChiPengGang) MarshalTo(dAtA []byte) (int, error)

func (*RecordChiPengGang) MarshalToSizedBuffer

func (m *RecordChiPengGang) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RecordChiPengGang) ProtoMessage

func (*RecordChiPengGang) ProtoMessage()

func (*RecordChiPengGang) Reset

func (m *RecordChiPengGang) Reset()

func (*RecordChiPengGang) Size

func (m *RecordChiPengGang) Size() (n int)

func (*RecordChiPengGang) String

func (m *RecordChiPengGang) String() string

func (*RecordChiPengGang) Unmarshal

func (m *RecordChiPengGang) Unmarshal(dAtA []byte) error

func (*RecordChiPengGang) XXX_DiscardUnknown

func (m *RecordChiPengGang) XXX_DiscardUnknown()

func (*RecordChiPengGang) XXX_Marshal

func (m *RecordChiPengGang) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RecordChiPengGang) XXX_Merge

func (m *RecordChiPengGang) XXX_Merge(src proto.Message)

func (*RecordChiPengGang) XXX_Size

func (m *RecordChiPengGang) XXX_Size() int

func (*RecordChiPengGang) XXX_Unmarshal

func (m *RecordChiPengGang) XXX_Unmarshal(b []byte) error

type RecordCollectedData

type RecordCollectedData struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Remarks              string   `protobuf:"bytes,2,opt,name=remarks,proto3" json:"remarks,omitempty"`
	StartTime            uint32   `protobuf:"varint,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime              uint32   `protobuf:"varint,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RecordCollectedData) Descriptor

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

func (*RecordCollectedData) GetEndTime

func (m *RecordCollectedData) GetEndTime() uint32

func (*RecordCollectedData) GetRemarks

func (m *RecordCollectedData) GetRemarks() string

func (*RecordCollectedData) GetStartTime

func (m *RecordCollectedData) GetStartTime() uint32

func (*RecordCollectedData) GetUuid

func (m *RecordCollectedData) GetUuid() string

func (*RecordCollectedData) Marshal

func (m *RecordCollectedData) Marshal() (dAtA []byte, err error)

func (*RecordCollectedData) MarshalTo

func (m *RecordCollectedData) MarshalTo(dAtA []byte) (int, error)

func (*RecordCollectedData) MarshalToSizedBuffer

func (m *RecordCollectedData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RecordCollectedData) ProtoMessage

func (*RecordCollectedData) ProtoMessage()

func (*RecordCollectedData) Reset

func (m *RecordCollectedData) Reset()

func (*RecordCollectedData) Size

func (m *RecordCollectedData) Size() (n int)

func (*RecordCollectedData) String

func (m *RecordCollectedData) String() string

func (*RecordCollectedData) Unmarshal

func (m *RecordCollectedData) Unmarshal(dAtA []byte) error

func (*RecordCollectedData) XXX_DiscardUnknown

func (m *RecordCollectedData) XXX_DiscardUnknown()

func (*RecordCollectedData) XXX_Marshal

func (m *RecordCollectedData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RecordCollectedData) XXX_Merge

func (m *RecordCollectedData) XXX_Merge(src proto.Message)

func (*RecordCollectedData) XXX_Size

func (m *RecordCollectedData) XXX_Size() int

func (*RecordCollectedData) XXX_Unmarshal

func (m *RecordCollectedData) XXX_Unmarshal(b []byte) error

type RecordDealTile

type RecordDealTile struct {
	Seat                 uint32                 `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	Tile                 string                 `protobuf:"bytes,2,opt,name=tile,proto3" json:"tile,omitempty"`
	LeftTileCount        uint32                 `protobuf:"varint,3,opt,name=left_tile_count,json=leftTileCount,proto3" json:"left_tile_count,omitempty"`
	Liqi                 *LiQiSuccess           `protobuf:"bytes,5,opt,name=liqi,proto3" json:"liqi,omitempty"`
	Doras                []string               `protobuf:"bytes,6,rep,name=doras,proto3" json:"doras,omitempty"`
	Zhenting             []bool                 `protobuf:"varint,7,rep,packed,name=zhenting,proto3" json:"zhenting,omitempty"`
	Operation            *OptionalOperationList `protobuf:"bytes,8,opt,name=operation,proto3" json:"operation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*RecordDealTile) Descriptor

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

func (*RecordDealTile) GetDoras

func (m *RecordDealTile) GetDoras() []string

func (*RecordDealTile) GetLeftTileCount

func (m *RecordDealTile) GetLeftTileCount() uint32

func (*RecordDealTile) GetLiqi

func (m *RecordDealTile) GetLiqi() *LiQiSuccess

func (*RecordDealTile) GetOperation

func (m *RecordDealTile) GetOperation() *OptionalOperationList

func (*RecordDealTile) GetSeat

func (m *RecordDealTile) GetSeat() uint32

func (*RecordDealTile) GetTile

func (m *RecordDealTile) GetTile() string

func (*RecordDealTile) GetZhenting

func (m *RecordDealTile) GetZhenting() []bool

func (*RecordDealTile) Marshal

func (m *RecordDealTile) Marshal() (dAtA []byte, err error)

func (*RecordDealTile) MarshalTo

func (m *RecordDealTile) MarshalTo(dAtA []byte) (int, error)

func (*RecordDealTile) MarshalToSizedBuffer

func (m *RecordDealTile) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RecordDealTile) ProtoMessage

func (*RecordDealTile) ProtoMessage()

func (*RecordDealTile) Reset

func (m *RecordDealTile) Reset()

func (*RecordDealTile) Size

func (m *RecordDealTile) Size() (n int)

func (*RecordDealTile) String

func (m *RecordDealTile) String() string

func (*RecordDealTile) Unmarshal

func (m *RecordDealTile) Unmarshal(dAtA []byte) error

func (*RecordDealTile) XXX_DiscardUnknown

func (m *RecordDealTile) XXX_DiscardUnknown()

func (*RecordDealTile) XXX_Marshal

func (m *RecordDealTile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RecordDealTile) XXX_Merge

func (m *RecordDealTile) XXX_Merge(src proto.Message)

func (*RecordDealTile) XXX_Size

func (m *RecordDealTile) XXX_Size() int

func (*RecordDealTile) XXX_Unmarshal

func (m *RecordDealTile) XXX_Unmarshal(b []byte) error

type RecordDiscardTile

type RecordDiscardTile struct {
	Seat                 uint32                   `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	Tile                 string                   `protobuf:"bytes,2,opt,name=tile,proto3" json:"tile,omitempty"`
	IsLiqi               bool                     `protobuf:"varint,3,opt,name=is_liqi,json=isLiqi,proto3" json:"is_liqi,omitempty"`
	Moqie                bool                     `protobuf:"varint,5,opt,name=moqie,proto3" json:"moqie,omitempty"`
	Zhenting             []bool                   `protobuf:"varint,6,rep,packed,name=zhenting,proto3" json:"zhenting,omitempty"`
	Tingpais             []*TingPaiInfo           `protobuf:"bytes,7,rep,name=tingpais,proto3" json:"tingpais,omitempty"`
	Doras                []string                 `protobuf:"bytes,8,rep,name=doras,proto3" json:"doras,omitempty"`
	IsWliqi              bool                     `protobuf:"varint,9,opt,name=is_wliqi,json=isWliqi,proto3" json:"is_wliqi,omitempty"`
	Operations           []*OptionalOperationList `protobuf:"bytes,10,rep,name=operations,proto3" json:"operations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*RecordDiscardTile) Descriptor

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

func (*RecordDiscardTile) GetDoras

func (m *RecordDiscardTile) GetDoras() []string

func (*RecordDiscardTile) GetIsLiqi

func (m *RecordDiscardTile) GetIsLiqi() bool

func (*RecordDiscardTile) GetIsWliqi

func (m *RecordDiscardTile) GetIsWliqi() bool

func (*RecordDiscardTile) GetMoqie

func (m *RecordDiscardTile) GetMoqie() bool

func (*RecordDiscardTile) GetOperations

func (m *RecordDiscardTile) GetOperations() []*OptionalOperationList

func (*RecordDiscardTile) GetSeat

func (m *RecordDiscardTile) GetSeat() uint32

func (*RecordDiscardTile) GetTile

func (m *RecordDiscardTile) GetTile() string

func (*RecordDiscardTile) GetTingpais

func (m *RecordDiscardTile) GetTingpais() []*TingPaiInfo

func (*RecordDiscardTile) GetZhenting

func (m *RecordDiscardTile) GetZhenting() []bool

func (*RecordDiscardTile) Marshal

func (m *RecordDiscardTile) Marshal() (dAtA []byte, err error)

func (*RecordDiscardTile) MarshalTo

func (m *RecordDiscardTile) MarshalTo(dAtA []byte) (int, error)

func (*RecordDiscardTile) MarshalToSizedBuffer

func (m *RecordDiscardTile) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RecordDiscardTile) ProtoMessage

func (*RecordDiscardTile) ProtoMessage()

func (*RecordDiscardTile) Reset

func (m *RecordDiscardTile) Reset()

func (*RecordDiscardTile) Size

func (m *RecordDiscardTile) Size() (n int)

func (*RecordDiscardTile) String

func (m *RecordDiscardTile) String() string

func (*RecordDiscardTile) Unmarshal

func (m *RecordDiscardTile) Unmarshal(dAtA []byte) error

func (*RecordDiscardTile) XXX_DiscardUnknown

func (m *RecordDiscardTile) XXX_DiscardUnknown()

func (*RecordDiscardTile) XXX_Marshal

func (m *RecordDiscardTile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RecordDiscardTile) XXX_Merge

func (m *RecordDiscardTile) XXX_Merge(src proto.Message)

func (*RecordDiscardTile) XXX_Size

func (m *RecordDiscardTile) XXX_Size() int

func (*RecordDiscardTile) XXX_Unmarshal

func (m *RecordDiscardTile) XXX_Unmarshal(b []byte) error

type RecordGame

type RecordGame struct {
	Uuid                 string                    `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	StartTime            uint32                    `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime              uint32                    `protobuf:"varint,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	Config               *GameConfig               `protobuf:"bytes,5,opt,name=config,proto3" json:"config,omitempty"`
	Accounts             []*RecordGame_AccountInfo `protobuf:"bytes,11,rep,name=accounts,proto3" json:"accounts,omitempty"`
	Result               *GameEndResult            `protobuf:"bytes,12,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*RecordGame) Descriptor

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

func (*RecordGame) GetAccounts

func (m *RecordGame) GetAccounts() []*RecordGame_AccountInfo

func (*RecordGame) GetConfig

func (m *RecordGame) GetConfig() *GameConfig

func (*RecordGame) GetEndTime

func (m *RecordGame) GetEndTime() uint32

func (*RecordGame) GetResult

func (m *RecordGame) GetResult() *GameEndResult

func (*RecordGame) GetStartTime

func (m *RecordGame) GetStartTime() uint32

func (*RecordGame) GetUuid

func (m *RecordGame) GetUuid() string

func (*RecordGame) Marshal

func (m *RecordGame) Marshal() (dAtA []byte, err error)

func (*RecordGame) MarshalTo

func (m *RecordGame) MarshalTo(dAtA []byte) (int, error)

func (*RecordGame) MarshalToSizedBuffer

func (m *RecordGame) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RecordGame) ProtoMessage

func (*RecordGame) ProtoMessage()

func (*RecordGame) Reset

func (m *RecordGame) Reset()

func (*RecordGame) Size

func (m *RecordGame) Size() (n int)

func (*RecordGame) String

func (m *RecordGame) String() string

func (*RecordGame) Unmarshal

func (m *RecordGame) Unmarshal(dAtA []byte) error

func (*RecordGame) XXX_DiscardUnknown

func (m *RecordGame) XXX_DiscardUnknown()

func (*RecordGame) XXX_Marshal

func (m *RecordGame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RecordGame) XXX_Merge

func (m *RecordGame) XXX_Merge(src proto.Message)

func (*RecordGame) XXX_Size

func (m *RecordGame) XXX_Size() int

func (*RecordGame) XXX_Unmarshal

func (m *RecordGame) XXX_Unmarshal(b []byte) error

type RecordGame_AccountInfo

type RecordGame_AccountInfo struct {
	AccountId            uint32        `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Seat                 uint32        `protobuf:"varint,2,opt,name=seat,proto3" json:"seat,omitempty"`
	Nickname             string        `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"`
	AvatarId             uint32        `protobuf:"varint,4,opt,name=avatar_id,json=avatarId,proto3" json:"avatar_id,omitempty"`
	Character            *Character    `protobuf:"bytes,5,opt,name=character,proto3" json:"character,omitempty"`
	Title                uint32        `protobuf:"varint,6,opt,name=title,proto3" json:"title,omitempty"`
	Level                *AccountLevel `protobuf:"bytes,7,opt,name=level,proto3" json:"level,omitempty"`
	Level3               *AccountLevel `protobuf:"bytes,8,opt,name=level3,proto3" json:"level3,omitempty"`
	AvatarFrame          uint32        `protobuf:"varint,9,opt,name=avatar_frame,json=avatarFrame,proto3" json:"avatar_frame,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*RecordGame_AccountInfo) Descriptor

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

func (*RecordGame_AccountInfo) GetAccountId

func (m *RecordGame_AccountInfo) GetAccountId() uint32

func (*RecordGame_AccountInfo) GetAvatarFrame

func (m *RecordGame_AccountInfo) GetAvatarFrame() uint32

func (*RecordGame_AccountInfo) GetAvatarId

func (m *RecordGame_AccountInfo) GetAvatarId() uint32

func (*RecordGame_AccountInfo) GetCharacter

func (m *RecordGame_AccountInfo) GetCharacter() *Character

func (*RecordGame_AccountInfo) GetLevel

func (m *RecordGame_AccountInfo) GetLevel() *AccountLevel

func (*RecordGame_AccountInfo) GetLevel3

func (m *RecordGame_AccountInfo) GetLevel3() *AccountLevel

func (*RecordGame_AccountInfo) GetNickname

func (m *RecordGame_AccountInfo) GetNickname() string

func (*RecordGame_AccountInfo) GetSeat

func (m *RecordGame_AccountInfo) GetSeat() uint32

func (*RecordGame_AccountInfo) GetTitle

func (m *RecordGame_AccountInfo) GetTitle() uint32

func (*RecordGame_AccountInfo) Marshal

func (m *RecordGame_AccountInfo) Marshal() (dAtA []byte, err error)

func (*RecordGame_AccountInfo) MarshalTo

func (m *RecordGame_AccountInfo) MarshalTo(dAtA []byte) (int, error)

func (*RecordGame_AccountInfo) MarshalToSizedBuffer

func (m *RecordGame_AccountInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RecordGame_AccountInfo) ProtoMessage

func (*RecordGame_AccountInfo) ProtoMessage()

func (*RecordGame_AccountInfo) Reset

func (m *RecordGame_AccountInfo) Reset()

func (*RecordGame_AccountInfo) Size

func (m *RecordGame_AccountInfo) Size() (n int)

func (*RecordGame_AccountInfo) String

func (m *RecordGame_AccountInfo) String() string

func (*RecordGame_AccountInfo) Unmarshal

func (m *RecordGame_AccountInfo) Unmarshal(dAtA []byte) error

func (*RecordGame_AccountInfo) XXX_DiscardUnknown

func (m *RecordGame_AccountInfo) XXX_DiscardUnknown()

func (*RecordGame_AccountInfo) XXX_Marshal

func (m *RecordGame_AccountInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RecordGame_AccountInfo) XXX_Merge

func (m *RecordGame_AccountInfo) XXX_Merge(src proto.Message)

func (*RecordGame_AccountInfo) XXX_Size

func (m *RecordGame_AccountInfo) XXX_Size() int

func (*RecordGame_AccountInfo) XXX_Unmarshal

func (m *RecordGame_AccountInfo) XXX_Unmarshal(b []byte) error

type RecordHule

type RecordHule struct {
	Hules                []*HuleInfo `protobuf:"bytes,1,rep,name=hules,proto3" json:"hules,omitempty"`
	OldScores            []int32     `protobuf:"varint,2,rep,packed,name=old_scores,json=oldScores,proto3" json:"old_scores,omitempty"`
	DeltaScores          []int32     `protobuf:"varint,3,rep,packed,name=delta_scores,json=deltaScores,proto3" json:"delta_scores,omitempty"`
	WaitTimeout          uint32      `protobuf:"varint,4,opt,name=wait_timeout,json=waitTimeout,proto3" json:"wait_timeout,omitempty"`
	Scores               []int32     `protobuf:"varint,5,rep,packed,name=scores,proto3" json:"scores,omitempty"`
	Gameend              *GameEnd    `protobuf:"bytes,6,opt,name=gameend,proto3" json:"gameend,omitempty"`
	Doras                []string    `protobuf:"bytes,7,rep,name=doras,proto3" json:"doras,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RecordHule) Descriptor

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

func (*RecordHule) GetDeltaScores

func (m *RecordHule) GetDeltaScores() []int32

func (*RecordHule) GetDoras

func (m *RecordHule) GetDoras() []string

func (*RecordHule) GetGameend

func (m *RecordHule) GetGameend() *GameEnd

func (*RecordHule) GetHules

func (m *RecordHule) GetHules() []*HuleInfo

func (*RecordHule) GetOldScores

func (m *RecordHule) GetOldScores() []int32

func (*RecordHule) GetScores

func (m *RecordHule) GetScores() []int32

func (*RecordHule) GetWaitTimeout

func (m *RecordHule) GetWaitTimeout() uint32

func (*RecordHule) Marshal

func (m *RecordHule) Marshal() (dAtA []byte, err error)

func (*RecordHule) MarshalTo

func (m *RecordHule) MarshalTo(dAtA []byte) (int, error)

func (*RecordHule) MarshalToSizedBuffer

func (m *RecordHule) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RecordHule) ProtoMessage

func (*RecordHule) ProtoMessage()

func (*RecordHule) Reset

func (m *RecordHule) Reset()

func (*RecordHule) Size

func (m *RecordHule) Size() (n int)

func (*RecordHule) String

func (m *RecordHule) String() string

func (*RecordHule) Unmarshal

func (m *RecordHule) Unmarshal(dAtA []byte) error

func (*RecordHule) XXX_DiscardUnknown

func (m *RecordHule) XXX_DiscardUnknown()

func (*RecordHule) XXX_Marshal

func (m *RecordHule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RecordHule) XXX_Merge

func (m *RecordHule) XXX_Merge(src proto.Message)

func (*RecordHule) XXX_Size

func (m *RecordHule) XXX_Size() int

func (*RecordHule) XXX_Unmarshal

func (m *RecordHule) XXX_Unmarshal(b []byte) error

type RecordLiuJu

type RecordLiuJu struct {
	Type                 uint32       `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Gameend              *GameEnd     `protobuf:"bytes,2,opt,name=gameend,proto3" json:"gameend,omitempty"`
	Seat                 uint32       `protobuf:"varint,3,opt,name=seat,proto3" json:"seat,omitempty"`
	Tiles                []string     `protobuf:"bytes,4,rep,name=tiles,proto3" json:"tiles,omitempty"`
	Liqi                 *LiQiSuccess `protobuf:"bytes,5,opt,name=liqi,proto3" json:"liqi,omitempty"`
	Allplayertiles       []string     `protobuf:"bytes,6,rep,name=allplayertiles,proto3" json:"allplayertiles,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*RecordLiuJu) Descriptor

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

func (*RecordLiuJu) GetAllplayertiles

func (m *RecordLiuJu) GetAllplayertiles() []string

func (*RecordLiuJu) GetGameend

func (m *RecordLiuJu) GetGameend() *GameEnd

func (*RecordLiuJu) GetLiqi

func (m *RecordLiuJu) GetLiqi() *LiQiSuccess

func (*RecordLiuJu) GetSeat

func (m *RecordLiuJu) GetSeat() uint32

func (*RecordLiuJu) GetTiles

func (m *RecordLiuJu) GetTiles() []string

func (*RecordLiuJu) GetType

func (m *RecordLiuJu) GetType() uint32

func (*RecordLiuJu) Marshal

func (m *RecordLiuJu) Marshal() (dAtA []byte, err error)

func (*RecordLiuJu) MarshalTo

func (m *RecordLiuJu) MarshalTo(dAtA []byte) (int, error)

func (*RecordLiuJu) MarshalToSizedBuffer

func (m *RecordLiuJu) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RecordLiuJu) ProtoMessage

func (*RecordLiuJu) ProtoMessage()

func (*RecordLiuJu) Reset

func (m *RecordLiuJu) Reset()

func (*RecordLiuJu) Size

func (m *RecordLiuJu) Size() (n int)

func (*RecordLiuJu) String

func (m *RecordLiuJu) String() string

func (*RecordLiuJu) Unmarshal

func (m *RecordLiuJu) Unmarshal(dAtA []byte) error

func (*RecordLiuJu) XXX_DiscardUnknown

func (m *RecordLiuJu) XXX_DiscardUnknown()

func (*RecordLiuJu) XXX_Marshal

func (m *RecordLiuJu) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RecordLiuJu) XXX_Merge

func (m *RecordLiuJu) XXX_Merge(src proto.Message)

func (*RecordLiuJu) XXX_Size

func (m *RecordLiuJu) XXX_Size() int

func (*RecordLiuJu) XXX_Unmarshal

func (m *RecordLiuJu) XXX_Unmarshal(b []byte) error

type RecordNewRound

type RecordNewRound struct {
	Chang                uint32                    `protobuf:"varint,1,opt,name=chang,proto3" json:"chang,omitempty"`
	Ju                   uint32                    `protobuf:"varint,2,opt,name=ju,proto3" json:"ju,omitempty"`
	Ben                  uint32                    `protobuf:"varint,3,opt,name=ben,proto3" json:"ben,omitempty"`
	Dora                 string                    `protobuf:"bytes,4,opt,name=dora,proto3" json:"dora,omitempty"`
	Scores               []int32                   `protobuf:"varint,5,rep,packed,name=scores,proto3" json:"scores,omitempty"`
	Liqibang             uint32                    `protobuf:"varint,6,opt,name=liqibang,proto3" json:"liqibang,omitempty"`
	Tiles0               []string                  `protobuf:"bytes,7,rep,name=tiles0,proto3" json:"tiles0,omitempty"`
	Tiles1               []string                  `protobuf:"bytes,8,rep,name=tiles1,proto3" json:"tiles1,omitempty"`
	Tiles2               []string                  `protobuf:"bytes,9,rep,name=tiles2,proto3" json:"tiles2,omitempty"`
	Tiles3               []string                  `protobuf:"bytes,10,rep,name=tiles3,proto3" json:"tiles3,omitempty"`
	Tingpai              []*RecordNewRound_TingPai `protobuf:"bytes,11,rep,name=tingpai,proto3" json:"tingpai,omitempty"`
	Operation            *OptionalOperationList    `protobuf:"bytes,12,opt,name=operation,proto3" json:"operation,omitempty"`
	Md5                  string                    `protobuf:"bytes,13,opt,name=md5,proto3" json:"md5,omitempty"`
	Paishan              string                    `protobuf:"bytes,14,opt,name=paishan,proto3" json:"paishan,omitempty"`
	LeftTileCount        uint32                    `protobuf:"varint,15,opt,name=left_tile_count,json=leftTileCount,proto3" json:"left_tile_count,omitempty"`
	Doras                []string                  `protobuf:"bytes,16,rep,name=doras,proto3" json:"doras,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*RecordNewRound) Descriptor

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

func (*RecordNewRound) GetBen

func (m *RecordNewRound) GetBen() uint32

func (*RecordNewRound) GetChang

func (m *RecordNewRound) GetChang() uint32

func (*RecordNewRound) GetDora

func (m *RecordNewRound) GetDora() string

func (*RecordNewRound) GetDoras

func (m *RecordNewRound) GetDoras() []string

func (*RecordNewRound) GetJu

func (m *RecordNewRound) GetJu() uint32

func (*RecordNewRound) GetLeftTileCount

func (m *RecordNewRound) GetLeftTileCount() uint32

func (*RecordNewRound) GetLiqibang

func (m *RecordNewRound) GetLiqibang() uint32

func (*RecordNewRound) GetMd5

func (m *RecordNewRound) GetMd5() string

func (*RecordNewRound) GetOperation

func (m *RecordNewRound) GetOperation() *OptionalOperationList

func (*RecordNewRound) GetPaishan

func (m *RecordNewRound) GetPaishan() string

func (*RecordNewRound) GetScores

func (m *RecordNewRound) GetScores() []int32

func (*RecordNewRound) GetTiles0

func (m *RecordNewRound) GetTiles0() []string

func (*RecordNewRound) GetTiles1

func (m *RecordNewRound) GetTiles1() []string

func (*RecordNewRound) GetTiles2

func (m *RecordNewRound) GetTiles2() []string

func (*RecordNewRound) GetTiles3

func (m *RecordNewRound) GetTiles3() []string

func (*RecordNewRound) GetTingpai

func (m *RecordNewRound) GetTingpai() []*RecordNewRound_TingPai

func (*RecordNewRound) Marshal

func (m *RecordNewRound) Marshal() (dAtA []byte, err error)

func (*RecordNewRound) MarshalTo

func (m *RecordNewRound) MarshalTo(dAtA []byte) (int, error)

func (*RecordNewRound) MarshalToSizedBuffer

func (m *RecordNewRound) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RecordNewRound) ProtoMessage

func (*RecordNewRound) ProtoMessage()

func (*RecordNewRound) Reset

func (m *RecordNewRound) Reset()

func (*RecordNewRound) Size

func (m *RecordNewRound) Size() (n int)

func (*RecordNewRound) String

func (m *RecordNewRound) String() string

func (*RecordNewRound) Unmarshal

func (m *RecordNewRound) Unmarshal(dAtA []byte) error

func (*RecordNewRound) XXX_DiscardUnknown

func (m *RecordNewRound) XXX_DiscardUnknown()

func (*RecordNewRound) XXX_Marshal

func (m *RecordNewRound) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RecordNewRound) XXX_Merge

func (m *RecordNewRound) XXX_Merge(src proto.Message)

func (*RecordNewRound) XXX_Size

func (m *RecordNewRound) XXX_Size() int

func (*RecordNewRound) XXX_Unmarshal

func (m *RecordNewRound) XXX_Unmarshal(b []byte) error

type RecordNewRound_TingPai

type RecordNewRound_TingPai struct {
	Seat                 uint32         `protobuf:"varint,1,opt,name=seat,proto3" json:"seat,omitempty"`
	Tingpais1            []*TingPaiInfo `protobuf:"bytes,2,rep,name=tingpais1,proto3" json:"tingpais1,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*RecordNewRound_TingPai) Descriptor

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

func (*RecordNewRound_TingPai) GetSeat

func (m *RecordNewRound_TingPai) GetSeat() uint32

func (*RecordNewRound_TingPai) GetTingpais1

func (m *RecordNewRound_TingPai) GetTingpais1() []*TingPaiInfo

func (*RecordNewRound_TingPai) Marshal

func (m *RecordNewRound_TingPai) Marshal() (dAtA []byte, err error)

func (*RecordNewRound_TingPai) MarshalTo

func (m *RecordNewRound_TingPai) MarshalTo(dAtA []byte) (int, error)

func (*RecordNewRound_TingPai) MarshalToSizedBuffer

func (m *RecordNewRound_TingPai) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RecordNewRound_TingPai) ProtoMessage

func (*RecordNewRound_TingPai) ProtoMessage()

func (*RecordNewRound_TingPai) Reset

func (m *RecordNewRound_TingPai) Reset()

func (*RecordNewRound_TingPai) Size

func (m *RecordNewRound_TingPai) Size() (n int)

func (*RecordNewRound_TingPai) String

func (m *RecordNewRound_TingPai) String() string

func (*RecordNewRound_TingPai) Unmarshal

func (m *RecordNewRound_TingPai) Unmarshal(dAtA []byte) error

func (*RecordNewRound_TingPai) XXX_DiscardUnknown

func (m *RecordNewRound_TingPai) XXX_DiscardUnknown()

func (*RecordNewRound_TingPai) XXX_Marshal

func (m *RecordNewRound_TingPai) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RecordNewRound_TingPai) XXX_Merge

func (m *RecordNewRound_TingPai) XXX_Merge(src proto.Message)

func (*RecordNewRound_TingPai) XXX_Size

func (m *RecordNewRound_TingPai) XXX_Size() int

func (*RecordNewRound_TingPai) XXX_Unmarshal

func (m *RecordNewRound_TingPai) XXX_Unmarshal(b []byte) error

type RecordNoTile

type RecordNoTile struct {
	Liujumanguan         bool                `protobuf:"varint,1,opt,name=liujumanguan,proto3" json:"liujumanguan,omitempty"`
	Players              []*NoTilePlayerInfo `protobuf:"bytes,2,rep,name=players,proto3" json:"players,omitempty"`
	Scores               []*NoTileScoreInfo  `protobuf:"bytes,3,rep,name=scores,proto3" json:"scores,omitempty"`
	Gameend              bool                `protobuf:"varint,4,opt,name=gameend,proto3" json:"gameend,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*RecordNoTile) Descriptor

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

func (*RecordNoTile) GetGameend

func (m *RecordNoTile) GetGameend() bool

func (*RecordNoTile) GetLiujumanguan

func (m *RecordNoTile) GetLiujumanguan() bool

func (*RecordNoTile) GetPlayers

func (m *RecordNoTile) GetPlayers() []*NoTilePlayerInfo

func (*RecordNoTile) GetScores

func (m *RecordNoTile) GetScores() []*NoTileScoreInfo

func (*RecordNoTile) Marshal

func (m *RecordNoTile) Marshal() (dAtA []byte, err error)

func (*RecordNoTile) MarshalTo

func (m *RecordNoTile) MarshalTo(dAtA []byte) (int, error)

func (*RecordNoTile) MarshalToSizedBuffer

func (m *RecordNoTile) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RecordNoTile) ProtoMessage

func (*RecordNoTile) ProtoMessage()

func (*RecordNoTile) Reset

func (m *RecordNoTile) Reset()

func (*RecordNoTile) Size

func (m *RecordNoTile) Size() (n int)

func (*RecordNoTile) String

func (m *RecordNoTile) String() string

func (*RecordNoTile) Unmarshal

func (m *RecordNoTile) Unmarshal(dAtA []byte) error

func (*RecordNoTile) XXX_DiscardUnknown

func (m *RecordNoTile) XXX_DiscardUnknown()

func (*RecordNoTile) XXX_Marshal

func (m *RecordNoTile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RecordNoTile) XXX_Merge

func (m *RecordNoTile) XXX_Merge(src proto.Message)

func (*RecordNoTile) XXX_Size

func (m *RecordNoTile) XXX_Size() int

func (*RecordNoTile) XXX_Unmarshal

func (m *RecordNoTile) XXX_Unmarshal(b []byte) error

type ReqAccountInfo

type ReqAccountInfo struct {
	AccountId            uint32   `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqAccountInfo) Descriptor

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

func (*ReqAccountInfo) GetAccountId

func (m *ReqAccountInfo) GetAccountId() uint32

func (*ReqAccountInfo) Marshal

func (m *ReqAccountInfo) Marshal() (dAtA []byte, err error)

func (*ReqAccountInfo) MarshalTo

func (m *ReqAccountInfo) MarshalTo(dAtA []byte) (int, error)

func (*ReqAccountInfo) MarshalToSizedBuffer

func (m *ReqAccountInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqAccountInfo) ProtoMessage

func (*ReqAccountInfo) ProtoMessage()

func (*ReqAccountInfo) Reset

func (m *ReqAccountInfo) Reset()

func (*ReqAccountInfo) Size

func (m *ReqAccountInfo) Size() (n int)

func (*ReqAccountInfo) String

func (m *ReqAccountInfo) String() string

func (*ReqAccountInfo) Unmarshal

func (m *ReqAccountInfo) Unmarshal(dAtA []byte) error

func (*ReqAccountInfo) XXX_DiscardUnknown

func (m *ReqAccountInfo) XXX_DiscardUnknown()

func (*ReqAccountInfo) XXX_Marshal

func (m *ReqAccountInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqAccountInfo) XXX_Merge

func (m *ReqAccountInfo) XXX_Merge(src proto.Message)

func (*ReqAccountInfo) XXX_Size

func (m *ReqAccountInfo) XXX_Size() int

func (*ReqAccountInfo) XXX_Unmarshal

func (m *ReqAccountInfo) XXX_Unmarshal(b []byte) error

type ReqAccountList

type ReqAccountList struct {
	AccountIdList        []uint32 `protobuf:"varint,1,rep,packed,name=account_id_list,json=accountIdList,proto3" json:"account_id_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqAccountList) Descriptor

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

func (*ReqAccountList) GetAccountIdList

func (m *ReqAccountList) GetAccountIdList() []uint32

func (*ReqAccountList) Marshal

func (m *ReqAccountList) Marshal() (dAtA []byte, err error)

func (*ReqAccountList) MarshalTo

func (m *ReqAccountList) MarshalTo(dAtA []byte) (int, error)

func (*ReqAccountList) MarshalToSizedBuffer

func (m *ReqAccountList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqAccountList) ProtoMessage

func (*ReqAccountList) ProtoMessage()

func (*ReqAccountList) Reset

func (m *ReqAccountList) Reset()

func (*ReqAccountList) Size

func (m *ReqAccountList) Size() (n int)

func (*ReqAccountList) String

func (m *ReqAccountList) String() string

func (*ReqAccountList) Unmarshal

func (m *ReqAccountList) Unmarshal(dAtA []byte) error

func (*ReqAccountList) XXX_DiscardUnknown

func (m *ReqAccountList) XXX_DiscardUnknown()

func (*ReqAccountList) XXX_Marshal

func (m *ReqAccountList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqAccountList) XXX_Merge

func (m *ReqAccountList) XXX_Merge(src proto.Message)

func (*ReqAccountList) XXX_Size

func (m *ReqAccountList) XXX_Size() int

func (*ReqAccountList) XXX_Unmarshal

func (m *ReqAccountList) XXX_Unmarshal(b []byte) error

type ReqAccountStatisticInfo

type ReqAccountStatisticInfo struct {
	AccountId            uint32   `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqAccountStatisticInfo) Descriptor

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

func (*ReqAccountStatisticInfo) GetAccountId

func (m *ReqAccountStatisticInfo) GetAccountId() uint32

func (*ReqAccountStatisticInfo) Marshal

func (m *ReqAccountStatisticInfo) Marshal() (dAtA []byte, err error)

func (*ReqAccountStatisticInfo) MarshalTo

func (m *ReqAccountStatisticInfo) MarshalTo(dAtA []byte) (int, error)

func (*ReqAccountStatisticInfo) MarshalToSizedBuffer

func (m *ReqAccountStatisticInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqAccountStatisticInfo) ProtoMessage

func (*ReqAccountStatisticInfo) ProtoMessage()

func (*ReqAccountStatisticInfo) Reset

func (m *ReqAccountStatisticInfo) Reset()

func (*ReqAccountStatisticInfo) Size

func (m *ReqAccountStatisticInfo) Size() (n int)

func (*ReqAccountStatisticInfo) String

func (m *ReqAccountStatisticInfo) String() string

func (*ReqAccountStatisticInfo) Unmarshal

func (m *ReqAccountStatisticInfo) Unmarshal(dAtA []byte) error

func (*ReqAccountStatisticInfo) XXX_DiscardUnknown

func (m *ReqAccountStatisticInfo) XXX_DiscardUnknown()

func (*ReqAccountStatisticInfo) XXX_Marshal

func (m *ReqAccountStatisticInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqAccountStatisticInfo) XXX_Merge

func (m *ReqAccountStatisticInfo) XXX_Merge(src proto.Message)

func (*ReqAccountStatisticInfo) XXX_Size

func (m *ReqAccountStatisticInfo) XXX_Size() int

func (*ReqAccountStatisticInfo) XXX_Unmarshal

func (m *ReqAccountStatisticInfo) XXX_Unmarshal(b []byte) error

type ReqAddCollectedGameRecord

type ReqAddCollectedGameRecord struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Remarks              string   `protobuf:"bytes,2,opt,name=remarks,proto3" json:"remarks,omitempty"`
	StartTime            uint32   `protobuf:"varint,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime              uint32   `protobuf:"varint,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqAddCollectedGameRecord) Descriptor

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

func (*ReqAddCollectedGameRecord) GetEndTime

func (m *ReqAddCollectedGameRecord) GetEndTime() uint32

func (*ReqAddCollectedGameRecord) GetRemarks

func (m *ReqAddCollectedGameRecord) GetRemarks() string

func (*ReqAddCollectedGameRecord) GetStartTime

func (m *ReqAddCollectedGameRecord) GetStartTime() uint32

func (*ReqAddCollectedGameRecord) GetUuid

func (m *ReqAddCollectedGameRecord) GetUuid() string

func (*ReqAddCollectedGameRecord) Marshal

func (m *ReqAddCollectedGameRecord) Marshal() (dAtA []byte, err error)

func (*ReqAddCollectedGameRecord) MarshalTo

func (m *ReqAddCollectedGameRecord) MarshalTo(dAtA []byte) (int, error)

func (*ReqAddCollectedGameRecord) MarshalToSizedBuffer

func (m *ReqAddCollectedGameRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqAddCollectedGameRecord) ProtoMessage

func (*ReqAddCollectedGameRecord) ProtoMessage()

func (*ReqAddCollectedGameRecord) Reset

func (m *ReqAddCollectedGameRecord) Reset()

func (*ReqAddCollectedGameRecord) Size

func (m *ReqAddCollectedGameRecord) Size() (n int)

func (*ReqAddCollectedGameRecord) String

func (m *ReqAddCollectedGameRecord) String() string

func (*ReqAddCollectedGameRecord) Unmarshal

func (m *ReqAddCollectedGameRecord) Unmarshal(dAtA []byte) error

func (*ReqAddCollectedGameRecord) XXX_DiscardUnknown

func (m *ReqAddCollectedGameRecord) XXX_DiscardUnknown()

func (*ReqAddCollectedGameRecord) XXX_Marshal

func (m *ReqAddCollectedGameRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqAddCollectedGameRecord) XXX_Merge

func (m *ReqAddCollectedGameRecord) XXX_Merge(src proto.Message)

func (*ReqAddCollectedGameRecord) XXX_Size

func (m *ReqAddCollectedGameRecord) XXX_Size() int

func (*ReqAddCollectedGameRecord) XXX_Unmarshal

func (m *ReqAddCollectedGameRecord) XXX_Unmarshal(b []byte) error

type ReqApplyFriend

type ReqApplyFriend struct {
	TargetId             uint32   `protobuf:"varint,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqApplyFriend) Descriptor

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

func (*ReqApplyFriend) GetTargetId

func (m *ReqApplyFriend) GetTargetId() uint32

func (*ReqApplyFriend) Marshal

func (m *ReqApplyFriend) Marshal() (dAtA []byte, err error)

func (*ReqApplyFriend) MarshalTo

func (m *ReqApplyFriend) MarshalTo(dAtA []byte) (int, error)

func (*ReqApplyFriend) MarshalToSizedBuffer

func (m *ReqApplyFriend) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqApplyFriend) ProtoMessage

func (*ReqApplyFriend) ProtoMessage()

func (*ReqApplyFriend) Reset

func (m *ReqApplyFriend) Reset()

func (*ReqApplyFriend) Size

func (m *ReqApplyFriend) Size() (n int)

func (*ReqApplyFriend) String

func (m *ReqApplyFriend) String() string

func (*ReqApplyFriend) Unmarshal

func (m *ReqApplyFriend) Unmarshal(dAtA []byte) error

func (*ReqApplyFriend) XXX_DiscardUnknown

func (m *ReqApplyFriend) XXX_DiscardUnknown()

func (*ReqApplyFriend) XXX_Marshal

func (m *ReqApplyFriend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqApplyFriend) XXX_Merge

func (m *ReqApplyFriend) XXX_Merge(src proto.Message)

func (*ReqApplyFriend) XXX_Size

func (m *ReqApplyFriend) XXX_Size() int

func (*ReqApplyFriend) XXX_Unmarshal

func (m *ReqApplyFriend) XXX_Unmarshal(b []byte) error

type ReqAuthGame

type ReqAuthGame struct {
	AccountId            uint32   `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Token                string   `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	GameUuid             string   `protobuf:"bytes,3,opt,name=game_uuid,json=gameUuid,proto3" json:"game_uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqAuthGame) Descriptor

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

func (*ReqAuthGame) GetAccountId

func (m *ReqAuthGame) GetAccountId() uint32

func (*ReqAuthGame) GetGameUuid

func (m *ReqAuthGame) GetGameUuid() string

func (*ReqAuthGame) GetToken

func (m *ReqAuthGame) GetToken() string

func (*ReqAuthGame) Marshal

func (m *ReqAuthGame) Marshal() (dAtA []byte, err error)

func (*ReqAuthGame) MarshalTo

func (m *ReqAuthGame) MarshalTo(dAtA []byte) (int, error)

func (*ReqAuthGame) MarshalToSizedBuffer

func (m *ReqAuthGame) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqAuthGame) ProtoMessage

func (*ReqAuthGame) ProtoMessage()

func (*ReqAuthGame) Reset

func (m *ReqAuthGame) Reset()

func (*ReqAuthGame) Size

func (m *ReqAuthGame) Size() (n int)

func (*ReqAuthGame) String

func (m *ReqAuthGame) String() string

func (*ReqAuthGame) Unmarshal

func (m *ReqAuthGame) Unmarshal(dAtA []byte) error

func (*ReqAuthGame) XXX_DiscardUnknown

func (m *ReqAuthGame) XXX_DiscardUnknown()

func (*ReqAuthGame) XXX_Marshal

func (m *ReqAuthGame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqAuthGame) XXX_Merge

func (m *ReqAuthGame) XXX_Merge(src proto.Message)

func (*ReqAuthGame) XXX_Size

func (m *ReqAuthGame) XXX_Size() int

func (*ReqAuthGame) XXX_Unmarshal

func (m *ReqAuthGame) XXX_Unmarshal(b []byte) error

type ReqBindAccount

type ReqBindAccount struct {
	Account              string   `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Password             string   `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqBindAccount) Descriptor

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

func (*ReqBindAccount) GetAccount

func (m *ReqBindAccount) GetAccount() string

func (*ReqBindAccount) GetPassword

func (m *ReqBindAccount) GetPassword() string

func (*ReqBindAccount) Marshal

func (m *ReqBindAccount) Marshal() (dAtA []byte, err error)

func (*ReqBindAccount) MarshalTo

func (m *ReqBindAccount) MarshalTo(dAtA []byte) (int, error)

func (*ReqBindAccount) MarshalToSizedBuffer

func (m *ReqBindAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqBindAccount) ProtoMessage

func (*ReqBindAccount) ProtoMessage()

func (*ReqBindAccount) Reset

func (m *ReqBindAccount) Reset()

func (*ReqBindAccount) Size

func (m *ReqBindAccount) Size() (n int)

func (*ReqBindAccount) String

func (m *ReqBindAccount) String() string

func (*ReqBindAccount) Unmarshal

func (m *ReqBindAccount) Unmarshal(dAtA []byte) error

func (*ReqBindAccount) XXX_DiscardUnknown

func (m *ReqBindAccount) XXX_DiscardUnknown()

func (*ReqBindAccount) XXX_Marshal

func (m *ReqBindAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqBindAccount) XXX_Merge

func (m *ReqBindAccount) XXX_Merge(src proto.Message)

func (*ReqBindAccount) XXX_Size

func (m *ReqBindAccount) XXX_Size() int

func (*ReqBindAccount) XXX_Unmarshal

func (m *ReqBindAccount) XXX_Unmarshal(b []byte) error

type ReqBindEmail

type ReqBindEmail struct {
	Email                string   `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Code                 string   `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	Password             string   `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqBindEmail) Descriptor

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

func (*ReqBindEmail) GetCode

func (m *ReqBindEmail) GetCode() string

func (*ReqBindEmail) GetEmail

func (m *ReqBindEmail) GetEmail() string

func (*ReqBindEmail) GetPassword

func (m *ReqBindEmail) GetPassword() string

func (*ReqBindEmail) Marshal

func (m *ReqBindEmail) Marshal() (dAtA []byte, err error)

func (*ReqBindEmail) MarshalTo

func (m *ReqBindEmail) MarshalTo(dAtA []byte) (int, error)

func (*ReqBindEmail) MarshalToSizedBuffer

func (m *ReqBindEmail) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqBindEmail) ProtoMessage

func (*ReqBindEmail) ProtoMessage()

func (*ReqBindEmail) Reset

func (m *ReqBindEmail) Reset()

func (*ReqBindEmail) Size

func (m *ReqBindEmail) Size() (n int)

func (*ReqBindEmail) String

func (m *ReqBindEmail) String() string

func (*ReqBindEmail) Unmarshal

func (m *ReqBindEmail) Unmarshal(dAtA []byte) error

func (*ReqBindEmail) XXX_DiscardUnknown

func (m *ReqBindEmail) XXX_DiscardUnknown()

func (*ReqBindEmail) XXX_Marshal

func (m *ReqBindEmail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqBindEmail) XXX_Merge

func (m *ReqBindEmail) XXX_Merge(src proto.Message)

func (*ReqBindEmail) XXX_Size

func (m *ReqBindEmail) XXX_Size() int

func (*ReqBindEmail) XXX_Unmarshal

func (m *ReqBindEmail) XXX_Unmarshal(b []byte) error

type ReqBindPhoneNumber

type ReqBindPhoneNumber struct {
	Code                 string   `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	Phone                string   `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone,omitempty"`
	Password             string   `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqBindPhoneNumber) Descriptor

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

func (*ReqBindPhoneNumber) GetCode

func (m *ReqBindPhoneNumber) GetCode() string

func (*ReqBindPhoneNumber) GetPassword

func (m *ReqBindPhoneNumber) GetPassword() string

func (*ReqBindPhoneNumber) GetPhone

func (m *ReqBindPhoneNumber) GetPhone() string

func (*ReqBindPhoneNumber) Marshal

func (m *ReqBindPhoneNumber) Marshal() (dAtA []byte, err error)

func (*ReqBindPhoneNumber) MarshalTo

func (m *ReqBindPhoneNumber) MarshalTo(dAtA []byte) (int, error)

func (*ReqBindPhoneNumber) MarshalToSizedBuffer

func (m *ReqBindPhoneNumber) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqBindPhoneNumber) ProtoMessage

func (*ReqBindPhoneNumber) ProtoMessage()

func (*ReqBindPhoneNumber) Reset

func (m *ReqBindPhoneNumber) Reset()

func (*ReqBindPhoneNumber) Size

func (m *ReqBindPhoneNumber) Size() (n int)

func (*ReqBindPhoneNumber) String

func (m *ReqBindPhoneNumber) String() string

func (*ReqBindPhoneNumber) Unmarshal

func (m *ReqBindPhoneNumber) Unmarshal(dAtA []byte) error

func (*ReqBindPhoneNumber) XXX_DiscardUnknown

func (m *ReqBindPhoneNumber) XXX_DiscardUnknown()

func (*ReqBindPhoneNumber) XXX_Marshal

func (m *ReqBindPhoneNumber) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqBindPhoneNumber) XXX_Merge

func (m *ReqBindPhoneNumber) XXX_Merge(src proto.Message)

func (*ReqBindPhoneNumber) XXX_Size

func (m *ReqBindPhoneNumber) XXX_Size() int

func (*ReqBindPhoneNumber) XXX_Unmarshal

func (m *ReqBindPhoneNumber) XXX_Unmarshal(b []byte) error

type ReqBroadcastInGame

type ReqBroadcastInGame struct {
	Content              string   `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	ExceptSelf           bool     `protobuf:"varint,2,opt,name=except_self,json=exceptSelf,proto3" json:"except_self,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqBroadcastInGame) Descriptor

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

func (*ReqBroadcastInGame) GetContent

func (m *ReqBroadcastInGame) GetContent() string

func (*ReqBroadcastInGame) GetExceptSelf

func (m *ReqBroadcastInGame) GetExceptSelf() bool

func (*ReqBroadcastInGame) Marshal

func (m *ReqBroadcastInGame) Marshal() (dAtA []byte, err error)

func (*ReqBroadcastInGame) MarshalTo

func (m *ReqBroadcastInGame) MarshalTo(dAtA []byte) (int, error)

func (*ReqBroadcastInGame) MarshalToSizedBuffer

func (m *ReqBroadcastInGame) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqBroadcastInGame) ProtoMessage

func (*ReqBroadcastInGame) ProtoMessage()

func (*ReqBroadcastInGame) Reset

func (m *ReqBroadcastInGame) Reset()

func (*ReqBroadcastInGame) Size

func (m *ReqBroadcastInGame) Size() (n int)

func (*ReqBroadcastInGame) String

func (m *ReqBroadcastInGame) String() string

func (*ReqBroadcastInGame) Unmarshal

func (m *ReqBroadcastInGame) Unmarshal(dAtA []byte) error

func (*ReqBroadcastInGame) XXX_DiscardUnknown

func (m *ReqBroadcastInGame) XXX_DiscardUnknown()

func (*ReqBroadcastInGame) XXX_Marshal

func (m *ReqBroadcastInGame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqBroadcastInGame) XXX_Merge

func (m *ReqBroadcastInGame) XXX_Merge(src proto.Message)

func (*ReqBroadcastInGame) XXX_Size

func (m *ReqBroadcastInGame) XXX_Size() int

func (*ReqBroadcastInGame) XXX_Unmarshal

func (m *ReqBroadcastInGame) XXX_Unmarshal(b []byte) error

type ReqBuyFromChestShop

type ReqBuyFromChestShop struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqBuyFromChestShop) Descriptor

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

func (*ReqBuyFromChestShop) GetCount

func (m *ReqBuyFromChestShop) GetCount() uint32

func (*ReqBuyFromChestShop) GetGoodsId

func (m *ReqBuyFromChestShop) GetGoodsId() uint32

func (*ReqBuyFromChestShop) Marshal

func (m *ReqBuyFromChestShop) Marshal() (dAtA []byte, err error)

func (*ReqBuyFromChestShop) MarshalTo

func (m *ReqBuyFromChestShop) MarshalTo(dAtA []byte) (int, error)

func (*ReqBuyFromChestShop) MarshalToSizedBuffer

func (m *ReqBuyFromChestShop) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqBuyFromChestShop) ProtoMessage

func (*ReqBuyFromChestShop) ProtoMessage()

func (*ReqBuyFromChestShop) Reset

func (m *ReqBuyFromChestShop) Reset()

func (*ReqBuyFromChestShop) Size

func (m *ReqBuyFromChestShop) Size() (n int)

func (*ReqBuyFromChestShop) String

func (m *ReqBuyFromChestShop) String() string

func (*ReqBuyFromChestShop) Unmarshal

func (m *ReqBuyFromChestShop) Unmarshal(dAtA []byte) error

func (*ReqBuyFromChestShop) XXX_DiscardUnknown

func (m *ReqBuyFromChestShop) XXX_DiscardUnknown()

func (*ReqBuyFromChestShop) XXX_Marshal

func (m *ReqBuyFromChestShop) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqBuyFromChestShop) XXX_Merge

func (m *ReqBuyFromChestShop) XXX_Merge(src proto.Message)

func (*ReqBuyFromChestShop) XXX_Size

func (m *ReqBuyFromChestShop) XXX_Size() int

func (*ReqBuyFromChestShop) XXX_Unmarshal

func (m *ReqBuyFromChestShop) XXX_Unmarshal(b []byte) error

type ReqBuyFromShop

type ReqBuyFromShop struct {
	GoodsId              uint32          `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	Count                uint32          `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	BillShortCut         []*BillShortcut `protobuf:"bytes,3,rep,name=bill_short_cut,json=billShortCut,proto3" json:"bill_short_cut,omitempty"`
	DealPrice            uint32          `protobuf:"varint,4,opt,name=deal_price,json=dealPrice,proto3" json:"deal_price,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ReqBuyFromShop) Descriptor

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

func (*ReqBuyFromShop) GetBillShortCut

func (m *ReqBuyFromShop) GetBillShortCut() []*BillShortcut

func (*ReqBuyFromShop) GetCount

func (m *ReqBuyFromShop) GetCount() uint32

func (*ReqBuyFromShop) GetDealPrice

func (m *ReqBuyFromShop) GetDealPrice() uint32

func (*ReqBuyFromShop) GetGoodsId

func (m *ReqBuyFromShop) GetGoodsId() uint32

func (*ReqBuyFromShop) Marshal

func (m *ReqBuyFromShop) Marshal() (dAtA []byte, err error)

func (*ReqBuyFromShop) MarshalTo

func (m *ReqBuyFromShop) MarshalTo(dAtA []byte) (int, error)

func (*ReqBuyFromShop) MarshalToSizedBuffer

func (m *ReqBuyFromShop) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqBuyFromShop) ProtoMessage

func (*ReqBuyFromShop) ProtoMessage()

func (*ReqBuyFromShop) Reset

func (m *ReqBuyFromShop) Reset()

func (*ReqBuyFromShop) Size

func (m *ReqBuyFromShop) Size() (n int)

func (*ReqBuyFromShop) String

func (m *ReqBuyFromShop) String() string

func (*ReqBuyFromShop) Unmarshal

func (m *ReqBuyFromShop) Unmarshal(dAtA []byte) error

func (*ReqBuyFromShop) XXX_DiscardUnknown

func (m *ReqBuyFromShop) XXX_DiscardUnknown()

func (*ReqBuyFromShop) XXX_Marshal

func (m *ReqBuyFromShop) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqBuyFromShop) XXX_Merge

func (m *ReqBuyFromShop) XXX_Merge(src proto.Message)

func (*ReqBuyFromShop) XXX_Size

func (m *ReqBuyFromShop) XXX_Size() int

func (*ReqBuyFromShop) XXX_Unmarshal

func (m *ReqBuyFromShop) XXX_Unmarshal(b []byte) error

type ReqBuyFromZHP

type ReqBuyFromZHP struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqBuyFromZHP) Descriptor

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

func (*ReqBuyFromZHP) GetCount

func (m *ReqBuyFromZHP) GetCount() uint32

func (*ReqBuyFromZHP) GetGoodsId

func (m *ReqBuyFromZHP) GetGoodsId() uint32

func (*ReqBuyFromZHP) Marshal

func (m *ReqBuyFromZHP) Marshal() (dAtA []byte, err error)

func (*ReqBuyFromZHP) MarshalTo

func (m *ReqBuyFromZHP) MarshalTo(dAtA []byte) (int, error)

func (*ReqBuyFromZHP) MarshalToSizedBuffer

func (m *ReqBuyFromZHP) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqBuyFromZHP) ProtoMessage

func (*ReqBuyFromZHP) ProtoMessage()

func (*ReqBuyFromZHP) Reset

func (m *ReqBuyFromZHP) Reset()

func (*ReqBuyFromZHP) Size

func (m *ReqBuyFromZHP) Size() (n int)

func (*ReqBuyFromZHP) String

func (m *ReqBuyFromZHP) String() string

func (*ReqBuyFromZHP) Unmarshal

func (m *ReqBuyFromZHP) Unmarshal(dAtA []byte) error

func (*ReqBuyFromZHP) XXX_DiscardUnknown

func (m *ReqBuyFromZHP) XXX_DiscardUnknown()

func (*ReqBuyFromZHP) XXX_Marshal

func (m *ReqBuyFromZHP) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqBuyFromZHP) XXX_Merge

func (m *ReqBuyFromZHP) XXX_Merge(src proto.Message)

func (*ReqBuyFromZHP) XXX_Size

func (m *ReqBuyFromZHP) XXX_Size() int

func (*ReqBuyFromZHP) XXX_Unmarshal

func (m *ReqBuyFromZHP) XXX_Unmarshal(b []byte) error

type ReqBuyShiLian

type ReqBuyShiLian struct {
	Type                 uint32   `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqBuyShiLian) Descriptor

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

func (*ReqBuyShiLian) GetType

func (m *ReqBuyShiLian) GetType() uint32

func (*ReqBuyShiLian) Marshal

func (m *ReqBuyShiLian) Marshal() (dAtA []byte, err error)

func (*ReqBuyShiLian) MarshalTo

func (m *ReqBuyShiLian) MarshalTo(dAtA []byte) (int, error)

func (*ReqBuyShiLian) MarshalToSizedBuffer

func (m *ReqBuyShiLian) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqBuyShiLian) ProtoMessage

func (*ReqBuyShiLian) ProtoMessage()

func (*ReqBuyShiLian) Reset

func (m *ReqBuyShiLian) Reset()

func (*ReqBuyShiLian) Size

func (m *ReqBuyShiLian) Size() (n int)

func (*ReqBuyShiLian) String

func (m *ReqBuyShiLian) String() string

func (*ReqBuyShiLian) Unmarshal

func (m *ReqBuyShiLian) Unmarshal(dAtA []byte) error

func (*ReqBuyShiLian) XXX_DiscardUnknown

func (m *ReqBuyShiLian) XXX_DiscardUnknown()

func (*ReqBuyShiLian) XXX_Marshal

func (m *ReqBuyShiLian) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqBuyShiLian) XXX_Merge

func (m *ReqBuyShiLian) XXX_Merge(src proto.Message)

func (*ReqBuyShiLian) XXX_Size

func (m *ReqBuyShiLian) XXX_Size() int

func (*ReqBuyShiLian) XXX_Unmarshal

func (m *ReqBuyShiLian) XXX_Unmarshal(b []byte) error

type ReqCancelGooglePlayOrder

type ReqCancelGooglePlayOrder struct {
	OrderId              string   `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCancelGooglePlayOrder) Descriptor

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

func (*ReqCancelGooglePlayOrder) GetOrderId

func (m *ReqCancelGooglePlayOrder) GetOrderId() string

func (*ReqCancelGooglePlayOrder) Marshal

func (m *ReqCancelGooglePlayOrder) Marshal() (dAtA []byte, err error)

func (*ReqCancelGooglePlayOrder) MarshalTo

func (m *ReqCancelGooglePlayOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCancelGooglePlayOrder) MarshalToSizedBuffer

func (m *ReqCancelGooglePlayOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCancelGooglePlayOrder) ProtoMessage

func (*ReqCancelGooglePlayOrder) ProtoMessage()

func (*ReqCancelGooglePlayOrder) Reset

func (m *ReqCancelGooglePlayOrder) Reset()

func (*ReqCancelGooglePlayOrder) Size

func (m *ReqCancelGooglePlayOrder) Size() (n int)

func (*ReqCancelGooglePlayOrder) String

func (m *ReqCancelGooglePlayOrder) String() string

func (*ReqCancelGooglePlayOrder) Unmarshal

func (m *ReqCancelGooglePlayOrder) Unmarshal(dAtA []byte) error

func (*ReqCancelGooglePlayOrder) XXX_DiscardUnknown

func (m *ReqCancelGooglePlayOrder) XXX_DiscardUnknown()

func (*ReqCancelGooglePlayOrder) XXX_Marshal

func (m *ReqCancelGooglePlayOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCancelGooglePlayOrder) XXX_Merge

func (m *ReqCancelGooglePlayOrder) XXX_Merge(src proto.Message)

func (*ReqCancelGooglePlayOrder) XXX_Size

func (m *ReqCancelGooglePlayOrder) XXX_Size() int

func (*ReqCancelGooglePlayOrder) XXX_Unmarshal

func (m *ReqCancelGooglePlayOrder) XXX_Unmarshal(b []byte) error

type ReqCancelMatchQueue

type ReqCancelMatchQueue struct {
	MatchMode            uint32   `protobuf:"varint,1,opt,name=match_mode,json=matchMode,proto3" json:"match_mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCancelMatchQueue) Descriptor

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

func (*ReqCancelMatchQueue) GetMatchMode

func (m *ReqCancelMatchQueue) GetMatchMode() uint32

func (*ReqCancelMatchQueue) Marshal

func (m *ReqCancelMatchQueue) Marshal() (dAtA []byte, err error)

func (*ReqCancelMatchQueue) MarshalTo

func (m *ReqCancelMatchQueue) MarshalTo(dAtA []byte) (int, error)

func (*ReqCancelMatchQueue) MarshalToSizedBuffer

func (m *ReqCancelMatchQueue) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCancelMatchQueue) ProtoMessage

func (*ReqCancelMatchQueue) ProtoMessage()

func (*ReqCancelMatchQueue) Reset

func (m *ReqCancelMatchQueue) Reset()

func (*ReqCancelMatchQueue) Size

func (m *ReqCancelMatchQueue) Size() (n int)

func (*ReqCancelMatchQueue) String

func (m *ReqCancelMatchQueue) String() string

func (*ReqCancelMatchQueue) Unmarshal

func (m *ReqCancelMatchQueue) Unmarshal(dAtA []byte) error

func (*ReqCancelMatchQueue) XXX_DiscardUnknown

func (m *ReqCancelMatchQueue) XXX_DiscardUnknown()

func (*ReqCancelMatchQueue) XXX_Marshal

func (m *ReqCancelMatchQueue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCancelMatchQueue) XXX_Merge

func (m *ReqCancelMatchQueue) XXX_Merge(src proto.Message)

func (*ReqCancelMatchQueue) XXX_Size

func (m *ReqCancelMatchQueue) XXX_Size() int

func (*ReqCancelMatchQueue) XXX_Unmarshal

func (m *ReqCancelMatchQueue) XXX_Unmarshal(b []byte) error

type ReqChangeAvatar

type ReqChangeAvatar struct {
	AvatarId             uint32   `protobuf:"varint,1,opt,name=avatar_id,json=avatarId,proto3" json:"avatar_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqChangeAvatar) Descriptor

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

func (*ReqChangeAvatar) GetAvatarId

func (m *ReqChangeAvatar) GetAvatarId() uint32

func (*ReqChangeAvatar) Marshal

func (m *ReqChangeAvatar) Marshal() (dAtA []byte, err error)

func (*ReqChangeAvatar) MarshalTo

func (m *ReqChangeAvatar) MarshalTo(dAtA []byte) (int, error)

func (*ReqChangeAvatar) MarshalToSizedBuffer

func (m *ReqChangeAvatar) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqChangeAvatar) ProtoMessage

func (*ReqChangeAvatar) ProtoMessage()

func (*ReqChangeAvatar) Reset

func (m *ReqChangeAvatar) Reset()

func (*ReqChangeAvatar) Size

func (m *ReqChangeAvatar) Size() (n int)

func (*ReqChangeAvatar) String

func (m *ReqChangeAvatar) String() string

func (*ReqChangeAvatar) Unmarshal

func (m *ReqChangeAvatar) Unmarshal(dAtA []byte) error

func (*ReqChangeAvatar) XXX_DiscardUnknown

func (m *ReqChangeAvatar) XXX_DiscardUnknown()

func (*ReqChangeAvatar) XXX_Marshal

func (m *ReqChangeAvatar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqChangeAvatar) XXX_Merge

func (m *ReqChangeAvatar) XXX_Merge(src proto.Message)

func (*ReqChangeAvatar) XXX_Size

func (m *ReqChangeAvatar) XXX_Size() int

func (*ReqChangeAvatar) XXX_Unmarshal

func (m *ReqChangeAvatar) XXX_Unmarshal(b []byte) error

type ReqChangeCharacterSkin

type ReqChangeCharacterSkin struct {
	CharacterId          uint32   `protobuf:"varint,1,opt,name=character_id,json=characterId,proto3" json:"character_id,omitempty"`
	Skin                 uint32   `protobuf:"varint,2,opt,name=skin,proto3" json:"skin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqChangeCharacterSkin) Descriptor

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

func (*ReqChangeCharacterSkin) GetCharacterId

func (m *ReqChangeCharacterSkin) GetCharacterId() uint32

func (*ReqChangeCharacterSkin) GetSkin

func (m *ReqChangeCharacterSkin) GetSkin() uint32

func (*ReqChangeCharacterSkin) Marshal

func (m *ReqChangeCharacterSkin) Marshal() (dAtA []byte, err error)

func (*ReqChangeCharacterSkin) MarshalTo

func (m *ReqChangeCharacterSkin) MarshalTo(dAtA []byte) (int, error)

func (*ReqChangeCharacterSkin) MarshalToSizedBuffer

func (m *ReqChangeCharacterSkin) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqChangeCharacterSkin) ProtoMessage

func (*ReqChangeCharacterSkin) ProtoMessage()

func (*ReqChangeCharacterSkin) Reset

func (m *ReqChangeCharacterSkin) Reset()

func (*ReqChangeCharacterSkin) Size

func (m *ReqChangeCharacterSkin) Size() (n int)

func (*ReqChangeCharacterSkin) String

func (m *ReqChangeCharacterSkin) String() string

func (*ReqChangeCharacterSkin) Unmarshal

func (m *ReqChangeCharacterSkin) Unmarshal(dAtA []byte) error

func (*ReqChangeCharacterSkin) XXX_DiscardUnknown

func (m *ReqChangeCharacterSkin) XXX_DiscardUnknown()

func (*ReqChangeCharacterSkin) XXX_Marshal

func (m *ReqChangeCharacterSkin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqChangeCharacterSkin) XXX_Merge

func (m *ReqChangeCharacterSkin) XXX_Merge(src proto.Message)

func (*ReqChangeCharacterSkin) XXX_Size

func (m *ReqChangeCharacterSkin) XXX_Size() int

func (*ReqChangeCharacterSkin) XXX_Unmarshal

func (m *ReqChangeCharacterSkin) XXX_Unmarshal(b []byte) error

type ReqChangeCharacterView

type ReqChangeCharacterView struct {
	CharacterId          uint32   `protobuf:"varint,1,opt,name=character_id,json=characterId,proto3" json:"character_id,omitempty"`
	Slot                 uint32   `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"`
	ItemId               uint32   `protobuf:"varint,3,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqChangeCharacterView) Descriptor

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

func (*ReqChangeCharacterView) GetCharacterId

func (m *ReqChangeCharacterView) GetCharacterId() uint32

func (*ReqChangeCharacterView) GetItemId

func (m *ReqChangeCharacterView) GetItemId() uint32

func (*ReqChangeCharacterView) GetSlot

func (m *ReqChangeCharacterView) GetSlot() uint32

func (*ReqChangeCharacterView) Marshal

func (m *ReqChangeCharacterView) Marshal() (dAtA []byte, err error)

func (*ReqChangeCharacterView) MarshalTo

func (m *ReqChangeCharacterView) MarshalTo(dAtA []byte) (int, error)

func (*ReqChangeCharacterView) MarshalToSizedBuffer

func (m *ReqChangeCharacterView) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqChangeCharacterView) ProtoMessage

func (*ReqChangeCharacterView) ProtoMessage()

func (*ReqChangeCharacterView) Reset

func (m *ReqChangeCharacterView) Reset()

func (*ReqChangeCharacterView) Size

func (m *ReqChangeCharacterView) Size() (n int)

func (*ReqChangeCharacterView) String

func (m *ReqChangeCharacterView) String() string

func (*ReqChangeCharacterView) Unmarshal

func (m *ReqChangeCharacterView) Unmarshal(dAtA []byte) error

func (*ReqChangeCharacterView) XXX_DiscardUnknown

func (m *ReqChangeCharacterView) XXX_DiscardUnknown()

func (*ReqChangeCharacterView) XXX_Marshal

func (m *ReqChangeCharacterView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqChangeCharacterView) XXX_Merge

func (m *ReqChangeCharacterView) XXX_Merge(src proto.Message)

func (*ReqChangeCharacterView) XXX_Size

func (m *ReqChangeCharacterView) XXX_Size() int

func (*ReqChangeCharacterView) XXX_Unmarshal

func (m *ReqChangeCharacterView) XXX_Unmarshal(b []byte) error

type ReqChangeCollectedGameRecordRemarks

type ReqChangeCollectedGameRecordRemarks struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Remarks              string   `protobuf:"bytes,2,opt,name=remarks,proto3" json:"remarks,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqChangeCollectedGameRecordRemarks) Descriptor

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

func (*ReqChangeCollectedGameRecordRemarks) GetRemarks

func (*ReqChangeCollectedGameRecordRemarks) GetUuid

func (*ReqChangeCollectedGameRecordRemarks) Marshal

func (m *ReqChangeCollectedGameRecordRemarks) Marshal() (dAtA []byte, err error)

func (*ReqChangeCollectedGameRecordRemarks) MarshalTo

func (m *ReqChangeCollectedGameRecordRemarks) MarshalTo(dAtA []byte) (int, error)

func (*ReqChangeCollectedGameRecordRemarks) MarshalToSizedBuffer

func (m *ReqChangeCollectedGameRecordRemarks) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqChangeCollectedGameRecordRemarks) ProtoMessage

func (*ReqChangeCollectedGameRecordRemarks) ProtoMessage()

func (*ReqChangeCollectedGameRecordRemarks) Reset

func (*ReqChangeCollectedGameRecordRemarks) Size

func (*ReqChangeCollectedGameRecordRemarks) String

func (*ReqChangeCollectedGameRecordRemarks) Unmarshal

func (m *ReqChangeCollectedGameRecordRemarks) Unmarshal(dAtA []byte) error

func (*ReqChangeCollectedGameRecordRemarks) XXX_DiscardUnknown

func (m *ReqChangeCollectedGameRecordRemarks) XXX_DiscardUnknown()

func (*ReqChangeCollectedGameRecordRemarks) XXX_Marshal

func (m *ReqChangeCollectedGameRecordRemarks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqChangeCollectedGameRecordRemarks) XXX_Merge

func (*ReqChangeCollectedGameRecordRemarks) XXX_Size

func (*ReqChangeCollectedGameRecordRemarks) XXX_Unmarshal

func (m *ReqChangeCollectedGameRecordRemarks) XXX_Unmarshal(b []byte) error

type ReqChangeCommonView

type ReqChangeCommonView struct {
	Slot                 uint32   `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	Value                uint32   `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqChangeCommonView) Descriptor

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

func (*ReqChangeCommonView) GetSlot

func (m *ReqChangeCommonView) GetSlot() uint32

func (*ReqChangeCommonView) GetValue

func (m *ReqChangeCommonView) GetValue() uint32

func (*ReqChangeCommonView) Marshal

func (m *ReqChangeCommonView) Marshal() (dAtA []byte, err error)

func (*ReqChangeCommonView) MarshalTo

func (m *ReqChangeCommonView) MarshalTo(dAtA []byte) (int, error)

func (*ReqChangeCommonView) MarshalToSizedBuffer

func (m *ReqChangeCommonView) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqChangeCommonView) ProtoMessage

func (*ReqChangeCommonView) ProtoMessage()

func (*ReqChangeCommonView) Reset

func (m *ReqChangeCommonView) Reset()

func (*ReqChangeCommonView) Size

func (m *ReqChangeCommonView) Size() (n int)

func (*ReqChangeCommonView) String

func (m *ReqChangeCommonView) String() string

func (*ReqChangeCommonView) Unmarshal

func (m *ReqChangeCommonView) Unmarshal(dAtA []byte) error

func (*ReqChangeCommonView) XXX_DiscardUnknown

func (m *ReqChangeCommonView) XXX_DiscardUnknown()

func (*ReqChangeCommonView) XXX_Marshal

func (m *ReqChangeCommonView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqChangeCommonView) XXX_Merge

func (m *ReqChangeCommonView) XXX_Merge(src proto.Message)

func (*ReqChangeCommonView) XXX_Size

func (m *ReqChangeCommonView) XXX_Size() int

func (*ReqChangeCommonView) XXX_Unmarshal

func (m *ReqChangeCommonView) XXX_Unmarshal(b []byte) error

type ReqChangeMainCharacter

type ReqChangeMainCharacter struct {
	CharacterId          uint32   `protobuf:"varint,1,opt,name=character_id,json=characterId,proto3" json:"character_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqChangeMainCharacter) Descriptor

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

func (*ReqChangeMainCharacter) GetCharacterId

func (m *ReqChangeMainCharacter) GetCharacterId() uint32

func (*ReqChangeMainCharacter) Marshal

func (m *ReqChangeMainCharacter) Marshal() (dAtA []byte, err error)

func (*ReqChangeMainCharacter) MarshalTo

func (m *ReqChangeMainCharacter) MarshalTo(dAtA []byte) (int, error)

func (*ReqChangeMainCharacter) MarshalToSizedBuffer

func (m *ReqChangeMainCharacter) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqChangeMainCharacter) ProtoMessage

func (*ReqChangeMainCharacter) ProtoMessage()

func (*ReqChangeMainCharacter) Reset

func (m *ReqChangeMainCharacter) Reset()

func (*ReqChangeMainCharacter) Size

func (m *ReqChangeMainCharacter) Size() (n int)

func (*ReqChangeMainCharacter) String

func (m *ReqChangeMainCharacter) String() string

func (*ReqChangeMainCharacter) Unmarshal

func (m *ReqChangeMainCharacter) Unmarshal(dAtA []byte) error

func (*ReqChangeMainCharacter) XXX_DiscardUnknown

func (m *ReqChangeMainCharacter) XXX_DiscardUnknown()

func (*ReqChangeMainCharacter) XXX_Marshal

func (m *ReqChangeMainCharacter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqChangeMainCharacter) XXX_Merge

func (m *ReqChangeMainCharacter) XXX_Merge(src proto.Message)

func (*ReqChangeMainCharacter) XXX_Size

func (m *ReqChangeMainCharacter) XXX_Size() int

func (*ReqChangeMainCharacter) XXX_Unmarshal

func (m *ReqChangeMainCharacter) XXX_Unmarshal(b []byte) error

type ReqChiPengGang

type ReqChiPengGang struct {
	Type                 uint32   `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Index                uint32   `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	CancelOperation      bool     `protobuf:"varint,3,opt,name=cancel_operation,json=cancelOperation,proto3" json:"cancel_operation,omitempty"`
	Timeuse              uint32   `protobuf:"varint,6,opt,name=timeuse,proto3" json:"timeuse,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqChiPengGang) Descriptor

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

func (*ReqChiPengGang) GetCancelOperation

func (m *ReqChiPengGang) GetCancelOperation() bool

func (*ReqChiPengGang) GetIndex

func (m *ReqChiPengGang) GetIndex() uint32

func (*ReqChiPengGang) GetTimeuse

func (m *ReqChiPengGang) GetTimeuse() uint32

func (*ReqChiPengGang) GetType

func (m *ReqChiPengGang) GetType() uint32

func (*ReqChiPengGang) Marshal

func (m *ReqChiPengGang) Marshal() (dAtA []byte, err error)

func (*ReqChiPengGang) MarshalTo

func (m *ReqChiPengGang) MarshalTo(dAtA []byte) (int, error)

func (*ReqChiPengGang) MarshalToSizedBuffer

func (m *ReqChiPengGang) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqChiPengGang) ProtoMessage

func (*ReqChiPengGang) ProtoMessage()

func (*ReqChiPengGang) Reset

func (m *ReqChiPengGang) Reset()

func (*ReqChiPengGang) Size

func (m *ReqChiPengGang) Size() (n int)

func (*ReqChiPengGang) String

func (m *ReqChiPengGang) String() string

func (*ReqChiPengGang) Unmarshal

func (m *ReqChiPengGang) Unmarshal(dAtA []byte) error

func (*ReqChiPengGang) XXX_DiscardUnknown

func (m *ReqChiPengGang) XXX_DiscardUnknown()

func (*ReqChiPengGang) XXX_Marshal

func (m *ReqChiPengGang) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqChiPengGang) XXX_Merge

func (m *ReqChiPengGang) XXX_Merge(src proto.Message)

func (*ReqChiPengGang) XXX_Size

func (m *ReqChiPengGang) XXX_Size() int

func (*ReqChiPengGang) XXX_Unmarshal

func (m *ReqChiPengGang) XXX_Unmarshal(b []byte) error

type ReqClientMessage

type ReqClientMessage struct {
	Timestamp            uint32   `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Message              string   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqClientMessage) Descriptor

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

func (*ReqClientMessage) GetMessage

func (m *ReqClientMessage) GetMessage() string

func (*ReqClientMessage) GetTimestamp

func (m *ReqClientMessage) GetTimestamp() uint32

func (*ReqClientMessage) Marshal

func (m *ReqClientMessage) Marshal() (dAtA []byte, err error)

func (*ReqClientMessage) MarshalTo

func (m *ReqClientMessage) MarshalTo(dAtA []byte) (int, error)

func (*ReqClientMessage) MarshalToSizedBuffer

func (m *ReqClientMessage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqClientMessage) ProtoMessage

func (*ReqClientMessage) ProtoMessage()

func (*ReqClientMessage) Reset

func (m *ReqClientMessage) Reset()

func (*ReqClientMessage) Size

func (m *ReqClientMessage) Size() (n int)

func (*ReqClientMessage) String

func (m *ReqClientMessage) String() string

func (*ReqClientMessage) Unmarshal

func (m *ReqClientMessage) Unmarshal(dAtA []byte) error

func (*ReqClientMessage) XXX_DiscardUnknown

func (m *ReqClientMessage) XXX_DiscardUnknown()

func (*ReqClientMessage) XXX_Marshal

func (m *ReqClientMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqClientMessage) XXX_Merge

func (m *ReqClientMessage) XXX_Merge(src proto.Message)

func (*ReqClientMessage) XXX_Size

func (m *ReqClientMessage) XXX_Size() int

func (*ReqClientMessage) XXX_Unmarshal

func (m *ReqClientMessage) XXX_Unmarshal(b []byte) error

type ReqCommon

type ReqCommon struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCommon) Descriptor

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

func (*ReqCommon) Marshal

func (m *ReqCommon) Marshal() (dAtA []byte, err error)

func (*ReqCommon) MarshalTo

func (m *ReqCommon) MarshalTo(dAtA []byte) (int, error)

func (*ReqCommon) MarshalToSizedBuffer

func (m *ReqCommon) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCommon) ProtoMessage

func (*ReqCommon) ProtoMessage()

func (*ReqCommon) Reset

func (m *ReqCommon) Reset()

func (*ReqCommon) Size

func (m *ReqCommon) Size() (n int)

func (*ReqCommon) String

func (m *ReqCommon) String() string

func (*ReqCommon) Unmarshal

func (m *ReqCommon) Unmarshal(dAtA []byte) error

func (*ReqCommon) XXX_DiscardUnknown

func (m *ReqCommon) XXX_DiscardUnknown()

func (*ReqCommon) XXX_Marshal

func (m *ReqCommon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCommon) XXX_Merge

func (m *ReqCommon) XXX_Merge(src proto.Message)

func (*ReqCommon) XXX_Size

func (m *ReqCommon) XXX_Size() int

func (*ReqCommon) XXX_Unmarshal

func (m *ReqCommon) XXX_Unmarshal(b []byte) error

type ReqCompleteActivityTask

type ReqCompleteActivityTask struct {
	TaskId               uint32   `protobuf:"varint,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCompleteActivityTask) Descriptor

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

func (*ReqCompleteActivityTask) GetTaskId

func (m *ReqCompleteActivityTask) GetTaskId() uint32

func (*ReqCompleteActivityTask) Marshal

func (m *ReqCompleteActivityTask) Marshal() (dAtA []byte, err error)

func (*ReqCompleteActivityTask) MarshalTo

func (m *ReqCompleteActivityTask) MarshalTo(dAtA []byte) (int, error)

func (*ReqCompleteActivityTask) MarshalToSizedBuffer

func (m *ReqCompleteActivityTask) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCompleteActivityTask) ProtoMessage

func (*ReqCompleteActivityTask) ProtoMessage()

func (*ReqCompleteActivityTask) Reset

func (m *ReqCompleteActivityTask) Reset()

func (*ReqCompleteActivityTask) Size

func (m *ReqCompleteActivityTask) Size() (n int)

func (*ReqCompleteActivityTask) String

func (m *ReqCompleteActivityTask) String() string

func (*ReqCompleteActivityTask) Unmarshal

func (m *ReqCompleteActivityTask) Unmarshal(dAtA []byte) error

func (*ReqCompleteActivityTask) XXX_DiscardUnknown

func (m *ReqCompleteActivityTask) XXX_DiscardUnknown()

func (*ReqCompleteActivityTask) XXX_Marshal

func (m *ReqCompleteActivityTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCompleteActivityTask) XXX_Merge

func (m *ReqCompleteActivityTask) XXX_Merge(src proto.Message)

func (*ReqCompleteActivityTask) XXX_Size

func (m *ReqCompleteActivityTask) XXX_Size() int

func (*ReqCompleteActivityTask) XXX_Unmarshal

func (m *ReqCompleteActivityTask) XXX_Unmarshal(b []byte) error

type ReqComposeShard

type ReqComposeShard struct {
	ItemId               uint32   `protobuf:"varint,1,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqComposeShard) Descriptor

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

func (*ReqComposeShard) GetItemId

func (m *ReqComposeShard) GetItemId() uint32

func (*ReqComposeShard) Marshal

func (m *ReqComposeShard) Marshal() (dAtA []byte, err error)

func (*ReqComposeShard) MarshalTo

func (m *ReqComposeShard) MarshalTo(dAtA []byte) (int, error)

func (*ReqComposeShard) MarshalToSizedBuffer

func (m *ReqComposeShard) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqComposeShard) ProtoMessage

func (*ReqComposeShard) ProtoMessage()

func (*ReqComposeShard) Reset

func (m *ReqComposeShard) Reset()

func (*ReqComposeShard) Size

func (m *ReqComposeShard) Size() (n int)

func (*ReqComposeShard) String

func (m *ReqComposeShard) String() string

func (*ReqComposeShard) Unmarshal

func (m *ReqComposeShard) Unmarshal(dAtA []byte) error

func (*ReqComposeShard) XXX_DiscardUnknown

func (m *ReqComposeShard) XXX_DiscardUnknown()

func (*ReqComposeShard) XXX_Marshal

func (m *ReqComposeShard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqComposeShard) XXX_Merge

func (m *ReqComposeShard) XXX_Merge(src proto.Message)

func (*ReqComposeShard) XXX_Size

func (m *ReqComposeShard) XXX_Size() int

func (*ReqComposeShard) XXX_Unmarshal

func (m *ReqComposeShard) XXX_Unmarshal(b []byte) error

type ReqCreateAlipayAppOrder

type ReqCreateAlipayAppOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateAlipayAppOrder) Descriptor

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

func (*ReqCreateAlipayAppOrder) GetAccountId

func (m *ReqCreateAlipayAppOrder) GetAccountId() uint32

func (*ReqCreateAlipayAppOrder) GetClientType

func (m *ReqCreateAlipayAppOrder) GetClientType() uint32

func (*ReqCreateAlipayAppOrder) GetGoodsId

func (m *ReqCreateAlipayAppOrder) GetGoodsId() uint32

func (*ReqCreateAlipayAppOrder) Marshal

func (m *ReqCreateAlipayAppOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateAlipayAppOrder) MarshalTo

func (m *ReqCreateAlipayAppOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateAlipayAppOrder) MarshalToSizedBuffer

func (m *ReqCreateAlipayAppOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateAlipayAppOrder) ProtoMessage

func (*ReqCreateAlipayAppOrder) ProtoMessage()

func (*ReqCreateAlipayAppOrder) Reset

func (m *ReqCreateAlipayAppOrder) Reset()

func (*ReqCreateAlipayAppOrder) Size

func (m *ReqCreateAlipayAppOrder) Size() (n int)

func (*ReqCreateAlipayAppOrder) String

func (m *ReqCreateAlipayAppOrder) String() string

func (*ReqCreateAlipayAppOrder) Unmarshal

func (m *ReqCreateAlipayAppOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateAlipayAppOrder) XXX_DiscardUnknown

func (m *ReqCreateAlipayAppOrder) XXX_DiscardUnknown()

func (*ReqCreateAlipayAppOrder) XXX_Marshal

func (m *ReqCreateAlipayAppOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateAlipayAppOrder) XXX_Merge

func (m *ReqCreateAlipayAppOrder) XXX_Merge(src proto.Message)

func (*ReqCreateAlipayAppOrder) XXX_Size

func (m *ReqCreateAlipayAppOrder) XXX_Size() int

func (*ReqCreateAlipayAppOrder) XXX_Unmarshal

func (m *ReqCreateAlipayAppOrder) XXX_Unmarshal(b []byte) error

type ReqCreateAlipayOrder

type ReqCreateAlipayOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	AlipayTradeType      string   `protobuf:"bytes,4,opt,name=alipay_trade_type,json=alipayTradeType,proto3" json:"alipay_trade_type,omitempty"`
	ReturnUrl            string   `protobuf:"bytes,5,opt,name=return_url,json=returnUrl,proto3" json:"return_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateAlipayOrder) Descriptor

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

func (*ReqCreateAlipayOrder) GetAccountId

func (m *ReqCreateAlipayOrder) GetAccountId() uint32

func (*ReqCreateAlipayOrder) GetAlipayTradeType

func (m *ReqCreateAlipayOrder) GetAlipayTradeType() string

func (*ReqCreateAlipayOrder) GetClientType

func (m *ReqCreateAlipayOrder) GetClientType() uint32

func (*ReqCreateAlipayOrder) GetGoodsId

func (m *ReqCreateAlipayOrder) GetGoodsId() uint32

func (*ReqCreateAlipayOrder) GetReturnUrl

func (m *ReqCreateAlipayOrder) GetReturnUrl() string

func (*ReqCreateAlipayOrder) Marshal

func (m *ReqCreateAlipayOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateAlipayOrder) MarshalTo

func (m *ReqCreateAlipayOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateAlipayOrder) MarshalToSizedBuffer

func (m *ReqCreateAlipayOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateAlipayOrder) ProtoMessage

func (*ReqCreateAlipayOrder) ProtoMessage()

func (*ReqCreateAlipayOrder) Reset

func (m *ReqCreateAlipayOrder) Reset()

func (*ReqCreateAlipayOrder) Size

func (m *ReqCreateAlipayOrder) Size() (n int)

func (*ReqCreateAlipayOrder) String

func (m *ReqCreateAlipayOrder) String() string

func (*ReqCreateAlipayOrder) Unmarshal

func (m *ReqCreateAlipayOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateAlipayOrder) XXX_DiscardUnknown

func (m *ReqCreateAlipayOrder) XXX_DiscardUnknown()

func (*ReqCreateAlipayOrder) XXX_Marshal

func (m *ReqCreateAlipayOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateAlipayOrder) XXX_Merge

func (m *ReqCreateAlipayOrder) XXX_Merge(src proto.Message)

func (*ReqCreateAlipayOrder) XXX_Size

func (m *ReqCreateAlipayOrder) XXX_Size() int

func (*ReqCreateAlipayOrder) XXX_Unmarshal

func (m *ReqCreateAlipayOrder) XXX_Unmarshal(b []byte) error

type ReqCreateAlipayScanOrder

type ReqCreateAlipayScanOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateAlipayScanOrder) Descriptor

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

func (*ReqCreateAlipayScanOrder) GetAccountId

func (m *ReqCreateAlipayScanOrder) GetAccountId() uint32

func (*ReqCreateAlipayScanOrder) GetClientType

func (m *ReqCreateAlipayScanOrder) GetClientType() uint32

func (*ReqCreateAlipayScanOrder) GetGoodsId

func (m *ReqCreateAlipayScanOrder) GetGoodsId() uint32

func (*ReqCreateAlipayScanOrder) Marshal

func (m *ReqCreateAlipayScanOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateAlipayScanOrder) MarshalTo

func (m *ReqCreateAlipayScanOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateAlipayScanOrder) MarshalToSizedBuffer

func (m *ReqCreateAlipayScanOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateAlipayScanOrder) ProtoMessage

func (*ReqCreateAlipayScanOrder) ProtoMessage()

func (*ReqCreateAlipayScanOrder) Reset

func (m *ReqCreateAlipayScanOrder) Reset()

func (*ReqCreateAlipayScanOrder) Size

func (m *ReqCreateAlipayScanOrder) Size() (n int)

func (*ReqCreateAlipayScanOrder) String

func (m *ReqCreateAlipayScanOrder) String() string

func (*ReqCreateAlipayScanOrder) Unmarshal

func (m *ReqCreateAlipayScanOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateAlipayScanOrder) XXX_DiscardUnknown

func (m *ReqCreateAlipayScanOrder) XXX_DiscardUnknown()

func (*ReqCreateAlipayScanOrder) XXX_Marshal

func (m *ReqCreateAlipayScanOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateAlipayScanOrder) XXX_Merge

func (m *ReqCreateAlipayScanOrder) XXX_Merge(src proto.Message)

func (*ReqCreateAlipayScanOrder) XXX_Size

func (m *ReqCreateAlipayScanOrder) XXX_Size() int

func (*ReqCreateAlipayScanOrder) XXX_Unmarshal

func (m *ReqCreateAlipayScanOrder) XXX_Unmarshal(b []byte) error

type ReqCreateBillingOrder

type ReqCreateBillingOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	PaymentPlatform      uint32   `protobuf:"varint,2,opt,name=payment_platform,json=paymentPlatform,proto3" json:"payment_platform,omitempty"`
	ClientType           uint32   `protobuf:"varint,3,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,4,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateBillingOrder) Descriptor

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

func (*ReqCreateBillingOrder) GetAccountId

func (m *ReqCreateBillingOrder) GetAccountId() uint32

func (*ReqCreateBillingOrder) GetClientType

func (m *ReqCreateBillingOrder) GetClientType() uint32

func (*ReqCreateBillingOrder) GetGoodsId

func (m *ReqCreateBillingOrder) GetGoodsId() uint32

func (*ReqCreateBillingOrder) GetPaymentPlatform

func (m *ReqCreateBillingOrder) GetPaymentPlatform() uint32

func (*ReqCreateBillingOrder) Marshal

func (m *ReqCreateBillingOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateBillingOrder) MarshalTo

func (m *ReqCreateBillingOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateBillingOrder) MarshalToSizedBuffer

func (m *ReqCreateBillingOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateBillingOrder) ProtoMessage

func (*ReqCreateBillingOrder) ProtoMessage()

func (*ReqCreateBillingOrder) Reset

func (m *ReqCreateBillingOrder) Reset()

func (*ReqCreateBillingOrder) Size

func (m *ReqCreateBillingOrder) Size() (n int)

func (*ReqCreateBillingOrder) String

func (m *ReqCreateBillingOrder) String() string

func (*ReqCreateBillingOrder) Unmarshal

func (m *ReqCreateBillingOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateBillingOrder) XXX_DiscardUnknown

func (m *ReqCreateBillingOrder) XXX_DiscardUnknown()

func (*ReqCreateBillingOrder) XXX_Marshal

func (m *ReqCreateBillingOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateBillingOrder) XXX_Merge

func (m *ReqCreateBillingOrder) XXX_Merge(src proto.Message)

func (*ReqCreateBillingOrder) XXX_Size

func (m *ReqCreateBillingOrder) XXX_Size() int

func (*ReqCreateBillingOrder) XXX_Unmarshal

func (m *ReqCreateBillingOrder) XXX_Unmarshal(b []byte) error

type ReqCreateENAlipayOrder

type ReqCreateENAlipayOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	ReturnUrl            string   `protobuf:"bytes,4,opt,name=return_url,json=returnUrl,proto3" json:"return_url,omitempty"`
	AccessToken          string   `protobuf:"bytes,5,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateENAlipayOrder) Descriptor

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

func (*ReqCreateENAlipayOrder) GetAccessToken

func (m *ReqCreateENAlipayOrder) GetAccessToken() string

func (*ReqCreateENAlipayOrder) GetAccountId

func (m *ReqCreateENAlipayOrder) GetAccountId() uint32

func (*ReqCreateENAlipayOrder) GetClientType

func (m *ReqCreateENAlipayOrder) GetClientType() uint32

func (*ReqCreateENAlipayOrder) GetGoodsId

func (m *ReqCreateENAlipayOrder) GetGoodsId() uint32

func (*ReqCreateENAlipayOrder) GetReturnUrl

func (m *ReqCreateENAlipayOrder) GetReturnUrl() string

func (*ReqCreateENAlipayOrder) Marshal

func (m *ReqCreateENAlipayOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateENAlipayOrder) MarshalTo

func (m *ReqCreateENAlipayOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateENAlipayOrder) MarshalToSizedBuffer

func (m *ReqCreateENAlipayOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateENAlipayOrder) ProtoMessage

func (*ReqCreateENAlipayOrder) ProtoMessage()

func (*ReqCreateENAlipayOrder) Reset

func (m *ReqCreateENAlipayOrder) Reset()

func (*ReqCreateENAlipayOrder) Size

func (m *ReqCreateENAlipayOrder) Size() (n int)

func (*ReqCreateENAlipayOrder) String

func (m *ReqCreateENAlipayOrder) String() string

func (*ReqCreateENAlipayOrder) Unmarshal

func (m *ReqCreateENAlipayOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateENAlipayOrder) XXX_DiscardUnknown

func (m *ReqCreateENAlipayOrder) XXX_DiscardUnknown()

func (*ReqCreateENAlipayOrder) XXX_Marshal

func (m *ReqCreateENAlipayOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateENAlipayOrder) XXX_Merge

func (m *ReqCreateENAlipayOrder) XXX_Merge(src proto.Message)

func (*ReqCreateENAlipayOrder) XXX_Size

func (m *ReqCreateENAlipayOrder) XXX_Size() int

func (*ReqCreateENAlipayOrder) XXX_Unmarshal

func (m *ReqCreateENAlipayOrder) XXX_Unmarshal(b []byte) error

type ReqCreateENJCBOrder

type ReqCreateENJCBOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	ReturnUrl            string   `protobuf:"bytes,4,opt,name=return_url,json=returnUrl,proto3" json:"return_url,omitempty"`
	AccessToken          string   `protobuf:"bytes,5,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateENJCBOrder) Descriptor

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

func (*ReqCreateENJCBOrder) GetAccessToken

func (m *ReqCreateENJCBOrder) GetAccessToken() string

func (*ReqCreateENJCBOrder) GetAccountId

func (m *ReqCreateENJCBOrder) GetAccountId() uint32

func (*ReqCreateENJCBOrder) GetClientType

func (m *ReqCreateENJCBOrder) GetClientType() uint32

func (*ReqCreateENJCBOrder) GetGoodsId

func (m *ReqCreateENJCBOrder) GetGoodsId() uint32

func (*ReqCreateENJCBOrder) GetReturnUrl

func (m *ReqCreateENJCBOrder) GetReturnUrl() string

func (*ReqCreateENJCBOrder) Marshal

func (m *ReqCreateENJCBOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateENJCBOrder) MarshalTo

func (m *ReqCreateENJCBOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateENJCBOrder) MarshalToSizedBuffer

func (m *ReqCreateENJCBOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateENJCBOrder) ProtoMessage

func (*ReqCreateENJCBOrder) ProtoMessage()

func (*ReqCreateENJCBOrder) Reset

func (m *ReqCreateENJCBOrder) Reset()

func (*ReqCreateENJCBOrder) Size

func (m *ReqCreateENJCBOrder) Size() (n int)

func (*ReqCreateENJCBOrder) String

func (m *ReqCreateENJCBOrder) String() string

func (*ReqCreateENJCBOrder) Unmarshal

func (m *ReqCreateENJCBOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateENJCBOrder) XXX_DiscardUnknown

func (m *ReqCreateENJCBOrder) XXX_DiscardUnknown()

func (*ReqCreateENJCBOrder) XXX_Marshal

func (m *ReqCreateENJCBOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateENJCBOrder) XXX_Merge

func (m *ReqCreateENJCBOrder) XXX_Merge(src proto.Message)

func (*ReqCreateENJCBOrder) XXX_Size

func (m *ReqCreateENJCBOrder) XXX_Size() int

func (*ReqCreateENJCBOrder) XXX_Unmarshal

func (m *ReqCreateENJCBOrder) XXX_Unmarshal(b []byte) error

type ReqCreateENMasterCardOrder

type ReqCreateENMasterCardOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	ReturnUrl            string   `protobuf:"bytes,4,opt,name=return_url,json=returnUrl,proto3" json:"return_url,omitempty"`
	AccessToken          string   `protobuf:"bytes,5,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateENMasterCardOrder) Descriptor

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

func (*ReqCreateENMasterCardOrder) GetAccessToken

func (m *ReqCreateENMasterCardOrder) GetAccessToken() string

func (*ReqCreateENMasterCardOrder) GetAccountId

func (m *ReqCreateENMasterCardOrder) GetAccountId() uint32

func (*ReqCreateENMasterCardOrder) GetClientType

func (m *ReqCreateENMasterCardOrder) GetClientType() uint32

func (*ReqCreateENMasterCardOrder) GetGoodsId

func (m *ReqCreateENMasterCardOrder) GetGoodsId() uint32

func (*ReqCreateENMasterCardOrder) GetReturnUrl

func (m *ReqCreateENMasterCardOrder) GetReturnUrl() string

func (*ReqCreateENMasterCardOrder) Marshal

func (m *ReqCreateENMasterCardOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateENMasterCardOrder) MarshalTo

func (m *ReqCreateENMasterCardOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateENMasterCardOrder) MarshalToSizedBuffer

func (m *ReqCreateENMasterCardOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateENMasterCardOrder) ProtoMessage

func (*ReqCreateENMasterCardOrder) ProtoMessage()

func (*ReqCreateENMasterCardOrder) Reset

func (m *ReqCreateENMasterCardOrder) Reset()

func (*ReqCreateENMasterCardOrder) Size

func (m *ReqCreateENMasterCardOrder) Size() (n int)

func (*ReqCreateENMasterCardOrder) String

func (m *ReqCreateENMasterCardOrder) String() string

func (*ReqCreateENMasterCardOrder) Unmarshal

func (m *ReqCreateENMasterCardOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateENMasterCardOrder) XXX_DiscardUnknown

func (m *ReqCreateENMasterCardOrder) XXX_DiscardUnknown()

func (*ReqCreateENMasterCardOrder) XXX_Marshal

func (m *ReqCreateENMasterCardOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateENMasterCardOrder) XXX_Merge

func (m *ReqCreateENMasterCardOrder) XXX_Merge(src proto.Message)

func (*ReqCreateENMasterCardOrder) XXX_Size

func (m *ReqCreateENMasterCardOrder) XXX_Size() int

func (*ReqCreateENMasterCardOrder) XXX_Unmarshal

func (m *ReqCreateENMasterCardOrder) XXX_Unmarshal(b []byte) error

type ReqCreateENPaypalOrder

type ReqCreateENPaypalOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	ReturnUrl            string   `protobuf:"bytes,4,opt,name=return_url,json=returnUrl,proto3" json:"return_url,omitempty"`
	AccessToken          string   `protobuf:"bytes,5,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateENPaypalOrder) Descriptor

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

func (*ReqCreateENPaypalOrder) GetAccessToken

func (m *ReqCreateENPaypalOrder) GetAccessToken() string

func (*ReqCreateENPaypalOrder) GetAccountId

func (m *ReqCreateENPaypalOrder) GetAccountId() uint32

func (*ReqCreateENPaypalOrder) GetClientType

func (m *ReqCreateENPaypalOrder) GetClientType() uint32

func (*ReqCreateENPaypalOrder) GetGoodsId

func (m *ReqCreateENPaypalOrder) GetGoodsId() uint32

func (*ReqCreateENPaypalOrder) GetReturnUrl

func (m *ReqCreateENPaypalOrder) GetReturnUrl() string

func (*ReqCreateENPaypalOrder) Marshal

func (m *ReqCreateENPaypalOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateENPaypalOrder) MarshalTo

func (m *ReqCreateENPaypalOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateENPaypalOrder) MarshalToSizedBuffer

func (m *ReqCreateENPaypalOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateENPaypalOrder) ProtoMessage

func (*ReqCreateENPaypalOrder) ProtoMessage()

func (*ReqCreateENPaypalOrder) Reset

func (m *ReqCreateENPaypalOrder) Reset()

func (*ReqCreateENPaypalOrder) Size

func (m *ReqCreateENPaypalOrder) Size() (n int)

func (*ReqCreateENPaypalOrder) String

func (m *ReqCreateENPaypalOrder) String() string

func (*ReqCreateENPaypalOrder) Unmarshal

func (m *ReqCreateENPaypalOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateENPaypalOrder) XXX_DiscardUnknown

func (m *ReqCreateENPaypalOrder) XXX_DiscardUnknown()

func (*ReqCreateENPaypalOrder) XXX_Marshal

func (m *ReqCreateENPaypalOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateENPaypalOrder) XXX_Merge

func (m *ReqCreateENPaypalOrder) XXX_Merge(src proto.Message)

func (*ReqCreateENPaypalOrder) XXX_Size

func (m *ReqCreateENPaypalOrder) XXX_Size() int

func (*ReqCreateENPaypalOrder) XXX_Unmarshal

func (m *ReqCreateENPaypalOrder) XXX_Unmarshal(b []byte) error

type ReqCreateENVisaOrder

type ReqCreateENVisaOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	ReturnUrl            string   `protobuf:"bytes,4,opt,name=return_url,json=returnUrl,proto3" json:"return_url,omitempty"`
	AccessToken          string   `protobuf:"bytes,5,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateENVisaOrder) Descriptor

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

func (*ReqCreateENVisaOrder) GetAccessToken

func (m *ReqCreateENVisaOrder) GetAccessToken() string

func (*ReqCreateENVisaOrder) GetAccountId

func (m *ReqCreateENVisaOrder) GetAccountId() uint32

func (*ReqCreateENVisaOrder) GetClientType

func (m *ReqCreateENVisaOrder) GetClientType() uint32

func (*ReqCreateENVisaOrder) GetGoodsId

func (m *ReqCreateENVisaOrder) GetGoodsId() uint32

func (*ReqCreateENVisaOrder) GetReturnUrl

func (m *ReqCreateENVisaOrder) GetReturnUrl() string

func (*ReqCreateENVisaOrder) Marshal

func (m *ReqCreateENVisaOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateENVisaOrder) MarshalTo

func (m *ReqCreateENVisaOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateENVisaOrder) MarshalToSizedBuffer

func (m *ReqCreateENVisaOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateENVisaOrder) ProtoMessage

func (*ReqCreateENVisaOrder) ProtoMessage()

func (*ReqCreateENVisaOrder) Reset

func (m *ReqCreateENVisaOrder) Reset()

func (*ReqCreateENVisaOrder) Size

func (m *ReqCreateENVisaOrder) Size() (n int)

func (*ReqCreateENVisaOrder) String

func (m *ReqCreateENVisaOrder) String() string

func (*ReqCreateENVisaOrder) Unmarshal

func (m *ReqCreateENVisaOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateENVisaOrder) XXX_DiscardUnknown

func (m *ReqCreateENVisaOrder) XXX_DiscardUnknown()

func (*ReqCreateENVisaOrder) XXX_Marshal

func (m *ReqCreateENVisaOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateENVisaOrder) XXX_Merge

func (m *ReqCreateENVisaOrder) XXX_Merge(src proto.Message)

func (*ReqCreateENVisaOrder) XXX_Size

func (m *ReqCreateENVisaOrder) XXX_Size() int

func (*ReqCreateENVisaOrder) XXX_Unmarshal

func (m *ReqCreateENVisaOrder) XXX_Unmarshal(b []byte) error

type ReqCreateEmailVerifyCode

type ReqCreateEmailVerifyCode struct {
	Email                string   `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Usage                uint32   `protobuf:"varint,2,opt,name=usage,proto3" json:"usage,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateEmailVerifyCode) Descriptor

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

func (*ReqCreateEmailVerifyCode) GetEmail

func (m *ReqCreateEmailVerifyCode) GetEmail() string

func (*ReqCreateEmailVerifyCode) GetUsage

func (m *ReqCreateEmailVerifyCode) GetUsage() uint32

func (*ReqCreateEmailVerifyCode) Marshal

func (m *ReqCreateEmailVerifyCode) Marshal() (dAtA []byte, err error)

func (*ReqCreateEmailVerifyCode) MarshalTo

func (m *ReqCreateEmailVerifyCode) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateEmailVerifyCode) MarshalToSizedBuffer

func (m *ReqCreateEmailVerifyCode) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateEmailVerifyCode) ProtoMessage

func (*ReqCreateEmailVerifyCode) ProtoMessage()

func (*ReqCreateEmailVerifyCode) Reset

func (m *ReqCreateEmailVerifyCode) Reset()

func (*ReqCreateEmailVerifyCode) Size

func (m *ReqCreateEmailVerifyCode) Size() (n int)

func (*ReqCreateEmailVerifyCode) String

func (m *ReqCreateEmailVerifyCode) String() string

func (*ReqCreateEmailVerifyCode) Unmarshal

func (m *ReqCreateEmailVerifyCode) Unmarshal(dAtA []byte) error

func (*ReqCreateEmailVerifyCode) XXX_DiscardUnknown

func (m *ReqCreateEmailVerifyCode) XXX_DiscardUnknown()

func (*ReqCreateEmailVerifyCode) XXX_Marshal

func (m *ReqCreateEmailVerifyCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateEmailVerifyCode) XXX_Merge

func (m *ReqCreateEmailVerifyCode) XXX_Merge(src proto.Message)

func (*ReqCreateEmailVerifyCode) XXX_Size

func (m *ReqCreateEmailVerifyCode) XXX_Size() int

func (*ReqCreateEmailVerifyCode) XXX_Unmarshal

func (m *ReqCreateEmailVerifyCode) XXX_Unmarshal(b []byte) error

type ReqCreateJPAuOrder

type ReqCreateJPAuOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	ReturnUrl            string   `protobuf:"bytes,4,opt,name=return_url,json=returnUrl,proto3" json:"return_url,omitempty"`
	AccessToken          string   `protobuf:"bytes,5,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateJPAuOrder) Descriptor

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

func (*ReqCreateJPAuOrder) GetAccessToken

func (m *ReqCreateJPAuOrder) GetAccessToken() string

func (*ReqCreateJPAuOrder) GetAccountId

func (m *ReqCreateJPAuOrder) GetAccountId() uint32

func (*ReqCreateJPAuOrder) GetClientType

func (m *ReqCreateJPAuOrder) GetClientType() uint32

func (*ReqCreateJPAuOrder) GetGoodsId

func (m *ReqCreateJPAuOrder) GetGoodsId() uint32

func (*ReqCreateJPAuOrder) GetReturnUrl

func (m *ReqCreateJPAuOrder) GetReturnUrl() string

func (*ReqCreateJPAuOrder) Marshal

func (m *ReqCreateJPAuOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateJPAuOrder) MarshalTo

func (m *ReqCreateJPAuOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateJPAuOrder) MarshalToSizedBuffer

func (m *ReqCreateJPAuOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateJPAuOrder) ProtoMessage

func (*ReqCreateJPAuOrder) ProtoMessage()

func (*ReqCreateJPAuOrder) Reset

func (m *ReqCreateJPAuOrder) Reset()

func (*ReqCreateJPAuOrder) Size

func (m *ReqCreateJPAuOrder) Size() (n int)

func (*ReqCreateJPAuOrder) String

func (m *ReqCreateJPAuOrder) String() string

func (*ReqCreateJPAuOrder) Unmarshal

func (m *ReqCreateJPAuOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateJPAuOrder) XXX_DiscardUnknown

func (m *ReqCreateJPAuOrder) XXX_DiscardUnknown()

func (*ReqCreateJPAuOrder) XXX_Marshal

func (m *ReqCreateJPAuOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateJPAuOrder) XXX_Merge

func (m *ReqCreateJPAuOrder) XXX_Merge(src proto.Message)

func (*ReqCreateJPAuOrder) XXX_Size

func (m *ReqCreateJPAuOrder) XXX_Size() int

func (*ReqCreateJPAuOrder) XXX_Unmarshal

func (m *ReqCreateJPAuOrder) XXX_Unmarshal(b []byte) error

type ReqCreateJPCreditCardOrder

type ReqCreateJPCreditCardOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	ReturnUrl            string   `protobuf:"bytes,4,opt,name=return_url,json=returnUrl,proto3" json:"return_url,omitempty"`
	AccessToken          string   `protobuf:"bytes,5,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateJPCreditCardOrder) Descriptor

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

func (*ReqCreateJPCreditCardOrder) GetAccessToken

func (m *ReqCreateJPCreditCardOrder) GetAccessToken() string

func (*ReqCreateJPCreditCardOrder) GetAccountId

func (m *ReqCreateJPCreditCardOrder) GetAccountId() uint32

func (*ReqCreateJPCreditCardOrder) GetClientType

func (m *ReqCreateJPCreditCardOrder) GetClientType() uint32

func (*ReqCreateJPCreditCardOrder) GetGoodsId

func (m *ReqCreateJPCreditCardOrder) GetGoodsId() uint32

func (*ReqCreateJPCreditCardOrder) GetReturnUrl

func (m *ReqCreateJPCreditCardOrder) GetReturnUrl() string

func (*ReqCreateJPCreditCardOrder) Marshal

func (m *ReqCreateJPCreditCardOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateJPCreditCardOrder) MarshalTo

func (m *ReqCreateJPCreditCardOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateJPCreditCardOrder) MarshalToSizedBuffer

func (m *ReqCreateJPCreditCardOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateJPCreditCardOrder) ProtoMessage

func (*ReqCreateJPCreditCardOrder) ProtoMessage()

func (*ReqCreateJPCreditCardOrder) Reset

func (m *ReqCreateJPCreditCardOrder) Reset()

func (*ReqCreateJPCreditCardOrder) Size

func (m *ReqCreateJPCreditCardOrder) Size() (n int)

func (*ReqCreateJPCreditCardOrder) String

func (m *ReqCreateJPCreditCardOrder) String() string

func (*ReqCreateJPCreditCardOrder) Unmarshal

func (m *ReqCreateJPCreditCardOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateJPCreditCardOrder) XXX_DiscardUnknown

func (m *ReqCreateJPCreditCardOrder) XXX_DiscardUnknown()

func (*ReqCreateJPCreditCardOrder) XXX_Marshal

func (m *ReqCreateJPCreditCardOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateJPCreditCardOrder) XXX_Merge

func (m *ReqCreateJPCreditCardOrder) XXX_Merge(src proto.Message)

func (*ReqCreateJPCreditCardOrder) XXX_Size

func (m *ReqCreateJPCreditCardOrder) XXX_Size() int

func (*ReqCreateJPCreditCardOrder) XXX_Unmarshal

func (m *ReqCreateJPCreditCardOrder) XXX_Unmarshal(b []byte) error

type ReqCreateJPDocomoOrder

type ReqCreateJPDocomoOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	ReturnUrl            string   `protobuf:"bytes,4,opt,name=return_url,json=returnUrl,proto3" json:"return_url,omitempty"`
	AccessToken          string   `protobuf:"bytes,5,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateJPDocomoOrder) Descriptor

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

func (*ReqCreateJPDocomoOrder) GetAccessToken

func (m *ReqCreateJPDocomoOrder) GetAccessToken() string

func (*ReqCreateJPDocomoOrder) GetAccountId

func (m *ReqCreateJPDocomoOrder) GetAccountId() uint32

func (*ReqCreateJPDocomoOrder) GetClientType

func (m *ReqCreateJPDocomoOrder) GetClientType() uint32

func (*ReqCreateJPDocomoOrder) GetGoodsId

func (m *ReqCreateJPDocomoOrder) GetGoodsId() uint32

func (*ReqCreateJPDocomoOrder) GetReturnUrl

func (m *ReqCreateJPDocomoOrder) GetReturnUrl() string

func (*ReqCreateJPDocomoOrder) Marshal

func (m *ReqCreateJPDocomoOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateJPDocomoOrder) MarshalTo

func (m *ReqCreateJPDocomoOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateJPDocomoOrder) MarshalToSizedBuffer

func (m *ReqCreateJPDocomoOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateJPDocomoOrder) ProtoMessage

func (*ReqCreateJPDocomoOrder) ProtoMessage()

func (*ReqCreateJPDocomoOrder) Reset

func (m *ReqCreateJPDocomoOrder) Reset()

func (*ReqCreateJPDocomoOrder) Size

func (m *ReqCreateJPDocomoOrder) Size() (n int)

func (*ReqCreateJPDocomoOrder) String

func (m *ReqCreateJPDocomoOrder) String() string

func (*ReqCreateJPDocomoOrder) Unmarshal

func (m *ReqCreateJPDocomoOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateJPDocomoOrder) XXX_DiscardUnknown

func (m *ReqCreateJPDocomoOrder) XXX_DiscardUnknown()

func (*ReqCreateJPDocomoOrder) XXX_Marshal

func (m *ReqCreateJPDocomoOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateJPDocomoOrder) XXX_Merge

func (m *ReqCreateJPDocomoOrder) XXX_Merge(src proto.Message)

func (*ReqCreateJPDocomoOrder) XXX_Size

func (m *ReqCreateJPDocomoOrder) XXX_Size() int

func (*ReqCreateJPDocomoOrder) XXX_Unmarshal

func (m *ReqCreateJPDocomoOrder) XXX_Unmarshal(b []byte) error

type ReqCreateJPPaypalOrder

type ReqCreateJPPaypalOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	ReturnUrl            string   `protobuf:"bytes,4,opt,name=return_url,json=returnUrl,proto3" json:"return_url,omitempty"`
	AccessToken          string   `protobuf:"bytes,5,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateJPPaypalOrder) Descriptor

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

func (*ReqCreateJPPaypalOrder) GetAccessToken

func (m *ReqCreateJPPaypalOrder) GetAccessToken() string

func (*ReqCreateJPPaypalOrder) GetAccountId

func (m *ReqCreateJPPaypalOrder) GetAccountId() uint32

func (*ReqCreateJPPaypalOrder) GetClientType

func (m *ReqCreateJPPaypalOrder) GetClientType() uint32

func (*ReqCreateJPPaypalOrder) GetGoodsId

func (m *ReqCreateJPPaypalOrder) GetGoodsId() uint32

func (*ReqCreateJPPaypalOrder) GetReturnUrl

func (m *ReqCreateJPPaypalOrder) GetReturnUrl() string

func (*ReqCreateJPPaypalOrder) Marshal

func (m *ReqCreateJPPaypalOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateJPPaypalOrder) MarshalTo

func (m *ReqCreateJPPaypalOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateJPPaypalOrder) MarshalToSizedBuffer

func (m *ReqCreateJPPaypalOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateJPPaypalOrder) ProtoMessage

func (*ReqCreateJPPaypalOrder) ProtoMessage()

func (*ReqCreateJPPaypalOrder) Reset

func (m *ReqCreateJPPaypalOrder) Reset()

func (*ReqCreateJPPaypalOrder) Size

func (m *ReqCreateJPPaypalOrder) Size() (n int)

func (*ReqCreateJPPaypalOrder) String

func (m *ReqCreateJPPaypalOrder) String() string

func (*ReqCreateJPPaypalOrder) Unmarshal

func (m *ReqCreateJPPaypalOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateJPPaypalOrder) XXX_DiscardUnknown

func (m *ReqCreateJPPaypalOrder) XXX_DiscardUnknown()

func (*ReqCreateJPPaypalOrder) XXX_Marshal

func (m *ReqCreateJPPaypalOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateJPPaypalOrder) XXX_Merge

func (m *ReqCreateJPPaypalOrder) XXX_Merge(src proto.Message)

func (*ReqCreateJPPaypalOrder) XXX_Size

func (m *ReqCreateJPPaypalOrder) XXX_Size() int

func (*ReqCreateJPPaypalOrder) XXX_Unmarshal

func (m *ReqCreateJPPaypalOrder) XXX_Unmarshal(b []byte) error

type ReqCreateJPSoftbankOrder

type ReqCreateJPSoftbankOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	ReturnUrl            string   `protobuf:"bytes,4,opt,name=return_url,json=returnUrl,proto3" json:"return_url,omitempty"`
	AccessToken          string   `protobuf:"bytes,5,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateJPSoftbankOrder) Descriptor

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

func (*ReqCreateJPSoftbankOrder) GetAccessToken

func (m *ReqCreateJPSoftbankOrder) GetAccessToken() string

func (*ReqCreateJPSoftbankOrder) GetAccountId

func (m *ReqCreateJPSoftbankOrder) GetAccountId() uint32

func (*ReqCreateJPSoftbankOrder) GetClientType

func (m *ReqCreateJPSoftbankOrder) GetClientType() uint32

func (*ReqCreateJPSoftbankOrder) GetGoodsId

func (m *ReqCreateJPSoftbankOrder) GetGoodsId() uint32

func (*ReqCreateJPSoftbankOrder) GetReturnUrl

func (m *ReqCreateJPSoftbankOrder) GetReturnUrl() string

func (*ReqCreateJPSoftbankOrder) Marshal

func (m *ReqCreateJPSoftbankOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateJPSoftbankOrder) MarshalTo

func (m *ReqCreateJPSoftbankOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateJPSoftbankOrder) MarshalToSizedBuffer

func (m *ReqCreateJPSoftbankOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateJPSoftbankOrder) ProtoMessage

func (*ReqCreateJPSoftbankOrder) ProtoMessage()

func (*ReqCreateJPSoftbankOrder) Reset

func (m *ReqCreateJPSoftbankOrder) Reset()

func (*ReqCreateJPSoftbankOrder) Size

func (m *ReqCreateJPSoftbankOrder) Size() (n int)

func (*ReqCreateJPSoftbankOrder) String

func (m *ReqCreateJPSoftbankOrder) String() string

func (*ReqCreateJPSoftbankOrder) Unmarshal

func (m *ReqCreateJPSoftbankOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateJPSoftbankOrder) XXX_DiscardUnknown

func (m *ReqCreateJPSoftbankOrder) XXX_DiscardUnknown()

func (*ReqCreateJPSoftbankOrder) XXX_Marshal

func (m *ReqCreateJPSoftbankOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateJPSoftbankOrder) XXX_Merge

func (m *ReqCreateJPSoftbankOrder) XXX_Merge(src proto.Message)

func (*ReqCreateJPSoftbankOrder) XXX_Size

func (m *ReqCreateJPSoftbankOrder) XXX_Size() int

func (*ReqCreateJPSoftbankOrder) XXX_Unmarshal

func (m *ReqCreateJPSoftbankOrder) XXX_Unmarshal(b []byte) error

type ReqCreateJPWebMoneyOrder

type ReqCreateJPWebMoneyOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	ReturnUrl            string   `protobuf:"bytes,4,opt,name=return_url,json=returnUrl,proto3" json:"return_url,omitempty"`
	AccessToken          string   `protobuf:"bytes,5,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateJPWebMoneyOrder) Descriptor

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

func (*ReqCreateJPWebMoneyOrder) GetAccessToken

func (m *ReqCreateJPWebMoneyOrder) GetAccessToken() string

func (*ReqCreateJPWebMoneyOrder) GetAccountId

func (m *ReqCreateJPWebMoneyOrder) GetAccountId() uint32

func (*ReqCreateJPWebMoneyOrder) GetClientType

func (m *ReqCreateJPWebMoneyOrder) GetClientType() uint32

func (*ReqCreateJPWebMoneyOrder) GetGoodsId

func (m *ReqCreateJPWebMoneyOrder) GetGoodsId() uint32

func (*ReqCreateJPWebMoneyOrder) GetReturnUrl

func (m *ReqCreateJPWebMoneyOrder) GetReturnUrl() string

func (*ReqCreateJPWebMoneyOrder) Marshal

func (m *ReqCreateJPWebMoneyOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateJPWebMoneyOrder) MarshalTo

func (m *ReqCreateJPWebMoneyOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateJPWebMoneyOrder) MarshalToSizedBuffer

func (m *ReqCreateJPWebMoneyOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateJPWebMoneyOrder) ProtoMessage

func (*ReqCreateJPWebMoneyOrder) ProtoMessage()

func (*ReqCreateJPWebMoneyOrder) Reset

func (m *ReqCreateJPWebMoneyOrder) Reset()

func (*ReqCreateJPWebMoneyOrder) Size

func (m *ReqCreateJPWebMoneyOrder) Size() (n int)

func (*ReqCreateJPWebMoneyOrder) String

func (m *ReqCreateJPWebMoneyOrder) String() string

func (*ReqCreateJPWebMoneyOrder) Unmarshal

func (m *ReqCreateJPWebMoneyOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateJPWebMoneyOrder) XXX_DiscardUnknown

func (m *ReqCreateJPWebMoneyOrder) XXX_DiscardUnknown()

func (*ReqCreateJPWebMoneyOrder) XXX_Marshal

func (m *ReqCreateJPWebMoneyOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateJPWebMoneyOrder) XXX_Merge

func (m *ReqCreateJPWebMoneyOrder) XXX_Merge(src proto.Message)

func (*ReqCreateJPWebMoneyOrder) XXX_Size

func (m *ReqCreateJPWebMoneyOrder) XXX_Size() int

func (*ReqCreateJPWebMoneyOrder) XXX_Unmarshal

func (m *ReqCreateJPWebMoneyOrder) XXX_Unmarshal(b []byte) error

type ReqCreateNickname

type ReqCreateNickname struct {
	Nickname             string   `protobuf:"bytes,1,opt,name=nickname,proto3" json:"nickname,omitempty"`
	AdvertiseStr         string   `protobuf:"bytes,2,opt,name=advertise_str,json=advertiseStr,proto3" json:"advertise_str,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateNickname) Descriptor

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

func (*ReqCreateNickname) GetAdvertiseStr

func (m *ReqCreateNickname) GetAdvertiseStr() string

func (*ReqCreateNickname) GetNickname

func (m *ReqCreateNickname) GetNickname() string

func (*ReqCreateNickname) Marshal

func (m *ReqCreateNickname) Marshal() (dAtA []byte, err error)

func (*ReqCreateNickname) MarshalTo

func (m *ReqCreateNickname) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateNickname) MarshalToSizedBuffer

func (m *ReqCreateNickname) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateNickname) ProtoMessage

func (*ReqCreateNickname) ProtoMessage()

func (*ReqCreateNickname) Reset

func (m *ReqCreateNickname) Reset()

func (*ReqCreateNickname) Size

func (m *ReqCreateNickname) Size() (n int)

func (*ReqCreateNickname) String

func (m *ReqCreateNickname) String() string

func (*ReqCreateNickname) Unmarshal

func (m *ReqCreateNickname) Unmarshal(dAtA []byte) error

func (*ReqCreateNickname) XXX_DiscardUnknown

func (m *ReqCreateNickname) XXX_DiscardUnknown()

func (*ReqCreateNickname) XXX_Marshal

func (m *ReqCreateNickname) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateNickname) XXX_Merge

func (m *ReqCreateNickname) XXX_Merge(src proto.Message)

func (*ReqCreateNickname) XXX_Size

func (m *ReqCreateNickname) XXX_Size() int

func (*ReqCreateNickname) XXX_Unmarshal

func (m *ReqCreateNickname) XXX_Unmarshal(b []byte) error

type ReqCreatePhoneVerifyCode

type ReqCreatePhoneVerifyCode struct {
	Phone                string   `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone,omitempty"`
	Usage                uint32   `protobuf:"varint,2,opt,name=usage,proto3" json:"usage,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreatePhoneVerifyCode) Descriptor

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

func (*ReqCreatePhoneVerifyCode) GetPhone

func (m *ReqCreatePhoneVerifyCode) GetPhone() string

func (*ReqCreatePhoneVerifyCode) GetUsage

func (m *ReqCreatePhoneVerifyCode) GetUsage() uint32

func (*ReqCreatePhoneVerifyCode) Marshal

func (m *ReqCreatePhoneVerifyCode) Marshal() (dAtA []byte, err error)

func (*ReqCreatePhoneVerifyCode) MarshalTo

func (m *ReqCreatePhoneVerifyCode) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreatePhoneVerifyCode) MarshalToSizedBuffer

func (m *ReqCreatePhoneVerifyCode) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreatePhoneVerifyCode) ProtoMessage

func (*ReqCreatePhoneVerifyCode) ProtoMessage()

func (*ReqCreatePhoneVerifyCode) Reset

func (m *ReqCreatePhoneVerifyCode) Reset()

func (*ReqCreatePhoneVerifyCode) Size

func (m *ReqCreatePhoneVerifyCode) Size() (n int)

func (*ReqCreatePhoneVerifyCode) String

func (m *ReqCreatePhoneVerifyCode) String() string

func (*ReqCreatePhoneVerifyCode) Unmarshal

func (m *ReqCreatePhoneVerifyCode) Unmarshal(dAtA []byte) error

func (*ReqCreatePhoneVerifyCode) XXX_DiscardUnknown

func (m *ReqCreatePhoneVerifyCode) XXX_DiscardUnknown()

func (*ReqCreatePhoneVerifyCode) XXX_Marshal

func (m *ReqCreatePhoneVerifyCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreatePhoneVerifyCode) XXX_Merge

func (m *ReqCreatePhoneVerifyCode) XXX_Merge(src proto.Message)

func (*ReqCreatePhoneVerifyCode) XXX_Size

func (m *ReqCreatePhoneVerifyCode) XXX_Size() int

func (*ReqCreatePhoneVerifyCode) XXX_Unmarshal

func (m *ReqCreatePhoneVerifyCode) XXX_Unmarshal(b []byte) error

type ReqCreateRoom

type ReqCreateRoom struct {
	PlayerCount          uint32    `protobuf:"varint,1,opt,name=player_count,json=playerCount,proto3" json:"player_count,omitempty"`
	Mode                 *GameMode `protobuf:"bytes,2,opt,name=mode,proto3" json:"mode,omitempty"`
	PublicLive           bool      `protobuf:"varint,3,opt,name=public_live,json=publicLive,proto3" json:"public_live,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ReqCreateRoom) Descriptor

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

func (*ReqCreateRoom) GetMode

func (m *ReqCreateRoom) GetMode() *GameMode

func (*ReqCreateRoom) GetPlayerCount

func (m *ReqCreateRoom) GetPlayerCount() uint32

func (*ReqCreateRoom) GetPublicLive

func (m *ReqCreateRoom) GetPublicLive() bool

func (*ReqCreateRoom) Marshal

func (m *ReqCreateRoom) Marshal() (dAtA []byte, err error)

func (*ReqCreateRoom) MarshalTo

func (m *ReqCreateRoom) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateRoom) MarshalToSizedBuffer

func (m *ReqCreateRoom) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateRoom) ProtoMessage

func (*ReqCreateRoom) ProtoMessage()

func (*ReqCreateRoom) Reset

func (m *ReqCreateRoom) Reset()

func (*ReqCreateRoom) Size

func (m *ReqCreateRoom) Size() (n int)

func (*ReqCreateRoom) String

func (m *ReqCreateRoom) String() string

func (*ReqCreateRoom) Unmarshal

func (m *ReqCreateRoom) Unmarshal(dAtA []byte) error

func (*ReqCreateRoom) XXX_DiscardUnknown

func (m *ReqCreateRoom) XXX_DiscardUnknown()

func (*ReqCreateRoom) XXX_Marshal

func (m *ReqCreateRoom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateRoom) XXX_Merge

func (m *ReqCreateRoom) XXX_Merge(src proto.Message)

func (*ReqCreateRoom) XXX_Size

func (m *ReqCreateRoom) XXX_Size() int

func (*ReqCreateRoom) XXX_Unmarshal

func (m *ReqCreateRoom) XXX_Unmarshal(b []byte) error

type ReqCreateWechatAppOrder

type ReqCreateWechatAppOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	AccountIp            string   `protobuf:"bytes,4,opt,name=account_ip,json=accountIp,proto3" json:"account_ip,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateWechatAppOrder) Descriptor

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

func (*ReqCreateWechatAppOrder) GetAccountId

func (m *ReqCreateWechatAppOrder) GetAccountId() uint32

func (*ReqCreateWechatAppOrder) GetAccountIp

func (m *ReqCreateWechatAppOrder) GetAccountIp() string

func (*ReqCreateWechatAppOrder) GetClientType

func (m *ReqCreateWechatAppOrder) GetClientType() uint32

func (*ReqCreateWechatAppOrder) GetGoodsId

func (m *ReqCreateWechatAppOrder) GetGoodsId() uint32

func (*ReqCreateWechatAppOrder) Marshal

func (m *ReqCreateWechatAppOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateWechatAppOrder) MarshalTo

func (m *ReqCreateWechatAppOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateWechatAppOrder) MarshalToSizedBuffer

func (m *ReqCreateWechatAppOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateWechatAppOrder) ProtoMessage

func (*ReqCreateWechatAppOrder) ProtoMessage()

func (*ReqCreateWechatAppOrder) Reset

func (m *ReqCreateWechatAppOrder) Reset()

func (*ReqCreateWechatAppOrder) Size

func (m *ReqCreateWechatAppOrder) Size() (n int)

func (*ReqCreateWechatAppOrder) String

func (m *ReqCreateWechatAppOrder) String() string

func (*ReqCreateWechatAppOrder) Unmarshal

func (m *ReqCreateWechatAppOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateWechatAppOrder) XXX_DiscardUnknown

func (m *ReqCreateWechatAppOrder) XXX_DiscardUnknown()

func (*ReqCreateWechatAppOrder) XXX_Marshal

func (m *ReqCreateWechatAppOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateWechatAppOrder) XXX_Merge

func (m *ReqCreateWechatAppOrder) XXX_Merge(src proto.Message)

func (*ReqCreateWechatAppOrder) XXX_Size

func (m *ReqCreateWechatAppOrder) XXX_Size() int

func (*ReqCreateWechatAppOrder) XXX_Unmarshal

func (m *ReqCreateWechatAppOrder) XXX_Unmarshal(b []byte) error

type ReqCreateWechatNativeOrder

type ReqCreateWechatNativeOrder struct {
	GoodsId              uint32   `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ClientType           uint32   `protobuf:"varint,2,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	AccountId            uint32   `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	AccountIp            string   `protobuf:"bytes,4,opt,name=account_ip,json=accountIp,proto3" json:"account_ip,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCreateWechatNativeOrder) Descriptor

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

func (*ReqCreateWechatNativeOrder) GetAccountId

func (m *ReqCreateWechatNativeOrder) GetAccountId() uint32

func (*ReqCreateWechatNativeOrder) GetAccountIp

func (m *ReqCreateWechatNativeOrder) GetAccountIp() string

func (*ReqCreateWechatNativeOrder) GetClientType

func (m *ReqCreateWechatNativeOrder) GetClientType() uint32

func (*ReqCreateWechatNativeOrder) GetGoodsId

func (m *ReqCreateWechatNativeOrder) GetGoodsId() uint32

func (*ReqCreateWechatNativeOrder) Marshal

func (m *ReqCreateWechatNativeOrder) Marshal() (dAtA []byte, err error)

func (*ReqCreateWechatNativeOrder) MarshalTo

func (m *ReqCreateWechatNativeOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqCreateWechatNativeOrder) MarshalToSizedBuffer

func (m *ReqCreateWechatNativeOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCreateWechatNativeOrder) ProtoMessage

func (*ReqCreateWechatNativeOrder) ProtoMessage()

func (*ReqCreateWechatNativeOrder) Reset

func (m *ReqCreateWechatNativeOrder) Reset()

func (*ReqCreateWechatNativeOrder) Size

func (m *ReqCreateWechatNativeOrder) Size() (n int)

func (*ReqCreateWechatNativeOrder) String

func (m *ReqCreateWechatNativeOrder) String() string

func (*ReqCreateWechatNativeOrder) Unmarshal

func (m *ReqCreateWechatNativeOrder) Unmarshal(dAtA []byte) error

func (*ReqCreateWechatNativeOrder) XXX_DiscardUnknown

func (m *ReqCreateWechatNativeOrder) XXX_DiscardUnknown()

func (*ReqCreateWechatNativeOrder) XXX_Marshal

func (m *ReqCreateWechatNativeOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCreateWechatNativeOrder) XXX_Merge

func (m *ReqCreateWechatNativeOrder) XXX_Merge(src proto.Message)

func (*ReqCreateWechatNativeOrder) XXX_Size

func (m *ReqCreateWechatNativeOrder) XXX_Size() int

func (*ReqCreateWechatNativeOrder) XXX_Unmarshal

func (m *ReqCreateWechatNativeOrder) XXX_Unmarshal(b []byte) error

type ReqCurrentMatchInfo

type ReqCurrentMatchInfo struct {
	ModeList             []uint32 `protobuf:"varint,1,rep,packed,name=mode_list,json=modeList,proto3" json:"mode_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqCurrentMatchInfo) Descriptor

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

func (*ReqCurrentMatchInfo) GetModeList

func (m *ReqCurrentMatchInfo) GetModeList() []uint32

func (*ReqCurrentMatchInfo) Marshal

func (m *ReqCurrentMatchInfo) Marshal() (dAtA []byte, err error)

func (*ReqCurrentMatchInfo) MarshalTo

func (m *ReqCurrentMatchInfo) MarshalTo(dAtA []byte) (int, error)

func (*ReqCurrentMatchInfo) MarshalToSizedBuffer

func (m *ReqCurrentMatchInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqCurrentMatchInfo) ProtoMessage

func (*ReqCurrentMatchInfo) ProtoMessage()

func (*ReqCurrentMatchInfo) Reset

func (m *ReqCurrentMatchInfo) Reset()

func (*ReqCurrentMatchInfo) Size

func (m *ReqCurrentMatchInfo) Size() (n int)

func (*ReqCurrentMatchInfo) String

func (m *ReqCurrentMatchInfo) String() string

func (*ReqCurrentMatchInfo) Unmarshal

func (m *ReqCurrentMatchInfo) Unmarshal(dAtA []byte) error

func (*ReqCurrentMatchInfo) XXX_DiscardUnknown

func (m *ReqCurrentMatchInfo) XXX_DiscardUnknown()

func (*ReqCurrentMatchInfo) XXX_Marshal

func (m *ReqCurrentMatchInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqCurrentMatchInfo) XXX_Merge

func (m *ReqCurrentMatchInfo) XXX_Merge(src proto.Message)

func (*ReqCurrentMatchInfo) XXX_Size

func (m *ReqCurrentMatchInfo) XXX_Size() int

func (*ReqCurrentMatchInfo) XXX_Unmarshal

func (m *ReqCurrentMatchInfo) XXX_Unmarshal(b []byte) error

type ReqDeleteComment

type ReqDeleteComment struct {
	TargetId             uint32   `protobuf:"varint,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	DeleteList           []uint32 `protobuf:"varint,2,rep,packed,name=delete_list,json=deleteList,proto3" json:"delete_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqDeleteComment) Descriptor

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

func (*ReqDeleteComment) GetDeleteList

func (m *ReqDeleteComment) GetDeleteList() []uint32

func (*ReqDeleteComment) GetTargetId

func (m *ReqDeleteComment) GetTargetId() uint32

func (*ReqDeleteComment) Marshal

func (m *ReqDeleteComment) Marshal() (dAtA []byte, err error)

func (*ReqDeleteComment) MarshalTo

func (m *ReqDeleteComment) MarshalTo(dAtA []byte) (int, error)

func (*ReqDeleteComment) MarshalToSizedBuffer

func (m *ReqDeleteComment) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqDeleteComment) ProtoMessage

func (*ReqDeleteComment) ProtoMessage()

func (*ReqDeleteComment) Reset

func (m *ReqDeleteComment) Reset()

func (*ReqDeleteComment) Size

func (m *ReqDeleteComment) Size() (n int)

func (*ReqDeleteComment) String

func (m *ReqDeleteComment) String() string

func (*ReqDeleteComment) Unmarshal

func (m *ReqDeleteComment) Unmarshal(dAtA []byte) error

func (*ReqDeleteComment) XXX_DiscardUnknown

func (m *ReqDeleteComment) XXX_DiscardUnknown()

func (*ReqDeleteComment) XXX_Marshal

func (m *ReqDeleteComment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqDeleteComment) XXX_Merge

func (m *ReqDeleteComment) XXX_Merge(src proto.Message)

func (*ReqDeleteComment) XXX_Size

func (m *ReqDeleteComment) XXX_Size() int

func (*ReqDeleteComment) XXX_Unmarshal

func (m *ReqDeleteComment) XXX_Unmarshal(b []byte) error

type ReqDeleteMail

type ReqDeleteMail struct {
	MailId               uint32   `protobuf:"varint,1,opt,name=mail_id,json=mailId,proto3" json:"mail_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqDeleteMail) Descriptor

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

func (*ReqDeleteMail) GetMailId

func (m *ReqDeleteMail) GetMailId() uint32

func (*ReqDeleteMail) Marshal

func (m *ReqDeleteMail) Marshal() (dAtA []byte, err error)

func (*ReqDeleteMail) MarshalTo

func (m *ReqDeleteMail) MarshalTo(dAtA []byte) (int, error)

func (*ReqDeleteMail) MarshalToSizedBuffer

func (m *ReqDeleteMail) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqDeleteMail) ProtoMessage

func (*ReqDeleteMail) ProtoMessage()

func (*ReqDeleteMail) Reset

func (m *ReqDeleteMail) Reset()

func (*ReqDeleteMail) Size

func (m *ReqDeleteMail) Size() (n int)

func (*ReqDeleteMail) String

func (m *ReqDeleteMail) String() string

func (*ReqDeleteMail) Unmarshal

func (m *ReqDeleteMail) Unmarshal(dAtA []byte) error

func (*ReqDeleteMail) XXX_DiscardUnknown

func (m *ReqDeleteMail) XXX_DiscardUnknown()

func (*ReqDeleteMail) XXX_Marshal

func (m *ReqDeleteMail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqDeleteMail) XXX_Merge

func (m *ReqDeleteMail) XXX_Merge(src proto.Message)

func (*ReqDeleteMail) XXX_Size

func (m *ReqDeleteMail) XXX_Size() int

func (*ReqDeleteMail) XXX_Unmarshal

func (m *ReqDeleteMail) XXX_Unmarshal(b []byte) error

type ReqDoActivitySignIn

type ReqDoActivitySignIn struct {
	ActivityId           uint32   `protobuf:"varint,2,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqDoActivitySignIn) Descriptor

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

func (*ReqDoActivitySignIn) GetActivityId

func (m *ReqDoActivitySignIn) GetActivityId() uint32

func (*ReqDoActivitySignIn) Marshal

func (m *ReqDoActivitySignIn) Marshal() (dAtA []byte, err error)

func (*ReqDoActivitySignIn) MarshalTo

func (m *ReqDoActivitySignIn) MarshalTo(dAtA []byte) (int, error)

func (*ReqDoActivitySignIn) MarshalToSizedBuffer

func (m *ReqDoActivitySignIn) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqDoActivitySignIn) ProtoMessage

func (*ReqDoActivitySignIn) ProtoMessage()

func (*ReqDoActivitySignIn) Reset

func (m *ReqDoActivitySignIn) Reset()

func (*ReqDoActivitySignIn) Size

func (m *ReqDoActivitySignIn) Size() (n int)

func (*ReqDoActivitySignIn) String

func (m *ReqDoActivitySignIn) String() string

func (*ReqDoActivitySignIn) Unmarshal

func (m *ReqDoActivitySignIn) Unmarshal(dAtA []byte) error

func (*ReqDoActivitySignIn) XXX_DiscardUnknown

func (m *ReqDoActivitySignIn) XXX_DiscardUnknown()

func (*ReqDoActivitySignIn) XXX_Marshal

func (m *ReqDoActivitySignIn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqDoActivitySignIn) XXX_Merge

func (m *ReqDoActivitySignIn) XXX_Merge(src proto.Message)

func (*ReqDoActivitySignIn) XXX_Size

func (m *ReqDoActivitySignIn) XXX_Size() int

func (*ReqDoActivitySignIn) XXX_Unmarshal

func (m *ReqDoActivitySignIn) XXX_Unmarshal(b []byte) error

type ReqEmailLogin

type ReqEmailLogin struct {
	Email                string            `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Password             string            `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	Reconnect            bool              `protobuf:"varint,3,opt,name=reconnect,proto3" json:"reconnect,omitempty"`
	Device               *ClientDeviceInfo `protobuf:"bytes,4,opt,name=device,proto3" json:"device,omitempty"`
	RandomKey            string            `protobuf:"bytes,5,opt,name=random_key,json=randomKey,proto3" json:"random_key,omitempty"`
	ClientVersion        string            `protobuf:"bytes,6,opt,name=client_version,json=clientVersion,proto3" json:"client_version,omitempty"`
	GenAccessToken       bool              `protobuf:"varint,7,opt,name=gen_access_token,json=genAccessToken,proto3" json:"gen_access_token,omitempty"`
	CurrencyPlatforms    []uint32          `protobuf:"varint,8,rep,packed,name=currency_platforms,json=currencyPlatforms,proto3" json:"currency_platforms,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ReqEmailLogin) Descriptor

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

func (*ReqEmailLogin) GetClientVersion

func (m *ReqEmailLogin) GetClientVersion() string

func (*ReqEmailLogin) GetCurrencyPlatforms

func (m *ReqEmailLogin) GetCurrencyPlatforms() []uint32

func (*ReqEmailLogin) GetDevice

func (m *ReqEmailLogin) GetDevice() *ClientDeviceInfo

func (*ReqEmailLogin) GetEmail

func (m *ReqEmailLogin) GetEmail() string

func (*ReqEmailLogin) GetGenAccessToken

func (m *ReqEmailLogin) GetGenAccessToken() bool

func (*ReqEmailLogin) GetPassword

func (m *ReqEmailLogin) GetPassword() string

func (*ReqEmailLogin) GetRandomKey

func (m *ReqEmailLogin) GetRandomKey() string

func (*ReqEmailLogin) GetReconnect

func (m *ReqEmailLogin) GetReconnect() bool

func (*ReqEmailLogin) Marshal

func (m *ReqEmailLogin) Marshal() (dAtA []byte, err error)

func (*ReqEmailLogin) MarshalTo

func (m *ReqEmailLogin) MarshalTo(dAtA []byte) (int, error)

func (*ReqEmailLogin) MarshalToSizedBuffer

func (m *ReqEmailLogin) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqEmailLogin) ProtoMessage

func (*ReqEmailLogin) ProtoMessage()

func (*ReqEmailLogin) Reset

func (m *ReqEmailLogin) Reset()

func (*ReqEmailLogin) Size

func (m *ReqEmailLogin) Size() (n int)

func (*ReqEmailLogin) String

func (m *ReqEmailLogin) String() string

func (*ReqEmailLogin) Unmarshal

func (m *ReqEmailLogin) Unmarshal(dAtA []byte) error

func (*ReqEmailLogin) XXX_DiscardUnknown

func (m *ReqEmailLogin) XXX_DiscardUnknown()

func (*ReqEmailLogin) XXX_Marshal

func (m *ReqEmailLogin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqEmailLogin) XXX_Merge

func (m *ReqEmailLogin) XXX_Merge(src proto.Message)

func (*ReqEmailLogin) XXX_Size

func (m *ReqEmailLogin) XXX_Size() int

func (*ReqEmailLogin) XXX_Unmarshal

func (m *ReqEmailLogin) XXX_Unmarshal(b []byte) error

type ReqEnterCustomizedContest

type ReqEnterCustomizedContest struct {
	UniqueId             uint32   `protobuf:"varint,1,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqEnterCustomizedContest) Descriptor

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

func (*ReqEnterCustomizedContest) GetUniqueId

func (m *ReqEnterCustomizedContest) GetUniqueId() uint32

func (*ReqEnterCustomizedContest) Marshal

func (m *ReqEnterCustomizedContest) Marshal() (dAtA []byte, err error)

func (*ReqEnterCustomizedContest) MarshalTo

func (m *ReqEnterCustomizedContest) MarshalTo(dAtA []byte) (int, error)

func (*ReqEnterCustomizedContest) MarshalToSizedBuffer

func (m *ReqEnterCustomizedContest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqEnterCustomizedContest) ProtoMessage

func (*ReqEnterCustomizedContest) ProtoMessage()

func (*ReqEnterCustomizedContest) Reset

func (m *ReqEnterCustomizedContest) Reset()

func (*ReqEnterCustomizedContest) Size

func (m *ReqEnterCustomizedContest) Size() (n int)

func (*ReqEnterCustomizedContest) String

func (m *ReqEnterCustomizedContest) String() string

func (*ReqEnterCustomizedContest) Unmarshal

func (m *ReqEnterCustomizedContest) Unmarshal(dAtA []byte) error

func (*ReqEnterCustomizedContest) XXX_DiscardUnknown

func (m *ReqEnterCustomizedContest) XXX_DiscardUnknown()

func (*ReqEnterCustomizedContest) XXX_Marshal

func (m *ReqEnterCustomizedContest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqEnterCustomizedContest) XXX_Merge

func (m *ReqEnterCustomizedContest) XXX_Merge(src proto.Message)

func (*ReqEnterCustomizedContest) XXX_Size

func (m *ReqEnterCustomizedContest) XXX_Size() int

func (*ReqEnterCustomizedContest) XXX_Unmarshal

func (m *ReqEnterCustomizedContest) XXX_Unmarshal(b []byte) error

type ReqExchangeActivityItem

type ReqExchangeActivityItem struct {
	ExchangeId           uint32   `protobuf:"varint,1,opt,name=exchange_id,json=exchangeId,proto3" json:"exchange_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqExchangeActivityItem) Descriptor

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

func (*ReqExchangeActivityItem) GetExchangeId

func (m *ReqExchangeActivityItem) GetExchangeId() uint32

func (*ReqExchangeActivityItem) Marshal

func (m *ReqExchangeActivityItem) Marshal() (dAtA []byte, err error)

func (*ReqExchangeActivityItem) MarshalTo

func (m *ReqExchangeActivityItem) MarshalTo(dAtA []byte) (int, error)

func (*ReqExchangeActivityItem) MarshalToSizedBuffer

func (m *ReqExchangeActivityItem) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqExchangeActivityItem) ProtoMessage

func (*ReqExchangeActivityItem) ProtoMessage()

func (*ReqExchangeActivityItem) Reset

func (m *ReqExchangeActivityItem) Reset()

func (*ReqExchangeActivityItem) Size

func (m *ReqExchangeActivityItem) Size() (n int)

func (*ReqExchangeActivityItem) String

func (m *ReqExchangeActivityItem) String() string

func (*ReqExchangeActivityItem) Unmarshal

func (m *ReqExchangeActivityItem) Unmarshal(dAtA []byte) error

func (*ReqExchangeActivityItem) XXX_DiscardUnknown

func (m *ReqExchangeActivityItem) XXX_DiscardUnknown()

func (*ReqExchangeActivityItem) XXX_Marshal

func (m *ReqExchangeActivityItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqExchangeActivityItem) XXX_Merge

func (m *ReqExchangeActivityItem) XXX_Merge(src proto.Message)

func (*ReqExchangeActivityItem) XXX_Size

func (m *ReqExchangeActivityItem) XXX_Size() int

func (*ReqExchangeActivityItem) XXX_Unmarshal

func (m *ReqExchangeActivityItem) XXX_Unmarshal(b []byte) error

type ReqExchangeCurrency

type ReqExchangeCurrency struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqExchangeCurrency) Descriptor

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

func (*ReqExchangeCurrency) GetCount

func (m *ReqExchangeCurrency) GetCount() uint32

func (*ReqExchangeCurrency) GetId

func (m *ReqExchangeCurrency) GetId() uint32

func (*ReqExchangeCurrency) Marshal

func (m *ReqExchangeCurrency) Marshal() (dAtA []byte, err error)

func (*ReqExchangeCurrency) MarshalTo

func (m *ReqExchangeCurrency) MarshalTo(dAtA []byte) (int, error)

func (*ReqExchangeCurrency) MarshalToSizedBuffer

func (m *ReqExchangeCurrency) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqExchangeCurrency) ProtoMessage

func (*ReqExchangeCurrency) ProtoMessage()

func (*ReqExchangeCurrency) Reset

func (m *ReqExchangeCurrency) Reset()

func (*ReqExchangeCurrency) Size

func (m *ReqExchangeCurrency) Size() (n int)

func (*ReqExchangeCurrency) String

func (m *ReqExchangeCurrency) String() string

func (*ReqExchangeCurrency) Unmarshal

func (m *ReqExchangeCurrency) Unmarshal(dAtA []byte) error

func (*ReqExchangeCurrency) XXX_DiscardUnknown

func (m *ReqExchangeCurrency) XXX_DiscardUnknown()

func (*ReqExchangeCurrency) XXX_Marshal

func (m *ReqExchangeCurrency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqExchangeCurrency) XXX_Merge

func (m *ReqExchangeCurrency) XXX_Merge(src proto.Message)

func (*ReqExchangeCurrency) XXX_Size

func (m *ReqExchangeCurrency) XXX_Size() int

func (*ReqExchangeCurrency) XXX_Unmarshal

func (m *ReqExchangeCurrency) XXX_Unmarshal(b []byte) error

type ReqFetchActivityFlipInfo

type ReqFetchActivityFlipInfo struct {
	ActivityId           uint32   `protobuf:"varint,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqFetchActivityFlipInfo) Descriptor

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

func (*ReqFetchActivityFlipInfo) GetActivityId

func (m *ReqFetchActivityFlipInfo) GetActivityId() uint32

func (*ReqFetchActivityFlipInfo) Marshal

func (m *ReqFetchActivityFlipInfo) Marshal() (dAtA []byte, err error)

func (*ReqFetchActivityFlipInfo) MarshalTo

func (m *ReqFetchActivityFlipInfo) MarshalTo(dAtA []byte) (int, error)

func (*ReqFetchActivityFlipInfo) MarshalToSizedBuffer

func (m *ReqFetchActivityFlipInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqFetchActivityFlipInfo) ProtoMessage

func (*ReqFetchActivityFlipInfo) ProtoMessage()

func (*ReqFetchActivityFlipInfo) Reset

func (m *ReqFetchActivityFlipInfo) Reset()

func (*ReqFetchActivityFlipInfo) Size

func (m *ReqFetchActivityFlipInfo) Size() (n int)

func (*ReqFetchActivityFlipInfo) String

func (m *ReqFetchActivityFlipInfo) String() string

func (*ReqFetchActivityFlipInfo) Unmarshal

func (m *ReqFetchActivityFlipInfo) Unmarshal(dAtA []byte) error

func (*ReqFetchActivityFlipInfo) XXX_DiscardUnknown

func (m *ReqFetchActivityFlipInfo) XXX_DiscardUnknown()

func (*ReqFetchActivityFlipInfo) XXX_Marshal

func (m *ReqFetchActivityFlipInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqFetchActivityFlipInfo) XXX_Merge

func (m *ReqFetchActivityFlipInfo) XXX_Merge(src proto.Message)

func (*ReqFetchActivityFlipInfo) XXX_Size

func (m *ReqFetchActivityFlipInfo) XXX_Size() int

func (*ReqFetchActivityFlipInfo) XXX_Unmarshal

func (m *ReqFetchActivityFlipInfo) XXX_Unmarshal(b []byte) error

type ReqFetchCommentContent

type ReqFetchCommentContent struct {
	TargetId             uint32   `protobuf:"varint,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	CommentIdList        []uint32 `protobuf:"varint,2,rep,packed,name=comment_id_list,json=commentIdList,proto3" json:"comment_id_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqFetchCommentContent) Descriptor

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

func (*ReqFetchCommentContent) GetCommentIdList

func (m *ReqFetchCommentContent) GetCommentIdList() []uint32

func (*ReqFetchCommentContent) GetTargetId

func (m *ReqFetchCommentContent) GetTargetId() uint32

func (*ReqFetchCommentContent) Marshal

func (m *ReqFetchCommentContent) Marshal() (dAtA []byte, err error)

func (*ReqFetchCommentContent) MarshalTo

func (m *ReqFetchCommentContent) MarshalTo(dAtA []byte) (int, error)

func (*ReqFetchCommentContent) MarshalToSizedBuffer

func (m *ReqFetchCommentContent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqFetchCommentContent) ProtoMessage

func (*ReqFetchCommentContent) ProtoMessage()

func (*ReqFetchCommentContent) Reset

func (m *ReqFetchCommentContent) Reset()

func (*ReqFetchCommentContent) Size

func (m *ReqFetchCommentContent) Size() (n int)

func (*ReqFetchCommentContent) String

func (m *ReqFetchCommentContent) String() string

func (*ReqFetchCommentContent) Unmarshal

func (m *ReqFetchCommentContent) Unmarshal(dAtA []byte) error

func (*ReqFetchCommentContent) XXX_DiscardUnknown

func (m *ReqFetchCommentContent) XXX_DiscardUnknown()

func (*ReqFetchCommentContent) XXX_Marshal

func (m *ReqFetchCommentContent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqFetchCommentContent) XXX_Merge

func (m *ReqFetchCommentContent) XXX_Merge(src proto.Message)

func (*ReqFetchCommentContent) XXX_Size

func (m *ReqFetchCommentContent) XXX_Size() int

func (*ReqFetchCommentContent) XXX_Unmarshal

func (m *ReqFetchCommentContent) XXX_Unmarshal(b []byte) error

type ReqFetchCommentList

type ReqFetchCommentList struct {
	TargetId             uint32   `protobuf:"varint,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqFetchCommentList) Descriptor

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

func (*ReqFetchCommentList) GetTargetId

func (m *ReqFetchCommentList) GetTargetId() uint32

func (*ReqFetchCommentList) Marshal

func (m *ReqFetchCommentList) Marshal() (dAtA []byte, err error)

func (*ReqFetchCommentList) MarshalTo

func (m *ReqFetchCommentList) MarshalTo(dAtA []byte) (int, error)

func (*ReqFetchCommentList) MarshalToSizedBuffer

func (m *ReqFetchCommentList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqFetchCommentList) ProtoMessage

func (*ReqFetchCommentList) ProtoMessage()

func (*ReqFetchCommentList) Reset

func (m *ReqFetchCommentList) Reset()

func (*ReqFetchCommentList) Size

func (m *ReqFetchCommentList) Size() (n int)

func (*ReqFetchCommentList) String

func (m *ReqFetchCommentList) String() string

func (*ReqFetchCommentList) Unmarshal

func (m *ReqFetchCommentList) Unmarshal(dAtA []byte) error

func (*ReqFetchCommentList) XXX_DiscardUnknown

func (m *ReqFetchCommentList) XXX_DiscardUnknown()

func (*ReqFetchCommentList) XXX_Marshal

func (m *ReqFetchCommentList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqFetchCommentList) XXX_Merge

func (m *ReqFetchCommentList) XXX_Merge(src proto.Message)

func (*ReqFetchCommentList) XXX_Size

func (m *ReqFetchCommentList) XXX_Size() int

func (*ReqFetchCommentList) XXX_Unmarshal

func (m *ReqFetchCommentList) XXX_Unmarshal(b []byte) error

type ReqFetchCustomizedContestByContestId

type ReqFetchCustomizedContestByContestId struct {
	ContestId            uint32   `protobuf:"varint,1,opt,name=contest_id,json=contestId,proto3" json:"contest_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqFetchCustomizedContestByContestId) Descriptor

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

func (*ReqFetchCustomizedContestByContestId) GetContestId

func (m *ReqFetchCustomizedContestByContestId) GetContestId() uint32

func (*ReqFetchCustomizedContestByContestId) Marshal

func (m *ReqFetchCustomizedContestByContestId) Marshal() (dAtA []byte, err error)

func (*ReqFetchCustomizedContestByContestId) MarshalTo

func (m *ReqFetchCustomizedContestByContestId) MarshalTo(dAtA []byte) (int, error)

func (*ReqFetchCustomizedContestByContestId) MarshalToSizedBuffer

func (m *ReqFetchCustomizedContestByContestId) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqFetchCustomizedContestByContestId) ProtoMessage

func (*ReqFetchCustomizedContestByContestId) ProtoMessage()

func (*ReqFetchCustomizedContestByContestId) Reset

func (*ReqFetchCustomizedContestByContestId) Size

func (*ReqFetchCustomizedContestByContestId) String

func (*ReqFetchCustomizedContestByContestId) Unmarshal

func (m *ReqFetchCustomizedContestByContestId) Unmarshal(dAtA []byte) error

func (*ReqFetchCustomizedContestByContestId) XXX_DiscardUnknown

func (m *ReqFetchCustomizedContestByContestId) XXX_DiscardUnknown()

func (*ReqFetchCustomizedContestByContestId) XXX_Marshal

func (m *ReqFetchCustomizedContestByContestId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqFetchCustomizedContestByContestId) XXX_Merge

func (*ReqFetchCustomizedContestByContestId) XXX_Size

func (*ReqFetchCustomizedContestByContestId) XXX_Unmarshal

func (m *ReqFetchCustomizedContestByContestId) XXX_Unmarshal(b []byte) error

type ReqFetchCustomizedContestExtendInfo

type ReqFetchCustomizedContestExtendInfo struct {
	UidList              []uint32 `protobuf:"varint,1,rep,packed,name=uid_list,json=uidList,proto3" json:"uid_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqFetchCustomizedContestExtendInfo) Descriptor

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

func (*ReqFetchCustomizedContestExtendInfo) GetUidList

func (m *ReqFetchCustomizedContestExtendInfo) GetUidList() []uint32

func (*ReqFetchCustomizedContestExtendInfo) Marshal

func (m *ReqFetchCustomizedContestExtendInfo) Marshal() (dAtA []byte, err error)

func (*ReqFetchCustomizedContestExtendInfo) MarshalTo

func (m *ReqFetchCustomizedContestExtendInfo) MarshalTo(dAtA []byte) (int, error)

func (*ReqFetchCustomizedContestExtendInfo) MarshalToSizedBuffer

func (m *ReqFetchCustomizedContestExtendInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqFetchCustomizedContestExtendInfo) ProtoMessage

func (*ReqFetchCustomizedContestExtendInfo) ProtoMessage()

func (*ReqFetchCustomizedContestExtendInfo) Reset

func (*ReqFetchCustomizedContestExtendInfo) Size

func (*ReqFetchCustomizedContestExtendInfo) String

func (*ReqFetchCustomizedContestExtendInfo) Unmarshal

func (m *ReqFetchCustomizedContestExtendInfo) Unmarshal(dAtA []byte) error

func (*ReqFetchCustomizedContestExtendInfo) XXX_DiscardUnknown

func (m *ReqFetchCustomizedContestExtendInfo) XXX_DiscardUnknown()

func (*ReqFetchCustomizedContestExtendInfo) XXX_Marshal

func (m *ReqFetchCustomizedContestExtendInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqFetchCustomizedContestExtendInfo) XXX_Merge

func (*ReqFetchCustomizedContestExtendInfo) XXX_Size

func (*ReqFetchCustomizedContestExtendInfo) XXX_Unmarshal

func (m *ReqFetchCustomizedContestExtendInfo) XXX_Unmarshal(b []byte) error

type ReqFetchCustomizedContestGameLiveList

type ReqFetchCustomizedContestGameLiveList struct {
	UniqueId             uint32   `protobuf:"varint,1,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqFetchCustomizedContestGameLiveList) Descriptor

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

func (*ReqFetchCustomizedContestGameLiveList) GetUniqueId

func (*ReqFetchCustomizedContestGameLiveList) Marshal

func (m *ReqFetchCustomizedContestGameLiveList) Marshal() (dAtA []byte, err error)

func (*ReqFetchCustomizedContestGameLiveList) MarshalTo

func (m *ReqFetchCustomizedContestGameLiveList) MarshalTo(dAtA []byte) (int, error)

func (*ReqFetchCustomizedContestGameLiveList) MarshalToSizedBuffer

func (m *ReqFetchCustomizedContestGameLiveList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqFetchCustomizedContestGameLiveList) ProtoMessage

func (*ReqFetchCustomizedContestGameLiveList) ProtoMessage()

func (*ReqFetchCustomizedContestGameLiveList) Reset

func (*ReqFetchCustomizedContestGameLiveList) Size

func (*ReqFetchCustomizedContestGameLiveList) String

func (*ReqFetchCustomizedContestGameLiveList) Unmarshal

func (m *ReqFetchCustomizedContestGameLiveList) Unmarshal(dAtA []byte) error

func (*ReqFetchCustomizedContestGameLiveList) XXX_DiscardUnknown

func (m *ReqFetchCustomizedContestGameLiveList) XXX_DiscardUnknown()

func (*ReqFetchCustomizedContestGameLiveList) XXX_Marshal

func (m *ReqFetchCustomizedContestGameLiveList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqFetchCustomizedContestGameLiveList) XXX_Merge

func (*ReqFetchCustomizedContestGameLiveList) XXX_Size

func (*ReqFetchCustomizedContestGameLiveList) XXX_Unmarshal

func (m *ReqFetchCustomizedContestGameLiveList) XXX_Unmarshal(b []byte) error

type ReqFetchCustomizedContestGameRecords

type ReqFetchCustomizedContestGameRecords struct {
	UniqueId             uint32   `protobuf:"varint,1,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	LastIndex            uint32   `protobuf:"varint,2,opt,name=last_index,json=lastIndex,proto3" json:"last_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqFetchCustomizedContestGameRecords) Descriptor

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

func (*ReqFetchCustomizedContestGameRecords) GetLastIndex

func (m *ReqFetchCustomizedContestGameRecords) GetLastIndex() uint32

func (*ReqFetchCustomizedContestGameRecords) GetUniqueId

func (*ReqFetchCustomizedContestGameRecords) Marshal

func (m *ReqFetchCustomizedContestGameRecords) Marshal() (dAtA []byte, err error)

func (*ReqFetchCustomizedContestGameRecords) MarshalTo

func (m *ReqFetchCustomizedContestGameRecords) MarshalTo(dAtA []byte) (int, error)

func (*ReqFetchCustomizedContestGameRecords) MarshalToSizedBuffer

func (m *ReqFetchCustomizedContestGameRecords) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqFetchCustomizedContestGameRecords) ProtoMessage

func (*ReqFetchCustomizedContestGameRecords) ProtoMessage()

func (*ReqFetchCustomizedContestGameRecords) Reset

func (*ReqFetchCustomizedContestGameRecords) Size

func (*ReqFetchCustomizedContestGameRecords) String

func (*ReqFetchCustomizedContestGameRecords) Unmarshal

func (m *ReqFetchCustomizedContestGameRecords) Unmarshal(dAtA []byte) error

func (*ReqFetchCustomizedContestGameRecords) XXX_DiscardUnknown

func (m *ReqFetchCustomizedContestGameRecords) XXX_DiscardUnknown()

func (*ReqFetchCustomizedContestGameRecords) XXX_Marshal

func (m *ReqFetchCustomizedContestGameRecords) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqFetchCustomizedContestGameRecords) XXX_Merge

func (*ReqFetchCustomizedContestGameRecords) XXX_Size

func (*ReqFetchCustomizedContestGameRecords) XXX_Unmarshal

func (m *ReqFetchCustomizedContestGameRecords) XXX_Unmarshal(b []byte) error

type ReqFetchCustomizedContestList

type ReqFetchCustomizedContestList struct {
	Start                uint32   `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqFetchCustomizedContestList) Descriptor

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

func (*ReqFetchCustomizedContestList) GetCount

func (m *ReqFetchCustomizedContestList) GetCount() uint32

func (*ReqFetchCustomizedContestList) GetStart

func (m *ReqFetchCustomizedContestList) GetStart() uint32

func (*ReqFetchCustomizedContestList) Marshal

func (m *ReqFetchCustomizedContestList) Marshal() (dAtA []byte, err error)

func (*ReqFetchCustomizedContestList) MarshalTo

func (m *ReqFetchCustomizedContestList) MarshalTo(dAtA []byte) (int, error)

func (*ReqFetchCustomizedContestList) MarshalToSizedBuffer

func (m *ReqFetchCustomizedContestList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqFetchCustomizedContestList) ProtoMessage

func (*ReqFetchCustomizedContestList) ProtoMessage()

func (*ReqFetchCustomizedContestList) Reset

func (m *ReqFetchCustomizedContestList) Reset()

func (*ReqFetchCustomizedContestList) Size

func (m *ReqFetchCustomizedContestList) Size() (n int)

func (*ReqFetchCustomizedContestList) String

func (*ReqFetchCustomizedContestList) Unmarshal

func (m *ReqFetchCustomizedContestList) Unmarshal(dAtA []byte) error

func (*ReqFetchCustomizedContestList) XXX_DiscardUnknown

func (m *ReqFetchCustomizedContestList) XXX_DiscardUnknown()

func (*ReqFetchCustomizedContestList) XXX_Marshal

func (m *ReqFetchCustomizedContestList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqFetchCustomizedContestList) XXX_Merge

func (m *ReqFetchCustomizedContestList) XXX_Merge(src proto.Message)

func (*ReqFetchCustomizedContestList) XXX_Size

func (m *ReqFetchCustomizedContestList) XXX_Size() int

func (*ReqFetchCustomizedContestList) XXX_Unmarshal

func (m *ReqFetchCustomizedContestList) XXX_Unmarshal(b []byte) error

type ReqFetchCustomizedContestOnlineInfo

type ReqFetchCustomizedContestOnlineInfo struct {
	UniqueId             uint32   `protobuf:"varint,1,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqFetchCustomizedContestOnlineInfo) Descriptor

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

func (*ReqFetchCustomizedContestOnlineInfo) GetUniqueId

func (*ReqFetchCustomizedContestOnlineInfo) Marshal

func (m *ReqFetchCustomizedContestOnlineInfo) Marshal() (dAtA []byte, err error)

func (*ReqFetchCustomizedContestOnlineInfo) MarshalTo

func (m *ReqFetchCustomizedContestOnlineInfo) MarshalTo(dAtA []byte) (int, error)

func (*ReqFetchCustomizedContestOnlineInfo) MarshalToSizedBuffer

func (m *ReqFetchCustomizedContestOnlineInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqFetchCustomizedContestOnlineInfo) ProtoMessage

func (*ReqFetchCustomizedContestOnlineInfo) ProtoMessage()

func (*ReqFetchCustomizedContestOnlineInfo) Reset

func (*ReqFetchCustomizedContestOnlineInfo) Size

func (*ReqFetchCustomizedContestOnlineInfo) String

func (*ReqFetchCustomizedContestOnlineInfo) Unmarshal

func (m *ReqFetchCustomizedContestOnlineInfo) Unmarshal(dAtA []byte) error

func (*ReqFetchCustomizedContestOnlineInfo) XXX_DiscardUnknown

func (m *ReqFetchCustomizedContestOnlineInfo) XXX_DiscardUnknown()

func (*ReqFetchCustomizedContestOnlineInfo) XXX_Marshal

func (m *ReqFetchCustomizedContestOnlineInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqFetchCustomizedContestOnlineInfo) XXX_Merge

func (*ReqFetchCustomizedContestOnlineInfo) XXX_Size

func (*ReqFetchCustomizedContestOnlineInfo) XXX_Unmarshal

func (m *ReqFetchCustomizedContestOnlineInfo) XXX_Unmarshal(b []byte) error

type ReqFetchRankPointLeaderboard

type ReqFetchRankPointLeaderboard struct {
	LeaderboardId        uint32   `protobuf:"varint,1,opt,name=leaderboard_id,json=leaderboardId,proto3" json:"leaderboard_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqFetchRankPointLeaderboard) Descriptor

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

func (*ReqFetchRankPointLeaderboard) GetLeaderboardId

func (m *ReqFetchRankPointLeaderboard) GetLeaderboardId() uint32

func (*ReqFetchRankPointLeaderboard) Marshal

func (m *ReqFetchRankPointLeaderboard) Marshal() (dAtA []byte, err error)

func (*ReqFetchRankPointLeaderboard) MarshalTo

func (m *ReqFetchRankPointLeaderboard) MarshalTo(dAtA []byte) (int, error)

func (*ReqFetchRankPointLeaderboard) MarshalToSizedBuffer

func (m *ReqFetchRankPointLeaderboard) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqFetchRankPointLeaderboard) ProtoMessage

func (*ReqFetchRankPointLeaderboard) ProtoMessage()

func (*ReqFetchRankPointLeaderboard) Reset

func (m *ReqFetchRankPointLeaderboard) Reset()

func (*ReqFetchRankPointLeaderboard) Size

func (m *ReqFetchRankPointLeaderboard) Size() (n int)

func (*ReqFetchRankPointLeaderboard) String

func (*ReqFetchRankPointLeaderboard) Unmarshal

func (m *ReqFetchRankPointLeaderboard) Unmarshal(dAtA []byte) error

func (*ReqFetchRankPointLeaderboard) XXX_DiscardUnknown

func (m *ReqFetchRankPointLeaderboard) XXX_DiscardUnknown()

func (*ReqFetchRankPointLeaderboard) XXX_Marshal

func (m *ReqFetchRankPointLeaderboard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqFetchRankPointLeaderboard) XXX_Merge

func (m *ReqFetchRankPointLeaderboard) XXX_Merge(src proto.Message)

func (*ReqFetchRankPointLeaderboard) XXX_Size

func (m *ReqFetchRankPointLeaderboard) XXX_Size() int

func (*ReqFetchRankPointLeaderboard) XXX_Unmarshal

func (m *ReqFetchRankPointLeaderboard) XXX_Unmarshal(b []byte) error

type ReqGMCommand

type ReqGMCommand struct {
	Command              string   `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGMCommand) Descriptor

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

func (*ReqGMCommand) GetCommand

func (m *ReqGMCommand) GetCommand() string

func (*ReqGMCommand) Marshal

func (m *ReqGMCommand) Marshal() (dAtA []byte, err error)

func (*ReqGMCommand) MarshalTo

func (m *ReqGMCommand) MarshalTo(dAtA []byte) (int, error)

func (*ReqGMCommand) MarshalToSizedBuffer

func (m *ReqGMCommand) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqGMCommand) ProtoMessage

func (*ReqGMCommand) ProtoMessage()

func (*ReqGMCommand) Reset

func (m *ReqGMCommand) Reset()

func (*ReqGMCommand) Size

func (m *ReqGMCommand) Size() (n int)

func (*ReqGMCommand) String

func (m *ReqGMCommand) String() string

func (*ReqGMCommand) Unmarshal

func (m *ReqGMCommand) Unmarshal(dAtA []byte) error

func (*ReqGMCommand) XXX_DiscardUnknown

func (m *ReqGMCommand) XXX_DiscardUnknown()

func (*ReqGMCommand) XXX_Marshal

func (m *ReqGMCommand) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGMCommand) XXX_Merge

func (m *ReqGMCommand) XXX_Merge(src proto.Message)

func (*ReqGMCommand) XXX_Size

func (m *ReqGMCommand) XXX_Size() int

func (*ReqGMCommand) XXX_Unmarshal

func (m *ReqGMCommand) XXX_Unmarshal(b []byte) error

type ReqGMCommandInGaming

type ReqGMCommandInGaming struct {
	JsonData             string   `protobuf:"bytes,1,opt,name=json_data,json=jsonData,proto3" json:"json_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGMCommandInGaming) Descriptor

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

func (*ReqGMCommandInGaming) GetJsonData

func (m *ReqGMCommandInGaming) GetJsonData() string

func (*ReqGMCommandInGaming) Marshal

func (m *ReqGMCommandInGaming) Marshal() (dAtA []byte, err error)

func (*ReqGMCommandInGaming) MarshalTo

func (m *ReqGMCommandInGaming) MarshalTo(dAtA []byte) (int, error)

func (*ReqGMCommandInGaming) MarshalToSizedBuffer

func (m *ReqGMCommandInGaming) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqGMCommandInGaming) ProtoMessage

func (*ReqGMCommandInGaming) ProtoMessage()

func (*ReqGMCommandInGaming) Reset

func (m *ReqGMCommandInGaming) Reset()

func (*ReqGMCommandInGaming) Size

func (m *ReqGMCommandInGaming) Size() (n int)

func (*ReqGMCommandInGaming) String

func (m *ReqGMCommandInGaming) String() string

func (*ReqGMCommandInGaming) Unmarshal

func (m *ReqGMCommandInGaming) Unmarshal(dAtA []byte) error

func (*ReqGMCommandInGaming) XXX_DiscardUnknown

func (m *ReqGMCommandInGaming) XXX_DiscardUnknown()

func (*ReqGMCommandInGaming) XXX_Marshal

func (m *ReqGMCommandInGaming) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGMCommandInGaming) XXX_Merge

func (m *ReqGMCommandInGaming) XXX_Merge(src proto.Message)

func (*ReqGMCommandInGaming) XXX_Size

func (m *ReqGMCommandInGaming) XXX_Size() int

func (*ReqGMCommandInGaming) XXX_Unmarshal

func (m *ReqGMCommandInGaming) XXX_Unmarshal(b []byte) error

type ReqGainAccumulatedPointActivityReward

type ReqGainAccumulatedPointActivityReward struct {
	ActivityId           uint32   `protobuf:"varint,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	RewardId             uint32   `protobuf:"varint,2,opt,name=reward_id,json=rewardId,proto3" json:"reward_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGainAccumulatedPointActivityReward) Descriptor

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

func (*ReqGainAccumulatedPointActivityReward) GetActivityId

func (m *ReqGainAccumulatedPointActivityReward) GetActivityId() uint32

func (*ReqGainAccumulatedPointActivityReward) GetRewardId

func (*ReqGainAccumulatedPointActivityReward) Marshal

func (m *ReqGainAccumulatedPointActivityReward) Marshal() (dAtA []byte, err error)

func (*ReqGainAccumulatedPointActivityReward) MarshalTo

func (m *ReqGainAccumulatedPointActivityReward) MarshalTo(dAtA []byte) (int, error)

func (*ReqGainAccumulatedPointActivityReward) MarshalToSizedBuffer

func (m *ReqGainAccumulatedPointActivityReward) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqGainAccumulatedPointActivityReward) ProtoMessage

func (*ReqGainAccumulatedPointActivityReward) ProtoMessage()

func (*ReqGainAccumulatedPointActivityReward) Reset

func (*ReqGainAccumulatedPointActivityReward) Size

func (*ReqGainAccumulatedPointActivityReward) String

func (*ReqGainAccumulatedPointActivityReward) Unmarshal

func (m *ReqGainAccumulatedPointActivityReward) Unmarshal(dAtA []byte) error

func (*ReqGainAccumulatedPointActivityReward) XXX_DiscardUnknown

func (m *ReqGainAccumulatedPointActivityReward) XXX_DiscardUnknown()

func (*ReqGainAccumulatedPointActivityReward) XXX_Marshal

func (m *ReqGainAccumulatedPointActivityReward) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGainAccumulatedPointActivityReward) XXX_Merge

func (*ReqGainAccumulatedPointActivityReward) XXX_Size

func (*ReqGainAccumulatedPointActivityReward) XXX_Unmarshal

func (m *ReqGainAccumulatedPointActivityReward) XXX_Unmarshal(b []byte) error

type ReqGainRankPointReward

type ReqGainRankPointReward struct {
	LeaderboardId        uint32   `protobuf:"varint,1,opt,name=leaderboard_id,json=leaderboardId,proto3" json:"leaderboard_id,omitempty"`
	ActivityId           uint32   `protobuf:"varint,2,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGainRankPointReward) Descriptor

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

func (*ReqGainRankPointReward) GetActivityId

func (m *ReqGainRankPointReward) GetActivityId() uint32

func (*ReqGainRankPointReward) GetLeaderboardId

func (m *ReqGainRankPointReward) GetLeaderboardId() uint32

func (*ReqGainRankPointReward) Marshal

func (m *ReqGainRankPointReward) Marshal() (dAtA []byte, err error)

func (*ReqGainRankPointReward) MarshalTo

func (m *ReqGainRankPointReward) MarshalTo(dAtA []byte) (int, error)

func (*ReqGainRankPointReward) MarshalToSizedBuffer

func (m *ReqGainRankPointReward) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqGainRankPointReward) ProtoMessage

func (*ReqGainRankPointReward) ProtoMessage()

func (*ReqGainRankPointReward) Reset

func (m *ReqGainRankPointReward) Reset()

func (*ReqGainRankPointReward) Size

func (m *ReqGainRankPointReward) Size() (n int)

func (*ReqGainRankPointReward) String

func (m *ReqGainRankPointReward) String() string

func (*ReqGainRankPointReward) Unmarshal

func (m *ReqGainRankPointReward) Unmarshal(dAtA []byte) error

func (*ReqGainRankPointReward) XXX_DiscardUnknown

func (m *ReqGainRankPointReward) XXX_DiscardUnknown()

func (*ReqGainRankPointReward) XXX_Marshal

func (m *ReqGainRankPointReward) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGainRankPointReward) XXX_Merge

func (m *ReqGainRankPointReward) XXX_Merge(src proto.Message)

func (*ReqGainRankPointReward) XXX_Size

func (m *ReqGainRankPointReward) XXX_Size() int

func (*ReqGainRankPointReward) XXX_Unmarshal

func (m *ReqGainRankPointReward) XXX_Unmarshal(b []byte) error

type ReqGainVipReward

type ReqGainVipReward struct {
	VipLevel             uint32   `protobuf:"varint,1,opt,name=vip_level,json=vipLevel,proto3" json:"vip_level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGainVipReward) Descriptor

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

func (*ReqGainVipReward) GetVipLevel

func (m *ReqGainVipReward) GetVipLevel() uint32

func (*ReqGainVipReward) Marshal

func (m *ReqGainVipReward) Marshal() (dAtA []byte, err error)

func (*ReqGainVipReward) MarshalTo

func (m *ReqGainVipReward) MarshalTo(dAtA []byte) (int, error)

func (*ReqGainVipReward) MarshalToSizedBuffer

func (m *ReqGainVipReward) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqGainVipReward) ProtoMessage

func (*ReqGainVipReward) ProtoMessage()

func (*ReqGainVipReward) Reset

func (m *ReqGainVipReward) Reset()

func (*ReqGainVipReward) Size

func (m *ReqGainVipReward) Size() (n int)

func (*ReqGainVipReward) String

func (m *ReqGainVipReward) String() string

func (*ReqGainVipReward) Unmarshal

func (m *ReqGainVipReward) Unmarshal(dAtA []byte) error

func (*ReqGainVipReward) XXX_DiscardUnknown

func (m *ReqGainVipReward) XXX_DiscardUnknown()

func (*ReqGainVipReward) XXX_Marshal

func (m *ReqGainVipReward) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGainVipReward) XXX_Merge

func (m *ReqGainVipReward) XXX_Merge(src proto.Message)

func (*ReqGainVipReward) XXX_Size

func (m *ReqGainVipReward) XXX_Size() int

func (*ReqGainVipReward) XXX_Unmarshal

func (m *ReqGainVipReward) XXX_Unmarshal(b []byte) error

type ReqGameLiveInfo

type ReqGameLiveInfo struct {
	GameUuid             string   `protobuf:"bytes,1,opt,name=game_uuid,json=gameUuid,proto3" json:"game_uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGameLiveInfo) Descriptor

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

func (*ReqGameLiveInfo) GetGameUuid

func (m *ReqGameLiveInfo) GetGameUuid() string

func (*ReqGameLiveInfo) Marshal

func (m *ReqGameLiveInfo) Marshal() (dAtA []byte, err error)

func (*ReqGameLiveInfo) MarshalTo

func (m *ReqGameLiveInfo) MarshalTo(dAtA []byte) (int, error)

func (*ReqGameLiveInfo) MarshalToSizedBuffer

func (m *ReqGameLiveInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqGameLiveInfo) ProtoMessage

func (*ReqGameLiveInfo) ProtoMessage()

func (*ReqGameLiveInfo) Reset

func (m *ReqGameLiveInfo) Reset()

func (*ReqGameLiveInfo) Size

func (m *ReqGameLiveInfo) Size() (n int)

func (*ReqGameLiveInfo) String

func (m *ReqGameLiveInfo) String() string

func (*ReqGameLiveInfo) Unmarshal

func (m *ReqGameLiveInfo) Unmarshal(dAtA []byte) error

func (*ReqGameLiveInfo) XXX_DiscardUnknown

func (m *ReqGameLiveInfo) XXX_DiscardUnknown()

func (*ReqGameLiveInfo) XXX_Marshal

func (m *ReqGameLiveInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGameLiveInfo) XXX_Merge

func (m *ReqGameLiveInfo) XXX_Merge(src proto.Message)

func (*ReqGameLiveInfo) XXX_Size

func (m *ReqGameLiveInfo) XXX_Size() int

func (*ReqGameLiveInfo) XXX_Unmarshal

func (m *ReqGameLiveInfo) XXX_Unmarshal(b []byte) error

type ReqGameLiveLeftSegment

type ReqGameLiveLeftSegment struct {
	GameUuid             string   `protobuf:"bytes,1,opt,name=game_uuid,json=gameUuid,proto3" json:"game_uuid,omitempty"`
	LastSegmentId        uint32   `protobuf:"varint,2,opt,name=last_segment_id,json=lastSegmentId,proto3" json:"last_segment_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGameLiveLeftSegment) Descriptor

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

func (*ReqGameLiveLeftSegment) GetGameUuid

func (m *ReqGameLiveLeftSegment) GetGameUuid() string

func (*ReqGameLiveLeftSegment) GetLastSegmentId

func (m *ReqGameLiveLeftSegment) GetLastSegmentId() uint32

func (*ReqGameLiveLeftSegment) Marshal

func (m *ReqGameLiveLeftSegment) Marshal() (dAtA []byte, err error)

func (*ReqGameLiveLeftSegment) MarshalTo

func (m *ReqGameLiveLeftSegment) MarshalTo(dAtA []byte) (int, error)

func (*ReqGameLiveLeftSegment) MarshalToSizedBuffer

func (m *ReqGameLiveLeftSegment) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqGameLiveLeftSegment) ProtoMessage

func (*ReqGameLiveLeftSegment) ProtoMessage()

func (*ReqGameLiveLeftSegment) Reset

func (m *ReqGameLiveLeftSegment) Reset()

func (*ReqGameLiveLeftSegment) Size

func (m *ReqGameLiveLeftSegment) Size() (n int)

func (*ReqGameLiveLeftSegment) String

func (m *ReqGameLiveLeftSegment) String() string

func (*ReqGameLiveLeftSegment) Unmarshal

func (m *ReqGameLiveLeftSegment) Unmarshal(dAtA []byte) error

func (*ReqGameLiveLeftSegment) XXX_DiscardUnknown

func (m *ReqGameLiveLeftSegment) XXX_DiscardUnknown()

func (*ReqGameLiveLeftSegment) XXX_Marshal

func (m *ReqGameLiveLeftSegment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGameLiveLeftSegment) XXX_Merge

func (m *ReqGameLiveLeftSegment) XXX_Merge(src proto.Message)

func (*ReqGameLiveLeftSegment) XXX_Size

func (m *ReqGameLiveLeftSegment) XXX_Size() int

func (*ReqGameLiveLeftSegment) XXX_Unmarshal

func (m *ReqGameLiveLeftSegment) XXX_Unmarshal(b []byte) error

type ReqGameLiveList

type ReqGameLiveList struct {
	FilterId             uint32   `protobuf:"varint,1,opt,name=filter_id,json=filterId,proto3" json:"filter_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGameLiveList) Descriptor

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

func (*ReqGameLiveList) GetFilterId

func (m *ReqGameLiveList) GetFilterId() uint32

func (*ReqGameLiveList) Marshal

func (m *ReqGameLiveList) Marshal() (dAtA []byte, err error)

func (*ReqGameLiveList) MarshalTo

func (m *ReqGameLiveList) MarshalTo(dAtA []byte) (int, error)

func (*ReqGameLiveList) MarshalToSizedBuffer

func (m *ReqGameLiveList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqGameLiveList) ProtoMessage

func (*ReqGameLiveList) ProtoMessage()

func (*ReqGameLiveList) Reset

func (m *ReqGameLiveList) Reset()

func (*ReqGameLiveList) Size

func (m *ReqGameLiveList) Size() (n int)

func (*ReqGameLiveList) String

func (m *ReqGameLiveList) String() string

func (*ReqGameLiveList) Unmarshal

func (m *ReqGameLiveList) Unmarshal(dAtA []byte) error

func (*ReqGameLiveList) XXX_DiscardUnknown

func (m *ReqGameLiveList) XXX_DiscardUnknown()

func (*ReqGameLiveList) XXX_Marshal

func (m *ReqGameLiveList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGameLiveList) XXX_Merge

func (m *ReqGameLiveList) XXX_Merge(src proto.Message)

func (*ReqGameLiveList) XXX_Size

func (m *ReqGameLiveList) XXX_Size() int

func (*ReqGameLiveList) XXX_Unmarshal

func (m *ReqGameLiveList) XXX_Unmarshal(b []byte) error

type ReqGameRecord

type ReqGameRecord struct {
	GameUuid             string   `protobuf:"bytes,1,opt,name=game_uuid,json=gameUuid,proto3" json:"game_uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGameRecord) Descriptor

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

func (*ReqGameRecord) GetGameUuid

func (m *ReqGameRecord) GetGameUuid() string

func (*ReqGameRecord) Marshal

func (m *ReqGameRecord) Marshal() (dAtA []byte, err error)

func (*ReqGameRecord) MarshalTo

func (m *ReqGameRecord) MarshalTo(dAtA []byte) (int, error)

func (*ReqGameRecord) MarshalToSizedBuffer

func (m *ReqGameRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqGameRecord) ProtoMessage

func (*ReqGameRecord) ProtoMessage()

func (*ReqGameRecord) Reset

func (m *ReqGameRecord) Reset()

func (*ReqGameRecord) Size

func (m *ReqGameRecord) Size() (n int)

func (*ReqGameRecord) String

func (m *ReqGameRecord) String() string

func (*ReqGameRecord) Unmarshal

func (m *ReqGameRecord) Unmarshal(dAtA []byte) error

func (*ReqGameRecord) XXX_DiscardUnknown

func (m *ReqGameRecord) XXX_DiscardUnknown()

func (*ReqGameRecord) XXX_Marshal

func (m *ReqGameRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGameRecord) XXX_Merge

func (m *ReqGameRecord) XXX_Merge(src proto.Message)

func (*ReqGameRecord) XXX_Size

func (m *ReqGameRecord) XXX_Size() int

func (*ReqGameRecord) XXX_Unmarshal

func (m *ReqGameRecord) XXX_Unmarshal(b []byte) error

type ReqGameRecordList

type ReqGameRecordList struct {
	Start                uint32   `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	Type                 uint32   `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGameRecordList) Descriptor

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

func (*ReqGameRecordList) GetCount

func (m *ReqGameRecordList) GetCount() uint32

func (*ReqGameRecordList) GetStart

func (m *ReqGameRecordList) GetStart() uint32

func (*ReqGameRecordList) GetType

func (m *ReqGameRecordList) GetType() uint32

func (*ReqGameRecordList) Marshal

func (m *ReqGameRecordList) Marshal() (dAtA []byte, err error)

func (*ReqGameRecordList) MarshalTo

func (m *ReqGameRecordList) MarshalTo(dAtA []byte) (int, error)

func (*ReqGameRecordList) MarshalToSizedBuffer

func (m *ReqGameRecordList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqGameRecordList) ProtoMessage

func (*ReqGameRecordList) ProtoMessage()

func (*ReqGameRecordList) Reset

func (m *ReqGameRecordList) Reset()

func (*ReqGameRecordList) Size

func (m *ReqGameRecordList) Size() (n int)

func (*ReqGameRecordList) String

func (m *ReqGameRecordList) String() string

func (*ReqGameRecordList) Unmarshal

func (m *ReqGameRecordList) Unmarshal(dAtA []byte) error

func (*ReqGameRecordList) XXX_DiscardUnknown

func (m *ReqGameRecordList) XXX_DiscardUnknown()

func (*ReqGameRecordList) XXX_Marshal

func (m *ReqGameRecordList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGameRecordList) XXX_Merge

func (m *ReqGameRecordList) XXX_Merge(src proto.Message)

func (*ReqGameRecordList) XXX_Size

func (m *ReqGameRecordList) XXX_Size() int

func (*ReqGameRecordList) XXX_Unmarshal

func (m *ReqGameRecordList) XXX_Unmarshal(b []byte) error

type ReqGameRecordsDetail

type ReqGameRecordsDetail struct {
	UuidList             []string `protobuf:"bytes,1,rep,name=uuid_list,json=uuidList,proto3" json:"uuid_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqGameRecordsDetail) Descriptor

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

func (*ReqGameRecordsDetail) GetUuidList

func (m *ReqGameRecordsDetail) GetUuidList() []string

func (*ReqGameRecordsDetail) Marshal

func (m *ReqGameRecordsDetail) Marshal() (dAtA []byte, err error)

func (*ReqGameRecordsDetail) MarshalTo

func (m *ReqGameRecordsDetail) MarshalTo(dAtA []byte) (int, error)

func (*ReqGameRecordsDetail) MarshalToSizedBuffer

func (m *ReqGameRecordsDetail) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqGameRecordsDetail) ProtoMessage

func (*ReqGameRecordsDetail) ProtoMessage()

func (*ReqGameRecordsDetail) Reset

func (m *ReqGameRecordsDetail) Reset()

func (*ReqGameRecordsDetail) Size

func (m *ReqGameRecordsDetail) Size() (n int)

func (*ReqGameRecordsDetail) String

func (m *ReqGameRecordsDetail) String() string

func (*ReqGameRecordsDetail) Unmarshal

func (m *ReqGameRecordsDetail) Unmarshal(dAtA []byte) error

func (*ReqGameRecordsDetail) XXX_DiscardUnknown

func (m *ReqGameRecordsDetail) XXX_DiscardUnknown()

func (*ReqGameRecordsDetail) XXX_Marshal

func (m *ReqGameRecordsDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqGameRecordsDetail) XXX_Merge

func (m *ReqGameRecordsDetail) XXX_Merge(src proto.Message)

func (*ReqGameRecordsDetail) XXX_Size

func (m *ReqGameRecordsDetail) XXX_Size() int

func (*ReqGameRecordsDetail) XXX_Unmarshal

func (m *ReqGameRecordsDetail) XXX_Unmarshal(b []byte) error

type ReqHandleFriendApply

type ReqHandleFriendApply struct {
	TargetId             uint32   `protobuf:"varint,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	Method               uint32   `protobuf:"varint,2,opt,name=method,proto3" json:"method,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqHandleFriendApply) Descriptor

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

func (*ReqHandleFriendApply) GetMethod

func (m *ReqHandleFriendApply) GetMethod() uint32

func (*ReqHandleFriendApply) GetTargetId

func (m *ReqHandleFriendApply) GetTargetId() uint32

func (*ReqHandleFriendApply) Marshal

func (m *ReqHandleFriendApply) Marshal() (dAtA []byte, err error)

func (*ReqHandleFriendApply) MarshalTo

func (m *ReqHandleFriendApply) MarshalTo(dAtA []byte) (int, error)

func (*ReqHandleFriendApply) MarshalToSizedBuffer

func (m *ReqHandleFriendApply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqHandleFriendApply) ProtoMessage

func (*ReqHandleFriendApply) ProtoMessage()

func (*ReqHandleFriendApply) Reset

func (m *ReqHandleFriendApply) Reset()

func (*ReqHandleFriendApply) Size

func (m *ReqHandleFriendApply) Size() (n int)

func (*ReqHandleFriendApply) String

func (m *ReqHandleFriendApply) String() string

func (*ReqHandleFriendApply) Unmarshal

func (m *ReqHandleFriendApply) Unmarshal(dAtA []byte) error

func (*ReqHandleFriendApply) XXX_DiscardUnknown

func (m *ReqHandleFriendApply) XXX_DiscardUnknown()

func (*ReqHandleFriendApply) XXX_Marshal

func (m *ReqHandleFriendApply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqHandleFriendApply) XXX_Merge

func (m *ReqHandleFriendApply) XXX_Merge(src proto.Message)

func (*ReqHandleFriendApply) XXX_Size

func (m *ReqHandleFriendApply) XXX_Size() int

func (*ReqHandleFriendApply) XXX_Unmarshal

func (m *ReqHandleFriendApply) XXX_Unmarshal(b []byte) error

type ReqHeatBeat

type ReqHeatBeat struct {
	NoOperationCounter   uint32   `protobuf:"varint,1,opt,name=no_operation_counter,json=noOperationCounter,proto3" json:"no_operation_counter,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqHeatBeat) Descriptor

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

func (*ReqHeatBeat) GetNoOperationCounter

func (m *ReqHeatBeat) GetNoOperationCounter() uint32

func (*ReqHeatBeat) Marshal

func (m *ReqHeatBeat) Marshal() (dAtA []byte, err error)

func (*ReqHeatBeat) MarshalTo

func (m *ReqHeatBeat) MarshalTo(dAtA []byte) (int, error)

func (*ReqHeatBeat) MarshalToSizedBuffer

func (m *ReqHeatBeat) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqHeatBeat) ProtoMessage

func (*ReqHeatBeat) ProtoMessage()

func (*ReqHeatBeat) Reset

func (m *ReqHeatBeat) Reset()

func (*ReqHeatBeat) Size

func (m *ReqHeatBeat) Size() (n int)

func (*ReqHeatBeat) String

func (m *ReqHeatBeat) String() string

func (*ReqHeatBeat) Unmarshal

func (m *ReqHeatBeat) Unmarshal(dAtA []byte) error

func (*ReqHeatBeat) XXX_DiscardUnknown

func (m *ReqHeatBeat) XXX_DiscardUnknown()

func (*ReqHeatBeat) XXX_Marshal

func (m *ReqHeatBeat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqHeatBeat) XXX_Merge

func (m *ReqHeatBeat) XXX_Merge(src proto.Message)

func (*ReqHeatBeat) XXX_Size

func (m *ReqHeatBeat) XXX_Size() int

func (*ReqHeatBeat) XXX_Unmarshal

func (m *ReqHeatBeat) XXX_Unmarshal(b []byte) error

type ReqJoinCustomizedContestChatRoom

type ReqJoinCustomizedContestChatRoom struct {
	UniqueId             uint32   `protobuf:"varint,1,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqJoinCustomizedContestChatRoom) Descriptor

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

func (*ReqJoinCustomizedContestChatRoom) GetUniqueId

func (m *ReqJoinCustomizedContestChatRoom) GetUniqueId() uint32

func (*ReqJoinCustomizedContestChatRoom) Marshal

func (m *ReqJoinCustomizedContestChatRoom) Marshal() (dAtA []byte, err error)

func (*ReqJoinCustomizedContestChatRoom) MarshalTo

func (m *ReqJoinCustomizedContestChatRoom) MarshalTo(dAtA []byte) (int, error)

func (*ReqJoinCustomizedContestChatRoom) MarshalToSizedBuffer

func (m *ReqJoinCustomizedContestChatRoom) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqJoinCustomizedContestChatRoom) ProtoMessage

func (*ReqJoinCustomizedContestChatRoom) ProtoMessage()

func (*ReqJoinCustomizedContestChatRoom) Reset

func (*ReqJoinCustomizedContestChatRoom) Size

func (m *ReqJoinCustomizedContestChatRoom) Size() (n int)

func (*ReqJoinCustomizedContestChatRoom) String

func (*ReqJoinCustomizedContestChatRoom) Unmarshal

func (m *ReqJoinCustomizedContestChatRoom) Unmarshal(dAtA []byte) error

func (*ReqJoinCustomizedContestChatRoom) XXX_DiscardUnknown

func (m *ReqJoinCustomizedContestChatRoom) XXX_DiscardUnknown()

func (*ReqJoinCustomizedContestChatRoom) XXX_Marshal

func (m *ReqJoinCustomizedContestChatRoom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqJoinCustomizedContestChatRoom) XXX_Merge

func (*ReqJoinCustomizedContestChatRoom) XXX_Size

func (m *ReqJoinCustomizedContestChatRoom) XXX_Size() int

func (*ReqJoinCustomizedContestChatRoom) XXX_Unmarshal

func (m *ReqJoinCustomizedContestChatRoom) XXX_Unmarshal(b []byte) error

type ReqJoinMatchQueue

type ReqJoinMatchQueue struct {
	MatchMode            uint32   `protobuf:"varint,1,opt,name=match_mode,json=matchMode,proto3" json:"match_mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqJoinMatchQueue) Descriptor

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

func (*ReqJoinMatchQueue) GetMatchMode

func (m *ReqJoinMatchQueue) GetMatchMode() uint32

func (*ReqJoinMatchQueue) Marshal

func (m *ReqJoinMatchQueue) Marshal() (dAtA []byte, err error)

func (*ReqJoinMatchQueue) MarshalTo

func (m *ReqJoinMatchQueue) MarshalTo(dAtA []byte) (int, error)

func (*ReqJoinMatchQueue) MarshalToSizedBuffer

func (m *ReqJoinMatchQueue) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqJoinMatchQueue) ProtoMessage

func (*ReqJoinMatchQueue) ProtoMessage()

func (*ReqJoinMatchQueue) Reset

func (m *ReqJoinMatchQueue) Reset()

func (*ReqJoinMatchQueue) Size

func (m *ReqJoinMatchQueue) Size() (n int)

func (*ReqJoinMatchQueue) String

func (m *ReqJoinMatchQueue) String() string

func (*ReqJoinMatchQueue) Unmarshal

func (m *ReqJoinMatchQueue) Unmarshal(dAtA []byte) error

func (*ReqJoinMatchQueue) XXX_DiscardUnknown

func (m *ReqJoinMatchQueue) XXX_DiscardUnknown()

func (*ReqJoinMatchQueue) XXX_Marshal

func (m *ReqJoinMatchQueue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqJoinMatchQueue) XXX_Merge

func (m *ReqJoinMatchQueue) XXX_Merge(src proto.Message)

func (*ReqJoinMatchQueue) XXX_Size

func (m *ReqJoinMatchQueue) XXX_Size() int

func (*ReqJoinMatchQueue) XXX_Unmarshal

func (m *ReqJoinMatchQueue) XXX_Unmarshal(b []byte) error

type ReqJoinRoom

type ReqJoinRoom struct {
	RoomId               uint32   `protobuf:"varint,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqJoinRoom) Descriptor

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

func (*ReqJoinRoom) GetRoomId

func (m *ReqJoinRoom) GetRoomId() uint32

func (*ReqJoinRoom) Marshal

func (m *ReqJoinRoom) Marshal() (dAtA []byte, err error)

func (*ReqJoinRoom) MarshalTo

func (m *ReqJoinRoom) MarshalTo(dAtA []byte) (int, error)

func (*ReqJoinRoom) MarshalToSizedBuffer

func (m *ReqJoinRoom) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqJoinRoom) ProtoMessage

func (*ReqJoinRoom) ProtoMessage()

func (*ReqJoinRoom) Reset

func (m *ReqJoinRoom) Reset()

func (*ReqJoinRoom) Size

func (m *ReqJoinRoom) Size() (n int)

func (*ReqJoinRoom) String

func (m *ReqJoinRoom) String() string

func (*ReqJoinRoom) Unmarshal

func (m *ReqJoinRoom) Unmarshal(dAtA []byte) error

func (*ReqJoinRoom) XXX_DiscardUnknown

func (m *ReqJoinRoom) XXX_DiscardUnknown()

func (*ReqJoinRoom) XXX_Marshal

func (m *ReqJoinRoom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqJoinRoom) XXX_Merge

func (m *ReqJoinRoom) XXX_Merge(src proto.Message)

func (*ReqJoinRoom) XXX_Size

func (m *ReqJoinRoom) XXX_Size() int

func (*ReqJoinRoom) XXX_Unmarshal

func (m *ReqJoinRoom) XXX_Unmarshal(b []byte) error

type ReqLeaveComment

type ReqLeaveComment struct {
	TargetId             uint32   `protobuf:"varint,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	Content              string   `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqLeaveComment) Descriptor

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

func (*ReqLeaveComment) GetContent

func (m *ReqLeaveComment) GetContent() string

func (*ReqLeaveComment) GetTargetId

func (m *ReqLeaveComment) GetTargetId() uint32

func (*ReqLeaveComment) Marshal

func (m *ReqLeaveComment) Marshal() (dAtA []byte, err error)

func (*ReqLeaveComment) MarshalTo

func (m *ReqLeaveComment) MarshalTo(dAtA []byte) (int, error)

func (*ReqLeaveComment) MarshalToSizedBuffer

func (m *ReqLeaveComment) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqLeaveComment) ProtoMessage

func (*ReqLeaveComment) ProtoMessage()

func (*ReqLeaveComment) Reset

func (m *ReqLeaveComment) Reset()

func (*ReqLeaveComment) Size

func (m *ReqLeaveComment) Size() (n int)

func (*ReqLeaveComment) String

func (m *ReqLeaveComment) String() string

func (*ReqLeaveComment) Unmarshal

func (m *ReqLeaveComment) Unmarshal(dAtA []byte) error

func (*ReqLeaveComment) XXX_DiscardUnknown

func (m *ReqLeaveComment) XXX_DiscardUnknown()

func (*ReqLeaveComment) XXX_Marshal

func (m *ReqLeaveComment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqLeaveComment) XXX_Merge

func (m *ReqLeaveComment) XXX_Merge(src proto.Message)

func (*ReqLeaveComment) XXX_Size

func (m *ReqLeaveComment) XXX_Size() int

func (*ReqLeaveComment) XXX_Unmarshal

func (m *ReqLeaveComment) XXX_Unmarshal(b []byte) error

type ReqLevelLeaderboard

type ReqLevelLeaderboard struct {
	Type                 uint32   `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqLevelLeaderboard) Descriptor

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

func (*ReqLevelLeaderboard) GetType

func (m *ReqLevelLeaderboard) GetType() uint32

func (*ReqLevelLeaderboard) Marshal

func (m *ReqLevelLeaderboard) Marshal() (dAtA []byte, err error)

func (*ReqLevelLeaderboard) MarshalTo

func (m *ReqLevelLeaderboard) MarshalTo(dAtA []byte) (int, error)

func (*ReqLevelLeaderboard) MarshalToSizedBuffer

func (m *ReqLevelLeaderboard) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqLevelLeaderboard) ProtoMessage

func (*ReqLevelLeaderboard) ProtoMessage()

func (*ReqLevelLeaderboard) Reset

func (m *ReqLevelLeaderboard) Reset()

func (*ReqLevelLeaderboard) Size

func (m *ReqLevelLeaderboard) Size() (n int)

func (*ReqLevelLeaderboard) String

func (m *ReqLevelLeaderboard) String() string

func (*ReqLevelLeaderboard) Unmarshal

func (m *ReqLevelLeaderboard) Unmarshal(dAtA []byte) error

func (*ReqLevelLeaderboard) XXX_DiscardUnknown

func (m *ReqLevelLeaderboard) XXX_DiscardUnknown()

func (*ReqLevelLeaderboard) XXX_Marshal

func (m *ReqLevelLeaderboard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqLevelLeaderboard) XXX_Merge

func (m *ReqLevelLeaderboard) XXX_Merge(src proto.Message)

func (*ReqLevelLeaderboard) XXX_Size

func (m *ReqLevelLeaderboard) XXX_Size() int

func (*ReqLevelLeaderboard) XXX_Unmarshal

func (m *ReqLevelLeaderboard) XXX_Unmarshal(b []byte) error

type ReqLogin

type ReqLogin struct {
	Account              string            `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Password             string            `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	Reconnect            bool              `protobuf:"varint,3,opt,name=reconnect,proto3" json:"reconnect,omitempty"`
	Device               *ClientDeviceInfo `protobuf:"bytes,4,opt,name=device,proto3" json:"device,omitempty"`
	RandomKey            string            `protobuf:"bytes,5,opt,name=random_key,json=randomKey,proto3" json:"random_key,omitempty"`
	ClientVersion        string            `protobuf:"bytes,6,opt,name=client_version,json=clientVersion,proto3" json:"client_version,omitempty"`
	GenAccessToken       bool              `protobuf:"varint,7,opt,name=gen_access_token,json=genAccessToken,proto3" json:"gen_access_token,omitempty"`
	CurrencyPlatforms    []uint32          `protobuf:"varint,8,rep,packed,name=currency_platforms,json=currencyPlatforms,proto3" json:"currency_platforms,omitempty"`
	Type                 uint32            `protobuf:"varint,9,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ReqLogin) Descriptor

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

func (*ReqLogin) GetAccount

func (m *ReqLogin) GetAccount() string

func (*ReqLogin) GetClientVersion

func (m *ReqLogin) GetClientVersion() string

func (*ReqLogin) GetCurrencyPlatforms

func (m *ReqLogin) GetCurrencyPlatforms() []uint32

func (*ReqLogin) GetDevice

func (m *ReqLogin) GetDevice() *ClientDeviceInfo

func (*ReqLogin) GetGenAccessToken

func (m *ReqLogin) GetGenAccessToken() bool

func (*ReqLogin) GetPassword

func (m *ReqLogin) GetPassword() string

func (*ReqLogin) GetRandomKey

func (m *ReqLogin) GetRandomKey() string

func (*ReqLogin) GetReconnect

func (m *ReqLogin) GetReconnect() bool

func (*ReqLogin) GetType

func (m *ReqLogin) GetType() uint32

func (*ReqLogin) Marshal

func (m *ReqLogin) Marshal() (dAtA []byte, err error)

func (*ReqLogin) MarshalTo

func (m *ReqLogin) MarshalTo(dAtA []byte) (int, error)

func (*ReqLogin) MarshalToSizedBuffer

func (m *ReqLogin) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqLogin) ProtoMessage

func (*ReqLogin) ProtoMessage()

func (*ReqLogin) Reset

func (m *ReqLogin) Reset()

func (*ReqLogin) Size

func (m *ReqLogin) Size() (n int)

func (*ReqLogin) String

func (m *ReqLogin) String() string

func (*ReqLogin) Unmarshal

func (m *ReqLogin) Unmarshal(dAtA []byte) error

func (*ReqLogin) XXX_DiscardUnknown

func (m *ReqLogin) XXX_DiscardUnknown()

func (*ReqLogin) XXX_Marshal

func (m *ReqLogin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqLogin) XXX_Merge

func (m *ReqLogin) XXX_Merge(src proto.Message)

func (*ReqLogin) XXX_Size

func (m *ReqLogin) XXX_Size() int

func (*ReqLogin) XXX_Unmarshal

func (m *ReqLogin) XXX_Unmarshal(b []byte) error

type ReqLoginBeat

type ReqLoginBeat struct {
	Contract             string   `protobuf:"bytes,1,opt,name=contract,proto3" json:"contract,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqLoginBeat) Descriptor

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

func (*ReqLoginBeat) GetContract

func (m *ReqLoginBeat) GetContract() string

func (*ReqLoginBeat) Marshal

func (m *ReqLoginBeat) Marshal() (dAtA []byte, err error)

func (*ReqLoginBeat) MarshalTo

func (m *ReqLoginBeat) MarshalTo(dAtA []byte) (int, error)

func (*ReqLoginBeat) MarshalToSizedBuffer

func (m *ReqLoginBeat) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqLoginBeat) ProtoMessage

func (*ReqLoginBeat) ProtoMessage()

func (*ReqLoginBeat) Reset

func (m *ReqLoginBeat) Reset()

func (*ReqLoginBeat) Size

func (m *ReqLoginBeat) Size() (n int)

func (*ReqLoginBeat) String

func (m *ReqLoginBeat) String() string

func (*ReqLoginBeat) Unmarshal

func (m *ReqLoginBeat) Unmarshal(dAtA []byte) error

func (*ReqLoginBeat) XXX_DiscardUnknown

func (m *ReqLoginBeat) XXX_DiscardUnknown()

func (*ReqLoginBeat) XXX_Marshal

func (m *ReqLoginBeat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqLoginBeat) XXX_Merge

func (m *ReqLoginBeat) XXX_Merge(src proto.Message)

func (*ReqLoginBeat) XXX_Size

func (m *ReqLoginBeat) XXX_Size() int

func (*ReqLoginBeat) XXX_Unmarshal

func (m *ReqLoginBeat) XXX_Unmarshal(b []byte) error

type ReqLogout

type ReqLogout struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqLogout) Descriptor

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

func (*ReqLogout) Marshal

func (m *ReqLogout) Marshal() (dAtA []byte, err error)

func (*ReqLogout) MarshalTo

func (m *ReqLogout) MarshalTo(dAtA []byte) (int, error)

func (*ReqLogout) MarshalToSizedBuffer

func (m *ReqLogout) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqLogout) ProtoMessage

func (*ReqLogout) ProtoMessage()

func (*ReqLogout) Reset

func (m *ReqLogout) Reset()

func (*ReqLogout) Size

func (m *ReqLogout) Size() (n int)

func (*ReqLogout) String

func (m *ReqLogout) String() string

func (*ReqLogout) Unmarshal

func (m *ReqLogout) Unmarshal(dAtA []byte) error

func (*ReqLogout) XXX_DiscardUnknown

func (m *ReqLogout) XXX_DiscardUnknown()

func (*ReqLogout) XXX_Marshal

func (m *ReqLogout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqLogout) XXX_Merge

func (m *ReqLogout) XXX_Merge(src proto.Message)

func (*ReqLogout) XXX_Size

func (m *ReqLogout) XXX_Size() int

func (*ReqLogout) XXX_Unmarshal

func (m *ReqLogout) XXX_Unmarshal(b []byte) error

type ReqModifyBirthday

type ReqModifyBirthday struct {
	Birthday             int32    `protobuf:"varint,1,opt,name=birthday,proto3" json:"birthday,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqModifyBirthday) Descriptor

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

func (*ReqModifyBirthday) GetBirthday

func (m *ReqModifyBirthday) GetBirthday() int32

func (*ReqModifyBirthday) Marshal

func (m *ReqModifyBirthday) Marshal() (dAtA []byte, err error)

func (*ReqModifyBirthday) MarshalTo

func (m *ReqModifyBirthday) MarshalTo(dAtA []byte) (int, error)

func (*ReqModifyBirthday) MarshalToSizedBuffer

func (m *ReqModifyBirthday) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqModifyBirthday) ProtoMessage

func (*ReqModifyBirthday) ProtoMessage()

func (*ReqModifyBirthday) Reset

func (m *ReqModifyBirthday) Reset()

func (*ReqModifyBirthday) Size

func (m *ReqModifyBirthday) Size() (n int)

func (*ReqModifyBirthday) String

func (m *ReqModifyBirthday) String() string

func (*ReqModifyBirthday) Unmarshal

func (m *ReqModifyBirthday) Unmarshal(dAtA []byte) error

func (*ReqModifyBirthday) XXX_DiscardUnknown

func (m *ReqModifyBirthday) XXX_DiscardUnknown()

func (*ReqModifyBirthday) XXX_Marshal

func (m *ReqModifyBirthday) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqModifyBirthday) XXX_Merge

func (m *ReqModifyBirthday) XXX_Merge(src proto.Message)

func (*ReqModifyBirthday) XXX_Size

func (m *ReqModifyBirthday) XXX_Size() int

func (*ReqModifyBirthday) XXX_Unmarshal

func (m *ReqModifyBirthday) XXX_Unmarshal(b []byte) error

type ReqModifyNickname

type ReqModifyNickname struct {
	Nickname             string   `protobuf:"bytes,1,opt,name=nickname,proto3" json:"nickname,omitempty"`
	UseItemId            uint32   `protobuf:"varint,2,opt,name=use_item_id,json=useItemId,proto3" json:"use_item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqModifyNickname) Descriptor

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

func (*ReqModifyNickname) GetNickname

func (m *ReqModifyNickname) GetNickname() string

func (*ReqModifyNickname) GetUseItemId

func (m *ReqModifyNickname) GetUseItemId() uint32

func (*ReqModifyNickname) Marshal

func (m *ReqModifyNickname) Marshal() (dAtA []byte, err error)

func (*ReqModifyNickname) MarshalTo

func (m *ReqModifyNickname) MarshalTo(dAtA []byte) (int, error)

func (*ReqModifyNickname) MarshalToSizedBuffer

func (m *ReqModifyNickname) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqModifyNickname) ProtoMessage

func (*ReqModifyNickname) ProtoMessage()

func (*ReqModifyNickname) Reset

func (m *ReqModifyNickname) Reset()

func (*ReqModifyNickname) Size

func (m *ReqModifyNickname) Size() (n int)

func (*ReqModifyNickname) String

func (m *ReqModifyNickname) String() string

func (*ReqModifyNickname) Unmarshal

func (m *ReqModifyNickname) Unmarshal(dAtA []byte) error

func (*ReqModifyNickname) XXX_DiscardUnknown

func (m *ReqModifyNickname) XXX_DiscardUnknown()

func (*ReqModifyNickname) XXX_Marshal

func (m *ReqModifyNickname) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqModifyNickname) XXX_Merge

func (m *ReqModifyNickname) XXX_Merge(src proto.Message)

func (*ReqModifyNickname) XXX_Size

func (m *ReqModifyNickname) XXX_Size() int

func (*ReqModifyNickname) XXX_Unmarshal

func (m *ReqModifyNickname) XXX_Unmarshal(b []byte) error

type ReqModifyPassword

type ReqModifyPassword struct {
	NewPassword          string   `protobuf:"bytes,1,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"`
	OldPassword          string   `protobuf:"bytes,2,opt,name=old_password,json=oldPassword,proto3" json:"old_password,omitempty"`
	SecureToken          string   `protobuf:"bytes,3,opt,name=secure_token,json=secureToken,proto3" json:"secure_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqModifyPassword) Descriptor

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

func (*ReqModifyPassword) GetNewPassword

func (m *ReqModifyPassword) GetNewPassword() string

func (*ReqModifyPassword) GetOldPassword

func (m *ReqModifyPassword) GetOldPassword() string

func (*ReqModifyPassword) GetSecureToken

func (m *ReqModifyPassword) GetSecureToken() string

func (*ReqModifyPassword) Marshal

func (m *ReqModifyPassword) Marshal() (dAtA []byte, err error)

func (*ReqModifyPassword) MarshalTo

func (m *ReqModifyPassword) MarshalTo(dAtA []byte) (int, error)

func (*ReqModifyPassword) MarshalToSizedBuffer

func (m *ReqModifyPassword) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqModifyPassword) ProtoMessage

func (*ReqModifyPassword) ProtoMessage()

func (*ReqModifyPassword) Reset

func (m *ReqModifyPassword) Reset()

func (*ReqModifyPassword) Size

func (m *ReqModifyPassword) Size() (n int)

func (*ReqModifyPassword) String

func (m *ReqModifyPassword) String() string

func (*ReqModifyPassword) Unmarshal

func (m *ReqModifyPassword) Unmarshal(dAtA []byte) error

func (*ReqModifyPassword) XXX_DiscardUnknown

func (m *ReqModifyPassword) XXX_DiscardUnknown()

func (*ReqModifyPassword) XXX_Marshal

func (m *ReqModifyPassword) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqModifyPassword) XXX_Merge

func (m *ReqModifyPassword) XXX_Merge(src proto.Message)

func (*ReqModifyPassword) XXX_Size

func (m *ReqModifyPassword) XXX_Size() int

func (*ReqModifyPassword) XXX_Unmarshal

func (m *ReqModifyPassword) XXX_Unmarshal(b []byte) error

type ReqModifyRoom

type ReqModifyRoom struct {
	RobotCount           uint32   `protobuf:"varint,1,opt,name=robot_count,json=robotCount,proto3" json:"robot_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqModifyRoom) Descriptor

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

func (*ReqModifyRoom) GetRobotCount

func (m *ReqModifyRoom) GetRobotCount() uint32

func (*ReqModifyRoom) Marshal

func (m *ReqModifyRoom) Marshal() (dAtA []byte, err error)

func (*ReqModifyRoom) MarshalTo

func (m *ReqModifyRoom) MarshalTo(dAtA []byte) (int, error)

func (*ReqModifyRoom) MarshalToSizedBuffer

func (m *ReqModifyRoom) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqModifyRoom) ProtoMessage

func (*ReqModifyRoom) ProtoMessage()

func (*ReqModifyRoom) Reset

func (m *ReqModifyRoom) Reset()

func (*ReqModifyRoom) Size

func (m *ReqModifyRoom) Size() (n int)

func (*ReqModifyRoom) String

func (m *ReqModifyRoom) String() string

func (*ReqModifyRoom) Unmarshal

func (m *ReqModifyRoom) Unmarshal(dAtA []byte) error

func (*ReqModifyRoom) XXX_DiscardUnknown

func (m *ReqModifyRoom) XXX_DiscardUnknown()

func (*ReqModifyRoom) XXX_Marshal

func (m *ReqModifyRoom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqModifyRoom) XXX_Merge

func (m *ReqModifyRoom) XXX_Merge(src proto.Message)

func (*ReqModifyRoom) XXX_Size

func (m *ReqModifyRoom) XXX_Size() int

func (*ReqModifyRoom) XXX_Unmarshal

func (m *ReqModifyRoom) XXX_Unmarshal(b []byte) error

type ReqModifySignature

type ReqModifySignature struct {
	Signature            string   `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqModifySignature) Descriptor

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

func (*ReqModifySignature) GetSignature

func (m *ReqModifySignature) GetSignature() string

func (*ReqModifySignature) Marshal

func (m *ReqModifySignature) Marshal() (dAtA []byte, err error)

func (*ReqModifySignature) MarshalTo

func (m *ReqModifySignature) MarshalTo(dAtA []byte) (int, error)

func (*ReqModifySignature) MarshalToSizedBuffer

func (m *ReqModifySignature) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqModifySignature) ProtoMessage

func (*ReqModifySignature) ProtoMessage()

func (*ReqModifySignature) Reset

func (m *ReqModifySignature) Reset()

func (*ReqModifySignature) Size

func (m *ReqModifySignature) Size() (n int)

func (*ReqModifySignature) String

func (m *ReqModifySignature) String() string

func (*ReqModifySignature) Unmarshal

func (m *ReqModifySignature) Unmarshal(dAtA []byte) error

func (*ReqModifySignature) XXX_DiscardUnknown

func (m *ReqModifySignature) XXX_DiscardUnknown()

func (*ReqModifySignature) XXX_Marshal

func (m *ReqModifySignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqModifySignature) XXX_Merge

func (m *ReqModifySignature) XXX_Merge(src proto.Message)

func (*ReqModifySignature) XXX_Size

func (m *ReqModifySignature) XXX_Size() int

func (*ReqModifySignature) XXX_Unmarshal

func (m *ReqModifySignature) XXX_Unmarshal(b []byte) error

type ReqMultiAccountId

type ReqMultiAccountId struct {
	AccountIdList        []uint32 `protobuf:"varint,1,rep,packed,name=account_id_list,json=accountIdList,proto3" json:"account_id_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqMultiAccountId) Descriptor

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

func (*ReqMultiAccountId) GetAccountIdList

func (m *ReqMultiAccountId) GetAccountIdList() []uint32

func (*ReqMultiAccountId) Marshal

func (m *ReqMultiAccountId) Marshal() (dAtA []byte, err error)

func (*ReqMultiAccountId) MarshalTo

func (m *ReqMultiAccountId) MarshalTo(dAtA []byte) (int, error)

func (*ReqMultiAccountId) MarshalToSizedBuffer

func (m *ReqMultiAccountId) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqMultiAccountId) ProtoMessage

func (*ReqMultiAccountId) ProtoMessage()

func (*ReqMultiAccountId) Reset

func (m *ReqMultiAccountId) Reset()

func (*ReqMultiAccountId) Size

func (m *ReqMultiAccountId) Size() (n int)

func (*ReqMultiAccountId) String

func (m *ReqMultiAccountId) String() string

func (*ReqMultiAccountId) Unmarshal

func (m *ReqMultiAccountId) Unmarshal(dAtA []byte) error

func (*ReqMultiAccountId) XXX_DiscardUnknown

func (m *ReqMultiAccountId) XXX_DiscardUnknown()

func (*ReqMultiAccountId) XXX_Marshal

func (m *ReqMultiAccountId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqMultiAccountId) XXX_Merge

func (m *ReqMultiAccountId) XXX_Merge(src proto.Message)

func (*ReqMultiAccountId) XXX_Size

func (m *ReqMultiAccountId) XXX_Size() int

func (*ReqMultiAccountId) XXX_Unmarshal

func (m *ReqMultiAccountId) XXX_Unmarshal(b []byte) error

type ReqOauth2Auth

type ReqOauth2Auth struct {
	Type                 uint32   `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Code                 string   `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	Uid                  string   `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqOauth2Auth) Descriptor

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

func (*ReqOauth2Auth) GetCode

func (m *ReqOauth2Auth) GetCode() string

func (*ReqOauth2Auth) GetType

func (m *ReqOauth2Auth) GetType() uint32

func (*ReqOauth2Auth) GetUid

func (m *ReqOauth2Auth) GetUid() string

func (*ReqOauth2Auth) Marshal

func (m *ReqOauth2Auth) Marshal() (dAtA []byte, err error)

func (*ReqOauth2Auth) MarshalTo

func (m *ReqOauth2Auth) MarshalTo(dAtA []byte) (int, error)

func (*ReqOauth2Auth) MarshalToSizedBuffer

func (m *ReqOauth2Auth) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqOauth2Auth) ProtoMessage

func (*ReqOauth2Auth) ProtoMessage()

func (*ReqOauth2Auth) Reset

func (m *ReqOauth2Auth) Reset()

func (*ReqOauth2Auth) Size

func (m *ReqOauth2Auth) Size() (n int)

func (*ReqOauth2Auth) String

func (m *ReqOauth2Auth) String() string

func (*ReqOauth2Auth) Unmarshal

func (m *ReqOauth2Auth) Unmarshal(dAtA []byte) error

func (*ReqOauth2Auth) XXX_DiscardUnknown

func (m *ReqOauth2Auth) XXX_DiscardUnknown()

func (*ReqOauth2Auth) XXX_Marshal

func (m *ReqOauth2Auth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqOauth2Auth) XXX_Merge

func (m *ReqOauth2Auth) XXX_Merge(src proto.Message)

func (*ReqOauth2Auth) XXX_Size

func (m *ReqOauth2Auth) XXX_Size() int

func (*ReqOauth2Auth) XXX_Unmarshal

func (m *ReqOauth2Auth) XXX_Unmarshal(b []byte) error

type ReqOauth2Check

type ReqOauth2Check struct {
	Type                 uint32   `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	AccessToken          string   `protobuf:"bytes,2,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqOauth2Check) Descriptor

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

func (*ReqOauth2Check) GetAccessToken

func (m *ReqOauth2Check) GetAccessToken() string

func (*ReqOauth2Check) GetType

func (m *ReqOauth2Check) GetType() uint32

func (*ReqOauth2Check) Marshal

func (m *ReqOauth2Check) Marshal() (dAtA []byte, err error)

func (*ReqOauth2Check) MarshalTo

func (m *ReqOauth2Check) MarshalTo(dAtA []byte) (int, error)

func (*ReqOauth2Check) MarshalToSizedBuffer

func (m *ReqOauth2Check) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqOauth2Check) ProtoMessage

func (*ReqOauth2Check) ProtoMessage()

func (*ReqOauth2Check) Reset

func (m *ReqOauth2Check) Reset()

func (*ReqOauth2Check) Size

func (m *ReqOauth2Check) Size() (n int)

func (*ReqOauth2Check) String

func (m *ReqOauth2Check) String() string

func (*ReqOauth2Check) Unmarshal

func (m *ReqOauth2Check) Unmarshal(dAtA []byte) error

func (*ReqOauth2Check) XXX_DiscardUnknown

func (m *ReqOauth2Check) XXX_DiscardUnknown()

func (*ReqOauth2Check) XXX_Marshal

func (m *ReqOauth2Check) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqOauth2Check) XXX_Merge

func (m *ReqOauth2Check) XXX_Merge(src proto.Message)

func (*ReqOauth2Check) XXX_Size

func (m *ReqOauth2Check) XXX_Size() int

func (*ReqOauth2Check) XXX_Unmarshal

func (m *ReqOauth2Check) XXX_Unmarshal(b []byte) error

type ReqOauth2Login

type ReqOauth2Login struct {
	Type                 uint32            `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	AccessToken          string            `protobuf:"bytes,2,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	Reconnect            bool              `protobuf:"varint,3,opt,name=reconnect,proto3" json:"reconnect,omitempty"`
	Device               *ClientDeviceInfo `protobuf:"bytes,4,opt,name=device,proto3" json:"device,omitempty"`
	RandomKey            string            `protobuf:"bytes,5,opt,name=random_key,json=randomKey,proto3" json:"random_key,omitempty"`
	ClientVersion        string            `protobuf:"bytes,6,opt,name=client_version,json=clientVersion,proto3" json:"client_version,omitempty"`
	CurrencyPlatforms    []uint32          `protobuf:"varint,8,rep,packed,name=currency_platforms,json=currencyPlatforms,proto3" json:"currency_platforms,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ReqOauth2Login) Descriptor

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

func (*ReqOauth2Login) GetAccessToken

func (m *ReqOauth2Login) GetAccessToken() string

func (*ReqOauth2Login) GetClientVersion

func (m *ReqOauth2Login) GetClientVersion() string

func (*ReqOauth2Login) GetCurrencyPlatforms

func (m *ReqOauth2Login) GetCurrencyPlatforms() []uint32

func (*ReqOauth2Login) GetDevice

func (m *ReqOauth2Login) GetDevice() *ClientDeviceInfo

func (*ReqOauth2Login) GetRandomKey

func (m *ReqOauth2Login) GetRandomKey() string

func (*ReqOauth2Login) GetReconnect

func (m *ReqOauth2Login) GetReconnect() bool

func (*ReqOauth2Login) GetType

func (m *ReqOauth2Login) GetType() uint32

func (*ReqOauth2Login) Marshal

func (m *ReqOauth2Login) Marshal() (dAtA []byte, err error)

func (*ReqOauth2Login) MarshalTo

func (m *ReqOauth2Login) MarshalTo(dAtA []byte) (int, error)

func (*ReqOauth2Login) MarshalToSizedBuffer

func (m *ReqOauth2Login) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqOauth2Login) ProtoMessage

func (*ReqOauth2Login) ProtoMessage()

func (*ReqOauth2Login) Reset

func (m *ReqOauth2Login) Reset()

func (*ReqOauth2Login) Size

func (m *ReqOauth2Login) Size() (n int)

func (*ReqOauth2Login) String

func (m *ReqOauth2Login) String() string

func (*ReqOauth2Login) Unmarshal

func (m *ReqOauth2Login) Unmarshal(dAtA []byte) error

func (*ReqOauth2Login) XXX_DiscardUnknown

func (m *ReqOauth2Login) XXX_DiscardUnknown()

func (*ReqOauth2Login) XXX_Marshal

func (m *ReqOauth2Login) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqOauth2Login) XXX_Merge

func (m *ReqOauth2Login) XXX_Merge(src proto.Message)

func (*ReqOauth2Login) XXX_Size

func (m *ReqOauth2Login) XXX_Size() int

func (*ReqOauth2Login) XXX_Unmarshal

func (m *ReqOauth2Login) XXX_Unmarshal(b []byte) error

type ReqOauth2Signup

type ReqOauth2Signup struct {
	Type                 uint32   `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	AccessToken          string   `protobuf:"bytes,2,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	Email                string   `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	AdvertiseStr         string   `protobuf:"bytes,4,opt,name=advertise_str,json=advertiseStr,proto3" json:"advertise_str,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqOauth2Signup) Descriptor

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

func (*ReqOauth2Signup) GetAccessToken

func (m *ReqOauth2Signup) GetAccessToken() string

func (*ReqOauth2Signup) GetAdvertiseStr

func (m *ReqOauth2Signup) GetAdvertiseStr() string

func (*ReqOauth2Signup) GetEmail

func (m *ReqOauth2Signup) GetEmail() string

func (*ReqOauth2Signup) GetType

func (m *ReqOauth2Signup) GetType() uint32

func (*ReqOauth2Signup) Marshal

func (m *ReqOauth2Signup) Marshal() (dAtA []byte, err error)

func (*ReqOauth2Signup) MarshalTo

func (m *ReqOauth2Signup) MarshalTo(dAtA []byte) (int, error)

func (*ReqOauth2Signup) MarshalToSizedBuffer

func (m *ReqOauth2Signup) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqOauth2Signup) ProtoMessage

func (*ReqOauth2Signup) ProtoMessage()

func (*ReqOauth2Signup) Reset

func (m *ReqOauth2Signup) Reset()

func (*ReqOauth2Signup) Size

func (m *ReqOauth2Signup) Size() (n int)

func (*ReqOauth2Signup) String

func (m *ReqOauth2Signup) String() string

func (*ReqOauth2Signup) Unmarshal

func (m *ReqOauth2Signup) Unmarshal(dAtA []byte) error

func (*ReqOauth2Signup) XXX_DiscardUnknown

func (m *ReqOauth2Signup) XXX_DiscardUnknown()

func (*ReqOauth2Signup) XXX_Marshal

func (m *ReqOauth2Signup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqOauth2Signup) XXX_Merge

func (m *ReqOauth2Signup) XXX_Merge(src proto.Message)

func (*ReqOauth2Signup) XXX_Size

func (m *ReqOauth2Signup) XXX_Size() int

func (*ReqOauth2Signup) XXX_Unmarshal

func (m *ReqOauth2Signup) XXX_Unmarshal(b []byte) error

type ReqOpenChest

type ReqOpenChest struct {
	ChestId              uint32   `protobuf:"varint,1,opt,name=chest_id,json=chestId,proto3" json:"chest_id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	UseTicket            bool     `protobuf:"varint,3,opt,name=use_ticket,json=useTicket,proto3" json:"use_ticket,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqOpenChest) Descriptor

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

func (*ReqOpenChest) GetChestId

func (m *ReqOpenChest) GetChestId() uint32

func (*ReqOpenChest) GetCount

func (m *ReqOpenChest) GetCount() uint32

func (*ReqOpenChest) GetUseTicket

func (m *ReqOpenChest) GetUseTicket() bool

func (*ReqOpenChest) Marshal

func (m *ReqOpenChest) Marshal() (dAtA []byte, err error)

func (*ReqOpenChest) MarshalTo

func (m *ReqOpenChest) MarshalTo(dAtA []byte) (int, error)

func (*ReqOpenChest) MarshalToSizedBuffer

func (m *ReqOpenChest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqOpenChest) ProtoMessage

func (*ReqOpenChest) ProtoMessage()

func (*ReqOpenChest) Reset

func (m *ReqOpenChest) Reset()

func (*ReqOpenChest) Size

func (m *ReqOpenChest) Size() (n int)

func (*ReqOpenChest) String

func (m *ReqOpenChest) String() string

func (*ReqOpenChest) Unmarshal

func (m *ReqOpenChest) Unmarshal(dAtA []byte) error

func (*ReqOpenChest) XXX_DiscardUnknown

func (m *ReqOpenChest) XXX_DiscardUnknown()

func (*ReqOpenChest) XXX_Marshal

func (m *ReqOpenChest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqOpenChest) XXX_Merge

func (m *ReqOpenChest) XXX_Merge(src proto.Message)

func (*ReqOpenChest) XXX_Size

func (m *ReqOpenChest) XXX_Size() int

func (*ReqOpenChest) XXX_Unmarshal

func (m *ReqOpenChest) XXX_Unmarshal(b []byte) error

type ReqOpenManualItem

type ReqOpenManualItem struct {
	ItemId               uint32   `protobuf:"varint,1,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	SelectId             uint32   `protobuf:"varint,3,opt,name=select_id,json=selectId,proto3" json:"select_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqOpenManualItem) Descriptor

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

func (*ReqOpenManualItem) GetCount

func (m *ReqOpenManualItem) GetCount() uint32

func (*ReqOpenManualItem) GetItemId

func (m *ReqOpenManualItem) GetItemId() uint32

func (*ReqOpenManualItem) GetSelectId

func (m *ReqOpenManualItem) GetSelectId() uint32

func (*ReqOpenManualItem) Marshal

func (m *ReqOpenManualItem) Marshal() (dAtA []byte, err error)

func (*ReqOpenManualItem) MarshalTo

func (m *ReqOpenManualItem) MarshalTo(dAtA []byte) (int, error)

func (*ReqOpenManualItem) MarshalToSizedBuffer

func (m *ReqOpenManualItem) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqOpenManualItem) ProtoMessage

func (*ReqOpenManualItem) ProtoMessage()

func (*ReqOpenManualItem) Reset

func (m *ReqOpenManualItem) Reset()

func (*ReqOpenManualItem) Size

func (m *ReqOpenManualItem) Size() (n int)

func (*ReqOpenManualItem) String

func (m *ReqOpenManualItem) String() string

func (*ReqOpenManualItem) Unmarshal

func (m *ReqOpenManualItem) Unmarshal(dAtA []byte) error

func (*ReqOpenManualItem) XXX_DiscardUnknown

func (m *ReqOpenManualItem) XXX_DiscardUnknown()

func (*ReqOpenManualItem) XXX_Marshal

func (m *ReqOpenManualItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqOpenManualItem) XXX_Merge

func (m *ReqOpenManualItem) XXX_Merge(src proto.Message)

func (*ReqOpenManualItem) XXX_Size

func (m *ReqOpenManualItem) XXX_Size() int

func (*ReqOpenManualItem) XXX_Unmarshal

func (m *ReqOpenManualItem) XXX_Unmarshal(b []byte) error

type ReqOpenRandomRewardItem

type ReqOpenRandomRewardItem struct {
	ItemId               uint32   `protobuf:"varint,1,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqOpenRandomRewardItem) Descriptor

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

func (*ReqOpenRandomRewardItem) GetItemId

func (m *ReqOpenRandomRewardItem) GetItemId() uint32

func (*ReqOpenRandomRewardItem) Marshal

func (m *ReqOpenRandomRewardItem) Marshal() (dAtA []byte, err error)

func (*ReqOpenRandomRewardItem) MarshalTo

func (m *ReqOpenRandomRewardItem) MarshalTo(dAtA []byte) (int, error)

func (*ReqOpenRandomRewardItem) MarshalToSizedBuffer

func (m *ReqOpenRandomRewardItem) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqOpenRandomRewardItem) ProtoMessage

func (*ReqOpenRandomRewardItem) ProtoMessage()

func (*ReqOpenRandomRewardItem) Reset

func (m *ReqOpenRandomRewardItem) Reset()

func (*ReqOpenRandomRewardItem) Size

func (m *ReqOpenRandomRewardItem) Size() (n int)

func (*ReqOpenRandomRewardItem) String

func (m *ReqOpenRandomRewardItem) String() string

func (*ReqOpenRandomRewardItem) Unmarshal

func (m *ReqOpenRandomRewardItem) Unmarshal(dAtA []byte) error

func (*ReqOpenRandomRewardItem) XXX_DiscardUnknown

func (m *ReqOpenRandomRewardItem) XXX_DiscardUnknown()

func (*ReqOpenRandomRewardItem) XXX_Marshal

func (m *ReqOpenRandomRewardItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqOpenRandomRewardItem) XXX_Merge

func (m *ReqOpenRandomRewardItem) XXX_Merge(src proto.Message)

func (*ReqOpenRandomRewardItem) XXX_Size

func (m *ReqOpenRandomRewardItem) XXX_Size() int

func (*ReqOpenRandomRewardItem) XXX_Unmarshal

func (m *ReqOpenRandomRewardItem) XXX_Unmarshal(b []byte) error

type ReqPayMonthTicket

type ReqPayMonthTicket struct {
	TicketId             uint32   `protobuf:"varint,1,opt,name=ticket_id,json=ticketId,proto3" json:"ticket_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqPayMonthTicket) Descriptor

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

func (*ReqPayMonthTicket) GetTicketId

func (m *ReqPayMonthTicket) GetTicketId() uint32

func (*ReqPayMonthTicket) Marshal

func (m *ReqPayMonthTicket) Marshal() (dAtA []byte, err error)

func (*ReqPayMonthTicket) MarshalTo

func (m *ReqPayMonthTicket) MarshalTo(dAtA []byte) (int, error)

func (*ReqPayMonthTicket) MarshalToSizedBuffer

func (m *ReqPayMonthTicket) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqPayMonthTicket) ProtoMessage

func (*ReqPayMonthTicket) ProtoMessage()

func (*ReqPayMonthTicket) Reset

func (m *ReqPayMonthTicket) Reset()

func (*ReqPayMonthTicket) Size

func (m *ReqPayMonthTicket) Size() (n int)

func (*ReqPayMonthTicket) String

func (m *ReqPayMonthTicket) String() string

func (*ReqPayMonthTicket) Unmarshal

func (m *ReqPayMonthTicket) Unmarshal(dAtA []byte) error

func (*ReqPayMonthTicket) XXX_DiscardUnknown

func (m *ReqPayMonthTicket) XXX_DiscardUnknown()

func (*ReqPayMonthTicket) XXX_Marshal

func (m *ReqPayMonthTicket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqPayMonthTicket) XXX_Merge

func (m *ReqPayMonthTicket) XXX_Merge(src proto.Message)

func (*ReqPayMonthTicket) XXX_Size

func (m *ReqPayMonthTicket) XXX_Size() int

func (*ReqPayMonthTicket) XXX_Unmarshal

func (m *ReqPayMonthTicket) XXX_Unmarshal(b []byte) error

type ReqPlatformBillingProducts

type ReqPlatformBillingProducts struct {
	ShelvesId            uint32   `protobuf:"varint,1,opt,name=shelves_id,json=shelvesId,proto3" json:"shelves_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqPlatformBillingProducts) Descriptor

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

func (*ReqPlatformBillingProducts) GetShelvesId

func (m *ReqPlatformBillingProducts) GetShelvesId() uint32

func (*ReqPlatformBillingProducts) Marshal

func (m *ReqPlatformBillingProducts) Marshal() (dAtA []byte, err error)

func (*ReqPlatformBillingProducts) MarshalTo

func (m *ReqPlatformBillingProducts) MarshalTo(dAtA []byte) (int, error)

func (*ReqPlatformBillingProducts) MarshalToSizedBuffer

func (m *ReqPlatformBillingProducts) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqPlatformBillingProducts) ProtoMessage

func (*ReqPlatformBillingProducts) ProtoMessage()

func (*ReqPlatformBillingProducts) Reset

func (m *ReqPlatformBillingProducts) Reset()

func (*ReqPlatformBillingProducts) Size

func (m *ReqPlatformBillingProducts) Size() (n int)

func (*ReqPlatformBillingProducts) String

func (m *ReqPlatformBillingProducts) String() string

func (*ReqPlatformBillingProducts) Unmarshal

func (m *ReqPlatformBillingProducts) Unmarshal(dAtA []byte) error

func (*ReqPlatformBillingProducts) XXX_DiscardUnknown

func (m *ReqPlatformBillingProducts) XXX_DiscardUnknown()

func (*ReqPlatformBillingProducts) XXX_Marshal

func (m *ReqPlatformBillingProducts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqPlatformBillingProducts) XXX_Merge

func (m *ReqPlatformBillingProducts) XXX_Merge(src proto.Message)

func (*ReqPlatformBillingProducts) XXX_Size

func (m *ReqPlatformBillingProducts) XXX_Size() int

func (*ReqPlatformBillingProducts) XXX_Unmarshal

func (m *ReqPlatformBillingProducts) XXX_Unmarshal(b []byte) error

type ReqReadAnnouncement

type ReqReadAnnouncement struct {
	AnnouncementId       uint32   `protobuf:"varint,1,opt,name=announcement_id,json=announcementId,proto3" json:"announcement_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqReadAnnouncement) Descriptor

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

func (*ReqReadAnnouncement) GetAnnouncementId

func (m *ReqReadAnnouncement) GetAnnouncementId() uint32

func (*ReqReadAnnouncement) Marshal

func (m *ReqReadAnnouncement) Marshal() (dAtA []byte, err error)

func (*ReqReadAnnouncement) MarshalTo

func (m *ReqReadAnnouncement) MarshalTo(dAtA []byte) (int, error)

func (*ReqReadAnnouncement) MarshalToSizedBuffer

func (m *ReqReadAnnouncement) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqReadAnnouncement) ProtoMessage

func (*ReqReadAnnouncement) ProtoMessage()

func (*ReqReadAnnouncement) Reset

func (m *ReqReadAnnouncement) Reset()

func (*ReqReadAnnouncement) Size

func (m *ReqReadAnnouncement) Size() (n int)

func (*ReqReadAnnouncement) String

func (m *ReqReadAnnouncement) String() string

func (*ReqReadAnnouncement) Unmarshal

func (m *ReqReadAnnouncement) Unmarshal(dAtA []byte) error

func (*ReqReadAnnouncement) XXX_DiscardUnknown

func (m *ReqReadAnnouncement) XXX_DiscardUnknown()

func (*ReqReadAnnouncement) XXX_Marshal

func (m *ReqReadAnnouncement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqReadAnnouncement) XXX_Merge

func (m *ReqReadAnnouncement) XXX_Merge(src proto.Message)

func (*ReqReadAnnouncement) XXX_Size

func (m *ReqReadAnnouncement) XXX_Size() int

func (*ReqReadAnnouncement) XXX_Unmarshal

func (m *ReqReadAnnouncement) XXX_Unmarshal(b []byte) error

type ReqReadMail

type ReqReadMail struct {
	MailId               uint32   `protobuf:"varint,1,opt,name=mail_id,json=mailId,proto3" json:"mail_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqReadMail) Descriptor

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

func (*ReqReadMail) GetMailId

func (m *ReqReadMail) GetMailId() uint32

func (*ReqReadMail) Marshal

func (m *ReqReadMail) Marshal() (dAtA []byte, err error)

func (*ReqReadMail) MarshalTo

func (m *ReqReadMail) MarshalTo(dAtA []byte) (int, error)

func (*ReqReadMail) MarshalToSizedBuffer

func (m *ReqReadMail) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqReadMail) ProtoMessage

func (*ReqReadMail) ProtoMessage()

func (*ReqReadMail) Reset

func (m *ReqReadMail) Reset()

func (*ReqReadMail) Size

func (m *ReqReadMail) Size() (n int)

func (*ReqReadMail) String

func (m *ReqReadMail) String() string

func (*ReqReadMail) Unmarshal

func (m *ReqReadMail) Unmarshal(dAtA []byte) error

func (*ReqReadMail) XXX_DiscardUnknown

func (m *ReqReadMail) XXX_DiscardUnknown()

func (*ReqReadMail) XXX_Marshal

func (m *ReqReadMail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqReadMail) XXX_Merge

func (m *ReqReadMail) XXX_Merge(src proto.Message)

func (*ReqReadMail) XXX_Size

func (m *ReqReadMail) XXX_Size() int

func (*ReqReadMail) XXX_Unmarshal

func (m *ReqReadMail) XXX_Unmarshal(b []byte) error

type ReqRecieveActivityFlipTask

type ReqRecieveActivityFlipTask struct {
	TaskId               uint32   `protobuf:"varint,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqRecieveActivityFlipTask) Descriptor

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

func (*ReqRecieveActivityFlipTask) GetTaskId

func (m *ReqRecieveActivityFlipTask) GetTaskId() uint32

func (*ReqRecieveActivityFlipTask) Marshal

func (m *ReqRecieveActivityFlipTask) Marshal() (dAtA []byte, err error)

func (*ReqRecieveActivityFlipTask) MarshalTo

func (m *ReqRecieveActivityFlipTask) MarshalTo(dAtA []byte) (int, error)

func (*ReqRecieveActivityFlipTask) MarshalToSizedBuffer

func (m *ReqRecieveActivityFlipTask) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqRecieveActivityFlipTask) ProtoMessage

func (*ReqRecieveActivityFlipTask) ProtoMessage()

func (*ReqRecieveActivityFlipTask) Reset

func (m *ReqRecieveActivityFlipTask) Reset()

func (*ReqRecieveActivityFlipTask) Size

func (m *ReqRecieveActivityFlipTask) Size() (n int)

func (*ReqRecieveActivityFlipTask) String

func (m *ReqRecieveActivityFlipTask) String() string

func (*ReqRecieveActivityFlipTask) Unmarshal

func (m *ReqRecieveActivityFlipTask) Unmarshal(dAtA []byte) error

func (*ReqRecieveActivityFlipTask) XXX_DiscardUnknown

func (m *ReqRecieveActivityFlipTask) XXX_DiscardUnknown()

func (*ReqRecieveActivityFlipTask) XXX_Marshal

func (m *ReqRecieveActivityFlipTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqRecieveActivityFlipTask) XXX_Merge

func (m *ReqRecieveActivityFlipTask) XXX_Merge(src proto.Message)

func (*ReqRecieveActivityFlipTask) XXX_Size

func (m *ReqRecieveActivityFlipTask) XXX_Size() int

func (*ReqRecieveActivityFlipTask) XXX_Unmarshal

func (m *ReqRecieveActivityFlipTask) XXX_Unmarshal(b []byte) error

type ReqRefreshDailyTask

type ReqRefreshDailyTask struct {
	TaskId               uint32   `protobuf:"varint,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqRefreshDailyTask) Descriptor

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

func (*ReqRefreshDailyTask) GetTaskId

func (m *ReqRefreshDailyTask) GetTaskId() uint32

func (*ReqRefreshDailyTask) Marshal

func (m *ReqRefreshDailyTask) Marshal() (dAtA []byte, err error)

func (*ReqRefreshDailyTask) MarshalTo

func (m *ReqRefreshDailyTask) MarshalTo(dAtA []byte) (int, error)

func (*ReqRefreshDailyTask) MarshalToSizedBuffer

func (m *ReqRefreshDailyTask) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqRefreshDailyTask) ProtoMessage

func (*ReqRefreshDailyTask) ProtoMessage()

func (*ReqRefreshDailyTask) Reset

func (m *ReqRefreshDailyTask) Reset()

func (*ReqRefreshDailyTask) Size

func (m *ReqRefreshDailyTask) Size() (n int)

func (*ReqRefreshDailyTask) String

func (m *ReqRefreshDailyTask) String() string

func (*ReqRefreshDailyTask) Unmarshal

func (m *ReqRefreshDailyTask) Unmarshal(dAtA []byte) error

func (*ReqRefreshDailyTask) XXX_DiscardUnknown

func (m *ReqRefreshDailyTask) XXX_DiscardUnknown()

func (*ReqRefreshDailyTask) XXX_Marshal

func (m *ReqRefreshDailyTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqRefreshDailyTask) XXX_Merge

func (m *ReqRefreshDailyTask) XXX_Merge(src proto.Message)

func (*ReqRefreshDailyTask) XXX_Size

func (m *ReqRefreshDailyTask) XXX_Size() int

func (*ReqRefreshDailyTask) XXX_Unmarshal

func (m *ReqRefreshDailyTask) XXX_Unmarshal(b []byte) error

type ReqRemoveCollectedGameRecord

type ReqRemoveCollectedGameRecord struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqRemoveCollectedGameRecord) Descriptor

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

func (*ReqRemoveCollectedGameRecord) GetUuid

func (m *ReqRemoveCollectedGameRecord) GetUuid() string

func (*ReqRemoveCollectedGameRecord) Marshal

func (m *ReqRemoveCollectedGameRecord) Marshal() (dAtA []byte, err error)

func (*ReqRemoveCollectedGameRecord) MarshalTo

func (m *ReqRemoveCollectedGameRecord) MarshalTo(dAtA []byte) (int, error)

func (*ReqRemoveCollectedGameRecord) MarshalToSizedBuffer

func (m *ReqRemoveCollectedGameRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqRemoveCollectedGameRecord) ProtoMessage

func (*ReqRemoveCollectedGameRecord) ProtoMessage()

func (*ReqRemoveCollectedGameRecord) Reset

func (m *ReqRemoveCollectedGameRecord) Reset()

func (*ReqRemoveCollectedGameRecord) Size

func (m *ReqRemoveCollectedGameRecord) Size() (n int)

func (*ReqRemoveCollectedGameRecord) String

func (*ReqRemoveCollectedGameRecord) Unmarshal

func (m *ReqRemoveCollectedGameRecord) Unmarshal(dAtA []byte) error

func (*ReqRemoveCollectedGameRecord) XXX_DiscardUnknown

func (m *ReqRemoveCollectedGameRecord) XXX_DiscardUnknown()

func (*ReqRemoveCollectedGameRecord) XXX_Marshal

func (m *ReqRemoveCollectedGameRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqRemoveCollectedGameRecord) XXX_Merge

func (m *ReqRemoveCollectedGameRecord) XXX_Merge(src proto.Message)

func (*ReqRemoveCollectedGameRecord) XXX_Size

func (m *ReqRemoveCollectedGameRecord) XXX_Size() int

func (*ReqRemoveCollectedGameRecord) XXX_Unmarshal

func (m *ReqRemoveCollectedGameRecord) XXX_Unmarshal(b []byte) error

type ReqRemoveFriend

type ReqRemoveFriend struct {
	TargetId             uint32   `protobuf:"varint,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqRemoveFriend) Descriptor

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

func (*ReqRemoveFriend) GetTargetId

func (m *ReqRemoveFriend) GetTargetId() uint32

func (*ReqRemoveFriend) Marshal

func (m *ReqRemoveFriend) Marshal() (dAtA []byte, err error)

func (*ReqRemoveFriend) MarshalTo

func (m *ReqRemoveFriend) MarshalTo(dAtA []byte) (int, error)

func (*ReqRemoveFriend) MarshalToSizedBuffer

func (m *ReqRemoveFriend) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqRemoveFriend) ProtoMessage

func (*ReqRemoveFriend) ProtoMessage()

func (*ReqRemoveFriend) Reset

func (m *ReqRemoveFriend) Reset()

func (*ReqRemoveFriend) Size

func (m *ReqRemoveFriend) Size() (n int)

func (*ReqRemoveFriend) String

func (m *ReqRemoveFriend) String() string

func (*ReqRemoveFriend) Unmarshal

func (m *ReqRemoveFriend) Unmarshal(dAtA []byte) error

func (*ReqRemoveFriend) XXX_DiscardUnknown

func (m *ReqRemoveFriend) XXX_DiscardUnknown()

func (*ReqRemoveFriend) XXX_Marshal

func (m *ReqRemoveFriend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqRemoveFriend) XXX_Merge

func (m *ReqRemoveFriend) XXX_Merge(src proto.Message)

func (*ReqRemoveFriend) XXX_Size

func (m *ReqRemoveFriend) XXX_Size() int

func (*ReqRemoveFriend) XXX_Unmarshal

func (m *ReqRemoveFriend) XXX_Unmarshal(b []byte) error

type ReqRollingNotice

type ReqRollingNotice struct {
	Notice               *RollingNotice `protobuf:"bytes,1,opt,name=notice,proto3" json:"notice,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ReqRollingNotice) Descriptor

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

func (*ReqRollingNotice) GetNotice

func (m *ReqRollingNotice) GetNotice() *RollingNotice

func (*ReqRollingNotice) Marshal

func (m *ReqRollingNotice) Marshal() (dAtA []byte, err error)

func (*ReqRollingNotice) MarshalTo

func (m *ReqRollingNotice) MarshalTo(dAtA []byte) (int, error)

func (*ReqRollingNotice) MarshalToSizedBuffer

func (m *ReqRollingNotice) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqRollingNotice) ProtoMessage

func (*ReqRollingNotice) ProtoMessage()

func (*ReqRollingNotice) Reset

func (m *ReqRollingNotice) Reset()

func (*ReqRollingNotice) Size

func (m *ReqRollingNotice) Size() (n int)

func (*ReqRollingNotice) String

func (m *ReqRollingNotice) String() string

func (*ReqRollingNotice) Unmarshal

func (m *ReqRollingNotice) Unmarshal(dAtA []byte) error

func (*ReqRollingNotice) XXX_DiscardUnknown

func (m *ReqRollingNotice) XXX_DiscardUnknown()

func (*ReqRollingNotice) XXX_Marshal

func (m *ReqRollingNotice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqRollingNotice) XXX_Merge

func (m *ReqRollingNotice) XXX_Merge(src proto.Message)

func (*ReqRollingNotice) XXX_Size

func (m *ReqRollingNotice) XXX_Size() int

func (*ReqRollingNotice) XXX_Unmarshal

func (m *ReqRollingNotice) XXX_Unmarshal(b []byte) error

type ReqRoomKick

type ReqRoomKick struct {
	AccountId            uint32   `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqRoomKick) Descriptor

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

func (*ReqRoomKick) GetAccountId

func (m *ReqRoomKick) GetAccountId() uint32

func (*ReqRoomKick) Marshal

func (m *ReqRoomKick) Marshal() (dAtA []byte, err error)

func (*ReqRoomKick) MarshalTo

func (m *ReqRoomKick) MarshalTo(dAtA []byte) (int, error)

func (*ReqRoomKick) MarshalToSizedBuffer

func (m *ReqRoomKick) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqRoomKick) ProtoMessage

func (*ReqRoomKick) ProtoMessage()

func (*ReqRoomKick) Reset

func (m *ReqRoomKick) Reset()

func (*ReqRoomKick) Size

func (m *ReqRoomKick) Size() (n int)

func (*ReqRoomKick) String

func (m *ReqRoomKick) String() string

func (*ReqRoomKick) Unmarshal

func (m *ReqRoomKick) Unmarshal(dAtA []byte) error

func (*ReqRoomKick) XXX_DiscardUnknown

func (m *ReqRoomKick) XXX_DiscardUnknown()

func (*ReqRoomKick) XXX_Marshal

func (m *ReqRoomKick) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqRoomKick) XXX_Merge

func (m *ReqRoomKick) XXX_Merge(src proto.Message)

func (*ReqRoomKick) XXX_Size

func (m *ReqRoomKick) XXX_Size() int

func (*ReqRoomKick) XXX_Unmarshal

func (m *ReqRoomKick) XXX_Unmarshal(b []byte) error

type ReqRoomReady

type ReqRoomReady struct {
	Ready                bool     `protobuf:"varint,1,opt,name=ready,proto3" json:"ready,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqRoomReady) Descriptor

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

func (*ReqRoomReady) GetReady

func (m *ReqRoomReady) GetReady() bool

func (*ReqRoomReady) Marshal

func (m *ReqRoomReady) Marshal() (dAtA []byte, err error)

func (*ReqRoomReady) MarshalTo

func (m *ReqRoomReady) MarshalTo(dAtA []byte) (int, error)

func (*ReqRoomReady) MarshalToSizedBuffer

func (m *ReqRoomReady) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqRoomReady) ProtoMessage

func (*ReqRoomReady) ProtoMessage()

func (*ReqRoomReady) Reset

func (m *ReqRoomReady) Reset()

func (*ReqRoomReady) Size

func (m *ReqRoomReady) Size() (n int)

func (*ReqRoomReady) String

func (m *ReqRoomReady) String() string

func (*ReqRoomReady) Unmarshal

func (m *ReqRoomReady) Unmarshal(dAtA []byte) error

func (*ReqRoomReady) XXX_DiscardUnknown

func (m *ReqRoomReady) XXX_DiscardUnknown()

func (*ReqRoomReady) XXX_Marshal

func (m *ReqRoomReady) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqRoomReady) XXX_Merge

func (m *ReqRoomReady) XXX_Merge(src proto.Message)

func (*ReqRoomReady) XXX_Size

func (m *ReqRoomReady) XXX_Size() int

func (*ReqRoomReady) XXX_Unmarshal

func (m *ReqRoomReady) XXX_Unmarshal(b []byte) error

type ReqRoomStart

type ReqRoomStart struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqRoomStart) Descriptor

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

func (*ReqRoomStart) Marshal

func (m *ReqRoomStart) Marshal() (dAtA []byte, err error)

func (*ReqRoomStart) MarshalTo

func (m *ReqRoomStart) MarshalTo(dAtA []byte) (int, error)

func (*ReqRoomStart) MarshalToSizedBuffer

func (m *ReqRoomStart) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqRoomStart) ProtoMessage

func (*ReqRoomStart) ProtoMessage()

func (*ReqRoomStart) Reset

func (m *ReqRoomStart) Reset()

func (*ReqRoomStart) Size

func (m *ReqRoomStart) Size() (n int)

func (*ReqRoomStart) String

func (m *ReqRoomStart) String() string

func (*ReqRoomStart) Unmarshal

func (m *ReqRoomStart) Unmarshal(dAtA []byte) error

func (*ReqRoomStart) XXX_DiscardUnknown

func (m *ReqRoomStart) XXX_DiscardUnknown()

func (*ReqRoomStart) XXX_Marshal

func (m *ReqRoomStart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqRoomStart) XXX_Merge

func (m *ReqRoomStart) XXX_Merge(src proto.Message)

func (*ReqRoomStart) XXX_Size

func (m *ReqRoomStart) XXX_Size() int

func (*ReqRoomStart) XXX_Unmarshal

func (m *ReqRoomStart) XXX_Unmarshal(b []byte) error

type ReqSayChatMessage

type ReqSayChatMessage struct {
	Content              string   `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqSayChatMessage) Descriptor

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

func (*ReqSayChatMessage) GetContent

func (m *ReqSayChatMessage) GetContent() string

func (*ReqSayChatMessage) Marshal

func (m *ReqSayChatMessage) Marshal() (dAtA []byte, err error)

func (*ReqSayChatMessage) MarshalTo

func (m *ReqSayChatMessage) MarshalTo(dAtA []byte) (int, error)

func (*ReqSayChatMessage) MarshalToSizedBuffer

func (m *ReqSayChatMessage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqSayChatMessage) ProtoMessage

func (*ReqSayChatMessage) ProtoMessage()

func (*ReqSayChatMessage) Reset

func (m *ReqSayChatMessage) Reset()

func (*ReqSayChatMessage) Size

func (m *ReqSayChatMessage) Size() (n int)

func (*ReqSayChatMessage) String

func (m *ReqSayChatMessage) String() string

func (*ReqSayChatMessage) Unmarshal

func (m *ReqSayChatMessage) Unmarshal(dAtA []byte) error

func (*ReqSayChatMessage) XXX_DiscardUnknown

func (m *ReqSayChatMessage) XXX_DiscardUnknown()

func (*ReqSayChatMessage) XXX_Marshal

func (m *ReqSayChatMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqSayChatMessage) XXX_Merge

func (m *ReqSayChatMessage) XXX_Merge(src proto.Message)

func (*ReqSayChatMessage) XXX_Size

func (m *ReqSayChatMessage) XXX_Size() int

func (*ReqSayChatMessage) XXX_Unmarshal

func (m *ReqSayChatMessage) XXX_Unmarshal(b []byte) error

type ReqSearchAccountById

type ReqSearchAccountById struct {
	AccountId            uint32   `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqSearchAccountById) Descriptor

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

func (*ReqSearchAccountById) GetAccountId

func (m *ReqSearchAccountById) GetAccountId() uint32

func (*ReqSearchAccountById) Marshal

func (m *ReqSearchAccountById) Marshal() (dAtA []byte, err error)

func (*ReqSearchAccountById) MarshalTo

func (m *ReqSearchAccountById) MarshalTo(dAtA []byte) (int, error)

func (*ReqSearchAccountById) MarshalToSizedBuffer

func (m *ReqSearchAccountById) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqSearchAccountById) ProtoMessage

func (*ReqSearchAccountById) ProtoMessage()

func (*ReqSearchAccountById) Reset

func (m *ReqSearchAccountById) Reset()

func (*ReqSearchAccountById) Size

func (m *ReqSearchAccountById) Size() (n int)

func (*ReqSearchAccountById) String

func (m *ReqSearchAccountById) String() string

func (*ReqSearchAccountById) Unmarshal

func (m *ReqSearchAccountById) Unmarshal(dAtA []byte) error

func (*ReqSearchAccountById) XXX_DiscardUnknown

func (m *ReqSearchAccountById) XXX_DiscardUnknown()

func (*ReqSearchAccountById) XXX_Marshal

func (m *ReqSearchAccountById) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqSearchAccountById) XXX_Merge

func (m *ReqSearchAccountById) XXX_Merge(src proto.Message)

func (*ReqSearchAccountById) XXX_Size

func (m *ReqSearchAccountById) XXX_Size() int

func (*ReqSearchAccountById) XXX_Unmarshal

func (m *ReqSearchAccountById) XXX_Unmarshal(b []byte) error

type ReqSearchAccountByPattern

type ReqSearchAccountByPattern struct {
	SearchNext           bool     `protobuf:"varint,1,opt,name=search_next,json=searchNext,proto3" json:"search_next,omitempty"`
	Pattern              string   `protobuf:"bytes,2,opt,name=pattern,proto3" json:"pattern,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqSearchAccountByPattern) Descriptor

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

func (*ReqSearchAccountByPattern) GetPattern

func (m *ReqSearchAccountByPattern) GetPattern() string

func (*ReqSearchAccountByPattern) GetSearchNext

func (m *ReqSearchAccountByPattern) GetSearchNext() bool

func (*ReqSearchAccountByPattern) Marshal

func (m *ReqSearchAccountByPattern) Marshal() (dAtA []byte, err error)

func (*ReqSearchAccountByPattern) MarshalTo

func (m *ReqSearchAccountByPattern) MarshalTo(dAtA []byte) (int, error)

func (*ReqSearchAccountByPattern) MarshalToSizedBuffer

func (m *ReqSearchAccountByPattern) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqSearchAccountByPattern) ProtoMessage

func (*ReqSearchAccountByPattern) ProtoMessage()

func (*ReqSearchAccountByPattern) Reset

func (m *ReqSearchAccountByPattern) Reset()

func (*ReqSearchAccountByPattern) Size

func (m *ReqSearchAccountByPattern) Size() (n int)

func (*ReqSearchAccountByPattern) String

func (m *ReqSearchAccountByPattern) String() string

func (*ReqSearchAccountByPattern) Unmarshal

func (m *ReqSearchAccountByPattern) Unmarshal(dAtA []byte) error

func (*ReqSearchAccountByPattern) XXX_DiscardUnknown

func (m *ReqSearchAccountByPattern) XXX_DiscardUnknown()

func (*ReqSearchAccountByPattern) XXX_Marshal

func (m *ReqSearchAccountByPattern) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqSearchAccountByPattern) XXX_Merge

func (m *ReqSearchAccountByPattern) XXX_Merge(src proto.Message)

func (*ReqSearchAccountByPattern) XXX_Size

func (m *ReqSearchAccountByPattern) XXX_Size() int

func (*ReqSearchAccountByPattern) XXX_Unmarshal

func (m *ReqSearchAccountByPattern) XXX_Unmarshal(b []byte) error

type ReqSelfOperation

type ReqSelfOperation struct {
	Type                 uint32   `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Index                uint32   `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	Tile                 string   `protobuf:"bytes,3,opt,name=tile,proto3" json:"tile,omitempty"`
	CancelOperation      bool     `protobuf:"varint,4,opt,name=cancel_operation,json=cancelOperation,proto3" json:"cancel_operation,omitempty"`
	Moqie                bool     `protobuf:"varint,5,opt,name=moqie,proto3" json:"moqie,omitempty"`
	Timeuse              uint32   `protobuf:"varint,6,opt,name=timeuse,proto3" json:"timeuse,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqSelfOperation) Descriptor

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

func (*ReqSelfOperation) GetCancelOperation

func (m *ReqSelfOperation) GetCancelOperation() bool

func (*ReqSelfOperation) GetIndex

func (m *ReqSelfOperation) GetIndex() uint32

func (*ReqSelfOperation) GetMoqie

func (m *ReqSelfOperation) GetMoqie() bool

func (*ReqSelfOperation) GetTile

func (m *ReqSelfOperation) GetTile() string

func (*ReqSelfOperation) GetTimeuse

func (m *ReqSelfOperation) GetTimeuse() uint32

func (*ReqSelfOperation) GetType

func (m *ReqSelfOperation) GetType() uint32

func (*ReqSelfOperation) Marshal

func (m *ReqSelfOperation) Marshal() (dAtA []byte, err error)

func (*ReqSelfOperation) MarshalTo

func (m *ReqSelfOperation) MarshalTo(dAtA []byte) (int, error)

func (*ReqSelfOperation) MarshalToSizedBuffer

func (m *ReqSelfOperation) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqSelfOperation) ProtoMessage

func (*ReqSelfOperation) ProtoMessage()

func (*ReqSelfOperation) Reset

func (m *ReqSelfOperation) Reset()

func (*ReqSelfOperation) Size

func (m *ReqSelfOperation) Size() (n int)

func (*ReqSelfOperation) String

func (m *ReqSelfOperation) String() string

func (*ReqSelfOperation) Unmarshal

func (m *ReqSelfOperation) Unmarshal(dAtA []byte) error

func (*ReqSelfOperation) XXX_DiscardUnknown

func (m *ReqSelfOperation) XXX_DiscardUnknown()

func (*ReqSelfOperation) XXX_Marshal

func (m *ReqSelfOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqSelfOperation) XXX_Merge

func (m *ReqSelfOperation) XXX_Merge(src proto.Message)

func (*ReqSelfOperation) XXX_Size

func (m *ReqSelfOperation) XXX_Size() int

func (*ReqSelfOperation) XXX_Unmarshal

func (m *ReqSelfOperation) XXX_Unmarshal(b []byte) error

type ReqSellItem

type ReqSellItem struct {
	Sells                []*ReqSellItem_Item `protobuf:"bytes,1,rep,name=sells,proto3" json:"sells,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ReqSellItem) Descriptor

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

func (*ReqSellItem) GetSells

func (m *ReqSellItem) GetSells() []*ReqSellItem_Item

func (*ReqSellItem) Marshal

func (m *ReqSellItem) Marshal() (dAtA []byte, err error)

func (*ReqSellItem) MarshalTo

func (m *ReqSellItem) MarshalTo(dAtA []byte) (int, error)

func (*ReqSellItem) MarshalToSizedBuffer

func (m *ReqSellItem) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqSellItem) ProtoMessage

func (*ReqSellItem) ProtoMessage()

func (*ReqSellItem) Reset

func (m *ReqSellItem) Reset()

func (*ReqSellItem) Size

func (m *ReqSellItem) Size() (n int)

func (*ReqSellItem) String

func (m *ReqSellItem) String() string

func (*ReqSellItem) Unmarshal

func (m *ReqSellItem) Unmarshal(dAtA []byte) error

func (*ReqSellItem) XXX_DiscardUnknown

func (m *ReqSellItem) XXX_DiscardUnknown()

func (*ReqSellItem) XXX_Marshal

func (m *ReqSellItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqSellItem) XXX_Merge

func (m *ReqSellItem) XXX_Merge(src proto.Message)

func (*ReqSellItem) XXX_Size

func (m *ReqSellItem) XXX_Size() int

func (*ReqSellItem) XXX_Unmarshal

func (m *ReqSellItem) XXX_Unmarshal(b []byte) error

type ReqSellItem_Item

type ReqSellItem_Item struct {
	ItemId               uint32   `protobuf:"varint,1,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqSellItem_Item) Descriptor

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

func (*ReqSellItem_Item) GetCount

func (m *ReqSellItem_Item) GetCount() uint32

func (*ReqSellItem_Item) GetItemId

func (m *ReqSellItem_Item) GetItemId() uint32

func (*ReqSellItem_Item) Marshal

func (m *ReqSellItem_Item) Marshal() (dAtA []byte, err error)

func (*ReqSellItem_Item) MarshalTo

func (m *ReqSellItem_Item) MarshalTo(dAtA []byte) (int, error)

func (*ReqSellItem_Item) MarshalToSizedBuffer

func (m *ReqSellItem_Item) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqSellItem_Item) ProtoMessage

func (*ReqSellItem_Item) ProtoMessage()

func (*ReqSellItem_Item) Reset

func (m *ReqSellItem_Item) Reset()

func (*ReqSellItem_Item) Size

func (m *ReqSellItem_Item) Size() (n int)

func (*ReqSellItem_Item) String

func (m *ReqSellItem_Item) String() string

func (*ReqSellItem_Item) Unmarshal

func (m *ReqSellItem_Item) Unmarshal(dAtA []byte) error

func (*ReqSellItem_Item) XXX_DiscardUnknown

func (m *ReqSellItem_Item) XXX_DiscardUnknown()

func (*ReqSellItem_Item) XXX_Marshal

func (m *ReqSellItem_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqSellItem_Item) XXX_Merge

func (m *ReqSellItem_Item) XXX_Merge(src proto.Message)

func (*ReqSellItem_Item) XXX_Size

func (m *ReqSellItem_Item) XXX_Size() int

func (*ReqSellItem_Item) XXX_Unmarshal

func (m *ReqSellItem_Item) XXX_Unmarshal(b []byte) error

type ReqSendClientMessage

type ReqSendClientMessage struct {
	TargetId             uint32   `protobuf:"varint,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	Type                 uint32   `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	Content              string   `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqSendClientMessage) Descriptor

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

func (*ReqSendClientMessage) GetContent

func (m *ReqSendClientMessage) GetContent() string

func (*ReqSendClientMessage) GetTargetId

func (m *ReqSendClientMessage) GetTargetId() uint32

func (*ReqSendClientMessage) GetType

func (m *ReqSendClientMessage) GetType() uint32

func (*ReqSendClientMessage) Marshal

func (m *ReqSendClientMessage) Marshal() (dAtA []byte, err error)

func (*ReqSendClientMessage) MarshalTo

func (m *ReqSendClientMessage) MarshalTo(dAtA []byte) (int, error)

func (*ReqSendClientMessage) MarshalToSizedBuffer

func (m *ReqSendClientMessage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqSendClientMessage) ProtoMessage

func (*ReqSendClientMessage) ProtoMessage()

func (*ReqSendClientMessage) Reset

func (m *ReqSendClientMessage) Reset()

func (*ReqSendClientMessage) Size

func (m *ReqSendClientMessage) Size() (n int)

func (*ReqSendClientMessage) String

func (m *ReqSendClientMessage) String() string

func (*ReqSendClientMessage) Unmarshal

func (m *ReqSendClientMessage) Unmarshal(dAtA []byte) error

func (*ReqSendClientMessage) XXX_DiscardUnknown

func (m *ReqSendClientMessage) XXX_DiscardUnknown()

func (*ReqSendClientMessage) XXX_Marshal

func (m *ReqSendClientMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqSendClientMessage) XXX_Merge

func (m *ReqSendClientMessage) XXX_Merge(src proto.Message)

func (*ReqSendClientMessage) XXX_Size

func (m *ReqSendClientMessage) XXX_Size() int

func (*ReqSendClientMessage) XXX_Unmarshal

func (m *ReqSendClientMessage) XXX_Unmarshal(b []byte) error

type ReqSendGiftToCharacter

type ReqSendGiftToCharacter struct {
	CharacterId          uint32                         `protobuf:"varint,1,opt,name=character_id,json=characterId,proto3" json:"character_id,omitempty"`
	Gifts                []*ReqSendGiftToCharacter_Gift `protobuf:"bytes,2,rep,name=gifts,proto3" json:"gifts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*ReqSendGiftToCharacter) Descriptor

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

func (*ReqSendGiftToCharacter) GetCharacterId

func (m *ReqSendGiftToCharacter) GetCharacterId() uint32

func (*ReqSendGiftToCharacter) GetGifts

func (*ReqSendGiftToCharacter) Marshal

func (m *ReqSendGiftToCharacter) Marshal() (dAtA []byte, err error)

func (*ReqSendGiftToCharacter) MarshalTo

func (m *ReqSendGiftToCharacter) MarshalTo(dAtA []byte) (int, error)

func (*ReqSendGiftToCharacter) MarshalToSizedBuffer

func (m *ReqSendGiftToCharacter) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqSendGiftToCharacter) ProtoMessage

func (*ReqSendGiftToCharacter) ProtoMessage()

func (*ReqSendGiftToCharacter) Reset

func (m *ReqSendGiftToCharacter) Reset()

func (*ReqSendGiftToCharacter) Size

func (m *ReqSendGiftToCharacter) Size() (n int)

func (*ReqSendGiftToCharacter) String

func (m *ReqSendGiftToCharacter) String() string

func (*ReqSendGiftToCharacter) Unmarshal

func (m *ReqSendGiftToCharacter) Unmarshal(dAtA []byte) error

func (*ReqSendGiftToCharacter) XXX_DiscardUnknown

func (m *ReqSendGiftToCharacter) XXX_DiscardUnknown()

func (*ReqSendGiftToCharacter) XXX_Marshal

func (m *ReqSendGiftToCharacter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqSendGiftToCharacter) XXX_Merge

func (m *ReqSendGiftToCharacter) XXX_Merge(src proto.Message)

func (*ReqSendGiftToCharacter) XXX_Size

func (m *ReqSendGiftToCharacter) XXX_Size() int

func (*ReqSendGiftToCharacter) XXX_Unmarshal

func (m *ReqSendGiftToCharacter) XXX_Unmarshal(b []byte) error

type ReqSendGiftToCharacter_Gift

type ReqSendGiftToCharacter_Gift struct {
	ItemId               uint32   `protobuf:"varint,1,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqSendGiftToCharacter_Gift) Descriptor

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

func (*ReqSendGiftToCharacter_Gift) GetCount

func (m *ReqSendGiftToCharacter_Gift) GetCount() uint32

func (*ReqSendGiftToCharacter_Gift) GetItemId

func (m *ReqSendGiftToCharacter_Gift) GetItemId() uint32

func (*ReqSendGiftToCharacter_Gift) Marshal

func (m *ReqSendGiftToCharacter_Gift) Marshal() (dAtA []byte, err error)

func (*ReqSendGiftToCharacter_Gift) MarshalTo

func (m *ReqSendGiftToCharacter_Gift) MarshalTo(dAtA []byte) (int, error)

func (*ReqSendGiftToCharacter_Gift) MarshalToSizedBuffer

func (m *ReqSendGiftToCharacter_Gift) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqSendGiftToCharacter_Gift) ProtoMessage

func (*ReqSendGiftToCharacter_Gift) ProtoMessage()

func (*ReqSendGiftToCharacter_Gift) Reset

func (m *ReqSendGiftToCharacter_Gift) Reset()

func (*ReqSendGiftToCharacter_Gift) Size

func (m *ReqSendGiftToCharacter_Gift) Size() (n int)

func (*ReqSendGiftToCharacter_Gift) String

func (m *ReqSendGiftToCharacter_Gift) String() string

func (*ReqSendGiftToCharacter_Gift) Unmarshal

func (m *ReqSendGiftToCharacter_Gift) Unmarshal(dAtA []byte) error

func (*ReqSendGiftToCharacter_Gift) XXX_DiscardUnknown

func (m *ReqSendGiftToCharacter_Gift) XXX_DiscardUnknown()

func (*ReqSendGiftToCharacter_Gift) XXX_Marshal

func (m *ReqSendGiftToCharacter_Gift) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqSendGiftToCharacter_Gift) XXX_Merge

func (m *ReqSendGiftToCharacter_Gift) XXX_Merge(src proto.Message)

func (*ReqSendGiftToCharacter_Gift) XXX_Size

func (m *ReqSendGiftToCharacter_Gift) XXX_Size() int

func (*ReqSendGiftToCharacter_Gift) XXX_Unmarshal

func (m *ReqSendGiftToCharacter_Gift) XXX_Unmarshal(b []byte) error

type ReqShopPurchase

type ReqShopPurchase struct {
	Type                 string   `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Id                   uint32   `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqShopPurchase) Descriptor

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

func (*ReqShopPurchase) GetId

func (m *ReqShopPurchase) GetId() uint32

func (*ReqShopPurchase) GetType

func (m *ReqShopPurchase) GetType() string

func (*ReqShopPurchase) Marshal

func (m *ReqShopPurchase) Marshal() (dAtA []byte, err error)

func (*ReqShopPurchase) MarshalTo

func (m *ReqShopPurchase) MarshalTo(dAtA []byte) (int, error)

func (*ReqShopPurchase) MarshalToSizedBuffer

func (m *ReqShopPurchase) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqShopPurchase) ProtoMessage

func (*ReqShopPurchase) ProtoMessage()

func (*ReqShopPurchase) Reset

func (m *ReqShopPurchase) Reset()

func (*ReqShopPurchase) Size

func (m *ReqShopPurchase) Size() (n int)

func (*ReqShopPurchase) String

func (m *ReqShopPurchase) String() string

func (*ReqShopPurchase) Unmarshal

func (m *ReqShopPurchase) Unmarshal(dAtA []byte) error

func (*ReqShopPurchase) XXX_DiscardUnknown

func (m *ReqShopPurchase) XXX_DiscardUnknown()

func (*ReqShopPurchase) XXX_Marshal

func (m *ReqShopPurchase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqShopPurchase) XXX_Merge

func (m *ReqShopPurchase) XXX_Merge(src proto.Message)

func (*ReqShopPurchase) XXX_Size

func (m *ReqShopPurchase) XXX_Size() int

func (*ReqShopPurchase) XXX_Unmarshal

func (m *ReqShopPurchase) XXX_Unmarshal(b []byte) error

type ReqSignupAccount

type ReqSignupAccount struct {
	Account              string   `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Password             string   `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	Code                 string   `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	Type                 uint32   `protobuf:"varint,4,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqSignupAccount) Descriptor

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

func (*ReqSignupAccount) GetAccount

func (m *ReqSignupAccount) GetAccount() string

func (*ReqSignupAccount) GetCode

func (m *ReqSignupAccount) GetCode() string

func (*ReqSignupAccount) GetPassword

func (m *ReqSignupAccount) GetPassword() string

func (*ReqSignupAccount) GetType

func (m *ReqSignupAccount) GetType() uint32

func (*ReqSignupAccount) Marshal

func (m *ReqSignupAccount) Marshal() (dAtA []byte, err error)

func (*ReqSignupAccount) MarshalTo

func (m *ReqSignupAccount) MarshalTo(dAtA []byte) (int, error)

func (*ReqSignupAccount) MarshalToSizedBuffer

func (m *ReqSignupAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqSignupAccount) ProtoMessage

func (*ReqSignupAccount) ProtoMessage()

func (*ReqSignupAccount) Reset

func (m *ReqSignupAccount) Reset()

func (*ReqSignupAccount) Size

func (m *ReqSignupAccount) Size() (n int)

func (*ReqSignupAccount) String

func (m *ReqSignupAccount) String() string

func (*ReqSignupAccount) Unmarshal

func (m *ReqSignupAccount) Unmarshal(dAtA []byte) error

func (*ReqSignupAccount) XXX_DiscardUnknown

func (m *ReqSignupAccount) XXX_DiscardUnknown()

func (*ReqSignupAccount) XXX_Marshal

func (m *ReqSignupAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqSignupAccount) XXX_Merge

func (m *ReqSignupAccount) XXX_Merge(src proto.Message)

func (*ReqSignupAccount) XXX_Size

func (m *ReqSignupAccount) XXX_Size() int

func (*ReqSignupAccount) XXX_Unmarshal

func (m *ReqSignupAccount) XXX_Unmarshal(b []byte) error

type ReqSolveGooglePlayOrder

type ReqSolveGooglePlayOrder struct {
	InappPurchaseData    string   `protobuf:"bytes,2,opt,name=inapp_purchase_data,json=inappPurchaseData,proto3" json:"inapp_purchase_data,omitempty"`
	InappDataSignature   string   `protobuf:"bytes,3,opt,name=inapp_data_signature,json=inappDataSignature,proto3" json:"inapp_data_signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqSolveGooglePlayOrder) Descriptor

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

func (*ReqSolveGooglePlayOrder) GetInappDataSignature

func (m *ReqSolveGooglePlayOrder) GetInappDataSignature() string

func (*ReqSolveGooglePlayOrder) GetInappPurchaseData

func (m *ReqSolveGooglePlayOrder) GetInappPurchaseData() string

func (*ReqSolveGooglePlayOrder) Marshal

func (m *ReqSolveGooglePlayOrder) Marshal() (dAtA []byte, err error)

func (*ReqSolveGooglePlayOrder) MarshalTo

func (m *ReqSolveGooglePlayOrder) MarshalTo(dAtA []byte) (int, error)

func (*ReqSolveGooglePlayOrder) MarshalToSizedBuffer

func (m *ReqSolveGooglePlayOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqSolveGooglePlayOrder) ProtoMessage

func (*ReqSolveGooglePlayOrder) ProtoMessage()

func (*ReqSolveGooglePlayOrder) Reset

func (m *ReqSolveGooglePlayOrder) Reset()

func (*ReqSolveGooglePlayOrder) Size

func (m *ReqSolveGooglePlayOrder) Size() (n int)

func (*ReqSolveGooglePlayOrder) String

func (m *ReqSolveGooglePlayOrder) String() string

func (*ReqSolveGooglePlayOrder) Unmarshal

func (m *ReqSolveGooglePlayOrder) Unmarshal(dAtA []byte) error

func (*ReqSolveGooglePlayOrder) XXX_DiscardUnknown

func (m *ReqSolveGooglePlayOrder) XXX_DiscardUnknown()

func (*ReqSolveGooglePlayOrder) XXX_Marshal

func (m *ReqSolveGooglePlayOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqSolveGooglePlayOrder) XXX_Merge

func (m *ReqSolveGooglePlayOrder) XXX_Merge(src proto.Message)

func (*ReqSolveGooglePlayOrder) XXX_Size

func (m *ReqSolveGooglePlayOrder) XXX_Size() int

func (*ReqSolveGooglePlayOrder) XXX_Unmarshal

func (m *ReqSolveGooglePlayOrder) XXX_Unmarshal(b []byte) error

type ReqStartCustomizedContest

type ReqStartCustomizedContest struct {
	UniqueId             uint32   `protobuf:"varint,1,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqStartCustomizedContest) Descriptor

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

func (*ReqStartCustomizedContest) GetUniqueId

func (m *ReqStartCustomizedContest) GetUniqueId() uint32

func (*ReqStartCustomizedContest) Marshal

func (m *ReqStartCustomizedContest) Marshal() (dAtA []byte, err error)

func (*ReqStartCustomizedContest) MarshalTo

func (m *ReqStartCustomizedContest) MarshalTo(dAtA []byte) (int, error)

func (*ReqStartCustomizedContest) MarshalToSizedBuffer

func (m *ReqStartCustomizedContest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqStartCustomizedContest) ProtoMessage

func (*ReqStartCustomizedContest) ProtoMessage()

func (*ReqStartCustomizedContest) Reset

func (m *ReqStartCustomizedContest) Reset()

func (*ReqStartCustomizedContest) Size

func (m *ReqStartCustomizedContest) Size() (n int)

func (*ReqStartCustomizedContest) String

func (m *ReqStartCustomizedContest) String() string

func (*ReqStartCustomizedContest) Unmarshal

func (m *ReqStartCustomizedContest) Unmarshal(dAtA []byte) error

func (*ReqStartCustomizedContest) XXX_DiscardUnknown

func (m *ReqStartCustomizedContest) XXX_DiscardUnknown()

func (*ReqStartCustomizedContest) XXX_Marshal

func (m *ReqStartCustomizedContest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqStartCustomizedContest) XXX_Merge

func (m *ReqStartCustomizedContest) XXX_Merge(src proto.Message)

func (*ReqStartCustomizedContest) XXX_Size

func (m *ReqStartCustomizedContest) XXX_Size() int

func (*ReqStartCustomizedContest) XXX_Unmarshal

func (m *ReqStartCustomizedContest) XXX_Unmarshal(b []byte) error

type ReqSyncGame

type ReqSyncGame struct {
	RoundId              string   `protobuf:"bytes,1,opt,name=round_id,json=roundId,proto3" json:"round_id,omitempty"`
	Step                 uint32   `protobuf:"varint,2,opt,name=step,proto3" json:"step,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqSyncGame) Descriptor

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

func (*ReqSyncGame) GetRoundId

func (m *ReqSyncGame) GetRoundId() string

func (*ReqSyncGame) GetStep

func (m *ReqSyncGame) GetStep() uint32

func (*ReqSyncGame) Marshal

func (m *ReqSyncGame) Marshal() (dAtA []byte, err error)

func (*ReqSyncGame) MarshalTo

func (m *ReqSyncGame) MarshalTo(dAtA []byte) (int, error)

func (*ReqSyncGame) MarshalToSizedBuffer

func (m *ReqSyncGame) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqSyncGame) ProtoMessage

func (*ReqSyncGame) ProtoMessage()

func (*ReqSyncGame) Reset

func (m *ReqSyncGame) Reset()

func (*ReqSyncGame) Size

func (m *ReqSyncGame) Size() (n int)

func (*ReqSyncGame) String

func (m *ReqSyncGame) String() string

func (*ReqSyncGame) Unmarshal

func (m *ReqSyncGame) Unmarshal(dAtA []byte) error

func (*ReqSyncGame) XXX_DiscardUnknown

func (m *ReqSyncGame) XXX_DiscardUnknown()

func (*ReqSyncGame) XXX_Marshal

func (m *ReqSyncGame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqSyncGame) XXX_Merge

func (m *ReqSyncGame) XXX_Merge(src proto.Message)

func (*ReqSyncGame) XXX_Size

func (m *ReqSyncGame) XXX_Size() int

func (*ReqSyncGame) XXX_Unmarshal

func (m *ReqSyncGame) XXX_Unmarshal(b []byte) error

type ReqTakeAttachment

type ReqTakeAttachment struct {
	MailId               uint32   `protobuf:"varint,1,opt,name=mail_id,json=mailId,proto3" json:"mail_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqTakeAttachment) Descriptor

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

func (*ReqTakeAttachment) GetMailId

func (m *ReqTakeAttachment) GetMailId() uint32

func (*ReqTakeAttachment) Marshal

func (m *ReqTakeAttachment) Marshal() (dAtA []byte, err error)

func (*ReqTakeAttachment) MarshalTo

func (m *ReqTakeAttachment) MarshalTo(dAtA []byte) (int, error)

func (*ReqTakeAttachment) MarshalToSizedBuffer

func (m *ReqTakeAttachment) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqTakeAttachment) ProtoMessage

func (*ReqTakeAttachment) ProtoMessage()

func (*ReqTakeAttachment) Reset

func (m *ReqTakeAttachment) Reset()

func (*ReqTakeAttachment) Size

func (m *ReqTakeAttachment) Size() (n int)

func (*ReqTakeAttachment) String

func (m *ReqTakeAttachment) String() string

func (*ReqTakeAttachment) Unmarshal

func (m *ReqTakeAttachment) Unmarshal(dAtA []byte) error

func (*ReqTakeAttachment) XXX_DiscardUnknown

func (m *ReqTakeAttachment) XXX_DiscardUnknown()

func (*ReqTakeAttachment) XXX_Marshal

func (m *ReqTakeAttachment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqTakeAttachment) XXX_Merge

func (m *ReqTakeAttachment) XXX_Merge(src proto.Message)

func (*ReqTakeAttachment) XXX_Size

func (m *ReqTakeAttachment) XXX_Size() int

func (*ReqTakeAttachment) XXX_Unmarshal

func (m *ReqTakeAttachment) XXX_Unmarshal(b []byte) error

type ReqTargetCustomizedContest

type ReqTargetCustomizedContest struct {
	UniqueId             uint32   `protobuf:"varint,1,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqTargetCustomizedContest) Descriptor

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

func (*ReqTargetCustomizedContest) GetUniqueId

func (m *ReqTargetCustomizedContest) GetUniqueId() uint32

func (*ReqTargetCustomizedContest) Marshal

func (m *ReqTargetCustomizedContest) Marshal() (dAtA []byte, err error)

func (*ReqTargetCustomizedContest) MarshalTo

func (m *ReqTargetCustomizedContest) MarshalTo(dAtA []byte) (int, error)

func (*ReqTargetCustomizedContest) MarshalToSizedBuffer

func (m *ReqTargetCustomizedContest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqTargetCustomizedContest) ProtoMessage

func (*ReqTargetCustomizedContest) ProtoMessage()

func (*ReqTargetCustomizedContest) Reset

func (m *ReqTargetCustomizedContest) Reset()

func (*ReqTargetCustomizedContest) Size

func (m *ReqTargetCustomizedContest) Size() (n int)

func (*ReqTargetCustomizedContest) String

func (m *ReqTargetCustomizedContest) String() string

func (*ReqTargetCustomizedContest) Unmarshal

func (m *ReqTargetCustomizedContest) Unmarshal(dAtA []byte) error

func (*ReqTargetCustomizedContest) XXX_DiscardUnknown

func (m *ReqTargetCustomizedContest) XXX_DiscardUnknown()

func (*ReqTargetCustomizedContest) XXX_Marshal

func (m *ReqTargetCustomizedContest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqTargetCustomizedContest) XXX_Merge

func (m *ReqTargetCustomizedContest) XXX_Merge(src proto.Message)

func (*ReqTargetCustomizedContest) XXX_Size

func (m *ReqTargetCustomizedContest) XXX_Size() int

func (*ReqTargetCustomizedContest) XXX_Unmarshal

func (m *ReqTargetCustomizedContest) XXX_Unmarshal(b []byte) error

type ReqUpdateAccountSettings

type ReqUpdateAccountSettings struct {
	Setting              *AccountSetting `protobuf:"bytes,1,opt,name=setting,proto3" json:"setting,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ReqUpdateAccountSettings) Descriptor

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

func (*ReqUpdateAccountSettings) GetSetting

func (m *ReqUpdateAccountSettings) GetSetting() *AccountSetting

func (*ReqUpdateAccountSettings) Marshal

func (m *ReqUpdateAccountSettings) Marshal() (dAtA []byte, err error)

func (*ReqUpdateAccountSettings) MarshalTo

func (m *ReqUpdateAccountSettings) MarshalTo(dAtA []byte) (int, error)

func (*ReqUpdateAccountSettings) MarshalToSizedBuffer

func (m *ReqUpdateAccountSettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqUpdateAccountSettings) ProtoMessage

func (*ReqUpdateAccountSettings) ProtoMessage()

func (*ReqUpdateAccountSettings) Reset

func (m *ReqUpdateAccountSettings) Reset()

func (*ReqUpdateAccountSettings) Size

func (m *ReqUpdateAccountSettings) Size() (n int)

func (*ReqUpdateAccountSettings) String

func (m *ReqUpdateAccountSettings) String() string

func (*ReqUpdateAccountSettings) Unmarshal

func (m *ReqUpdateAccountSettings) Unmarshal(dAtA []byte) error

func (*ReqUpdateAccountSettings) XXX_DiscardUnknown

func (m *ReqUpdateAccountSettings) XXX_DiscardUnknown()

func (*ReqUpdateAccountSettings) XXX_Marshal

func (m *ReqUpdateAccountSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqUpdateAccountSettings) XXX_Merge

func (m *ReqUpdateAccountSettings) XXX_Merge(src proto.Message)

func (*ReqUpdateAccountSettings) XXX_Size

func (m *ReqUpdateAccountSettings) XXX_Size() int

func (*ReqUpdateAccountSettings) XXX_Unmarshal

func (m *ReqUpdateAccountSettings) XXX_Unmarshal(b []byte) error

type ReqUpdateClientValue

type ReqUpdateClientValue struct {
	Key                  uint32   `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`
	Value                uint32   `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqUpdateClientValue) Descriptor

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

func (*ReqUpdateClientValue) GetKey

func (m *ReqUpdateClientValue) GetKey() uint32

func (*ReqUpdateClientValue) GetValue

func (m *ReqUpdateClientValue) GetValue() uint32

func (*ReqUpdateClientValue) Marshal

func (m *ReqUpdateClientValue) Marshal() (dAtA []byte, err error)

func (*ReqUpdateClientValue) MarshalTo

func (m *ReqUpdateClientValue) MarshalTo(dAtA []byte) (int, error)

func (*ReqUpdateClientValue) MarshalToSizedBuffer

func (m *ReqUpdateClientValue) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqUpdateClientValue) ProtoMessage

func (*ReqUpdateClientValue) ProtoMessage()

func (*ReqUpdateClientValue) Reset

func (m *ReqUpdateClientValue) Reset()

func (*ReqUpdateClientValue) Size

func (m *ReqUpdateClientValue) Size() (n int)

func (*ReqUpdateClientValue) String

func (m *ReqUpdateClientValue) String() string

func (*ReqUpdateClientValue) Unmarshal

func (m *ReqUpdateClientValue) Unmarshal(dAtA []byte) error

func (*ReqUpdateClientValue) XXX_DiscardUnknown

func (m *ReqUpdateClientValue) XXX_DiscardUnknown()

func (*ReqUpdateClientValue) XXX_Marshal

func (m *ReqUpdateClientValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqUpdateClientValue) XXX_Merge

func (m *ReqUpdateClientValue) XXX_Merge(src proto.Message)

func (*ReqUpdateClientValue) XXX_Size

func (m *ReqUpdateClientValue) XXX_Size() int

func (*ReqUpdateClientValue) XXX_Unmarshal

func (m *ReqUpdateClientValue) XXX_Unmarshal(b []byte) error

type ReqUpdateCommentSetting

type ReqUpdateCommentSetting struct {
	CommentAllow         uint32   `protobuf:"varint,1,opt,name=comment_allow,json=commentAllow,proto3" json:"comment_allow,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqUpdateCommentSetting) Descriptor

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

func (*ReqUpdateCommentSetting) GetCommentAllow

func (m *ReqUpdateCommentSetting) GetCommentAllow() uint32

func (*ReqUpdateCommentSetting) Marshal

func (m *ReqUpdateCommentSetting) Marshal() (dAtA []byte, err error)

func (*ReqUpdateCommentSetting) MarshalTo

func (m *ReqUpdateCommentSetting) MarshalTo(dAtA []byte) (int, error)

func (*ReqUpdateCommentSetting) MarshalToSizedBuffer

func (m *ReqUpdateCommentSetting) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqUpdateCommentSetting) ProtoMessage

func (*ReqUpdateCommentSetting) ProtoMessage()

func (*ReqUpdateCommentSetting) Reset

func (m *ReqUpdateCommentSetting) Reset()

func (*ReqUpdateCommentSetting) Size

func (m *ReqUpdateCommentSetting) Size() (n int)

func (*ReqUpdateCommentSetting) String

func (m *ReqUpdateCommentSetting) String() string

func (*ReqUpdateCommentSetting) Unmarshal

func (m *ReqUpdateCommentSetting) Unmarshal(dAtA []byte) error

func (*ReqUpdateCommentSetting) XXX_DiscardUnknown

func (m *ReqUpdateCommentSetting) XXX_DiscardUnknown()

func (*ReqUpdateCommentSetting) XXX_Marshal

func (m *ReqUpdateCommentSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqUpdateCommentSetting) XXX_Merge

func (m *ReqUpdateCommentSetting) XXX_Merge(src proto.Message)

func (*ReqUpdateCommentSetting) XXX_Size

func (m *ReqUpdateCommentSetting) XXX_Size() int

func (*ReqUpdateCommentSetting) XXX_Unmarshal

func (m *ReqUpdateCommentSetting) XXX_Unmarshal(b []byte) error

type ReqUpdateIDCardInfo

type ReqUpdateIDCardInfo struct {
	Fullname             string   `protobuf:"bytes,1,opt,name=fullname,proto3" json:"fullname,omitempty"`
	CardNo               string   `protobuf:"bytes,2,opt,name=card_no,json=cardNo,proto3" json:"card_no,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqUpdateIDCardInfo) Descriptor

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

func (*ReqUpdateIDCardInfo) GetCardNo

func (m *ReqUpdateIDCardInfo) GetCardNo() string

func (*ReqUpdateIDCardInfo) GetFullname

func (m *ReqUpdateIDCardInfo) GetFullname() string

func (*ReqUpdateIDCardInfo) Marshal

func (m *ReqUpdateIDCardInfo) Marshal() (dAtA []byte, err error)

func (*ReqUpdateIDCardInfo) MarshalTo

func (m *ReqUpdateIDCardInfo) MarshalTo(dAtA []byte) (int, error)

func (*ReqUpdateIDCardInfo) MarshalToSizedBuffer

func (m *ReqUpdateIDCardInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqUpdateIDCardInfo) ProtoMessage

func (*ReqUpdateIDCardInfo) ProtoMessage()

func (*ReqUpdateIDCardInfo) Reset

func (m *ReqUpdateIDCardInfo) Reset()

func (*ReqUpdateIDCardInfo) Size

func (m *ReqUpdateIDCardInfo) Size() (n int)

func (*ReqUpdateIDCardInfo) String

func (m *ReqUpdateIDCardInfo) String() string

func (*ReqUpdateIDCardInfo) Unmarshal

func (m *ReqUpdateIDCardInfo) Unmarshal(dAtA []byte) error

func (*ReqUpdateIDCardInfo) XXX_DiscardUnknown

func (m *ReqUpdateIDCardInfo) XXX_DiscardUnknown()

func (*ReqUpdateIDCardInfo) XXX_Marshal

func (m *ReqUpdateIDCardInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqUpdateIDCardInfo) XXX_Merge

func (m *ReqUpdateIDCardInfo) XXX_Merge(src proto.Message)

func (*ReqUpdateIDCardInfo) XXX_Size

func (m *ReqUpdateIDCardInfo) XXX_Size() int

func (*ReqUpdateIDCardInfo) XXX_Unmarshal

func (m *ReqUpdateIDCardInfo) XXX_Unmarshal(b []byte) error

type ReqUpdateReadComment

type ReqUpdateReadComment struct {
	ReadId               uint32   `protobuf:"varint,1,opt,name=read_id,json=readId,proto3" json:"read_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqUpdateReadComment) Descriptor

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

func (*ReqUpdateReadComment) GetReadId

func (m *ReqUpdateReadComment) GetReadId() uint32

func (*ReqUpdateReadComment) Marshal

func (m *ReqUpdateReadComment) Marshal() (dAtA []byte, err error)

func (*ReqUpdateReadComment) MarshalTo

func (m *ReqUpdateReadComment) MarshalTo(dAtA []byte) (int, error)

func (*ReqUpdateReadComment) MarshalToSizedBuffer

func (m *ReqUpdateReadComment) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqUpdateReadComment) ProtoMessage

func (*ReqUpdateReadComment) ProtoMessage()

func (*ReqUpdateReadComment) Reset

func (m *ReqUpdateReadComment) Reset()

func (*ReqUpdateReadComment) Size

func (m *ReqUpdateReadComment) Size() (n int)

func (*ReqUpdateReadComment) String

func (m *ReqUpdateReadComment) String() string

func (*ReqUpdateReadComment) Unmarshal

func (m *ReqUpdateReadComment) Unmarshal(dAtA []byte) error

func (*ReqUpdateReadComment) XXX_DiscardUnknown

func (m *ReqUpdateReadComment) XXX_DiscardUnknown()

func (*ReqUpdateReadComment) XXX_Marshal

func (m *ReqUpdateReadComment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqUpdateReadComment) XXX_Merge

func (m *ReqUpdateReadComment) XXX_Merge(src proto.Message)

func (*ReqUpdateReadComment) XXX_Size

func (m *ReqUpdateReadComment) XXX_Size() int

func (*ReqUpdateReadComment) XXX_Unmarshal

func (m *ReqUpdateReadComment) XXX_Unmarshal(b []byte) error

type ReqUpgradeCharacter

type ReqUpgradeCharacter struct {
	CharacterId          uint32   `protobuf:"varint,1,opt,name=character_id,json=characterId,proto3" json:"character_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqUpgradeCharacter) Descriptor

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

func (*ReqUpgradeCharacter) GetCharacterId

func (m *ReqUpgradeCharacter) GetCharacterId() uint32

func (*ReqUpgradeCharacter) Marshal

func (m *ReqUpgradeCharacter) Marshal() (dAtA []byte, err error)

func (*ReqUpgradeCharacter) MarshalTo

func (m *ReqUpgradeCharacter) MarshalTo(dAtA []byte) (int, error)

func (*ReqUpgradeCharacter) MarshalToSizedBuffer

func (m *ReqUpgradeCharacter) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqUpgradeCharacter) ProtoMessage

func (*ReqUpgradeCharacter) ProtoMessage()

func (*ReqUpgradeCharacter) Reset

func (m *ReqUpgradeCharacter) Reset()

func (*ReqUpgradeCharacter) Size

func (m *ReqUpgradeCharacter) Size() (n int)

func (*ReqUpgradeCharacter) String

func (m *ReqUpgradeCharacter) String() string

func (*ReqUpgradeCharacter) Unmarshal

func (m *ReqUpgradeCharacter) Unmarshal(dAtA []byte) error

func (*ReqUpgradeCharacter) XXX_DiscardUnknown

func (m *ReqUpgradeCharacter) XXX_DiscardUnknown()

func (*ReqUpgradeCharacter) XXX_Marshal

func (m *ReqUpgradeCharacter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqUpgradeCharacter) XXX_Merge

func (m *ReqUpgradeCharacter) XXX_Merge(src proto.Message)

func (*ReqUpgradeCharacter) XXX_Size

func (m *ReqUpgradeCharacter) XXX_Size() int

func (*ReqUpgradeCharacter) XXX_Unmarshal

func (m *ReqUpgradeCharacter) XXX_Unmarshal(b []byte) error

type ReqUseBagItem

type ReqUseBagItem struct {
	ItemId               uint32   `protobuf:"varint,1,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqUseBagItem) Descriptor

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

func (*ReqUseBagItem) GetItemId

func (m *ReqUseBagItem) GetItemId() uint32

func (*ReqUseBagItem) Marshal

func (m *ReqUseBagItem) Marshal() (dAtA []byte, err error)

func (*ReqUseBagItem) MarshalTo

func (m *ReqUseBagItem) MarshalTo(dAtA []byte) (int, error)

func (*ReqUseBagItem) MarshalToSizedBuffer

func (m *ReqUseBagItem) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqUseBagItem) ProtoMessage

func (*ReqUseBagItem) ProtoMessage()

func (*ReqUseBagItem) Reset

func (m *ReqUseBagItem) Reset()

func (*ReqUseBagItem) Size

func (m *ReqUseBagItem) Size() (n int)

func (*ReqUseBagItem) String

func (m *ReqUseBagItem) String() string

func (*ReqUseBagItem) Unmarshal

func (m *ReqUseBagItem) Unmarshal(dAtA []byte) error

func (*ReqUseBagItem) XXX_DiscardUnknown

func (m *ReqUseBagItem) XXX_DiscardUnknown()

func (*ReqUseBagItem) XXX_Marshal

func (m *ReqUseBagItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqUseBagItem) XXX_Merge

func (m *ReqUseBagItem) XXX_Merge(src proto.Message)

func (*ReqUseBagItem) XXX_Size

func (m *ReqUseBagItem) XXX_Size() int

func (*ReqUseBagItem) XXX_Unmarshal

func (m *ReqUseBagItem) XXX_Unmarshal(b []byte) error

type ReqUseGiftCode

type ReqUseGiftCode struct {
	Code                 string   `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqUseGiftCode) Descriptor

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

func (*ReqUseGiftCode) GetCode

func (m *ReqUseGiftCode) GetCode() string

func (*ReqUseGiftCode) Marshal

func (m *ReqUseGiftCode) Marshal() (dAtA []byte, err error)

func (*ReqUseGiftCode) MarshalTo

func (m *ReqUseGiftCode) MarshalTo(dAtA []byte) (int, error)

func (*ReqUseGiftCode) MarshalToSizedBuffer

func (m *ReqUseGiftCode) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqUseGiftCode) ProtoMessage

func (*ReqUseGiftCode) ProtoMessage()

func (*ReqUseGiftCode) Reset

func (m *ReqUseGiftCode) Reset()

func (*ReqUseGiftCode) Size

func (m *ReqUseGiftCode) Size() (n int)

func (*ReqUseGiftCode) String

func (m *ReqUseGiftCode) String() string

func (*ReqUseGiftCode) Unmarshal

func (m *ReqUseGiftCode) Unmarshal(dAtA []byte) error

func (*ReqUseGiftCode) XXX_DiscardUnknown

func (m *ReqUseGiftCode) XXX_DiscardUnknown()

func (*ReqUseGiftCode) XXX_Marshal

func (m *ReqUseGiftCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqUseGiftCode) XXX_Merge

func (m *ReqUseGiftCode) XXX_Merge(src proto.Message)

func (*ReqUseGiftCode) XXX_Size

func (m *ReqUseGiftCode) XXX_Size() int

func (*ReqUseGiftCode) XXX_Unmarshal

func (m *ReqUseGiftCode) XXX_Unmarshal(b []byte) error

type ReqUseTitle

type ReqUseTitle struct {
	Title                uint32   `protobuf:"varint,1,opt,name=title,proto3" json:"title,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqUseTitle) Descriptor

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

func (*ReqUseTitle) GetTitle

func (m *ReqUseTitle) GetTitle() uint32

func (*ReqUseTitle) Marshal

func (m *ReqUseTitle) Marshal() (dAtA []byte, err error)

func (*ReqUseTitle) MarshalTo

func (m *ReqUseTitle) MarshalTo(dAtA []byte) (int, error)

func (*ReqUseTitle) MarshalToSizedBuffer

func (m *ReqUseTitle) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqUseTitle) ProtoMessage

func (*ReqUseTitle) ProtoMessage()

func (*ReqUseTitle) Reset

func (m *ReqUseTitle) Reset()

func (*ReqUseTitle) Size

func (m *ReqUseTitle) Size() (n int)

func (*ReqUseTitle) String

func (m *ReqUseTitle) String() string

func (*ReqUseTitle) Unmarshal

func (m *ReqUseTitle) Unmarshal(dAtA []byte) error

func (*ReqUseTitle) XXX_DiscardUnknown

func (m *ReqUseTitle) XXX_DiscardUnknown()

func (*ReqUseTitle) XXX_Marshal

func (m *ReqUseTitle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqUseTitle) XXX_Merge

func (m *ReqUseTitle) XXX_Merge(src proto.Message)

func (*ReqUseTitle) XXX_Size

func (m *ReqUseTitle) XXX_Size() int

func (*ReqUseTitle) XXX_Unmarshal

func (m *ReqUseTitle) XXX_Unmarshal(b []byte) error

type ReqVerifyCodeForSecure

type ReqVerifyCodeForSecure struct {
	Code                 string   `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	Operation            uint32   `protobuf:"varint,2,opt,name=operation,proto3" json:"operation,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqVerifyCodeForSecure) Descriptor

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

func (*ReqVerifyCodeForSecure) GetCode

func (m *ReqVerifyCodeForSecure) GetCode() string

func (*ReqVerifyCodeForSecure) GetOperation

func (m *ReqVerifyCodeForSecure) GetOperation() uint32

func (*ReqVerifyCodeForSecure) Marshal

func (m *ReqVerifyCodeForSecure) Marshal() (dAtA []byte, err error)

func (*ReqVerifyCodeForSecure) MarshalTo

func (m *ReqVerifyCodeForSecure) MarshalTo(dAtA []byte) (int, error)

func (*ReqVerifyCodeForSecure) MarshalToSizedBuffer

func (m *ReqVerifyCodeForSecure) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqVerifyCodeForSecure) ProtoMessage

func (*ReqVerifyCodeForSecure) ProtoMessage()

func (*ReqVerifyCodeForSecure) Reset

func (m *ReqVerifyCodeForSecure) Reset()

func (*ReqVerifyCodeForSecure) Size

func (m *ReqVerifyCodeForSecure) Size() (n int)

func (*ReqVerifyCodeForSecure) String

func (m *ReqVerifyCodeForSecure) String() string

func (*ReqVerifyCodeForSecure) Unmarshal

func (m *ReqVerifyCodeForSecure) Unmarshal(dAtA []byte) error

func (*ReqVerifyCodeForSecure) XXX_DiscardUnknown

func (m *ReqVerifyCodeForSecure) XXX_DiscardUnknown()

func (*ReqVerifyCodeForSecure) XXX_Marshal

func (m *ReqVerifyCodeForSecure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqVerifyCodeForSecure) XXX_Merge

func (m *ReqVerifyCodeForSecure) XXX_Merge(src proto.Message)

func (*ReqVerifyCodeForSecure) XXX_Size

func (m *ReqVerifyCodeForSecure) XXX_Size() int

func (*ReqVerifyCodeForSecure) XXX_Unmarshal

func (m *ReqVerifyCodeForSecure) XXX_Unmarshal(b []byte) error

type ResAccountActivityData

type ResAccountActivityData struct {
	Error                *Error                                       `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	ExchangeRecords      []*ExchangeRecord                            `protobuf:"bytes,2,rep,name=exchange_records,json=exchangeRecords,proto3" json:"exchange_records,omitempty"`
	TaskProgressList     []*TaskProgress                              `protobuf:"bytes,3,rep,name=task_progress_list,json=taskProgressList,proto3" json:"task_progress_list,omitempty"`
	AccumulatedPointList []*ActivityAccumulatedPointData              `protobuf:"bytes,4,rep,name=accumulated_point_list,json=accumulatedPointList,proto3" json:"accumulated_point_list,omitempty"`
	RankDataList         []*ActivityRankPointData                     `protobuf:"bytes,5,rep,name=rank_data_list,json=rankDataList,proto3" json:"rank_data_list,omitempty"`
	FlipTaskProgressList []*TaskProgress                              `protobuf:"bytes,6,rep,name=flip_task_progress_list,json=flipTaskProgressList,proto3" json:"flip_task_progress_list,omitempty"`
	SignInData           []*ResAccountActivityData_ActivitySignInData `protobuf:"bytes,7,rep,name=sign_in_data,json=signInData,proto3" json:"sign_in_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                     `json:"-"`
	XXX_unrecognized     []byte                                       `json:"-"`
	XXX_sizecache        int32                                        `json:"-"`
}

func (*ResAccountActivityData) Descriptor

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

func (*ResAccountActivityData) GetAccumulatedPointList

func (m *ResAccountActivityData) GetAccumulatedPointList() []*ActivityAccumulatedPointData

func (*ResAccountActivityData) GetError

func (m *ResAccountActivityData) GetError() *Error

func (*ResAccountActivityData) GetExchangeRecords

func (m *ResAccountActivityData) GetExchangeRecords() []*ExchangeRecord

func (*ResAccountActivityData) GetFlipTaskProgressList

func (m *ResAccountActivityData) GetFlipTaskProgressList() []*TaskProgress

func (*ResAccountActivityData) GetRankDataList

func (m *ResAccountActivityData) GetRankDataList() []*ActivityRankPointData

func (*ResAccountActivityData) GetSignInData

func (*ResAccountActivityData) GetTaskProgressList

func (m *ResAccountActivityData) GetTaskProgressList() []*TaskProgress

func (*ResAccountActivityData) Marshal

func (m *ResAccountActivityData) Marshal() (dAtA []byte, err error)

func (*ResAccountActivityData) MarshalTo

func (m *ResAccountActivityData) MarshalTo(dAtA []byte) (int, error)

func (*ResAccountActivityData) MarshalToSizedBuffer

func (m *ResAccountActivityData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResAccountActivityData) ProtoMessage

func (*ResAccountActivityData) ProtoMessage()

func (*ResAccountActivityData) Reset

func (m *ResAccountActivityData) Reset()

func (*ResAccountActivityData) Size

func (m *ResAccountActivityData) Size() (n int)

func (*ResAccountActivityData) String

func (m *ResAccountActivityData) String() string

func (*ResAccountActivityData) Unmarshal

func (m *ResAccountActivityData) Unmarshal(dAtA []byte) error

func (*ResAccountActivityData) XXX_DiscardUnknown

func (m *ResAccountActivityData) XXX_DiscardUnknown()

func (*ResAccountActivityData) XXX_Marshal

func (m *ResAccountActivityData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResAccountActivityData) XXX_Merge

func (m *ResAccountActivityData) XXX_Merge(src proto.Message)

func (*ResAccountActivityData) XXX_Size

func (m *ResAccountActivityData) XXX_Size() int

func (*ResAccountActivityData) XXX_Unmarshal

func (m *ResAccountActivityData) XXX_Unmarshal(b []byte) error

type ResAccountActivityData_ActivitySignInData

type ResAccountActivityData_ActivitySignInData struct {
	ActivityId           uint32   `protobuf:"varint,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	SignInCount          uint32   `protobuf:"varint,2,opt,name=sign_in_count,json=signInCount,proto3" json:"sign_in_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResAccountActivityData_ActivitySignInData) Descriptor

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

func (*ResAccountActivityData_ActivitySignInData) GetActivityId

func (*ResAccountActivityData_ActivitySignInData) GetSignInCount

func (*ResAccountActivityData_ActivitySignInData) Marshal

func (m *ResAccountActivityData_ActivitySignInData) Marshal() (dAtA []byte, err error)

func (*ResAccountActivityData_ActivitySignInData) MarshalTo

func (m *ResAccountActivityData_ActivitySignInData) MarshalTo(dAtA []byte) (int, error)

func (*ResAccountActivityData_ActivitySignInData) MarshalToSizedBuffer

func (m *ResAccountActivityData_ActivitySignInData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResAccountActivityData_ActivitySignInData) ProtoMessage

func (*ResAccountActivityData_ActivitySignInData) Reset

func (*ResAccountActivityData_ActivitySignInData) Size

func (*ResAccountActivityData_ActivitySignInData) String

func (*ResAccountActivityData_ActivitySignInData) Unmarshal

func (*ResAccountActivityData_ActivitySignInData) XXX_DiscardUnknown

func (m *ResAccountActivityData_ActivitySignInData) XXX_DiscardUnknown()

func (*ResAccountActivityData_ActivitySignInData) XXX_Marshal

func (m *ResAccountActivityData_ActivitySignInData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResAccountActivityData_ActivitySignInData) XXX_Merge

func (*ResAccountActivityData_ActivitySignInData) XXX_Size

func (*ResAccountActivityData_ActivitySignInData) XXX_Unmarshal

type ResAccountCharacterInfo

type ResAccountCharacterInfo struct {
	UnlockList           []uint32 `protobuf:"varint,1,rep,packed,name=unlock_list,json=unlockList,proto3" json:"unlock_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResAccountCharacterInfo) Descriptor

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

func (*ResAccountCharacterInfo) GetUnlockList

func (m *ResAccountCharacterInfo) GetUnlockList() []uint32

func (*ResAccountCharacterInfo) Marshal

func (m *ResAccountCharacterInfo) Marshal() (dAtA []byte, err error)

func (*ResAccountCharacterInfo) MarshalTo

func (m *ResAccountCharacterInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResAccountCharacterInfo) MarshalToSizedBuffer

func (m *ResAccountCharacterInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResAccountCharacterInfo) ProtoMessage

func (*ResAccountCharacterInfo) ProtoMessage()

func (*ResAccountCharacterInfo) Reset

func (m *ResAccountCharacterInfo) Reset()

func (*ResAccountCharacterInfo) Size

func (m *ResAccountCharacterInfo) Size() (n int)

func (*ResAccountCharacterInfo) String

func (m *ResAccountCharacterInfo) String() string

func (*ResAccountCharacterInfo) Unmarshal

func (m *ResAccountCharacterInfo) Unmarshal(dAtA []byte) error

func (*ResAccountCharacterInfo) XXX_DiscardUnknown

func (m *ResAccountCharacterInfo) XXX_DiscardUnknown()

func (*ResAccountCharacterInfo) XXX_Marshal

func (m *ResAccountCharacterInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResAccountCharacterInfo) XXX_Merge

func (m *ResAccountCharacterInfo) XXX_Merge(src proto.Message)

func (*ResAccountCharacterInfo) XXX_Size

func (m *ResAccountCharacterInfo) XXX_Size() int

func (*ResAccountCharacterInfo) XXX_Unmarshal

func (m *ResAccountCharacterInfo) XXX_Unmarshal(b []byte) error

type ResAccountInfo

type ResAccountInfo struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Account              *Account `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"`
	Room                 *Room    `protobuf:"bytes,3,opt,name=room,proto3" json:"room,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResAccountInfo) Descriptor

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

func (*ResAccountInfo) GetAccount

func (m *ResAccountInfo) GetAccount() *Account

func (*ResAccountInfo) GetError

func (m *ResAccountInfo) GetError() *Error

func (*ResAccountInfo) GetRoom

func (m *ResAccountInfo) GetRoom() *Room

func (*ResAccountInfo) Marshal

func (m *ResAccountInfo) Marshal() (dAtA []byte, err error)

func (*ResAccountInfo) MarshalTo

func (m *ResAccountInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResAccountInfo) MarshalToSizedBuffer

func (m *ResAccountInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResAccountInfo) ProtoMessage

func (*ResAccountInfo) ProtoMessage()

func (*ResAccountInfo) Reset

func (m *ResAccountInfo) Reset()

func (*ResAccountInfo) Size

func (m *ResAccountInfo) Size() (n int)

func (*ResAccountInfo) String

func (m *ResAccountInfo) String() string

func (*ResAccountInfo) Unmarshal

func (m *ResAccountInfo) Unmarshal(dAtA []byte) error

func (*ResAccountInfo) XXX_DiscardUnknown

func (m *ResAccountInfo) XXX_DiscardUnknown()

func (*ResAccountInfo) XXX_Marshal

func (m *ResAccountInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResAccountInfo) XXX_Merge

func (m *ResAccountInfo) XXX_Merge(src proto.Message)

func (*ResAccountInfo) XXX_Size

func (m *ResAccountInfo) XXX_Size() int

func (*ResAccountInfo) XXX_Unmarshal

func (m *ResAccountInfo) XXX_Unmarshal(b []byte) error

type ResAccountSettings

type ResAccountSettings struct {
	Error                *Error            `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Settings             []*AccountSetting `protobuf:"bytes,2,rep,name=settings,proto3" json:"settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ResAccountSettings) Descriptor

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

func (*ResAccountSettings) GetError

func (m *ResAccountSettings) GetError() *Error

func (*ResAccountSettings) GetSettings

func (m *ResAccountSettings) GetSettings() []*AccountSetting

func (*ResAccountSettings) Marshal

func (m *ResAccountSettings) Marshal() (dAtA []byte, err error)

func (*ResAccountSettings) MarshalTo

func (m *ResAccountSettings) MarshalTo(dAtA []byte) (int, error)

func (*ResAccountSettings) MarshalToSizedBuffer

func (m *ResAccountSettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResAccountSettings) ProtoMessage

func (*ResAccountSettings) ProtoMessage()

func (*ResAccountSettings) Reset

func (m *ResAccountSettings) Reset()

func (*ResAccountSettings) Size

func (m *ResAccountSettings) Size() (n int)

func (*ResAccountSettings) String

func (m *ResAccountSettings) String() string

func (*ResAccountSettings) Unmarshal

func (m *ResAccountSettings) Unmarshal(dAtA []byte) error

func (*ResAccountSettings) XXX_DiscardUnknown

func (m *ResAccountSettings) XXX_DiscardUnknown()

func (*ResAccountSettings) XXX_Marshal

func (m *ResAccountSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResAccountSettings) XXX_Merge

func (m *ResAccountSettings) XXX_Merge(src proto.Message)

func (*ResAccountSettings) XXX_Size

func (m *ResAccountSettings) XXX_Size() int

func (*ResAccountSettings) XXX_Unmarshal

func (m *ResAccountSettings) XXX_Unmarshal(b []byte) error

type ResAccountStates

type ResAccountStates struct {
	Error                *Error                `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	States               []*AccountActiveState `protobuf:"bytes,2,rep,name=states,proto3" json:"states,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ResAccountStates) Descriptor

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

func (*ResAccountStates) GetError

func (m *ResAccountStates) GetError() *Error

func (*ResAccountStates) GetStates

func (m *ResAccountStates) GetStates() []*AccountActiveState

func (*ResAccountStates) Marshal

func (m *ResAccountStates) Marshal() (dAtA []byte, err error)

func (*ResAccountStates) MarshalTo

func (m *ResAccountStates) MarshalTo(dAtA []byte) (int, error)

func (*ResAccountStates) MarshalToSizedBuffer

func (m *ResAccountStates) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResAccountStates) ProtoMessage

func (*ResAccountStates) ProtoMessage()

func (*ResAccountStates) Reset

func (m *ResAccountStates) Reset()

func (*ResAccountStates) Size

func (m *ResAccountStates) Size() (n int)

func (*ResAccountStates) String

func (m *ResAccountStates) String() string

func (*ResAccountStates) Unmarshal

func (m *ResAccountStates) Unmarshal(dAtA []byte) error

func (*ResAccountStates) XXX_DiscardUnknown

func (m *ResAccountStates) XXX_DiscardUnknown()

func (*ResAccountStates) XXX_Marshal

func (m *ResAccountStates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResAccountStates) XXX_Merge

func (m *ResAccountStates) XXX_Merge(src proto.Message)

func (*ResAccountStates) XXX_Size

func (m *ResAccountStates) XXX_Size() int

func (*ResAccountStates) XXX_Unmarshal

func (m *ResAccountStates) XXX_Unmarshal(b []byte) error

type ResAccountStatisticInfo

type ResAccountStatisticInfo struct {
	Error                *Error                    `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	StatisticData        []*AccountStatisticData   `protobuf:"bytes,2,rep,name=statistic_data,json=statisticData,proto3" json:"statistic_data,omitempty"`
	DetailData           *AccountDetailStatisticV2 `protobuf:"bytes,3,opt,name=detail_data,json=detailData,proto3" json:"detail_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ResAccountStatisticInfo) Descriptor

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

func (*ResAccountStatisticInfo) GetDetailData

func (*ResAccountStatisticInfo) GetError

func (m *ResAccountStatisticInfo) GetError() *Error

func (*ResAccountStatisticInfo) GetStatisticData

func (m *ResAccountStatisticInfo) GetStatisticData() []*AccountStatisticData

func (*ResAccountStatisticInfo) Marshal

func (m *ResAccountStatisticInfo) Marshal() (dAtA []byte, err error)

func (*ResAccountStatisticInfo) MarshalTo

func (m *ResAccountStatisticInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResAccountStatisticInfo) MarshalToSizedBuffer

func (m *ResAccountStatisticInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResAccountStatisticInfo) ProtoMessage

func (*ResAccountStatisticInfo) ProtoMessage()

func (*ResAccountStatisticInfo) Reset

func (m *ResAccountStatisticInfo) Reset()

func (*ResAccountStatisticInfo) Size

func (m *ResAccountStatisticInfo) Size() (n int)

func (*ResAccountStatisticInfo) String

func (m *ResAccountStatisticInfo) String() string

func (*ResAccountStatisticInfo) Unmarshal

func (m *ResAccountStatisticInfo) Unmarshal(dAtA []byte) error

func (*ResAccountStatisticInfo) XXX_DiscardUnknown

func (m *ResAccountStatisticInfo) XXX_DiscardUnknown()

func (*ResAccountStatisticInfo) XXX_Marshal

func (m *ResAccountStatisticInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResAccountStatisticInfo) XXX_Merge

func (m *ResAccountStatisticInfo) XXX_Merge(src proto.Message)

func (*ResAccountStatisticInfo) XXX_Size

func (m *ResAccountStatisticInfo) XXX_Size() int

func (*ResAccountStatisticInfo) XXX_Unmarshal

func (m *ResAccountStatisticInfo) XXX_Unmarshal(b []byte) error

type ResAccountUpdate

type ResAccountUpdate struct {
	Error                *Error         `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Update               *AccountUpdate `protobuf:"bytes,2,opt,name=update,proto3" json:"update,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ResAccountUpdate) Descriptor

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

func (*ResAccountUpdate) GetError

func (m *ResAccountUpdate) GetError() *Error

func (*ResAccountUpdate) GetUpdate

func (m *ResAccountUpdate) GetUpdate() *AccountUpdate

func (*ResAccountUpdate) Marshal

func (m *ResAccountUpdate) Marshal() (dAtA []byte, err error)

func (*ResAccountUpdate) MarshalTo

func (m *ResAccountUpdate) MarshalTo(dAtA []byte) (int, error)

func (*ResAccountUpdate) MarshalToSizedBuffer

func (m *ResAccountUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResAccountUpdate) ProtoMessage

func (*ResAccountUpdate) ProtoMessage()

func (*ResAccountUpdate) Reset

func (m *ResAccountUpdate) Reset()

func (*ResAccountUpdate) Size

func (m *ResAccountUpdate) Size() (n int)

func (*ResAccountUpdate) String

func (m *ResAccountUpdate) String() string

func (*ResAccountUpdate) Unmarshal

func (m *ResAccountUpdate) Unmarshal(dAtA []byte) error

func (*ResAccountUpdate) XXX_DiscardUnknown

func (m *ResAccountUpdate) XXX_DiscardUnknown()

func (*ResAccountUpdate) XXX_Marshal

func (m *ResAccountUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResAccountUpdate) XXX_Merge

func (m *ResAccountUpdate) XXX_Merge(src proto.Message)

func (*ResAccountUpdate) XXX_Size

func (m *ResAccountUpdate) XXX_Size() int

func (*ResAccountUpdate) XXX_Unmarshal

func (m *ResAccountUpdate) XXX_Unmarshal(b []byte) error

type ResAchievement

type ResAchievement struct {
	Error                *Error                 `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Progresses           []*AchievementProgress `protobuf:"bytes,2,rep,name=progresses,proto3" json:"progresses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ResAchievement) Descriptor

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

func (*ResAchievement) GetError

func (m *ResAchievement) GetError() *Error

func (*ResAchievement) GetProgresses

func (m *ResAchievement) GetProgresses() []*AchievementProgress

func (*ResAchievement) Marshal

func (m *ResAchievement) Marshal() (dAtA []byte, err error)

func (*ResAchievement) MarshalTo

func (m *ResAchievement) MarshalTo(dAtA []byte) (int, error)

func (*ResAchievement) MarshalToSizedBuffer

func (m *ResAchievement) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResAchievement) ProtoMessage

func (*ResAchievement) ProtoMessage()

func (*ResAchievement) Reset

func (m *ResAchievement) Reset()

func (*ResAchievement) Size

func (m *ResAchievement) Size() (n int)

func (*ResAchievement) String

func (m *ResAchievement) String() string

func (*ResAchievement) Unmarshal

func (m *ResAchievement) Unmarshal(dAtA []byte) error

func (*ResAchievement) XXX_DiscardUnknown

func (m *ResAchievement) XXX_DiscardUnknown()

func (*ResAchievement) XXX_Marshal

func (m *ResAchievement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResAchievement) XXX_Merge

func (m *ResAchievement) XXX_Merge(src proto.Message)

func (*ResAchievement) XXX_Size

func (m *ResAchievement) XXX_Size() int

func (*ResAchievement) XXX_Unmarshal

func (m *ResAchievement) XXX_Unmarshal(b []byte) error

type ResActivityList

type ResActivityList struct {
	Error                *Error      `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Activities           []*Activity `protobuf:"bytes,2,rep,name=activities,proto3" json:"activities,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ResActivityList) Descriptor

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

func (*ResActivityList) GetActivities

func (m *ResActivityList) GetActivities() []*Activity

func (*ResActivityList) GetError

func (m *ResActivityList) GetError() *Error

func (*ResActivityList) Marshal

func (m *ResActivityList) Marshal() (dAtA []byte, err error)

func (*ResActivityList) MarshalTo

func (m *ResActivityList) MarshalTo(dAtA []byte) (int, error)

func (*ResActivityList) MarshalToSizedBuffer

func (m *ResActivityList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResActivityList) ProtoMessage

func (*ResActivityList) ProtoMessage()

func (*ResActivityList) Reset

func (m *ResActivityList) Reset()

func (*ResActivityList) Size

func (m *ResActivityList) Size() (n int)

func (*ResActivityList) String

func (m *ResActivityList) String() string

func (*ResActivityList) Unmarshal

func (m *ResActivityList) Unmarshal(dAtA []byte) error

func (*ResActivityList) XXX_DiscardUnknown

func (m *ResActivityList) XXX_DiscardUnknown()

func (*ResActivityList) XXX_Marshal

func (m *ResActivityList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResActivityList) XXX_Merge

func (m *ResActivityList) XXX_Merge(src proto.Message)

func (*ResActivityList) XXX_Size

func (m *ResActivityList) XXX_Size() int

func (*ResActivityList) XXX_Unmarshal

func (m *ResActivityList) XXX_Unmarshal(b []byte) error

type ResAddCollectedGameRecord

type ResAddCollectedGameRecord struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResAddCollectedGameRecord) Descriptor

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

func (*ResAddCollectedGameRecord) GetError

func (m *ResAddCollectedGameRecord) GetError() *Error

func (*ResAddCollectedGameRecord) Marshal

func (m *ResAddCollectedGameRecord) Marshal() (dAtA []byte, err error)

func (*ResAddCollectedGameRecord) MarshalTo

func (m *ResAddCollectedGameRecord) MarshalTo(dAtA []byte) (int, error)

func (*ResAddCollectedGameRecord) MarshalToSizedBuffer

func (m *ResAddCollectedGameRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResAddCollectedGameRecord) ProtoMessage

func (*ResAddCollectedGameRecord) ProtoMessage()

func (*ResAddCollectedGameRecord) Reset

func (m *ResAddCollectedGameRecord) Reset()

func (*ResAddCollectedGameRecord) Size

func (m *ResAddCollectedGameRecord) Size() (n int)

func (*ResAddCollectedGameRecord) String

func (m *ResAddCollectedGameRecord) String() string

func (*ResAddCollectedGameRecord) Unmarshal

func (m *ResAddCollectedGameRecord) Unmarshal(dAtA []byte) error

func (*ResAddCollectedGameRecord) XXX_DiscardUnknown

func (m *ResAddCollectedGameRecord) XXX_DiscardUnknown()

func (*ResAddCollectedGameRecord) XXX_Marshal

func (m *ResAddCollectedGameRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResAddCollectedGameRecord) XXX_Merge

func (m *ResAddCollectedGameRecord) XXX_Merge(src proto.Message)

func (*ResAddCollectedGameRecord) XXX_Size

func (m *ResAddCollectedGameRecord) XXX_Size() int

func (*ResAddCollectedGameRecord) XXX_Unmarshal

func (m *ResAddCollectedGameRecord) XXX_Unmarshal(b []byte) error

type ResAnnouncement

type ResAnnouncement struct {
	Error                *Error          `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Announcements        []*Announcement `protobuf:"bytes,2,rep,name=announcements,proto3" json:"announcements,omitempty"`
	Sort                 []uint32        `protobuf:"varint,3,rep,packed,name=sort,proto3" json:"sort,omitempty"`
	ReadList             []uint32        `protobuf:"varint,4,rep,packed,name=read_list,json=readList,proto3" json:"read_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ResAnnouncement) Descriptor

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

func (*ResAnnouncement) GetAnnouncements

func (m *ResAnnouncement) GetAnnouncements() []*Announcement

func (*ResAnnouncement) GetError

func (m *ResAnnouncement) GetError() *Error

func (*ResAnnouncement) GetReadList

func (m *ResAnnouncement) GetReadList() []uint32

func (*ResAnnouncement) GetSort

func (m *ResAnnouncement) GetSort() []uint32

func (*ResAnnouncement) Marshal

func (m *ResAnnouncement) Marshal() (dAtA []byte, err error)

func (*ResAnnouncement) MarshalTo

func (m *ResAnnouncement) MarshalTo(dAtA []byte) (int, error)

func (*ResAnnouncement) MarshalToSizedBuffer

func (m *ResAnnouncement) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResAnnouncement) ProtoMessage

func (*ResAnnouncement) ProtoMessage()

func (*ResAnnouncement) Reset

func (m *ResAnnouncement) Reset()

func (*ResAnnouncement) Size

func (m *ResAnnouncement) Size() (n int)

func (*ResAnnouncement) String

func (m *ResAnnouncement) String() string

func (*ResAnnouncement) Unmarshal

func (m *ResAnnouncement) Unmarshal(dAtA []byte) error

func (*ResAnnouncement) XXX_DiscardUnknown

func (m *ResAnnouncement) XXX_DiscardUnknown()

func (*ResAnnouncement) XXX_Marshal

func (m *ResAnnouncement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResAnnouncement) XXX_Merge

func (m *ResAnnouncement) XXX_Merge(src proto.Message)

func (*ResAnnouncement) XXX_Size

func (m *ResAnnouncement) XXX_Size() int

func (*ResAnnouncement) XXX_Unmarshal

func (m *ResAnnouncement) XXX_Unmarshal(b []byte) error

type ResAuthGame

type ResAuthGame struct {
	Error                *Error            `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Players              []*PlayerGameView `protobuf:"bytes,2,rep,name=players,proto3" json:"players,omitempty"`
	SeatList             []uint32          `protobuf:"varint,3,rep,packed,name=seat_list,json=seatList,proto3" json:"seat_list,omitempty"`
	IsGameStart          bool              `protobuf:"varint,4,opt,name=is_game_start,json=isGameStart,proto3" json:"is_game_start,omitempty"`
	GameConfig           *GameConfig       `protobuf:"bytes,5,opt,name=game_config,json=gameConfig,proto3" json:"game_config,omitempty"`
	ReadyIdList          []uint32          `protobuf:"varint,6,rep,packed,name=ready_id_list,json=readyIdList,proto3" json:"ready_id_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ResAuthGame) Descriptor

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

func (*ResAuthGame) GetError

func (m *ResAuthGame) GetError() *Error

func (*ResAuthGame) GetGameConfig

func (m *ResAuthGame) GetGameConfig() *GameConfig

func (*ResAuthGame) GetIsGameStart

func (m *ResAuthGame) GetIsGameStart() bool

func (*ResAuthGame) GetPlayers

func (m *ResAuthGame) GetPlayers() []*PlayerGameView

func (*ResAuthGame) GetReadyIdList

func (m *ResAuthGame) GetReadyIdList() []uint32

func (*ResAuthGame) GetSeatList

func (m *ResAuthGame) GetSeatList() []uint32

func (*ResAuthGame) Marshal

func (m *ResAuthGame) Marshal() (dAtA []byte, err error)

func (*ResAuthGame) MarshalTo

func (m *ResAuthGame) MarshalTo(dAtA []byte) (int, error)

func (*ResAuthGame) MarshalToSizedBuffer

func (m *ResAuthGame) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResAuthGame) ProtoMessage

func (*ResAuthGame) ProtoMessage()

func (*ResAuthGame) Reset

func (m *ResAuthGame) Reset()

func (*ResAuthGame) Size

func (m *ResAuthGame) Size() (n int)

func (*ResAuthGame) String

func (m *ResAuthGame) String() string

func (*ResAuthGame) Unmarshal

func (m *ResAuthGame) Unmarshal(dAtA []byte) error

func (*ResAuthGame) XXX_DiscardUnknown

func (m *ResAuthGame) XXX_DiscardUnknown()

func (*ResAuthGame) XXX_Marshal

func (m *ResAuthGame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResAuthGame) XXX_Merge

func (m *ResAuthGame) XXX_Merge(src proto.Message)

func (*ResAuthGame) XXX_Size

func (m *ResAuthGame) XXX_Size() int

func (*ResAuthGame) XXX_Unmarshal

func (m *ResAuthGame) XXX_Unmarshal(b []byte) error

type ResBagInfo

type ResBagInfo struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Bag                  *Bag     `protobuf:"bytes,2,opt,name=bag,proto3" json:"bag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResBagInfo) Descriptor

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

func (*ResBagInfo) GetBag

func (m *ResBagInfo) GetBag() *Bag

func (*ResBagInfo) GetError

func (m *ResBagInfo) GetError() *Error

func (*ResBagInfo) Marshal

func (m *ResBagInfo) Marshal() (dAtA []byte, err error)

func (*ResBagInfo) MarshalTo

func (m *ResBagInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResBagInfo) MarshalToSizedBuffer

func (m *ResBagInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResBagInfo) ProtoMessage

func (*ResBagInfo) ProtoMessage()

func (*ResBagInfo) Reset

func (m *ResBagInfo) Reset()

func (*ResBagInfo) Size

func (m *ResBagInfo) Size() (n int)

func (*ResBagInfo) String

func (m *ResBagInfo) String() string

func (*ResBagInfo) Unmarshal

func (m *ResBagInfo) Unmarshal(dAtA []byte) error

func (*ResBagInfo) XXX_DiscardUnknown

func (m *ResBagInfo) XXX_DiscardUnknown()

func (*ResBagInfo) XXX_Marshal

func (m *ResBagInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResBagInfo) XXX_Merge

func (m *ResBagInfo) XXX_Merge(src proto.Message)

func (*ResBagInfo) XXX_Size

func (m *ResBagInfo) XXX_Size() int

func (*ResBagInfo) XXX_Unmarshal

func (m *ResBagInfo) XXX_Unmarshal(b []byte) error

type ResBuyFromChestShop

type ResBuyFromChestShop struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	ChestId              uint32   `protobuf:"varint,2,opt,name=chest_id,json=chestId,proto3" json:"chest_id,omitempty"`
	ConsumeCount         uint32   `protobuf:"varint,3,opt,name=consume_count,json=consumeCount,proto3" json:"consume_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResBuyFromChestShop) Descriptor

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

func (*ResBuyFromChestShop) GetChestId

func (m *ResBuyFromChestShop) GetChestId() uint32

func (*ResBuyFromChestShop) GetConsumeCount

func (m *ResBuyFromChestShop) GetConsumeCount() uint32

func (*ResBuyFromChestShop) GetError

func (m *ResBuyFromChestShop) GetError() *Error

func (*ResBuyFromChestShop) Marshal

func (m *ResBuyFromChestShop) Marshal() (dAtA []byte, err error)

func (*ResBuyFromChestShop) MarshalTo

func (m *ResBuyFromChestShop) MarshalTo(dAtA []byte) (int, error)

func (*ResBuyFromChestShop) MarshalToSizedBuffer

func (m *ResBuyFromChestShop) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResBuyFromChestShop) ProtoMessage

func (*ResBuyFromChestShop) ProtoMessage()

func (*ResBuyFromChestShop) Reset

func (m *ResBuyFromChestShop) Reset()

func (*ResBuyFromChestShop) Size

func (m *ResBuyFromChestShop) Size() (n int)

func (*ResBuyFromChestShop) String

func (m *ResBuyFromChestShop) String() string

func (*ResBuyFromChestShop) Unmarshal

func (m *ResBuyFromChestShop) Unmarshal(dAtA []byte) error

func (*ResBuyFromChestShop) XXX_DiscardUnknown

func (m *ResBuyFromChestShop) XXX_DiscardUnknown()

func (*ResBuyFromChestShop) XXX_Marshal

func (m *ResBuyFromChestShop) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResBuyFromChestShop) XXX_Merge

func (m *ResBuyFromChestShop) XXX_Merge(src proto.Message)

func (*ResBuyFromChestShop) XXX_Size

func (m *ResBuyFromChestShop) XXX_Size() int

func (*ResBuyFromChestShop) XXX_Unmarshal

func (m *ResBuyFromChestShop) XXX_Unmarshal(b []byte) error

type ResBuyFromShop

type ResBuyFromShop struct {
	Error                *Error        `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Rewards              []*RewardSlot `protobuf:"bytes,2,rep,name=rewards,proto3" json:"rewards,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ResBuyFromShop) Descriptor

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

func (*ResBuyFromShop) GetError

func (m *ResBuyFromShop) GetError() *Error

func (*ResBuyFromShop) GetRewards

func (m *ResBuyFromShop) GetRewards() []*RewardSlot

func (*ResBuyFromShop) Marshal

func (m *ResBuyFromShop) Marshal() (dAtA []byte, err error)

func (*ResBuyFromShop) MarshalTo

func (m *ResBuyFromShop) MarshalTo(dAtA []byte) (int, error)

func (*ResBuyFromShop) MarshalToSizedBuffer

func (m *ResBuyFromShop) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResBuyFromShop) ProtoMessage

func (*ResBuyFromShop) ProtoMessage()

func (*ResBuyFromShop) Reset

func (m *ResBuyFromShop) Reset()

func (*ResBuyFromShop) Size

func (m *ResBuyFromShop) Size() (n int)

func (*ResBuyFromShop) String

func (m *ResBuyFromShop) String() string

func (*ResBuyFromShop) Unmarshal

func (m *ResBuyFromShop) Unmarshal(dAtA []byte) error

func (*ResBuyFromShop) XXX_DiscardUnknown

func (m *ResBuyFromShop) XXX_DiscardUnknown()

func (*ResBuyFromShop) XXX_Marshal

func (m *ResBuyFromShop) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResBuyFromShop) XXX_Merge

func (m *ResBuyFromShop) XXX_Merge(src proto.Message)

func (*ResBuyFromShop) XXX_Size

func (m *ResBuyFromShop) XXX_Size() int

func (*ResBuyFromShop) XXX_Unmarshal

func (m *ResBuyFromShop) XXX_Unmarshal(b []byte) error

type ResChangeCollectedGameRecordRemarks

type ResChangeCollectedGameRecordRemarks struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResChangeCollectedGameRecordRemarks) Descriptor

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

func (*ResChangeCollectedGameRecordRemarks) GetError

func (*ResChangeCollectedGameRecordRemarks) Marshal

func (m *ResChangeCollectedGameRecordRemarks) Marshal() (dAtA []byte, err error)

func (*ResChangeCollectedGameRecordRemarks) MarshalTo

func (m *ResChangeCollectedGameRecordRemarks) MarshalTo(dAtA []byte) (int, error)

func (*ResChangeCollectedGameRecordRemarks) MarshalToSizedBuffer

func (m *ResChangeCollectedGameRecordRemarks) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResChangeCollectedGameRecordRemarks) ProtoMessage

func (*ResChangeCollectedGameRecordRemarks) ProtoMessage()

func (*ResChangeCollectedGameRecordRemarks) Reset

func (*ResChangeCollectedGameRecordRemarks) Size

func (*ResChangeCollectedGameRecordRemarks) String

func (*ResChangeCollectedGameRecordRemarks) Unmarshal

func (m *ResChangeCollectedGameRecordRemarks) Unmarshal(dAtA []byte) error

func (*ResChangeCollectedGameRecordRemarks) XXX_DiscardUnknown

func (m *ResChangeCollectedGameRecordRemarks) XXX_DiscardUnknown()

func (*ResChangeCollectedGameRecordRemarks) XXX_Marshal

func (m *ResChangeCollectedGameRecordRemarks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResChangeCollectedGameRecordRemarks) XXX_Merge

func (*ResChangeCollectedGameRecordRemarks) XXX_Size

func (*ResChangeCollectedGameRecordRemarks) XXX_Unmarshal

func (m *ResChangeCollectedGameRecordRemarks) XXX_Unmarshal(b []byte) error

type ResCharacterInfo

type ResCharacterInfo struct {
	Error                *Error       `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Characters           []*Character `protobuf:"bytes,2,rep,name=characters,proto3" json:"characters,omitempty"`
	Skins                []uint32     `protobuf:"varint,3,rep,packed,name=skins,proto3" json:"skins,omitempty"`
	MainCharacterId      uint32       `protobuf:"varint,4,opt,name=main_character_id,json=mainCharacterId,proto3" json:"main_character_id,omitempty"`
	SendGiftCount        uint32       `protobuf:"varint,5,opt,name=send_gift_count,json=sendGiftCount,proto3" json:"send_gift_count,omitempty"`
	SendGiftLimit        uint32       `protobuf:"varint,6,opt,name=send_gift_limit,json=sendGiftLimit,proto3" json:"send_gift_limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ResCharacterInfo) Descriptor

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

func (*ResCharacterInfo) GetCharacters

func (m *ResCharacterInfo) GetCharacters() []*Character

func (*ResCharacterInfo) GetError

func (m *ResCharacterInfo) GetError() *Error

func (*ResCharacterInfo) GetMainCharacterId

func (m *ResCharacterInfo) GetMainCharacterId() uint32

func (*ResCharacterInfo) GetSendGiftCount

func (m *ResCharacterInfo) GetSendGiftCount() uint32

func (*ResCharacterInfo) GetSendGiftLimit

func (m *ResCharacterInfo) GetSendGiftLimit() uint32

func (*ResCharacterInfo) GetSkins

func (m *ResCharacterInfo) GetSkins() []uint32

func (*ResCharacterInfo) Marshal

func (m *ResCharacterInfo) Marshal() (dAtA []byte, err error)

func (*ResCharacterInfo) MarshalTo

func (m *ResCharacterInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResCharacterInfo) MarshalToSizedBuffer

func (m *ResCharacterInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCharacterInfo) ProtoMessage

func (*ResCharacterInfo) ProtoMessage()

func (*ResCharacterInfo) Reset

func (m *ResCharacterInfo) Reset()

func (*ResCharacterInfo) Size

func (m *ResCharacterInfo) Size() (n int)

func (*ResCharacterInfo) String

func (m *ResCharacterInfo) String() string

func (*ResCharacterInfo) Unmarshal

func (m *ResCharacterInfo) Unmarshal(dAtA []byte) error

func (*ResCharacterInfo) XXX_DiscardUnknown

func (m *ResCharacterInfo) XXX_DiscardUnknown()

func (*ResCharacterInfo) XXX_Marshal

func (m *ResCharacterInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCharacterInfo) XXX_Merge

func (m *ResCharacterInfo) XXX_Merge(src proto.Message)

func (*ResCharacterInfo) XXX_Size

func (m *ResCharacterInfo) XXX_Size() int

func (*ResCharacterInfo) XXX_Unmarshal

func (m *ResCharacterInfo) XXX_Unmarshal(b []byte) error

type ResClientValue

type ResClientValue struct {
	Datas                []*ResClientValue_Value `protobuf:"bytes,1,rep,name=datas,proto3" json:"datas,omitempty"`
	RechargedCount       uint32                  `protobuf:"varint,2,opt,name=recharged_count,json=rechargedCount,proto3" json:"recharged_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*ResClientValue) Descriptor

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

func (*ResClientValue) GetDatas

func (m *ResClientValue) GetDatas() []*ResClientValue_Value

func (*ResClientValue) GetRechargedCount

func (m *ResClientValue) GetRechargedCount() uint32

func (*ResClientValue) Marshal

func (m *ResClientValue) Marshal() (dAtA []byte, err error)

func (*ResClientValue) MarshalTo

func (m *ResClientValue) MarshalTo(dAtA []byte) (int, error)

func (*ResClientValue) MarshalToSizedBuffer

func (m *ResClientValue) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResClientValue) ProtoMessage

func (*ResClientValue) ProtoMessage()

func (*ResClientValue) Reset

func (m *ResClientValue) Reset()

func (*ResClientValue) Size

func (m *ResClientValue) Size() (n int)

func (*ResClientValue) String

func (m *ResClientValue) String() string

func (*ResClientValue) Unmarshal

func (m *ResClientValue) Unmarshal(dAtA []byte) error

func (*ResClientValue) XXX_DiscardUnknown

func (m *ResClientValue) XXX_DiscardUnknown()

func (*ResClientValue) XXX_Marshal

func (m *ResClientValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResClientValue) XXX_Merge

func (m *ResClientValue) XXX_Merge(src proto.Message)

func (*ResClientValue) XXX_Size

func (m *ResClientValue) XXX_Size() int

func (*ResClientValue) XXX_Unmarshal

func (m *ResClientValue) XXX_Unmarshal(b []byte) error

type ResClientValue_Value

type ResClientValue_Value struct {
	Key                  uint32   `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`
	Value                uint32   `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResClientValue_Value) Descriptor

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

func (*ResClientValue_Value) GetKey

func (m *ResClientValue_Value) GetKey() uint32

func (*ResClientValue_Value) GetValue

func (m *ResClientValue_Value) GetValue() uint32

func (*ResClientValue_Value) Marshal

func (m *ResClientValue_Value) Marshal() (dAtA []byte, err error)

func (*ResClientValue_Value) MarshalTo

func (m *ResClientValue_Value) MarshalTo(dAtA []byte) (int, error)

func (*ResClientValue_Value) MarshalToSizedBuffer

func (m *ResClientValue_Value) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResClientValue_Value) ProtoMessage

func (*ResClientValue_Value) ProtoMessage()

func (*ResClientValue_Value) Reset

func (m *ResClientValue_Value) Reset()

func (*ResClientValue_Value) Size

func (m *ResClientValue_Value) Size() (n int)

func (*ResClientValue_Value) String

func (m *ResClientValue_Value) String() string

func (*ResClientValue_Value) Unmarshal

func (m *ResClientValue_Value) Unmarshal(dAtA []byte) error

func (*ResClientValue_Value) XXX_DiscardUnknown

func (m *ResClientValue_Value) XXX_DiscardUnknown()

func (*ResClientValue_Value) XXX_Marshal

func (m *ResClientValue_Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResClientValue_Value) XXX_Merge

func (m *ResClientValue_Value) XXX_Merge(src proto.Message)

func (*ResClientValue_Value) XXX_Size

func (m *ResClientValue_Value) XXX_Size() int

func (*ResClientValue_Value) XXX_Unmarshal

func (m *ResClientValue_Value) XXX_Unmarshal(b []byte) error

type ResCollectedGameRecordList

type ResCollectedGameRecordList struct {
	Error                *Error                 `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	RecordList           []*RecordCollectedData `protobuf:"bytes,2,rep,name=record_list,json=recordList,proto3" json:"record_list,omitempty"`
	RecordCollectLimit   uint32                 `protobuf:"varint,3,opt,name=record_collect_limit,json=recordCollectLimit,proto3" json:"record_collect_limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ResCollectedGameRecordList) Descriptor

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

func (*ResCollectedGameRecordList) GetError

func (m *ResCollectedGameRecordList) GetError() *Error

func (*ResCollectedGameRecordList) GetRecordCollectLimit

func (m *ResCollectedGameRecordList) GetRecordCollectLimit() uint32

func (*ResCollectedGameRecordList) GetRecordList

func (m *ResCollectedGameRecordList) GetRecordList() []*RecordCollectedData

func (*ResCollectedGameRecordList) Marshal

func (m *ResCollectedGameRecordList) Marshal() (dAtA []byte, err error)

func (*ResCollectedGameRecordList) MarshalTo

func (m *ResCollectedGameRecordList) MarshalTo(dAtA []byte) (int, error)

func (*ResCollectedGameRecordList) MarshalToSizedBuffer

func (m *ResCollectedGameRecordList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCollectedGameRecordList) ProtoMessage

func (*ResCollectedGameRecordList) ProtoMessage()

func (*ResCollectedGameRecordList) Reset

func (m *ResCollectedGameRecordList) Reset()

func (*ResCollectedGameRecordList) Size

func (m *ResCollectedGameRecordList) Size() (n int)

func (*ResCollectedGameRecordList) String

func (m *ResCollectedGameRecordList) String() string

func (*ResCollectedGameRecordList) Unmarshal

func (m *ResCollectedGameRecordList) Unmarshal(dAtA []byte) error

func (*ResCollectedGameRecordList) XXX_DiscardUnknown

func (m *ResCollectedGameRecordList) XXX_DiscardUnknown()

func (*ResCollectedGameRecordList) XXX_Marshal

func (m *ResCollectedGameRecordList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCollectedGameRecordList) XXX_Merge

func (m *ResCollectedGameRecordList) XXX_Merge(src proto.Message)

func (*ResCollectedGameRecordList) XXX_Size

func (m *ResCollectedGameRecordList) XXX_Size() int

func (*ResCollectedGameRecordList) XXX_Unmarshal

func (m *ResCollectedGameRecordList) XXX_Unmarshal(b []byte) error

type ResCommentSetting

type ResCommentSetting struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	CommentAllow         uint32   `protobuf:"varint,2,opt,name=comment_allow,json=commentAllow,proto3" json:"comment_allow,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCommentSetting) Descriptor

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

func (*ResCommentSetting) GetCommentAllow

func (m *ResCommentSetting) GetCommentAllow() uint32

func (*ResCommentSetting) GetError

func (m *ResCommentSetting) GetError() *Error

func (*ResCommentSetting) Marshal

func (m *ResCommentSetting) Marshal() (dAtA []byte, err error)

func (*ResCommentSetting) MarshalTo

func (m *ResCommentSetting) MarshalTo(dAtA []byte) (int, error)

func (*ResCommentSetting) MarshalToSizedBuffer

func (m *ResCommentSetting) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCommentSetting) ProtoMessage

func (*ResCommentSetting) ProtoMessage()

func (*ResCommentSetting) Reset

func (m *ResCommentSetting) Reset()

func (*ResCommentSetting) Size

func (m *ResCommentSetting) Size() (n int)

func (*ResCommentSetting) String

func (m *ResCommentSetting) String() string

func (*ResCommentSetting) Unmarshal

func (m *ResCommentSetting) Unmarshal(dAtA []byte) error

func (*ResCommentSetting) XXX_DiscardUnknown

func (m *ResCommentSetting) XXX_DiscardUnknown()

func (*ResCommentSetting) XXX_Marshal

func (m *ResCommentSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCommentSetting) XXX_Merge

func (m *ResCommentSetting) XXX_Merge(src proto.Message)

func (*ResCommentSetting) XXX_Size

func (m *ResCommentSetting) XXX_Size() int

func (*ResCommentSetting) XXX_Unmarshal

func (m *ResCommentSetting) XXX_Unmarshal(b []byte) error

type ResCommon

type ResCommon struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCommon) Descriptor

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

func (*ResCommon) GetError

func (m *ResCommon) GetError() *Error

func (*ResCommon) Marshal

func (m *ResCommon) Marshal() (dAtA []byte, err error)

func (*ResCommon) MarshalTo

func (m *ResCommon) MarshalTo(dAtA []byte) (int, error)

func (*ResCommon) MarshalToSizedBuffer

func (m *ResCommon) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCommon) ProtoMessage

func (*ResCommon) ProtoMessage()

func (*ResCommon) Reset

func (m *ResCommon) Reset()

func (*ResCommon) Size

func (m *ResCommon) Size() (n int)

func (*ResCommon) String

func (m *ResCommon) String() string

func (*ResCommon) Unmarshal

func (m *ResCommon) Unmarshal(dAtA []byte) error

func (*ResCommon) XXX_DiscardUnknown

func (m *ResCommon) XXX_DiscardUnknown()

func (*ResCommon) XXX_Marshal

func (m *ResCommon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCommon) XXX_Merge

func (m *ResCommon) XXX_Merge(src proto.Message)

func (*ResCommon) XXX_Size

func (m *ResCommon) XXX_Size() int

func (*ResCommon) XXX_Unmarshal

func (m *ResCommon) XXX_Unmarshal(b []byte) error

type ResCommonView

type ResCommonView struct {
	Error                *Error                `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Slots                []*ResCommonView_Slot `protobuf:"bytes,2,rep,name=slots,proto3" json:"slots,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ResCommonView) Descriptor

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

func (*ResCommonView) GetError

func (m *ResCommonView) GetError() *Error

func (*ResCommonView) GetSlots

func (m *ResCommonView) GetSlots() []*ResCommonView_Slot

func (*ResCommonView) Marshal

func (m *ResCommonView) Marshal() (dAtA []byte, err error)

func (*ResCommonView) MarshalTo

func (m *ResCommonView) MarshalTo(dAtA []byte) (int, error)

func (*ResCommonView) MarshalToSizedBuffer

func (m *ResCommonView) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCommonView) ProtoMessage

func (*ResCommonView) ProtoMessage()

func (*ResCommonView) Reset

func (m *ResCommonView) Reset()

func (*ResCommonView) Size

func (m *ResCommonView) Size() (n int)

func (*ResCommonView) String

func (m *ResCommonView) String() string

func (*ResCommonView) Unmarshal

func (m *ResCommonView) Unmarshal(dAtA []byte) error

func (*ResCommonView) XXX_DiscardUnknown

func (m *ResCommonView) XXX_DiscardUnknown()

func (*ResCommonView) XXX_Marshal

func (m *ResCommonView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCommonView) XXX_Merge

func (m *ResCommonView) XXX_Merge(src proto.Message)

func (*ResCommonView) XXX_Size

func (m *ResCommonView) XXX_Size() int

func (*ResCommonView) XXX_Unmarshal

func (m *ResCommonView) XXX_Unmarshal(b []byte) error

type ResCommonView_Slot

type ResCommonView_Slot struct {
	Slot                 uint32   `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	Value                uint32   `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCommonView_Slot) Descriptor

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

func (*ResCommonView_Slot) GetSlot

func (m *ResCommonView_Slot) GetSlot() uint32

func (*ResCommonView_Slot) GetValue

func (m *ResCommonView_Slot) GetValue() uint32

func (*ResCommonView_Slot) Marshal

func (m *ResCommonView_Slot) Marshal() (dAtA []byte, err error)

func (*ResCommonView_Slot) MarshalTo

func (m *ResCommonView_Slot) MarshalTo(dAtA []byte) (int, error)

func (*ResCommonView_Slot) MarshalToSizedBuffer

func (m *ResCommonView_Slot) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCommonView_Slot) ProtoMessage

func (*ResCommonView_Slot) ProtoMessage()

func (*ResCommonView_Slot) Reset

func (m *ResCommonView_Slot) Reset()

func (*ResCommonView_Slot) Size

func (m *ResCommonView_Slot) Size() (n int)

func (*ResCommonView_Slot) String

func (m *ResCommonView_Slot) String() string

func (*ResCommonView_Slot) Unmarshal

func (m *ResCommonView_Slot) Unmarshal(dAtA []byte) error

func (*ResCommonView_Slot) XXX_DiscardUnknown

func (m *ResCommonView_Slot) XXX_DiscardUnknown()

func (*ResCommonView_Slot) XXX_Marshal

func (m *ResCommonView_Slot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCommonView_Slot) XXX_Merge

func (m *ResCommonView_Slot) XXX_Merge(src proto.Message)

func (*ResCommonView_Slot) XXX_Size

func (m *ResCommonView_Slot) XXX_Size() int

func (*ResCommonView_Slot) XXX_Unmarshal

func (m *ResCommonView_Slot) XXX_Unmarshal(b []byte) error

type ResConnectionInfo

type ResConnectionInfo struct {
	Error                *Error           `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	ClientEndpoint       *NetworkEndpoint `protobuf:"bytes,2,opt,name=client_endpoint,json=clientEndpoint,proto3" json:"client_endpoint,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ResConnectionInfo) Descriptor

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

func (*ResConnectionInfo) GetClientEndpoint

func (m *ResConnectionInfo) GetClientEndpoint() *NetworkEndpoint

func (*ResConnectionInfo) GetError

func (m *ResConnectionInfo) GetError() *Error

func (*ResConnectionInfo) Marshal

func (m *ResConnectionInfo) Marshal() (dAtA []byte, err error)

func (*ResConnectionInfo) MarshalTo

func (m *ResConnectionInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResConnectionInfo) MarshalToSizedBuffer

func (m *ResConnectionInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResConnectionInfo) ProtoMessage

func (*ResConnectionInfo) ProtoMessage()

func (*ResConnectionInfo) Reset

func (m *ResConnectionInfo) Reset()

func (*ResConnectionInfo) Size

func (m *ResConnectionInfo) Size() (n int)

func (*ResConnectionInfo) String

func (m *ResConnectionInfo) String() string

func (*ResConnectionInfo) Unmarshal

func (m *ResConnectionInfo) Unmarshal(dAtA []byte) error

func (*ResConnectionInfo) XXX_DiscardUnknown

func (m *ResConnectionInfo) XXX_DiscardUnknown()

func (*ResConnectionInfo) XXX_Marshal

func (m *ResConnectionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResConnectionInfo) XXX_Merge

func (m *ResConnectionInfo) XXX_Merge(src proto.Message)

func (*ResConnectionInfo) XXX_Size

func (m *ResConnectionInfo) XXX_Size() int

func (*ResConnectionInfo) XXX_Unmarshal

func (m *ResConnectionInfo) XXX_Unmarshal(b []byte) error

type ResCreateAlipayAppOrder

type ResCreateAlipayAppOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	AlipayUrl            string   `protobuf:"bytes,2,opt,name=alipay_url,json=alipayUrl,proto3" json:"alipay_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateAlipayAppOrder) Descriptor

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

func (*ResCreateAlipayAppOrder) GetAlipayUrl

func (m *ResCreateAlipayAppOrder) GetAlipayUrl() string

func (*ResCreateAlipayAppOrder) GetError

func (m *ResCreateAlipayAppOrder) GetError() *Error

func (*ResCreateAlipayAppOrder) Marshal

func (m *ResCreateAlipayAppOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateAlipayAppOrder) MarshalTo

func (m *ResCreateAlipayAppOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateAlipayAppOrder) MarshalToSizedBuffer

func (m *ResCreateAlipayAppOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateAlipayAppOrder) ProtoMessage

func (*ResCreateAlipayAppOrder) ProtoMessage()

func (*ResCreateAlipayAppOrder) Reset

func (m *ResCreateAlipayAppOrder) Reset()

func (*ResCreateAlipayAppOrder) Size

func (m *ResCreateAlipayAppOrder) Size() (n int)

func (*ResCreateAlipayAppOrder) String

func (m *ResCreateAlipayAppOrder) String() string

func (*ResCreateAlipayAppOrder) Unmarshal

func (m *ResCreateAlipayAppOrder) Unmarshal(dAtA []byte) error

func (*ResCreateAlipayAppOrder) XXX_DiscardUnknown

func (m *ResCreateAlipayAppOrder) XXX_DiscardUnknown()

func (*ResCreateAlipayAppOrder) XXX_Marshal

func (m *ResCreateAlipayAppOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateAlipayAppOrder) XXX_Merge

func (m *ResCreateAlipayAppOrder) XXX_Merge(src proto.Message)

func (*ResCreateAlipayAppOrder) XXX_Size

func (m *ResCreateAlipayAppOrder) XXX_Size() int

func (*ResCreateAlipayAppOrder) XXX_Unmarshal

func (m *ResCreateAlipayAppOrder) XXX_Unmarshal(b []byte) error

type ResCreateAlipayOrder

type ResCreateAlipayOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	AlipayUrl            string   `protobuf:"bytes,2,opt,name=alipay_url,json=alipayUrl,proto3" json:"alipay_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateAlipayOrder) Descriptor

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

func (*ResCreateAlipayOrder) GetAlipayUrl

func (m *ResCreateAlipayOrder) GetAlipayUrl() string

func (*ResCreateAlipayOrder) GetError

func (m *ResCreateAlipayOrder) GetError() *Error

func (*ResCreateAlipayOrder) Marshal

func (m *ResCreateAlipayOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateAlipayOrder) MarshalTo

func (m *ResCreateAlipayOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateAlipayOrder) MarshalToSizedBuffer

func (m *ResCreateAlipayOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateAlipayOrder) ProtoMessage

func (*ResCreateAlipayOrder) ProtoMessage()

func (*ResCreateAlipayOrder) Reset

func (m *ResCreateAlipayOrder) Reset()

func (*ResCreateAlipayOrder) Size

func (m *ResCreateAlipayOrder) Size() (n int)

func (*ResCreateAlipayOrder) String

func (m *ResCreateAlipayOrder) String() string

func (*ResCreateAlipayOrder) Unmarshal

func (m *ResCreateAlipayOrder) Unmarshal(dAtA []byte) error

func (*ResCreateAlipayOrder) XXX_DiscardUnknown

func (m *ResCreateAlipayOrder) XXX_DiscardUnknown()

func (*ResCreateAlipayOrder) XXX_Marshal

func (m *ResCreateAlipayOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateAlipayOrder) XXX_Merge

func (m *ResCreateAlipayOrder) XXX_Merge(src proto.Message)

func (*ResCreateAlipayOrder) XXX_Size

func (m *ResCreateAlipayOrder) XXX_Size() int

func (*ResCreateAlipayOrder) XXX_Unmarshal

func (m *ResCreateAlipayOrder) XXX_Unmarshal(b []byte) error

type ResCreateAlipayScanOrder

type ResCreateAlipayScanOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	QrcodeBuffer         string   `protobuf:"bytes,2,opt,name=qrcode_buffer,json=qrcodeBuffer,proto3" json:"qrcode_buffer,omitempty"`
	OrderId              string   `protobuf:"bytes,3,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	QrCode               string   `protobuf:"bytes,4,opt,name=qr_code,json=qrCode,proto3" json:"qr_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateAlipayScanOrder) Descriptor

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

func (*ResCreateAlipayScanOrder) GetError

func (m *ResCreateAlipayScanOrder) GetError() *Error

func (*ResCreateAlipayScanOrder) GetOrderId

func (m *ResCreateAlipayScanOrder) GetOrderId() string

func (*ResCreateAlipayScanOrder) GetQrCode

func (m *ResCreateAlipayScanOrder) GetQrCode() string

func (*ResCreateAlipayScanOrder) GetQrcodeBuffer

func (m *ResCreateAlipayScanOrder) GetQrcodeBuffer() string

func (*ResCreateAlipayScanOrder) Marshal

func (m *ResCreateAlipayScanOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateAlipayScanOrder) MarshalTo

func (m *ResCreateAlipayScanOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateAlipayScanOrder) MarshalToSizedBuffer

func (m *ResCreateAlipayScanOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateAlipayScanOrder) ProtoMessage

func (*ResCreateAlipayScanOrder) ProtoMessage()

func (*ResCreateAlipayScanOrder) Reset

func (m *ResCreateAlipayScanOrder) Reset()

func (*ResCreateAlipayScanOrder) Size

func (m *ResCreateAlipayScanOrder) Size() (n int)

func (*ResCreateAlipayScanOrder) String

func (m *ResCreateAlipayScanOrder) String() string

func (*ResCreateAlipayScanOrder) Unmarshal

func (m *ResCreateAlipayScanOrder) Unmarshal(dAtA []byte) error

func (*ResCreateAlipayScanOrder) XXX_DiscardUnknown

func (m *ResCreateAlipayScanOrder) XXX_DiscardUnknown()

func (*ResCreateAlipayScanOrder) XXX_Marshal

func (m *ResCreateAlipayScanOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateAlipayScanOrder) XXX_Merge

func (m *ResCreateAlipayScanOrder) XXX_Merge(src proto.Message)

func (*ResCreateAlipayScanOrder) XXX_Size

func (m *ResCreateAlipayScanOrder) XXX_Size() int

func (*ResCreateAlipayScanOrder) XXX_Unmarshal

func (m *ResCreateAlipayScanOrder) XXX_Unmarshal(b []byte) error

type ResCreateBillingOrder

type ResCreateBillingOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	OrderId              string   `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateBillingOrder) Descriptor

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

func (*ResCreateBillingOrder) GetError

func (m *ResCreateBillingOrder) GetError() *Error

func (*ResCreateBillingOrder) GetOrderId

func (m *ResCreateBillingOrder) GetOrderId() string

func (*ResCreateBillingOrder) Marshal

func (m *ResCreateBillingOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateBillingOrder) MarshalTo

func (m *ResCreateBillingOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateBillingOrder) MarshalToSizedBuffer

func (m *ResCreateBillingOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateBillingOrder) ProtoMessage

func (*ResCreateBillingOrder) ProtoMessage()

func (*ResCreateBillingOrder) Reset

func (m *ResCreateBillingOrder) Reset()

func (*ResCreateBillingOrder) Size

func (m *ResCreateBillingOrder) Size() (n int)

func (*ResCreateBillingOrder) String

func (m *ResCreateBillingOrder) String() string

func (*ResCreateBillingOrder) Unmarshal

func (m *ResCreateBillingOrder) Unmarshal(dAtA []byte) error

func (*ResCreateBillingOrder) XXX_DiscardUnknown

func (m *ResCreateBillingOrder) XXX_DiscardUnknown()

func (*ResCreateBillingOrder) XXX_Marshal

func (m *ResCreateBillingOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateBillingOrder) XXX_Merge

func (m *ResCreateBillingOrder) XXX_Merge(src proto.Message)

func (*ResCreateBillingOrder) XXX_Size

func (m *ResCreateBillingOrder) XXX_Size() int

func (*ResCreateBillingOrder) XXX_Unmarshal

func (m *ResCreateBillingOrder) XXX_Unmarshal(b []byte) error

type ResCreateENAlipayOrder

type ResCreateENAlipayOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	OrderId              string   `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateENAlipayOrder) Descriptor

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

func (*ResCreateENAlipayOrder) GetError

func (m *ResCreateENAlipayOrder) GetError() *Error

func (*ResCreateENAlipayOrder) GetOrderId

func (m *ResCreateENAlipayOrder) GetOrderId() string

func (*ResCreateENAlipayOrder) Marshal

func (m *ResCreateENAlipayOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateENAlipayOrder) MarshalTo

func (m *ResCreateENAlipayOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateENAlipayOrder) MarshalToSizedBuffer

func (m *ResCreateENAlipayOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateENAlipayOrder) ProtoMessage

func (*ResCreateENAlipayOrder) ProtoMessage()

func (*ResCreateENAlipayOrder) Reset

func (m *ResCreateENAlipayOrder) Reset()

func (*ResCreateENAlipayOrder) Size

func (m *ResCreateENAlipayOrder) Size() (n int)

func (*ResCreateENAlipayOrder) String

func (m *ResCreateENAlipayOrder) String() string

func (*ResCreateENAlipayOrder) Unmarshal

func (m *ResCreateENAlipayOrder) Unmarshal(dAtA []byte) error

func (*ResCreateENAlipayOrder) XXX_DiscardUnknown

func (m *ResCreateENAlipayOrder) XXX_DiscardUnknown()

func (*ResCreateENAlipayOrder) XXX_Marshal

func (m *ResCreateENAlipayOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateENAlipayOrder) XXX_Merge

func (m *ResCreateENAlipayOrder) XXX_Merge(src proto.Message)

func (*ResCreateENAlipayOrder) XXX_Size

func (m *ResCreateENAlipayOrder) XXX_Size() int

func (*ResCreateENAlipayOrder) XXX_Unmarshal

func (m *ResCreateENAlipayOrder) XXX_Unmarshal(b []byte) error

type ResCreateENJCBOrder

type ResCreateENJCBOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	OrderId              string   `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateENJCBOrder) Descriptor

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

func (*ResCreateENJCBOrder) GetError

func (m *ResCreateENJCBOrder) GetError() *Error

func (*ResCreateENJCBOrder) GetOrderId

func (m *ResCreateENJCBOrder) GetOrderId() string

func (*ResCreateENJCBOrder) Marshal

func (m *ResCreateENJCBOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateENJCBOrder) MarshalTo

func (m *ResCreateENJCBOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateENJCBOrder) MarshalToSizedBuffer

func (m *ResCreateENJCBOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateENJCBOrder) ProtoMessage

func (*ResCreateENJCBOrder) ProtoMessage()

func (*ResCreateENJCBOrder) Reset

func (m *ResCreateENJCBOrder) Reset()

func (*ResCreateENJCBOrder) Size

func (m *ResCreateENJCBOrder) Size() (n int)

func (*ResCreateENJCBOrder) String

func (m *ResCreateENJCBOrder) String() string

func (*ResCreateENJCBOrder) Unmarshal

func (m *ResCreateENJCBOrder) Unmarshal(dAtA []byte) error

func (*ResCreateENJCBOrder) XXX_DiscardUnknown

func (m *ResCreateENJCBOrder) XXX_DiscardUnknown()

func (*ResCreateENJCBOrder) XXX_Marshal

func (m *ResCreateENJCBOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateENJCBOrder) XXX_Merge

func (m *ResCreateENJCBOrder) XXX_Merge(src proto.Message)

func (*ResCreateENJCBOrder) XXX_Size

func (m *ResCreateENJCBOrder) XXX_Size() int

func (*ResCreateENJCBOrder) XXX_Unmarshal

func (m *ResCreateENJCBOrder) XXX_Unmarshal(b []byte) error

type ResCreateENMasterCardOrder

type ResCreateENMasterCardOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	OrderId              string   `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateENMasterCardOrder) Descriptor

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

func (*ResCreateENMasterCardOrder) GetError

func (m *ResCreateENMasterCardOrder) GetError() *Error

func (*ResCreateENMasterCardOrder) GetOrderId

func (m *ResCreateENMasterCardOrder) GetOrderId() string

func (*ResCreateENMasterCardOrder) Marshal

func (m *ResCreateENMasterCardOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateENMasterCardOrder) MarshalTo

func (m *ResCreateENMasterCardOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateENMasterCardOrder) MarshalToSizedBuffer

func (m *ResCreateENMasterCardOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateENMasterCardOrder) ProtoMessage

func (*ResCreateENMasterCardOrder) ProtoMessage()

func (*ResCreateENMasterCardOrder) Reset

func (m *ResCreateENMasterCardOrder) Reset()

func (*ResCreateENMasterCardOrder) Size

func (m *ResCreateENMasterCardOrder) Size() (n int)

func (*ResCreateENMasterCardOrder) String

func (m *ResCreateENMasterCardOrder) String() string

func (*ResCreateENMasterCardOrder) Unmarshal

func (m *ResCreateENMasterCardOrder) Unmarshal(dAtA []byte) error

func (*ResCreateENMasterCardOrder) XXX_DiscardUnknown

func (m *ResCreateENMasterCardOrder) XXX_DiscardUnknown()

func (*ResCreateENMasterCardOrder) XXX_Marshal

func (m *ResCreateENMasterCardOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateENMasterCardOrder) XXX_Merge

func (m *ResCreateENMasterCardOrder) XXX_Merge(src proto.Message)

func (*ResCreateENMasterCardOrder) XXX_Size

func (m *ResCreateENMasterCardOrder) XXX_Size() int

func (*ResCreateENMasterCardOrder) XXX_Unmarshal

func (m *ResCreateENMasterCardOrder) XXX_Unmarshal(b []byte) error

type ResCreateENPaypalOrder

type ResCreateENPaypalOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	OrderId              string   `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateENPaypalOrder) Descriptor

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

func (*ResCreateENPaypalOrder) GetError

func (m *ResCreateENPaypalOrder) GetError() *Error

func (*ResCreateENPaypalOrder) GetOrderId

func (m *ResCreateENPaypalOrder) GetOrderId() string

func (*ResCreateENPaypalOrder) Marshal

func (m *ResCreateENPaypalOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateENPaypalOrder) MarshalTo

func (m *ResCreateENPaypalOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateENPaypalOrder) MarshalToSizedBuffer

func (m *ResCreateENPaypalOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateENPaypalOrder) ProtoMessage

func (*ResCreateENPaypalOrder) ProtoMessage()

func (*ResCreateENPaypalOrder) Reset

func (m *ResCreateENPaypalOrder) Reset()

func (*ResCreateENPaypalOrder) Size

func (m *ResCreateENPaypalOrder) Size() (n int)

func (*ResCreateENPaypalOrder) String

func (m *ResCreateENPaypalOrder) String() string

func (*ResCreateENPaypalOrder) Unmarshal

func (m *ResCreateENPaypalOrder) Unmarshal(dAtA []byte) error

func (*ResCreateENPaypalOrder) XXX_DiscardUnknown

func (m *ResCreateENPaypalOrder) XXX_DiscardUnknown()

func (*ResCreateENPaypalOrder) XXX_Marshal

func (m *ResCreateENPaypalOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateENPaypalOrder) XXX_Merge

func (m *ResCreateENPaypalOrder) XXX_Merge(src proto.Message)

func (*ResCreateENPaypalOrder) XXX_Size

func (m *ResCreateENPaypalOrder) XXX_Size() int

func (*ResCreateENPaypalOrder) XXX_Unmarshal

func (m *ResCreateENPaypalOrder) XXX_Unmarshal(b []byte) error

type ResCreateENVisaOrder

type ResCreateENVisaOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	OrderId              string   `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateENVisaOrder) Descriptor

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

func (*ResCreateENVisaOrder) GetError

func (m *ResCreateENVisaOrder) GetError() *Error

func (*ResCreateENVisaOrder) GetOrderId

func (m *ResCreateENVisaOrder) GetOrderId() string

func (*ResCreateENVisaOrder) Marshal

func (m *ResCreateENVisaOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateENVisaOrder) MarshalTo

func (m *ResCreateENVisaOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateENVisaOrder) MarshalToSizedBuffer

func (m *ResCreateENVisaOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateENVisaOrder) ProtoMessage

func (*ResCreateENVisaOrder) ProtoMessage()

func (*ResCreateENVisaOrder) Reset

func (m *ResCreateENVisaOrder) Reset()

func (*ResCreateENVisaOrder) Size

func (m *ResCreateENVisaOrder) Size() (n int)

func (*ResCreateENVisaOrder) String

func (m *ResCreateENVisaOrder) String() string

func (*ResCreateENVisaOrder) Unmarshal

func (m *ResCreateENVisaOrder) Unmarshal(dAtA []byte) error

func (*ResCreateENVisaOrder) XXX_DiscardUnknown

func (m *ResCreateENVisaOrder) XXX_DiscardUnknown()

func (*ResCreateENVisaOrder) XXX_Marshal

func (m *ResCreateENVisaOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateENVisaOrder) XXX_Merge

func (m *ResCreateENVisaOrder) XXX_Merge(src proto.Message)

func (*ResCreateENVisaOrder) XXX_Size

func (m *ResCreateENVisaOrder) XXX_Size() int

func (*ResCreateENVisaOrder) XXX_Unmarshal

func (m *ResCreateENVisaOrder) XXX_Unmarshal(b []byte) error

type ResCreateJPAuOrder

type ResCreateJPAuOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	OrderId              string   `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateJPAuOrder) Descriptor

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

func (*ResCreateJPAuOrder) GetError

func (m *ResCreateJPAuOrder) GetError() *Error

func (*ResCreateJPAuOrder) GetOrderId

func (m *ResCreateJPAuOrder) GetOrderId() string

func (*ResCreateJPAuOrder) Marshal

func (m *ResCreateJPAuOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateJPAuOrder) MarshalTo

func (m *ResCreateJPAuOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateJPAuOrder) MarshalToSizedBuffer

func (m *ResCreateJPAuOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateJPAuOrder) ProtoMessage

func (*ResCreateJPAuOrder) ProtoMessage()

func (*ResCreateJPAuOrder) Reset

func (m *ResCreateJPAuOrder) Reset()

func (*ResCreateJPAuOrder) Size

func (m *ResCreateJPAuOrder) Size() (n int)

func (*ResCreateJPAuOrder) String

func (m *ResCreateJPAuOrder) String() string

func (*ResCreateJPAuOrder) Unmarshal

func (m *ResCreateJPAuOrder) Unmarshal(dAtA []byte) error

func (*ResCreateJPAuOrder) XXX_DiscardUnknown

func (m *ResCreateJPAuOrder) XXX_DiscardUnknown()

func (*ResCreateJPAuOrder) XXX_Marshal

func (m *ResCreateJPAuOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateJPAuOrder) XXX_Merge

func (m *ResCreateJPAuOrder) XXX_Merge(src proto.Message)

func (*ResCreateJPAuOrder) XXX_Size

func (m *ResCreateJPAuOrder) XXX_Size() int

func (*ResCreateJPAuOrder) XXX_Unmarshal

func (m *ResCreateJPAuOrder) XXX_Unmarshal(b []byte) error

type ResCreateJPCreditCardOrder

type ResCreateJPCreditCardOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	OrderId              string   `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateJPCreditCardOrder) Descriptor

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

func (*ResCreateJPCreditCardOrder) GetError

func (m *ResCreateJPCreditCardOrder) GetError() *Error

func (*ResCreateJPCreditCardOrder) GetOrderId

func (m *ResCreateJPCreditCardOrder) GetOrderId() string

func (*ResCreateJPCreditCardOrder) Marshal

func (m *ResCreateJPCreditCardOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateJPCreditCardOrder) MarshalTo

func (m *ResCreateJPCreditCardOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateJPCreditCardOrder) MarshalToSizedBuffer

func (m *ResCreateJPCreditCardOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateJPCreditCardOrder) ProtoMessage

func (*ResCreateJPCreditCardOrder) ProtoMessage()

func (*ResCreateJPCreditCardOrder) Reset

func (m *ResCreateJPCreditCardOrder) Reset()

func (*ResCreateJPCreditCardOrder) Size

func (m *ResCreateJPCreditCardOrder) Size() (n int)

func (*ResCreateJPCreditCardOrder) String

func (m *ResCreateJPCreditCardOrder) String() string

func (*ResCreateJPCreditCardOrder) Unmarshal

func (m *ResCreateJPCreditCardOrder) Unmarshal(dAtA []byte) error

func (*ResCreateJPCreditCardOrder) XXX_DiscardUnknown

func (m *ResCreateJPCreditCardOrder) XXX_DiscardUnknown()

func (*ResCreateJPCreditCardOrder) XXX_Marshal

func (m *ResCreateJPCreditCardOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateJPCreditCardOrder) XXX_Merge

func (m *ResCreateJPCreditCardOrder) XXX_Merge(src proto.Message)

func (*ResCreateJPCreditCardOrder) XXX_Size

func (m *ResCreateJPCreditCardOrder) XXX_Size() int

func (*ResCreateJPCreditCardOrder) XXX_Unmarshal

func (m *ResCreateJPCreditCardOrder) XXX_Unmarshal(b []byte) error

type ResCreateJPDocomoOrder

type ResCreateJPDocomoOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	OrderId              string   `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateJPDocomoOrder) Descriptor

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

func (*ResCreateJPDocomoOrder) GetError

func (m *ResCreateJPDocomoOrder) GetError() *Error

func (*ResCreateJPDocomoOrder) GetOrderId

func (m *ResCreateJPDocomoOrder) GetOrderId() string

func (*ResCreateJPDocomoOrder) Marshal

func (m *ResCreateJPDocomoOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateJPDocomoOrder) MarshalTo

func (m *ResCreateJPDocomoOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateJPDocomoOrder) MarshalToSizedBuffer

func (m *ResCreateJPDocomoOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateJPDocomoOrder) ProtoMessage

func (*ResCreateJPDocomoOrder) ProtoMessage()

func (*ResCreateJPDocomoOrder) Reset

func (m *ResCreateJPDocomoOrder) Reset()

func (*ResCreateJPDocomoOrder) Size

func (m *ResCreateJPDocomoOrder) Size() (n int)

func (*ResCreateJPDocomoOrder) String

func (m *ResCreateJPDocomoOrder) String() string

func (*ResCreateJPDocomoOrder) Unmarshal

func (m *ResCreateJPDocomoOrder) Unmarshal(dAtA []byte) error

func (*ResCreateJPDocomoOrder) XXX_DiscardUnknown

func (m *ResCreateJPDocomoOrder) XXX_DiscardUnknown()

func (*ResCreateJPDocomoOrder) XXX_Marshal

func (m *ResCreateJPDocomoOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateJPDocomoOrder) XXX_Merge

func (m *ResCreateJPDocomoOrder) XXX_Merge(src proto.Message)

func (*ResCreateJPDocomoOrder) XXX_Size

func (m *ResCreateJPDocomoOrder) XXX_Size() int

func (*ResCreateJPDocomoOrder) XXX_Unmarshal

func (m *ResCreateJPDocomoOrder) XXX_Unmarshal(b []byte) error

type ResCreateJPPaypalOrder

type ResCreateJPPaypalOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	OrderId              string   `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateJPPaypalOrder) Descriptor

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

func (*ResCreateJPPaypalOrder) GetError

func (m *ResCreateJPPaypalOrder) GetError() *Error

func (*ResCreateJPPaypalOrder) GetOrderId

func (m *ResCreateJPPaypalOrder) GetOrderId() string

func (*ResCreateJPPaypalOrder) Marshal

func (m *ResCreateJPPaypalOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateJPPaypalOrder) MarshalTo

func (m *ResCreateJPPaypalOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateJPPaypalOrder) MarshalToSizedBuffer

func (m *ResCreateJPPaypalOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateJPPaypalOrder) ProtoMessage

func (*ResCreateJPPaypalOrder) ProtoMessage()

func (*ResCreateJPPaypalOrder) Reset

func (m *ResCreateJPPaypalOrder) Reset()

func (*ResCreateJPPaypalOrder) Size

func (m *ResCreateJPPaypalOrder) Size() (n int)

func (*ResCreateJPPaypalOrder) String

func (m *ResCreateJPPaypalOrder) String() string

func (*ResCreateJPPaypalOrder) Unmarshal

func (m *ResCreateJPPaypalOrder) Unmarshal(dAtA []byte) error

func (*ResCreateJPPaypalOrder) XXX_DiscardUnknown

func (m *ResCreateJPPaypalOrder) XXX_DiscardUnknown()

func (*ResCreateJPPaypalOrder) XXX_Marshal

func (m *ResCreateJPPaypalOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateJPPaypalOrder) XXX_Merge

func (m *ResCreateJPPaypalOrder) XXX_Merge(src proto.Message)

func (*ResCreateJPPaypalOrder) XXX_Size

func (m *ResCreateJPPaypalOrder) XXX_Size() int

func (*ResCreateJPPaypalOrder) XXX_Unmarshal

func (m *ResCreateJPPaypalOrder) XXX_Unmarshal(b []byte) error

type ResCreateJPSoftbankOrder

type ResCreateJPSoftbankOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	OrderId              string   `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateJPSoftbankOrder) Descriptor

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

func (*ResCreateJPSoftbankOrder) GetError

func (m *ResCreateJPSoftbankOrder) GetError() *Error

func (*ResCreateJPSoftbankOrder) GetOrderId

func (m *ResCreateJPSoftbankOrder) GetOrderId() string

func (*ResCreateJPSoftbankOrder) Marshal

func (m *ResCreateJPSoftbankOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateJPSoftbankOrder) MarshalTo

func (m *ResCreateJPSoftbankOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateJPSoftbankOrder) MarshalToSizedBuffer

func (m *ResCreateJPSoftbankOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateJPSoftbankOrder) ProtoMessage

func (*ResCreateJPSoftbankOrder) ProtoMessage()

func (*ResCreateJPSoftbankOrder) Reset

func (m *ResCreateJPSoftbankOrder) Reset()

func (*ResCreateJPSoftbankOrder) Size

func (m *ResCreateJPSoftbankOrder) Size() (n int)

func (*ResCreateJPSoftbankOrder) String

func (m *ResCreateJPSoftbankOrder) String() string

func (*ResCreateJPSoftbankOrder) Unmarshal

func (m *ResCreateJPSoftbankOrder) Unmarshal(dAtA []byte) error

func (*ResCreateJPSoftbankOrder) XXX_DiscardUnknown

func (m *ResCreateJPSoftbankOrder) XXX_DiscardUnknown()

func (*ResCreateJPSoftbankOrder) XXX_Marshal

func (m *ResCreateJPSoftbankOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateJPSoftbankOrder) XXX_Merge

func (m *ResCreateJPSoftbankOrder) XXX_Merge(src proto.Message)

func (*ResCreateJPSoftbankOrder) XXX_Size

func (m *ResCreateJPSoftbankOrder) XXX_Size() int

func (*ResCreateJPSoftbankOrder) XXX_Unmarshal

func (m *ResCreateJPSoftbankOrder) XXX_Unmarshal(b []byte) error

type ResCreateJPWebMoneyOrder

type ResCreateJPWebMoneyOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	OrderId              string   `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateJPWebMoneyOrder) Descriptor

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

func (*ResCreateJPWebMoneyOrder) GetError

func (m *ResCreateJPWebMoneyOrder) GetError() *Error

func (*ResCreateJPWebMoneyOrder) GetOrderId

func (m *ResCreateJPWebMoneyOrder) GetOrderId() string

func (*ResCreateJPWebMoneyOrder) Marshal

func (m *ResCreateJPWebMoneyOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateJPWebMoneyOrder) MarshalTo

func (m *ResCreateJPWebMoneyOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateJPWebMoneyOrder) MarshalToSizedBuffer

func (m *ResCreateJPWebMoneyOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateJPWebMoneyOrder) ProtoMessage

func (*ResCreateJPWebMoneyOrder) ProtoMessage()

func (*ResCreateJPWebMoneyOrder) Reset

func (m *ResCreateJPWebMoneyOrder) Reset()

func (*ResCreateJPWebMoneyOrder) Size

func (m *ResCreateJPWebMoneyOrder) Size() (n int)

func (*ResCreateJPWebMoneyOrder) String

func (m *ResCreateJPWebMoneyOrder) String() string

func (*ResCreateJPWebMoneyOrder) Unmarshal

func (m *ResCreateJPWebMoneyOrder) Unmarshal(dAtA []byte) error

func (*ResCreateJPWebMoneyOrder) XXX_DiscardUnknown

func (m *ResCreateJPWebMoneyOrder) XXX_DiscardUnknown()

func (*ResCreateJPWebMoneyOrder) XXX_Marshal

func (m *ResCreateJPWebMoneyOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateJPWebMoneyOrder) XXX_Merge

func (m *ResCreateJPWebMoneyOrder) XXX_Merge(src proto.Message)

func (*ResCreateJPWebMoneyOrder) XXX_Size

func (m *ResCreateJPWebMoneyOrder) XXX_Size() int

func (*ResCreateJPWebMoneyOrder) XXX_Unmarshal

func (m *ResCreateJPWebMoneyOrder) XXX_Unmarshal(b []byte) error

type ResCreateRoom

type ResCreateRoom struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Room                 *Room    `protobuf:"bytes,2,opt,name=room,proto3" json:"room,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateRoom) Descriptor

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

func (*ResCreateRoom) GetError

func (m *ResCreateRoom) GetError() *Error

func (*ResCreateRoom) GetRoom

func (m *ResCreateRoom) GetRoom() *Room

func (*ResCreateRoom) Marshal

func (m *ResCreateRoom) Marshal() (dAtA []byte, err error)

func (*ResCreateRoom) MarshalTo

func (m *ResCreateRoom) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateRoom) MarshalToSizedBuffer

func (m *ResCreateRoom) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateRoom) ProtoMessage

func (*ResCreateRoom) ProtoMessage()

func (*ResCreateRoom) Reset

func (m *ResCreateRoom) Reset()

func (*ResCreateRoom) Size

func (m *ResCreateRoom) Size() (n int)

func (*ResCreateRoom) String

func (m *ResCreateRoom) String() string

func (*ResCreateRoom) Unmarshal

func (m *ResCreateRoom) Unmarshal(dAtA []byte) error

func (*ResCreateRoom) XXX_DiscardUnknown

func (m *ResCreateRoom) XXX_DiscardUnknown()

func (*ResCreateRoom) XXX_Marshal

func (m *ResCreateRoom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateRoom) XXX_Merge

func (m *ResCreateRoom) XXX_Merge(src proto.Message)

func (*ResCreateRoom) XXX_Size

func (m *ResCreateRoom) XXX_Size() int

func (*ResCreateRoom) XXX_Unmarshal

func (m *ResCreateRoom) XXX_Unmarshal(b []byte) error

type ResCreateWechatAppOrder

type ResCreateWechatAppOrder struct {
	Error                *Error                                      `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	CallWechatAppParam   *ResCreateWechatAppOrder_CallWechatAppParam `protobuf:"bytes,2,opt,name=call_wechat_app_param,json=callWechatAppParam,proto3" json:"call_wechat_app_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*ResCreateWechatAppOrder) Descriptor

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

func (*ResCreateWechatAppOrder) GetCallWechatAppParam

func (*ResCreateWechatAppOrder) GetError

func (m *ResCreateWechatAppOrder) GetError() *Error

func (*ResCreateWechatAppOrder) Marshal

func (m *ResCreateWechatAppOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateWechatAppOrder) MarshalTo

func (m *ResCreateWechatAppOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateWechatAppOrder) MarshalToSizedBuffer

func (m *ResCreateWechatAppOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateWechatAppOrder) ProtoMessage

func (*ResCreateWechatAppOrder) ProtoMessage()

func (*ResCreateWechatAppOrder) Reset

func (m *ResCreateWechatAppOrder) Reset()

func (*ResCreateWechatAppOrder) Size

func (m *ResCreateWechatAppOrder) Size() (n int)

func (*ResCreateWechatAppOrder) String

func (m *ResCreateWechatAppOrder) String() string

func (*ResCreateWechatAppOrder) Unmarshal

func (m *ResCreateWechatAppOrder) Unmarshal(dAtA []byte) error

func (*ResCreateWechatAppOrder) XXX_DiscardUnknown

func (m *ResCreateWechatAppOrder) XXX_DiscardUnknown()

func (*ResCreateWechatAppOrder) XXX_Marshal

func (m *ResCreateWechatAppOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateWechatAppOrder) XXX_Merge

func (m *ResCreateWechatAppOrder) XXX_Merge(src proto.Message)

func (*ResCreateWechatAppOrder) XXX_Size

func (m *ResCreateWechatAppOrder) XXX_Size() int

func (*ResCreateWechatAppOrder) XXX_Unmarshal

func (m *ResCreateWechatAppOrder) XXX_Unmarshal(b []byte) error

type ResCreateWechatAppOrder_CallWechatAppParam

type ResCreateWechatAppOrder_CallWechatAppParam struct {
	Appid                string   `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"`
	Partnerid            string   `protobuf:"bytes,2,opt,name=partnerid,proto3" json:"partnerid,omitempty"`
	Prepayid             string   `protobuf:"bytes,3,opt,name=prepayid,proto3" json:"prepayid,omitempty"`
	Package              string   `protobuf:"bytes,4,opt,name=package,proto3" json:"package,omitempty"`
	Noncestr             string   `protobuf:"bytes,5,opt,name=noncestr,proto3" json:"noncestr,omitempty"`
	Timestamp            string   `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Sign                 string   `protobuf:"bytes,7,opt,name=sign,proto3" json:"sign,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateWechatAppOrder_CallWechatAppParam) Descriptor

func (*ResCreateWechatAppOrder_CallWechatAppParam) GetAppid

func (*ResCreateWechatAppOrder_CallWechatAppParam) GetNoncestr

func (*ResCreateWechatAppOrder_CallWechatAppParam) GetPackage

func (*ResCreateWechatAppOrder_CallWechatAppParam) GetPartnerid

func (*ResCreateWechatAppOrder_CallWechatAppParam) GetPrepayid

func (*ResCreateWechatAppOrder_CallWechatAppParam) GetSign

func (*ResCreateWechatAppOrder_CallWechatAppParam) GetTimestamp

func (*ResCreateWechatAppOrder_CallWechatAppParam) Marshal

func (m *ResCreateWechatAppOrder_CallWechatAppParam) Marshal() (dAtA []byte, err error)

func (*ResCreateWechatAppOrder_CallWechatAppParam) MarshalTo

func (m *ResCreateWechatAppOrder_CallWechatAppParam) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateWechatAppOrder_CallWechatAppParam) MarshalToSizedBuffer

func (m *ResCreateWechatAppOrder_CallWechatAppParam) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateWechatAppOrder_CallWechatAppParam) ProtoMessage

func (*ResCreateWechatAppOrder_CallWechatAppParam) Reset

func (*ResCreateWechatAppOrder_CallWechatAppParam) Size

func (*ResCreateWechatAppOrder_CallWechatAppParam) String

func (*ResCreateWechatAppOrder_CallWechatAppParam) Unmarshal

func (*ResCreateWechatAppOrder_CallWechatAppParam) XXX_DiscardUnknown

func (m *ResCreateWechatAppOrder_CallWechatAppParam) XXX_DiscardUnknown()

func (*ResCreateWechatAppOrder_CallWechatAppParam) XXX_Marshal

func (m *ResCreateWechatAppOrder_CallWechatAppParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateWechatAppOrder_CallWechatAppParam) XXX_Merge

func (*ResCreateWechatAppOrder_CallWechatAppParam) XXX_Size

func (*ResCreateWechatAppOrder_CallWechatAppParam) XXX_Unmarshal

type ResCreateWechatNativeOrder

type ResCreateWechatNativeOrder struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	QrcodeBuffer         string   `protobuf:"bytes,2,opt,name=qrcode_buffer,json=qrcodeBuffer,proto3" json:"qrcode_buffer,omitempty"`
	OrderId              string   `protobuf:"bytes,3,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCreateWechatNativeOrder) Descriptor

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

func (*ResCreateWechatNativeOrder) GetError

func (m *ResCreateWechatNativeOrder) GetError() *Error

func (*ResCreateWechatNativeOrder) GetOrderId

func (m *ResCreateWechatNativeOrder) GetOrderId() string

func (*ResCreateWechatNativeOrder) GetQrcodeBuffer

func (m *ResCreateWechatNativeOrder) GetQrcodeBuffer() string

func (*ResCreateWechatNativeOrder) Marshal

func (m *ResCreateWechatNativeOrder) Marshal() (dAtA []byte, err error)

func (*ResCreateWechatNativeOrder) MarshalTo

func (m *ResCreateWechatNativeOrder) MarshalTo(dAtA []byte) (int, error)

func (*ResCreateWechatNativeOrder) MarshalToSizedBuffer

func (m *ResCreateWechatNativeOrder) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCreateWechatNativeOrder) ProtoMessage

func (*ResCreateWechatNativeOrder) ProtoMessage()

func (*ResCreateWechatNativeOrder) Reset

func (m *ResCreateWechatNativeOrder) Reset()

func (*ResCreateWechatNativeOrder) Size

func (m *ResCreateWechatNativeOrder) Size() (n int)

func (*ResCreateWechatNativeOrder) String

func (m *ResCreateWechatNativeOrder) String() string

func (*ResCreateWechatNativeOrder) Unmarshal

func (m *ResCreateWechatNativeOrder) Unmarshal(dAtA []byte) error

func (*ResCreateWechatNativeOrder) XXX_DiscardUnknown

func (m *ResCreateWechatNativeOrder) XXX_DiscardUnknown()

func (*ResCreateWechatNativeOrder) XXX_Marshal

func (m *ResCreateWechatNativeOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCreateWechatNativeOrder) XXX_Merge

func (m *ResCreateWechatNativeOrder) XXX_Merge(src proto.Message)

func (*ResCreateWechatNativeOrder) XXX_Size

func (m *ResCreateWechatNativeOrder) XXX_Size() int

func (*ResCreateWechatNativeOrder) XXX_Unmarshal

func (m *ResCreateWechatNativeOrder) XXX_Unmarshal(b []byte) error

type ResCurrentMatchInfo

type ResCurrentMatchInfo struct {
	Error                *Error                                  `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Matches              []*ResCurrentMatchInfo_CurrentMatchInfo `protobuf:"bytes,2,rep,name=matches,proto3" json:"matches,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

func (*ResCurrentMatchInfo) Descriptor

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

func (*ResCurrentMatchInfo) GetError

func (m *ResCurrentMatchInfo) GetError() *Error

func (*ResCurrentMatchInfo) GetMatches

func (*ResCurrentMatchInfo) Marshal

func (m *ResCurrentMatchInfo) Marshal() (dAtA []byte, err error)

func (*ResCurrentMatchInfo) MarshalTo

func (m *ResCurrentMatchInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResCurrentMatchInfo) MarshalToSizedBuffer

func (m *ResCurrentMatchInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCurrentMatchInfo) ProtoMessage

func (*ResCurrentMatchInfo) ProtoMessage()

func (*ResCurrentMatchInfo) Reset

func (m *ResCurrentMatchInfo) Reset()

func (*ResCurrentMatchInfo) Size

func (m *ResCurrentMatchInfo) Size() (n int)

func (*ResCurrentMatchInfo) String

func (m *ResCurrentMatchInfo) String() string

func (*ResCurrentMatchInfo) Unmarshal

func (m *ResCurrentMatchInfo) Unmarshal(dAtA []byte) error

func (*ResCurrentMatchInfo) XXX_DiscardUnknown

func (m *ResCurrentMatchInfo) XXX_DiscardUnknown()

func (*ResCurrentMatchInfo) XXX_Marshal

func (m *ResCurrentMatchInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCurrentMatchInfo) XXX_Merge

func (m *ResCurrentMatchInfo) XXX_Merge(src proto.Message)

func (*ResCurrentMatchInfo) XXX_Size

func (m *ResCurrentMatchInfo) XXX_Size() int

func (*ResCurrentMatchInfo) XXX_Unmarshal

func (m *ResCurrentMatchInfo) XXX_Unmarshal(b []byte) error

type ResCurrentMatchInfo_CurrentMatchInfo

type ResCurrentMatchInfo_CurrentMatchInfo struct {
	ModeId               uint32   `protobuf:"varint,1,opt,name=mode_id,json=modeId,proto3" json:"mode_id,omitempty"`
	PlayingCount         uint32   `protobuf:"varint,2,opt,name=playing_count,json=playingCount,proto3" json:"playing_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResCurrentMatchInfo_CurrentMatchInfo) Descriptor

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

func (*ResCurrentMatchInfo_CurrentMatchInfo) GetModeId

func (*ResCurrentMatchInfo_CurrentMatchInfo) GetPlayingCount

func (m *ResCurrentMatchInfo_CurrentMatchInfo) GetPlayingCount() uint32

func (*ResCurrentMatchInfo_CurrentMatchInfo) Marshal

func (m *ResCurrentMatchInfo_CurrentMatchInfo) Marshal() (dAtA []byte, err error)

func (*ResCurrentMatchInfo_CurrentMatchInfo) MarshalTo

func (m *ResCurrentMatchInfo_CurrentMatchInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResCurrentMatchInfo_CurrentMatchInfo) MarshalToSizedBuffer

func (m *ResCurrentMatchInfo_CurrentMatchInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResCurrentMatchInfo_CurrentMatchInfo) ProtoMessage

func (*ResCurrentMatchInfo_CurrentMatchInfo) ProtoMessage()

func (*ResCurrentMatchInfo_CurrentMatchInfo) Reset

func (*ResCurrentMatchInfo_CurrentMatchInfo) Size

func (*ResCurrentMatchInfo_CurrentMatchInfo) String

func (*ResCurrentMatchInfo_CurrentMatchInfo) Unmarshal

func (m *ResCurrentMatchInfo_CurrentMatchInfo) Unmarshal(dAtA []byte) error

func (*ResCurrentMatchInfo_CurrentMatchInfo) XXX_DiscardUnknown

func (m *ResCurrentMatchInfo_CurrentMatchInfo) XXX_DiscardUnknown()

func (*ResCurrentMatchInfo_CurrentMatchInfo) XXX_Marshal

func (m *ResCurrentMatchInfo_CurrentMatchInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResCurrentMatchInfo_CurrentMatchInfo) XXX_Merge

func (*ResCurrentMatchInfo_CurrentMatchInfo) XXX_Size

func (*ResCurrentMatchInfo_CurrentMatchInfo) XXX_Unmarshal

func (m *ResCurrentMatchInfo_CurrentMatchInfo) XXX_Unmarshal(b []byte) error

type ResDailySignInInfo

type ResDailySignInInfo struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	SignInDays           uint32   `protobuf:"varint,2,opt,name=sign_in_days,json=signInDays,proto3" json:"sign_in_days,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResDailySignInInfo) Descriptor

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

func (*ResDailySignInInfo) GetError

func (m *ResDailySignInInfo) GetError() *Error

func (*ResDailySignInInfo) GetSignInDays

func (m *ResDailySignInInfo) GetSignInDays() uint32

func (*ResDailySignInInfo) Marshal

func (m *ResDailySignInInfo) Marshal() (dAtA []byte, err error)

func (*ResDailySignInInfo) MarshalTo

func (m *ResDailySignInInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResDailySignInInfo) MarshalToSizedBuffer

func (m *ResDailySignInInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResDailySignInInfo) ProtoMessage

func (*ResDailySignInInfo) ProtoMessage()

func (*ResDailySignInInfo) Reset

func (m *ResDailySignInInfo) Reset()

func (*ResDailySignInInfo) Size

func (m *ResDailySignInInfo) Size() (n int)

func (*ResDailySignInInfo) String

func (m *ResDailySignInInfo) String() string

func (*ResDailySignInInfo) Unmarshal

func (m *ResDailySignInInfo) Unmarshal(dAtA []byte) error

func (*ResDailySignInInfo) XXX_DiscardUnknown

func (m *ResDailySignInInfo) XXX_DiscardUnknown()

func (*ResDailySignInInfo) XXX_Marshal

func (m *ResDailySignInInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResDailySignInInfo) XXX_Merge

func (m *ResDailySignInInfo) XXX_Merge(src proto.Message)

func (*ResDailySignInInfo) XXX_Size

func (m *ResDailySignInInfo) XXX_Size() int

func (*ResDailySignInInfo) XXX_Unmarshal

func (m *ResDailySignInInfo) XXX_Unmarshal(b []byte) error

type ResDailyTask

type ResDailyTask struct {
	Error                *Error          `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Progresses           []*TaskProgress `protobuf:"bytes,2,rep,name=progresses,proto3" json:"progresses,omitempty"`
	HasRefreshCount      bool            `protobuf:"varint,3,opt,name=has_refresh_count,json=hasRefreshCount,proto3" json:"has_refresh_count,omitempty"`
	MaxDailyTaskCount    uint32          `protobuf:"varint,4,opt,name=max_daily_task_count,json=maxDailyTaskCount,proto3" json:"max_daily_task_count,omitempty"`
	RefreshCount         uint32          `protobuf:"varint,5,opt,name=refresh_count,json=refreshCount,proto3" json:"refresh_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ResDailyTask) Descriptor

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

func (*ResDailyTask) GetError

func (m *ResDailyTask) GetError() *Error

func (*ResDailyTask) GetHasRefreshCount

func (m *ResDailyTask) GetHasRefreshCount() bool

func (*ResDailyTask) GetMaxDailyTaskCount

func (m *ResDailyTask) GetMaxDailyTaskCount() uint32

func (*ResDailyTask) GetProgresses

func (m *ResDailyTask) GetProgresses() []*TaskProgress

func (*ResDailyTask) GetRefreshCount

func (m *ResDailyTask) GetRefreshCount() uint32

func (*ResDailyTask) Marshal

func (m *ResDailyTask) Marshal() (dAtA []byte, err error)

func (*ResDailyTask) MarshalTo

func (m *ResDailyTask) MarshalTo(dAtA []byte) (int, error)

func (*ResDailyTask) MarshalToSizedBuffer

func (m *ResDailyTask) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResDailyTask) ProtoMessage

func (*ResDailyTask) ProtoMessage()

func (*ResDailyTask) Reset

func (m *ResDailyTask) Reset()

func (*ResDailyTask) Size

func (m *ResDailyTask) Size() (n int)

func (*ResDailyTask) String

func (m *ResDailyTask) String() string

func (*ResDailyTask) Unmarshal

func (m *ResDailyTask) Unmarshal(dAtA []byte) error

func (*ResDailyTask) XXX_DiscardUnknown

func (m *ResDailyTask) XXX_DiscardUnknown()

func (*ResDailyTask) XXX_Marshal

func (m *ResDailyTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResDailyTask) XXX_Merge

func (m *ResDailyTask) XXX_Merge(src proto.Message)

func (*ResDailyTask) XXX_Size

func (m *ResDailyTask) XXX_Size() int

func (*ResDailyTask) XXX_Unmarshal

func (m *ResDailyTask) XXX_Unmarshal(b []byte) error

type ResDoActivitySignIn

type ResDoActivitySignIn struct {
	Error                *Error                            `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Rewards              []*ResDoActivitySignIn_RewardData `protobuf:"bytes,2,rep,name=rewards,proto3" json:"rewards,omitempty"`
	SignInCount          uint32                            `protobuf:"varint,3,opt,name=sign_in_count,json=signInCount,proto3" json:"sign_in_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*ResDoActivitySignIn) Descriptor

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

func (*ResDoActivitySignIn) GetError

func (m *ResDoActivitySignIn) GetError() *Error

func (*ResDoActivitySignIn) GetRewards

func (*ResDoActivitySignIn) GetSignInCount

func (m *ResDoActivitySignIn) GetSignInCount() uint32

func (*ResDoActivitySignIn) Marshal

func (m *ResDoActivitySignIn) Marshal() (dAtA []byte, err error)

func (*ResDoActivitySignIn) MarshalTo

func (m *ResDoActivitySignIn) MarshalTo(dAtA []byte) (int, error)

func (*ResDoActivitySignIn) MarshalToSizedBuffer

func (m *ResDoActivitySignIn) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResDoActivitySignIn) ProtoMessage

func (*ResDoActivitySignIn) ProtoMessage()

func (*ResDoActivitySignIn) Reset

func (m *ResDoActivitySignIn) Reset()

func (*ResDoActivitySignIn) Size

func (m *ResDoActivitySignIn) Size() (n int)

func (*ResDoActivitySignIn) String

func (m *ResDoActivitySignIn) String() string

func (*ResDoActivitySignIn) Unmarshal

func (m *ResDoActivitySignIn) Unmarshal(dAtA []byte) error

func (*ResDoActivitySignIn) XXX_DiscardUnknown

func (m *ResDoActivitySignIn) XXX_DiscardUnknown()

func (*ResDoActivitySignIn) XXX_Marshal

func (m *ResDoActivitySignIn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResDoActivitySignIn) XXX_Merge

func (m *ResDoActivitySignIn) XXX_Merge(src proto.Message)

func (*ResDoActivitySignIn) XXX_Size

func (m *ResDoActivitySignIn) XXX_Size() int

func (*ResDoActivitySignIn) XXX_Unmarshal

func (m *ResDoActivitySignIn) XXX_Unmarshal(b []byte) error

type ResDoActivitySignIn_RewardData

type ResDoActivitySignIn_RewardData struct {
	ResourceId           uint32   `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResDoActivitySignIn_RewardData) Descriptor

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

func (*ResDoActivitySignIn_RewardData) GetCount

func (m *ResDoActivitySignIn_RewardData) GetCount() uint32

func (*ResDoActivitySignIn_RewardData) GetResourceId

func (m *ResDoActivitySignIn_RewardData) GetResourceId() uint32

func (*ResDoActivitySignIn_RewardData) Marshal

func (m *ResDoActivitySignIn_RewardData) Marshal() (dAtA []byte, err error)

func (*ResDoActivitySignIn_RewardData) MarshalTo

func (m *ResDoActivitySignIn_RewardData) MarshalTo(dAtA []byte) (int, error)

func (*ResDoActivitySignIn_RewardData) MarshalToSizedBuffer

func (m *ResDoActivitySignIn_RewardData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResDoActivitySignIn_RewardData) ProtoMessage

func (*ResDoActivitySignIn_RewardData) ProtoMessage()

func (*ResDoActivitySignIn_RewardData) Reset

func (m *ResDoActivitySignIn_RewardData) Reset()

func (*ResDoActivitySignIn_RewardData) Size

func (m *ResDoActivitySignIn_RewardData) Size() (n int)

func (*ResDoActivitySignIn_RewardData) String

func (*ResDoActivitySignIn_RewardData) Unmarshal

func (m *ResDoActivitySignIn_RewardData) Unmarshal(dAtA []byte) error

func (*ResDoActivitySignIn_RewardData) XXX_DiscardUnknown

func (m *ResDoActivitySignIn_RewardData) XXX_DiscardUnknown()

func (*ResDoActivitySignIn_RewardData) XXX_Marshal

func (m *ResDoActivitySignIn_RewardData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResDoActivitySignIn_RewardData) XXX_Merge

func (m *ResDoActivitySignIn_RewardData) XXX_Merge(src proto.Message)

func (*ResDoActivitySignIn_RewardData) XXX_Size

func (m *ResDoActivitySignIn_RewardData) XXX_Size() int

func (*ResDoActivitySignIn_RewardData) XXX_Unmarshal

func (m *ResDoActivitySignIn_RewardData) XXX_Unmarshal(b []byte) error

type ResEnterCustomizedContest

type ResEnterCustomizedContest struct {
	Error                *Error                         `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	DetailInfo           *CustomizedContestDetail       `protobuf:"bytes,2,opt,name=detail_info,json=detailInfo,proto3" json:"detail_info,omitempty"`
	PlayerReport         *CustomizedContestPlayerReport `protobuf:"bytes,3,opt,name=player_report,json=playerReport,proto3" json:"player_report,omitempty"`
	IsFollowed           bool                           `protobuf:"varint,4,opt,name=is_followed,json=isFollowed,proto3" json:"is_followed,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*ResEnterCustomizedContest) Descriptor

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

func (*ResEnterCustomizedContest) GetDetailInfo

func (*ResEnterCustomizedContest) GetError

func (m *ResEnterCustomizedContest) GetError() *Error

func (*ResEnterCustomizedContest) GetIsFollowed

func (m *ResEnterCustomizedContest) GetIsFollowed() bool

func (*ResEnterCustomizedContest) GetPlayerReport

func (*ResEnterCustomizedContest) Marshal

func (m *ResEnterCustomizedContest) Marshal() (dAtA []byte, err error)

func (*ResEnterCustomizedContest) MarshalTo

func (m *ResEnterCustomizedContest) MarshalTo(dAtA []byte) (int, error)

func (*ResEnterCustomizedContest) MarshalToSizedBuffer

func (m *ResEnterCustomizedContest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResEnterCustomizedContest) ProtoMessage

func (*ResEnterCustomizedContest) ProtoMessage()

func (*ResEnterCustomizedContest) Reset

func (m *ResEnterCustomizedContest) Reset()

func (*ResEnterCustomizedContest) Size

func (m *ResEnterCustomizedContest) Size() (n int)

func (*ResEnterCustomizedContest) String

func (m *ResEnterCustomizedContest) String() string

func (*ResEnterCustomizedContest) Unmarshal

func (m *ResEnterCustomizedContest) Unmarshal(dAtA []byte) error

func (*ResEnterCustomizedContest) XXX_DiscardUnknown

func (m *ResEnterCustomizedContest) XXX_DiscardUnknown()

func (*ResEnterCustomizedContest) XXX_Marshal

func (m *ResEnterCustomizedContest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResEnterCustomizedContest) XXX_Merge

func (m *ResEnterCustomizedContest) XXX_Merge(src proto.Message)

func (*ResEnterCustomizedContest) XXX_Size

func (m *ResEnterCustomizedContest) XXX_Size() int

func (*ResEnterCustomizedContest) XXX_Unmarshal

func (m *ResEnterCustomizedContest) XXX_Unmarshal(b []byte) error

type ResEnterGame

type ResEnterGame struct {
	Error                *Error       `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	IsEnd                bool         `protobuf:"varint,2,opt,name=is_end,json=isEnd,proto3" json:"is_end,omitempty"`
	Step                 uint32       `protobuf:"varint,3,opt,name=step,proto3" json:"step,omitempty"`
	GameRestore          *GameRestore `protobuf:"bytes,4,opt,name=game_restore,json=gameRestore,proto3" json:"game_restore,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ResEnterGame) Descriptor

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

func (*ResEnterGame) GetError

func (m *ResEnterGame) GetError() *Error

func (*ResEnterGame) GetGameRestore

func (m *ResEnterGame) GetGameRestore() *GameRestore

func (*ResEnterGame) GetIsEnd

func (m *ResEnterGame) GetIsEnd() bool

func (*ResEnterGame) GetStep

func (m *ResEnterGame) GetStep() uint32

func (*ResEnterGame) Marshal

func (m *ResEnterGame) Marshal() (dAtA []byte, err error)

func (*ResEnterGame) MarshalTo

func (m *ResEnterGame) MarshalTo(dAtA []byte) (int, error)

func (*ResEnterGame) MarshalToSizedBuffer

func (m *ResEnterGame) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResEnterGame) ProtoMessage

func (*ResEnterGame) ProtoMessage()

func (*ResEnterGame) Reset

func (m *ResEnterGame) Reset()

func (*ResEnterGame) Size

func (m *ResEnterGame) Size() (n int)

func (*ResEnterGame) String

func (m *ResEnterGame) String() string

func (*ResEnterGame) Unmarshal

func (m *ResEnterGame) Unmarshal(dAtA []byte) error

func (*ResEnterGame) XXX_DiscardUnknown

func (m *ResEnterGame) XXX_DiscardUnknown()

func (*ResEnterGame) XXX_Marshal

func (m *ResEnterGame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResEnterGame) XXX_Merge

func (m *ResEnterGame) XXX_Merge(src proto.Message)

func (*ResEnterGame) XXX_Size

func (m *ResEnterGame) XXX_Size() int

func (*ResEnterGame) XXX_Unmarshal

func (m *ResEnterGame) XXX_Unmarshal(b []byte) error

type ResExchangeActivityItem

type ResExchangeActivityItem struct {
	Error                *Error           `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	ExecuteReward        []*ExecuteReward `protobuf:"bytes,2,rep,name=execute_reward,json=executeReward,proto3" json:"execute_reward,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ResExchangeActivityItem) Descriptor

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

func (*ResExchangeActivityItem) GetError

func (m *ResExchangeActivityItem) GetError() *Error

func (*ResExchangeActivityItem) GetExecuteReward

func (m *ResExchangeActivityItem) GetExecuteReward() []*ExecuteReward

func (*ResExchangeActivityItem) Marshal

func (m *ResExchangeActivityItem) Marshal() (dAtA []byte, err error)

func (*ResExchangeActivityItem) MarshalTo

func (m *ResExchangeActivityItem) MarshalTo(dAtA []byte) (int, error)

func (*ResExchangeActivityItem) MarshalToSizedBuffer

func (m *ResExchangeActivityItem) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResExchangeActivityItem) ProtoMessage

func (*ResExchangeActivityItem) ProtoMessage()

func (*ResExchangeActivityItem) Reset

func (m *ResExchangeActivityItem) Reset()

func (*ResExchangeActivityItem) Size

func (m *ResExchangeActivityItem) Size() (n int)

func (*ResExchangeActivityItem) String

func (m *ResExchangeActivityItem) String() string

func (*ResExchangeActivityItem) Unmarshal

func (m *ResExchangeActivityItem) Unmarshal(dAtA []byte) error

func (*ResExchangeActivityItem) XXX_DiscardUnknown

func (m *ResExchangeActivityItem) XXX_DiscardUnknown()

func (*ResExchangeActivityItem) XXX_Marshal

func (m *ResExchangeActivityItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResExchangeActivityItem) XXX_Merge

func (m *ResExchangeActivityItem) XXX_Merge(src proto.Message)

func (*ResExchangeActivityItem) XXX_Size

func (m *ResExchangeActivityItem) XXX_Size() int

func (*ResExchangeActivityItem) XXX_Unmarshal

func (m *ResExchangeActivityItem) XXX_Unmarshal(b []byte) error

type ResFetchActivityFlipInfo

type ResFetchActivityFlipInfo struct {
	Rewards              []uint32 `protobuf:"varint,1,rep,packed,name=rewards,proto3" json:"rewards,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResFetchActivityFlipInfo) Descriptor

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

func (*ResFetchActivityFlipInfo) GetCount

func (m *ResFetchActivityFlipInfo) GetCount() uint32

func (*ResFetchActivityFlipInfo) GetRewards

func (m *ResFetchActivityFlipInfo) GetRewards() []uint32

func (*ResFetchActivityFlipInfo) Marshal

func (m *ResFetchActivityFlipInfo) Marshal() (dAtA []byte, err error)

func (*ResFetchActivityFlipInfo) MarshalTo

func (m *ResFetchActivityFlipInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResFetchActivityFlipInfo) MarshalToSizedBuffer

func (m *ResFetchActivityFlipInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResFetchActivityFlipInfo) ProtoMessage

func (*ResFetchActivityFlipInfo) ProtoMessage()

func (*ResFetchActivityFlipInfo) Reset

func (m *ResFetchActivityFlipInfo) Reset()

func (*ResFetchActivityFlipInfo) Size

func (m *ResFetchActivityFlipInfo) Size() (n int)

func (*ResFetchActivityFlipInfo) String

func (m *ResFetchActivityFlipInfo) String() string

func (*ResFetchActivityFlipInfo) Unmarshal

func (m *ResFetchActivityFlipInfo) Unmarshal(dAtA []byte) error

func (*ResFetchActivityFlipInfo) XXX_DiscardUnknown

func (m *ResFetchActivityFlipInfo) XXX_DiscardUnknown()

func (*ResFetchActivityFlipInfo) XXX_Marshal

func (m *ResFetchActivityFlipInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResFetchActivityFlipInfo) XXX_Merge

func (m *ResFetchActivityFlipInfo) XXX_Merge(src proto.Message)

func (*ResFetchActivityFlipInfo) XXX_Size

func (m *ResFetchActivityFlipInfo) XXX_Size() int

func (*ResFetchActivityFlipInfo) XXX_Unmarshal

func (m *ResFetchActivityFlipInfo) XXX_Unmarshal(b []byte) error

type ResFetchCommentContent

type ResFetchCommentContent struct {
	Error                *Error         `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Comments             []*CommentItem `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ResFetchCommentContent) Descriptor

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

func (*ResFetchCommentContent) GetComments

func (m *ResFetchCommentContent) GetComments() []*CommentItem

func (*ResFetchCommentContent) GetError

func (m *ResFetchCommentContent) GetError() *Error

func (*ResFetchCommentContent) Marshal

func (m *ResFetchCommentContent) Marshal() (dAtA []byte, err error)

func (*ResFetchCommentContent) MarshalTo

func (m *ResFetchCommentContent) MarshalTo(dAtA []byte) (int, error)

func (*ResFetchCommentContent) MarshalToSizedBuffer

func (m *ResFetchCommentContent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResFetchCommentContent) ProtoMessage

func (*ResFetchCommentContent) ProtoMessage()

func (*ResFetchCommentContent) Reset

func (m *ResFetchCommentContent) Reset()

func (*ResFetchCommentContent) Size

func (m *ResFetchCommentContent) Size() (n int)

func (*ResFetchCommentContent) String

func (m *ResFetchCommentContent) String() string

func (*ResFetchCommentContent) Unmarshal

func (m *ResFetchCommentContent) Unmarshal(dAtA []byte) error

func (*ResFetchCommentContent) XXX_DiscardUnknown

func (m *ResFetchCommentContent) XXX_DiscardUnknown()

func (*ResFetchCommentContent) XXX_Marshal

func (m *ResFetchCommentContent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResFetchCommentContent) XXX_Merge

func (m *ResFetchCommentContent) XXX_Merge(src proto.Message)

func (*ResFetchCommentContent) XXX_Size

func (m *ResFetchCommentContent) XXX_Size() int

func (*ResFetchCommentContent) XXX_Unmarshal

func (m *ResFetchCommentContent) XXX_Unmarshal(b []byte) error

type ResFetchCommentList

type ResFetchCommentList struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	CommentAllow         uint32   `protobuf:"varint,2,opt,name=comment_allow,json=commentAllow,proto3" json:"comment_allow,omitempty"`
	CommentIdList        []uint32 `protobuf:"varint,3,rep,packed,name=comment_id_list,json=commentIdList,proto3" json:"comment_id_list,omitempty"`
	LastReadId           uint32   `protobuf:"varint,4,opt,name=last_read_id,json=lastReadId,proto3" json:"last_read_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResFetchCommentList) Descriptor

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

func (*ResFetchCommentList) GetCommentAllow

func (m *ResFetchCommentList) GetCommentAllow() uint32

func (*ResFetchCommentList) GetCommentIdList

func (m *ResFetchCommentList) GetCommentIdList() []uint32

func (*ResFetchCommentList) GetError

func (m *ResFetchCommentList) GetError() *Error

func (*ResFetchCommentList) GetLastReadId

func (m *ResFetchCommentList) GetLastReadId() uint32

func (*ResFetchCommentList) Marshal

func (m *ResFetchCommentList) Marshal() (dAtA []byte, err error)

func (*ResFetchCommentList) MarshalTo

func (m *ResFetchCommentList) MarshalTo(dAtA []byte) (int, error)

func (*ResFetchCommentList) MarshalToSizedBuffer

func (m *ResFetchCommentList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResFetchCommentList) ProtoMessage

func (*ResFetchCommentList) ProtoMessage()

func (*ResFetchCommentList) Reset

func (m *ResFetchCommentList) Reset()

func (*ResFetchCommentList) Size

func (m *ResFetchCommentList) Size() (n int)

func (*ResFetchCommentList) String

func (m *ResFetchCommentList) String() string

func (*ResFetchCommentList) Unmarshal

func (m *ResFetchCommentList) Unmarshal(dAtA []byte) error

func (*ResFetchCommentList) XXX_DiscardUnknown

func (m *ResFetchCommentList) XXX_DiscardUnknown()

func (*ResFetchCommentList) XXX_Marshal

func (m *ResFetchCommentList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResFetchCommentList) XXX_Merge

func (m *ResFetchCommentList) XXX_Merge(src proto.Message)

func (*ResFetchCommentList) XXX_Size

func (m *ResFetchCommentList) XXX_Size() int

func (*ResFetchCommentList) XXX_Unmarshal

func (m *ResFetchCommentList) XXX_Unmarshal(b []byte) error

type ResFetchCustomizedContestByContestId

type ResFetchCustomizedContestByContestId struct {
	Error                *Error                     `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	ContestInfo          *CustomizedContestAbstract `protobuf:"bytes,2,opt,name=contest_info,json=contestInfo,proto3" json:"contest_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*ResFetchCustomizedContestByContestId) Descriptor

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

func (*ResFetchCustomizedContestByContestId) GetContestInfo

func (*ResFetchCustomizedContestByContestId) GetError

func (*ResFetchCustomizedContestByContestId) Marshal

func (m *ResFetchCustomizedContestByContestId) Marshal() (dAtA []byte, err error)

func (*ResFetchCustomizedContestByContestId) MarshalTo

func (m *ResFetchCustomizedContestByContestId) MarshalTo(dAtA []byte) (int, error)

func (*ResFetchCustomizedContestByContestId) MarshalToSizedBuffer

func (m *ResFetchCustomizedContestByContestId) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResFetchCustomizedContestByContestId) ProtoMessage

func (*ResFetchCustomizedContestByContestId) ProtoMessage()

func (*ResFetchCustomizedContestByContestId) Reset

func (*ResFetchCustomizedContestByContestId) Size

func (*ResFetchCustomizedContestByContestId) String

func (*ResFetchCustomizedContestByContestId) Unmarshal

func (m *ResFetchCustomizedContestByContestId) Unmarshal(dAtA []byte) error

func (*ResFetchCustomizedContestByContestId) XXX_DiscardUnknown

func (m *ResFetchCustomizedContestByContestId) XXX_DiscardUnknown()

func (*ResFetchCustomizedContestByContestId) XXX_Marshal

func (m *ResFetchCustomizedContestByContestId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResFetchCustomizedContestByContestId) XXX_Merge

func (*ResFetchCustomizedContestByContestId) XXX_Size

func (*ResFetchCustomizedContestByContestId) XXX_Unmarshal

func (m *ResFetchCustomizedContestByContestId) XXX_Unmarshal(b []byte) error

type ResFetchCustomizedContestExtendInfo

type ResFetchCustomizedContestExtendInfo struct {
	Error                *Error                     `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	ExtendList           []*CustomizedContestExtend `protobuf:"bytes,2,rep,name=extend_list,json=extendList,proto3" json:"extend_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*ResFetchCustomizedContestExtendInfo) Descriptor

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

func (*ResFetchCustomizedContestExtendInfo) GetError

func (*ResFetchCustomizedContestExtendInfo) GetExtendList

func (*ResFetchCustomizedContestExtendInfo) Marshal

func (m *ResFetchCustomizedContestExtendInfo) Marshal() (dAtA []byte, err error)

func (*ResFetchCustomizedContestExtendInfo) MarshalTo

func (m *ResFetchCustomizedContestExtendInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResFetchCustomizedContestExtendInfo) MarshalToSizedBuffer

func (m *ResFetchCustomizedContestExtendInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResFetchCustomizedContestExtendInfo) ProtoMessage

func (*ResFetchCustomizedContestExtendInfo) ProtoMessage()

func (*ResFetchCustomizedContestExtendInfo) Reset

func (*ResFetchCustomizedContestExtendInfo) Size

func (*ResFetchCustomizedContestExtendInfo) String

func (*ResFetchCustomizedContestExtendInfo) Unmarshal

func (m *ResFetchCustomizedContestExtendInfo) Unmarshal(dAtA []byte) error

func (*ResFetchCustomizedContestExtendInfo) XXX_DiscardUnknown

func (m *ResFetchCustomizedContestExtendInfo) XXX_DiscardUnknown()

func (*ResFetchCustomizedContestExtendInfo) XXX_Marshal

func (m *ResFetchCustomizedContestExtendInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResFetchCustomizedContestExtendInfo) XXX_Merge

func (*ResFetchCustomizedContestExtendInfo) XXX_Size

func (*ResFetchCustomizedContestExtendInfo) XXX_Unmarshal

func (m *ResFetchCustomizedContestExtendInfo) XXX_Unmarshal(b []byte) error

type ResFetchCustomizedContestGameLiveList

type ResFetchCustomizedContestGameLiveList struct {
	Error                *Error          `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	LiveList             []*GameLiveHead `protobuf:"bytes,2,rep,name=live_list,json=liveList,proto3" json:"live_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ResFetchCustomizedContestGameLiveList) Descriptor

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

func (*ResFetchCustomizedContestGameLiveList) GetError

func (*ResFetchCustomizedContestGameLiveList) GetLiveList

func (*ResFetchCustomizedContestGameLiveList) Marshal

func (m *ResFetchCustomizedContestGameLiveList) Marshal() (dAtA []byte, err error)

func (*ResFetchCustomizedContestGameLiveList) MarshalTo

func (m *ResFetchCustomizedContestGameLiveList) MarshalTo(dAtA []byte) (int, error)

func (*ResFetchCustomizedContestGameLiveList) MarshalToSizedBuffer

func (m *ResFetchCustomizedContestGameLiveList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResFetchCustomizedContestGameLiveList) ProtoMessage

func (*ResFetchCustomizedContestGameLiveList) ProtoMessage()

func (*ResFetchCustomizedContestGameLiveList) Reset

func (*ResFetchCustomizedContestGameLiveList) Size

func (*ResFetchCustomizedContestGameLiveList) String

func (*ResFetchCustomizedContestGameLiveList) Unmarshal

func (m *ResFetchCustomizedContestGameLiveList) Unmarshal(dAtA []byte) error

func (*ResFetchCustomizedContestGameLiveList) XXX_DiscardUnknown

func (m *ResFetchCustomizedContestGameLiveList) XXX_DiscardUnknown()

func (*ResFetchCustomizedContestGameLiveList) XXX_Marshal

func (m *ResFetchCustomizedContestGameLiveList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResFetchCustomizedContestGameLiveList) XXX_Merge

func (*ResFetchCustomizedContestGameLiveList) XXX_Size

func (*ResFetchCustomizedContestGameLiveList) XXX_Unmarshal

func (m *ResFetchCustomizedContestGameLiveList) XXX_Unmarshal(b []byte) error

type ResFetchCustomizedContestGameRecords

type ResFetchCustomizedContestGameRecords struct {
	Error                *Error        `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	NextIndex            uint32        `protobuf:"varint,2,opt,name=next_index,json=nextIndex,proto3" json:"next_index,omitempty"`
	RecordList           []*RecordGame `protobuf:"bytes,3,rep,name=record_list,json=recordList,proto3" json:"record_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ResFetchCustomizedContestGameRecords) Descriptor

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

func (*ResFetchCustomizedContestGameRecords) GetError

func (*ResFetchCustomizedContestGameRecords) GetNextIndex

func (m *ResFetchCustomizedContestGameRecords) GetNextIndex() uint32

func (*ResFetchCustomizedContestGameRecords) GetRecordList

func (m *ResFetchCustomizedContestGameRecords) GetRecordList() []*RecordGame

func (*ResFetchCustomizedContestGameRecords) Marshal

func (m *ResFetchCustomizedContestGameRecords) Marshal() (dAtA []byte, err error)

func (*ResFetchCustomizedContestGameRecords) MarshalTo

func (m *ResFetchCustomizedContestGameRecords) MarshalTo(dAtA []byte) (int, error)

func (*ResFetchCustomizedContestGameRecords) MarshalToSizedBuffer

func (m *ResFetchCustomizedContestGameRecords) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResFetchCustomizedContestGameRecords) ProtoMessage

func (*ResFetchCustomizedContestGameRecords) ProtoMessage()

func (*ResFetchCustomizedContestGameRecords) Reset

func (*ResFetchCustomizedContestGameRecords) Size

func (*ResFetchCustomizedContestGameRecords) String

func (*ResFetchCustomizedContestGameRecords) Unmarshal

func (m *ResFetchCustomizedContestGameRecords) Unmarshal(dAtA []byte) error

func (*ResFetchCustomizedContestGameRecords) XXX_DiscardUnknown

func (m *ResFetchCustomizedContestGameRecords) XXX_DiscardUnknown()

func (*ResFetchCustomizedContestGameRecords) XXX_Marshal

func (m *ResFetchCustomizedContestGameRecords) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResFetchCustomizedContestGameRecords) XXX_Merge

func (*ResFetchCustomizedContestGameRecords) XXX_Size

func (*ResFetchCustomizedContestGameRecords) XXX_Unmarshal

func (m *ResFetchCustomizedContestGameRecords) XXX_Unmarshal(b []byte) error

type ResFetchCustomizedContestList

type ResFetchCustomizedContestList struct {
	Error                *Error                   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Contests             []*CustomizedContestBase `protobuf:"bytes,2,rep,name=contests,proto3" json:"contests,omitempty"`
	FollowContests       []*CustomizedContestBase `protobuf:"bytes,3,rep,name=follow_contests,json=followContests,proto3" json:"follow_contests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ResFetchCustomizedContestList) Descriptor

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

func (*ResFetchCustomizedContestList) GetContests

func (*ResFetchCustomizedContestList) GetError

func (m *ResFetchCustomizedContestList) GetError() *Error

func (*ResFetchCustomizedContestList) GetFollowContests

func (m *ResFetchCustomizedContestList) GetFollowContests() []*CustomizedContestBase

func (*ResFetchCustomizedContestList) Marshal

func (m *ResFetchCustomizedContestList) Marshal() (dAtA []byte, err error)

func (*ResFetchCustomizedContestList) MarshalTo

func (m *ResFetchCustomizedContestList) MarshalTo(dAtA []byte) (int, error)

func (*ResFetchCustomizedContestList) MarshalToSizedBuffer

func (m *ResFetchCustomizedContestList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResFetchCustomizedContestList) ProtoMessage

func (*ResFetchCustomizedContestList) ProtoMessage()

func (*ResFetchCustomizedContestList) Reset

func (m *ResFetchCustomizedContestList) Reset()

func (*ResFetchCustomizedContestList) Size

func (m *ResFetchCustomizedContestList) Size() (n int)

func (*ResFetchCustomizedContestList) String

func (*ResFetchCustomizedContestList) Unmarshal

func (m *ResFetchCustomizedContestList) Unmarshal(dAtA []byte) error

func (*ResFetchCustomizedContestList) XXX_DiscardUnknown

func (m *ResFetchCustomizedContestList) XXX_DiscardUnknown()

func (*ResFetchCustomizedContestList) XXX_Marshal

func (m *ResFetchCustomizedContestList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResFetchCustomizedContestList) XXX_Merge

func (m *ResFetchCustomizedContestList) XXX_Merge(src proto.Message)

func (*ResFetchCustomizedContestList) XXX_Size

func (m *ResFetchCustomizedContestList) XXX_Size() int

func (*ResFetchCustomizedContestList) XXX_Unmarshal

func (m *ResFetchCustomizedContestList) XXX_Unmarshal(b []byte) error

type ResFetchCustomizedContestOnlineInfo

type ResFetchCustomizedContestOnlineInfo struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	OnlinePlayer         uint32   `protobuf:"varint,2,opt,name=online_player,json=onlinePlayer,proto3" json:"online_player,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResFetchCustomizedContestOnlineInfo) Descriptor

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

func (*ResFetchCustomizedContestOnlineInfo) GetError

func (*ResFetchCustomizedContestOnlineInfo) GetOnlinePlayer

func (m *ResFetchCustomizedContestOnlineInfo) GetOnlinePlayer() uint32

func (*ResFetchCustomizedContestOnlineInfo) Marshal

func (m *ResFetchCustomizedContestOnlineInfo) Marshal() (dAtA []byte, err error)

func (*ResFetchCustomizedContestOnlineInfo) MarshalTo

func (m *ResFetchCustomizedContestOnlineInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResFetchCustomizedContestOnlineInfo) MarshalToSizedBuffer

func (m *ResFetchCustomizedContestOnlineInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResFetchCustomizedContestOnlineInfo) ProtoMessage

func (*ResFetchCustomizedContestOnlineInfo) ProtoMessage()

func (*ResFetchCustomizedContestOnlineInfo) Reset

func (*ResFetchCustomizedContestOnlineInfo) Size

func (*ResFetchCustomizedContestOnlineInfo) String

func (*ResFetchCustomizedContestOnlineInfo) Unmarshal

func (m *ResFetchCustomizedContestOnlineInfo) Unmarshal(dAtA []byte) error

func (*ResFetchCustomizedContestOnlineInfo) XXX_DiscardUnknown

func (m *ResFetchCustomizedContestOnlineInfo) XXX_DiscardUnknown()

func (*ResFetchCustomizedContestOnlineInfo) XXX_Marshal

func (m *ResFetchCustomizedContestOnlineInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResFetchCustomizedContestOnlineInfo) XXX_Merge

func (*ResFetchCustomizedContestOnlineInfo) XXX_Size

func (*ResFetchCustomizedContestOnlineInfo) XXX_Unmarshal

func (m *ResFetchCustomizedContestOnlineInfo) XXX_Unmarshal(b []byte) error

type ResFetchRankPointLeaderboard

type ResFetchRankPointLeaderboard struct {
	Error                *Error                               `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Items                []*ResFetchRankPointLeaderboard_Item `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"`
	LastRefreshTime      uint32                               `protobuf:"varint,3,opt,name=last_refresh_time,json=lastRefreshTime,proto3" json:"last_refresh_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*ResFetchRankPointLeaderboard) Descriptor

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

func (*ResFetchRankPointLeaderboard) GetError

func (m *ResFetchRankPointLeaderboard) GetError() *Error

func (*ResFetchRankPointLeaderboard) GetItems

func (*ResFetchRankPointLeaderboard) GetLastRefreshTime

func (m *ResFetchRankPointLeaderboard) GetLastRefreshTime() uint32

func (*ResFetchRankPointLeaderboard) Marshal

func (m *ResFetchRankPointLeaderboard) Marshal() (dAtA []byte, err error)

func (*ResFetchRankPointLeaderboard) MarshalTo

func (m *ResFetchRankPointLeaderboard) MarshalTo(dAtA []byte) (int, error)

func (*ResFetchRankPointLeaderboard) MarshalToSizedBuffer

func (m *ResFetchRankPointLeaderboard) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResFetchRankPointLeaderboard) ProtoMessage

func (*ResFetchRankPointLeaderboard) ProtoMessage()

func (*ResFetchRankPointLeaderboard) Reset

func (m *ResFetchRankPointLeaderboard) Reset()

func (*ResFetchRankPointLeaderboard) Size

func (m *ResFetchRankPointLeaderboard) Size() (n int)

func (*ResFetchRankPointLeaderboard) String

func (*ResFetchRankPointLeaderboard) Unmarshal

func (m *ResFetchRankPointLeaderboard) Unmarshal(dAtA []byte) error

func (*ResFetchRankPointLeaderboard) XXX_DiscardUnknown

func (m *ResFetchRankPointLeaderboard) XXX_DiscardUnknown()

func (*ResFetchRankPointLeaderboard) XXX_Marshal

func (m *ResFetchRankPointLeaderboard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResFetchRankPointLeaderboard) XXX_Merge

func (m *ResFetchRankPointLeaderboard) XXX_Merge(src proto.Message)

func (*ResFetchRankPointLeaderboard) XXX_Size

func (m *ResFetchRankPointLeaderboard) XXX_Size() int

func (*ResFetchRankPointLeaderboard) XXX_Unmarshal

func (m *ResFetchRankPointLeaderboard) XXX_Unmarshal(b []byte) error

type ResFetchRankPointLeaderboard_Item

type ResFetchRankPointLeaderboard_Item struct {
	AccountId            uint32          `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Rank                 uint32          `protobuf:"varint,2,opt,name=rank,proto3" json:"rank,omitempty"`
	View                 *PlayerBaseView `protobuf:"bytes,3,opt,name=view,proto3" json:"view,omitempty"`
	Point                uint32          `protobuf:"varint,4,opt,name=point,proto3" json:"point,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ResFetchRankPointLeaderboard_Item) Descriptor

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

func (*ResFetchRankPointLeaderboard_Item) GetAccountId

func (m *ResFetchRankPointLeaderboard_Item) GetAccountId() uint32

func (*ResFetchRankPointLeaderboard_Item) GetPoint

func (*ResFetchRankPointLeaderboard_Item) GetRank

func (*ResFetchRankPointLeaderboard_Item) GetView

func (*ResFetchRankPointLeaderboard_Item) Marshal

func (m *ResFetchRankPointLeaderboard_Item) Marshal() (dAtA []byte, err error)

func (*ResFetchRankPointLeaderboard_Item) MarshalTo

func (m *ResFetchRankPointLeaderboard_Item) MarshalTo(dAtA []byte) (int, error)

func (*ResFetchRankPointLeaderboard_Item) MarshalToSizedBuffer

func (m *ResFetchRankPointLeaderboard_Item) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResFetchRankPointLeaderboard_Item) ProtoMessage

func (*ResFetchRankPointLeaderboard_Item) ProtoMessage()

func (*ResFetchRankPointLeaderboard_Item) Reset

func (*ResFetchRankPointLeaderboard_Item) Size

func (m *ResFetchRankPointLeaderboard_Item) Size() (n int)

func (*ResFetchRankPointLeaderboard_Item) String

func (*ResFetchRankPointLeaderboard_Item) Unmarshal

func (m *ResFetchRankPointLeaderboard_Item) Unmarshal(dAtA []byte) error

func (*ResFetchRankPointLeaderboard_Item) XXX_DiscardUnknown

func (m *ResFetchRankPointLeaderboard_Item) XXX_DiscardUnknown()

func (*ResFetchRankPointLeaderboard_Item) XXX_Marshal

func (m *ResFetchRankPointLeaderboard_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResFetchRankPointLeaderboard_Item) XXX_Merge

func (*ResFetchRankPointLeaderboard_Item) XXX_Size

func (m *ResFetchRankPointLeaderboard_Item) XXX_Size() int

func (*ResFetchRankPointLeaderboard_Item) XXX_Unmarshal

func (m *ResFetchRankPointLeaderboard_Item) XXX_Unmarshal(b []byte) error

type ResFriendApplyList

type ResFriendApplyList struct {
	Error                *Error                            `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Applies              []*ResFriendApplyList_FriendApply `protobuf:"bytes,2,rep,name=applies,proto3" json:"applies,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*ResFriendApplyList) Descriptor

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

func (*ResFriendApplyList) GetApplies

func (*ResFriendApplyList) GetError

func (m *ResFriendApplyList) GetError() *Error

func (*ResFriendApplyList) Marshal

func (m *ResFriendApplyList) Marshal() (dAtA []byte, err error)

func (*ResFriendApplyList) MarshalTo

func (m *ResFriendApplyList) MarshalTo(dAtA []byte) (int, error)

func (*ResFriendApplyList) MarshalToSizedBuffer

func (m *ResFriendApplyList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResFriendApplyList) ProtoMessage

func (*ResFriendApplyList) ProtoMessage()

func (*ResFriendApplyList) Reset

func (m *ResFriendApplyList) Reset()

func (*ResFriendApplyList) Size

func (m *ResFriendApplyList) Size() (n int)

func (*ResFriendApplyList) String

func (m *ResFriendApplyList) String() string

func (*ResFriendApplyList) Unmarshal

func (m *ResFriendApplyList) Unmarshal(dAtA []byte) error

func (*ResFriendApplyList) XXX_DiscardUnknown

func (m *ResFriendApplyList) XXX_DiscardUnknown()

func (*ResFriendApplyList) XXX_Marshal

func (m *ResFriendApplyList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResFriendApplyList) XXX_Merge

func (m *ResFriendApplyList) XXX_Merge(src proto.Message)

func (*ResFriendApplyList) XXX_Size

func (m *ResFriendApplyList) XXX_Size() int

func (*ResFriendApplyList) XXX_Unmarshal

func (m *ResFriendApplyList) XXX_Unmarshal(b []byte) error

type ResFriendApplyList_FriendApply

type ResFriendApplyList_FriendApply struct {
	AccountId            uint32   `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	ApplyTime            uint32   `protobuf:"varint,2,opt,name=apply_time,json=applyTime,proto3" json:"apply_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResFriendApplyList_FriendApply) Descriptor

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

func (*ResFriendApplyList_FriendApply) GetAccountId

func (m *ResFriendApplyList_FriendApply) GetAccountId() uint32

func (*ResFriendApplyList_FriendApply) GetApplyTime

func (m *ResFriendApplyList_FriendApply) GetApplyTime() uint32

func (*ResFriendApplyList_FriendApply) Marshal

func (m *ResFriendApplyList_FriendApply) Marshal() (dAtA []byte, err error)

func (*ResFriendApplyList_FriendApply) MarshalTo

func (m *ResFriendApplyList_FriendApply) MarshalTo(dAtA []byte) (int, error)

func (*ResFriendApplyList_FriendApply) MarshalToSizedBuffer

func (m *ResFriendApplyList_FriendApply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResFriendApplyList_FriendApply) ProtoMessage

func (*ResFriendApplyList_FriendApply) ProtoMessage()

func (*ResFriendApplyList_FriendApply) Reset

func (m *ResFriendApplyList_FriendApply) Reset()

func (*ResFriendApplyList_FriendApply) Size

func (m *ResFriendApplyList_FriendApply) Size() (n int)

func (*ResFriendApplyList_FriendApply) String

func (*ResFriendApplyList_FriendApply) Unmarshal

func (m *ResFriendApplyList_FriendApply) Unmarshal(dAtA []byte) error

func (*ResFriendApplyList_FriendApply) XXX_DiscardUnknown

func (m *ResFriendApplyList_FriendApply) XXX_DiscardUnknown()

func (*ResFriendApplyList_FriendApply) XXX_Marshal

func (m *ResFriendApplyList_FriendApply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResFriendApplyList_FriendApply) XXX_Merge

func (m *ResFriendApplyList_FriendApply) XXX_Merge(src proto.Message)

func (*ResFriendApplyList_FriendApply) XXX_Size

func (m *ResFriendApplyList_FriendApply) XXX_Size() int

func (*ResFriendApplyList_FriendApply) XXX_Unmarshal

func (m *ResFriendApplyList_FriendApply) XXX_Unmarshal(b []byte) error

type ResFriendList

type ResFriendList struct {
	Error                *Error    `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Friends              []*Friend `protobuf:"bytes,2,rep,name=friends,proto3" json:"friends,omitempty"`
	FriendMaxCount       uint32    `protobuf:"varint,3,opt,name=friend_max_count,json=friendMaxCount,proto3" json:"friend_max_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ResFriendList) Descriptor

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

func (*ResFriendList) GetError

func (m *ResFriendList) GetError() *Error

func (*ResFriendList) GetFriendMaxCount

func (m *ResFriendList) GetFriendMaxCount() uint32

func (*ResFriendList) GetFriends

func (m *ResFriendList) GetFriends() []*Friend

func (*ResFriendList) Marshal

func (m *ResFriendList) Marshal() (dAtA []byte, err error)

func (*ResFriendList) MarshalTo

func (m *ResFriendList) MarshalTo(dAtA []byte) (int, error)

func (*ResFriendList) MarshalToSizedBuffer

func (m *ResFriendList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResFriendList) ProtoMessage

func (*ResFriendList) ProtoMessage()

func (*ResFriendList) Reset

func (m *ResFriendList) Reset()

func (*ResFriendList) Size

func (m *ResFriendList) Size() (n int)

func (*ResFriendList) String

func (m *ResFriendList) String() string

func (*ResFriendList) Unmarshal

func (m *ResFriendList) Unmarshal(dAtA []byte) error

func (*ResFriendList) XXX_DiscardUnknown

func (m *ResFriendList) XXX_DiscardUnknown()

func (*ResFriendList) XXX_Marshal

func (m *ResFriendList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResFriendList) XXX_Merge

func (m *ResFriendList) XXX_Merge(src proto.Message)

func (*ResFriendList) XXX_Size

func (m *ResFriendList) XXX_Size() int

func (*ResFriendList) XXX_Unmarshal

func (m *ResFriendList) XXX_Unmarshal(b []byte) error

type ResGameLiveInfo

type ResGameLiveInfo struct {
	Error                *Error                `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	LeftStartSeconds     uint32                `protobuf:"varint,2,opt,name=left_start_seconds,json=leftStartSeconds,proto3" json:"left_start_seconds,omitempty"`
	LiveHead             *GameLiveHead         `protobuf:"bytes,3,opt,name=live_head,json=liveHead,proto3" json:"live_head,omitempty"`
	Segments             []*GameLiveSegmentUri `protobuf:"bytes,4,rep,name=segments,proto3" json:"segments,omitempty"`
	NowMillisecond       uint32                `protobuf:"varint,5,opt,name=now_millisecond,json=nowMillisecond,proto3" json:"now_millisecond,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ResGameLiveInfo) Descriptor

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

func (*ResGameLiveInfo) GetError

func (m *ResGameLiveInfo) GetError() *Error

func (*ResGameLiveInfo) GetLeftStartSeconds

func (m *ResGameLiveInfo) GetLeftStartSeconds() uint32

func (*ResGameLiveInfo) GetLiveHead

func (m *ResGameLiveInfo) GetLiveHead() *GameLiveHead

func (*ResGameLiveInfo) GetNowMillisecond

func (m *ResGameLiveInfo) GetNowMillisecond() uint32

func (*ResGameLiveInfo) GetSegments

func (m *ResGameLiveInfo) GetSegments() []*GameLiveSegmentUri

func (*ResGameLiveInfo) Marshal

func (m *ResGameLiveInfo) Marshal() (dAtA []byte, err error)

func (*ResGameLiveInfo) MarshalTo

func (m *ResGameLiveInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResGameLiveInfo) MarshalToSizedBuffer

func (m *ResGameLiveInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResGameLiveInfo) ProtoMessage

func (*ResGameLiveInfo) ProtoMessage()

func (*ResGameLiveInfo) Reset

func (m *ResGameLiveInfo) Reset()

func (*ResGameLiveInfo) Size

func (m *ResGameLiveInfo) Size() (n int)

func (*ResGameLiveInfo) String

func (m *ResGameLiveInfo) String() string

func (*ResGameLiveInfo) Unmarshal

func (m *ResGameLiveInfo) Unmarshal(dAtA []byte) error

func (*ResGameLiveInfo) XXX_DiscardUnknown

func (m *ResGameLiveInfo) XXX_DiscardUnknown()

func (*ResGameLiveInfo) XXX_Marshal

func (m *ResGameLiveInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResGameLiveInfo) XXX_Merge

func (m *ResGameLiveInfo) XXX_Merge(src proto.Message)

func (*ResGameLiveInfo) XXX_Size

func (m *ResGameLiveInfo) XXX_Size() int

func (*ResGameLiveInfo) XXX_Unmarshal

func (m *ResGameLiveInfo) XXX_Unmarshal(b []byte) error

type ResGameLiveLeftSegment

type ResGameLiveLeftSegment struct {
	Error                 *Error                `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	LiveState             uint32                `protobuf:"varint,2,opt,name=live_state,json=liveState,proto3" json:"live_state,omitempty"`
	Segments              []*GameLiveSegmentUri `protobuf:"bytes,4,rep,name=segments,proto3" json:"segments,omitempty"`
	NowMillisecond        uint32                `protobuf:"varint,5,opt,name=now_millisecond,json=nowMillisecond,proto3" json:"now_millisecond,omitempty"`
	SegmentEndMillisecond uint32                `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}              `json:"-"`
	XXX_unrecognized      []byte                `json:"-"`
	XXX_sizecache         int32                 `json:"-"`
}

func (*ResGameLiveLeftSegment) Descriptor

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

func (*ResGameLiveLeftSegment) GetError

func (m *ResGameLiveLeftSegment) GetError() *Error

func (*ResGameLiveLeftSegment) GetLiveState

func (m *ResGameLiveLeftSegment) GetLiveState() uint32

func (*ResGameLiveLeftSegment) GetNowMillisecond

func (m *ResGameLiveLeftSegment) GetNowMillisecond() uint32

func (*ResGameLiveLeftSegment) GetSegmentEndMillisecond

func (m *ResGameLiveLeftSegment) GetSegmentEndMillisecond() uint32

func (*ResGameLiveLeftSegment) GetSegments

func (m *ResGameLiveLeftSegment) GetSegments() []*GameLiveSegmentUri

func (*ResGameLiveLeftSegment) Marshal

func (m *ResGameLiveLeftSegment) Marshal() (dAtA []byte, err error)

func (*ResGameLiveLeftSegment) MarshalTo

func (m *ResGameLiveLeftSegment) MarshalTo(dAtA []byte) (int, error)

func (*ResGameLiveLeftSegment) MarshalToSizedBuffer

func (m *ResGameLiveLeftSegment) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResGameLiveLeftSegment) ProtoMessage

func (*ResGameLiveLeftSegment) ProtoMessage()

func (*ResGameLiveLeftSegment) Reset

func (m *ResGameLiveLeftSegment) Reset()

func (*ResGameLiveLeftSegment) Size

func (m *ResGameLiveLeftSegment) Size() (n int)

func (*ResGameLiveLeftSegment) String

func (m *ResGameLiveLeftSegment) String() string

func (*ResGameLiveLeftSegment) Unmarshal

func (m *ResGameLiveLeftSegment) Unmarshal(dAtA []byte) error

func (*ResGameLiveLeftSegment) XXX_DiscardUnknown

func (m *ResGameLiveLeftSegment) XXX_DiscardUnknown()

func (*ResGameLiveLeftSegment) XXX_Marshal

func (m *ResGameLiveLeftSegment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResGameLiveLeftSegment) XXX_Merge

func (m *ResGameLiveLeftSegment) XXX_Merge(src proto.Message)

func (*ResGameLiveLeftSegment) XXX_Size

func (m *ResGameLiveLeftSegment) XXX_Size() int

func (*ResGameLiveLeftSegment) XXX_Unmarshal

func (m *ResGameLiveLeftSegment) XXX_Unmarshal(b []byte) error

type ResGameLiveList

type ResGameLiveList struct {
	Error                *Error          `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	LiveList             []*GameLiveHead `protobuf:"bytes,2,rep,name=live_list,json=liveList,proto3" json:"live_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ResGameLiveList) Descriptor

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

func (*ResGameLiveList) GetError

func (m *ResGameLiveList) GetError() *Error

func (*ResGameLiveList) GetLiveList

func (m *ResGameLiveList) GetLiveList() []*GameLiveHead

func (*ResGameLiveList) Marshal

func (m *ResGameLiveList) Marshal() (dAtA []byte, err error)

func (*ResGameLiveList) MarshalTo

func (m *ResGameLiveList) MarshalTo(dAtA []byte) (int, error)

func (*ResGameLiveList) MarshalToSizedBuffer

func (m *ResGameLiveList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResGameLiveList) ProtoMessage

func (*ResGameLiveList) ProtoMessage()

func (*ResGameLiveList) Reset

func (m *ResGameLiveList) Reset()

func (*ResGameLiveList) Size

func (m *ResGameLiveList) Size() (n int)

func (*ResGameLiveList) String

func (m *ResGameLiveList) String() string

func (*ResGameLiveList) Unmarshal

func (m *ResGameLiveList) Unmarshal(dAtA []byte) error

func (*ResGameLiveList) XXX_DiscardUnknown

func (m *ResGameLiveList) XXX_DiscardUnknown()

func (*ResGameLiveList) XXX_Marshal

func (m *ResGameLiveList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResGameLiveList) XXX_Merge

func (m *ResGameLiveList) XXX_Merge(src proto.Message)

func (*ResGameLiveList) XXX_Size

func (m *ResGameLiveList) XXX_Size() int

func (*ResGameLiveList) XXX_Unmarshal

func (m *ResGameLiveList) XXX_Unmarshal(b []byte) error

type ResGamePlayerState

type ResGamePlayerState struct {
	Error                *Error            `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	StateList            []GamePlayerState `protobuf:"varint,2,rep,packed,name=state_list,json=stateList,proto3,enum=lq.GamePlayerState" json:"state_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ResGamePlayerState) Descriptor

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

func (*ResGamePlayerState) GetError

func (m *ResGamePlayerState) GetError() *Error

func (*ResGamePlayerState) GetStateList

func (m *ResGamePlayerState) GetStateList() []GamePlayerState

func (*ResGamePlayerState) Marshal

func (m *ResGamePlayerState) Marshal() (dAtA []byte, err error)

func (*ResGamePlayerState) MarshalTo

func (m *ResGamePlayerState) MarshalTo(dAtA []byte) (int, error)

func (*ResGamePlayerState) MarshalToSizedBuffer

func (m *ResGamePlayerState) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResGamePlayerState) ProtoMessage

func (*ResGamePlayerState) ProtoMessage()

func (*ResGamePlayerState) Reset

func (m *ResGamePlayerState) Reset()

func (*ResGamePlayerState) Size

func (m *ResGamePlayerState) Size() (n int)

func (*ResGamePlayerState) String

func (m *ResGamePlayerState) String() string

func (*ResGamePlayerState) Unmarshal

func (m *ResGamePlayerState) Unmarshal(dAtA []byte) error

func (*ResGamePlayerState) XXX_DiscardUnknown

func (m *ResGamePlayerState) XXX_DiscardUnknown()

func (*ResGamePlayerState) XXX_Marshal

func (m *ResGamePlayerState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResGamePlayerState) XXX_Merge

func (m *ResGamePlayerState) XXX_Merge(src proto.Message)

func (*ResGamePlayerState) XXX_Size

func (m *ResGamePlayerState) XXX_Size() int

func (*ResGamePlayerState) XXX_Unmarshal

func (m *ResGamePlayerState) XXX_Unmarshal(b []byte) error

type ResGameRecord

type ResGameRecord struct {
	Error                *Error      `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Head                 *RecordGame `protobuf:"bytes,3,opt,name=head,proto3" json:"head,omitempty"`
	Data                 []byte      `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	DataUrl              string      `protobuf:"bytes,5,opt,name=data_url,json=dataUrl,proto3" json:"data_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ResGameRecord) Descriptor

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

func (*ResGameRecord) GetData

func (m *ResGameRecord) GetData() []byte

func (*ResGameRecord) GetDataUrl

func (m *ResGameRecord) GetDataUrl() string

func (*ResGameRecord) GetError

func (m *ResGameRecord) GetError() *Error

func (*ResGameRecord) GetHead

func (m *ResGameRecord) GetHead() *RecordGame

func (*ResGameRecord) Marshal

func (m *ResGameRecord) Marshal() (dAtA []byte, err error)

func (*ResGameRecord) MarshalTo

func (m *ResGameRecord) MarshalTo(dAtA []byte) (int, error)

func (*ResGameRecord) MarshalToSizedBuffer

func (m *ResGameRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResGameRecord) ProtoMessage

func (*ResGameRecord) ProtoMessage()

func (*ResGameRecord) Reset

func (m *ResGameRecord) Reset()

func (*ResGameRecord) Size

func (m *ResGameRecord) Size() (n int)

func (*ResGameRecord) String

func (m *ResGameRecord) String() string

func (*ResGameRecord) Unmarshal

func (m *ResGameRecord) Unmarshal(dAtA []byte) error

func (*ResGameRecord) XXX_DiscardUnknown

func (m *ResGameRecord) XXX_DiscardUnknown()

func (*ResGameRecord) XXX_Marshal

func (m *ResGameRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResGameRecord) XXX_Merge

func (m *ResGameRecord) XXX_Merge(src proto.Message)

func (*ResGameRecord) XXX_Size

func (m *ResGameRecord) XXX_Size() int

func (*ResGameRecord) XXX_Unmarshal

func (m *ResGameRecord) XXX_Unmarshal(b []byte) error

type ResGameRecordList

type ResGameRecordList struct {
	Error                *Error        `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	TotalCount           uint32        `protobuf:"varint,2,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	RecordList           []*RecordGame `protobuf:"bytes,3,rep,name=record_list,json=recordList,proto3" json:"record_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ResGameRecordList) Descriptor

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

func (*ResGameRecordList) GetError

func (m *ResGameRecordList) GetError() *Error

func (*ResGameRecordList) GetRecordList

func (m *ResGameRecordList) GetRecordList() []*RecordGame

func (*ResGameRecordList) GetTotalCount

func (m *ResGameRecordList) GetTotalCount() uint32

func (*ResGameRecordList) Marshal

func (m *ResGameRecordList) Marshal() (dAtA []byte, err error)

func (*ResGameRecordList) MarshalTo

func (m *ResGameRecordList) MarshalTo(dAtA []byte) (int, error)

func (*ResGameRecordList) MarshalToSizedBuffer

func (m *ResGameRecordList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResGameRecordList) ProtoMessage

func (*ResGameRecordList) ProtoMessage()

func (*ResGameRecordList) Reset

func (m *ResGameRecordList) Reset()

func (*ResGameRecordList) Size

func (m *ResGameRecordList) Size() (n int)

func (*ResGameRecordList) String

func (m *ResGameRecordList) String() string

func (*ResGameRecordList) Unmarshal

func (m *ResGameRecordList) Unmarshal(dAtA []byte) error

func (*ResGameRecordList) XXX_DiscardUnknown

func (m *ResGameRecordList) XXX_DiscardUnknown()

func (*ResGameRecordList) XXX_Marshal

func (m *ResGameRecordList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResGameRecordList) XXX_Merge

func (m *ResGameRecordList) XXX_Merge(src proto.Message)

func (*ResGameRecordList) XXX_Size

func (m *ResGameRecordList) XXX_Size() int

func (*ResGameRecordList) XXX_Unmarshal

func (m *ResGameRecordList) XXX_Unmarshal(b []byte) error

type ResGameRecordsDetail

type ResGameRecordsDetail struct {
	Error                *Error        `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	RecordList           []*RecordGame `protobuf:"bytes,2,rep,name=record_list,json=recordList,proto3" json:"record_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ResGameRecordsDetail) Descriptor

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

func (*ResGameRecordsDetail) GetError

func (m *ResGameRecordsDetail) GetError() *Error

func (*ResGameRecordsDetail) GetRecordList

func (m *ResGameRecordsDetail) GetRecordList() []*RecordGame

func (*ResGameRecordsDetail) Marshal

func (m *ResGameRecordsDetail) Marshal() (dAtA []byte, err error)

func (*ResGameRecordsDetail) MarshalTo

func (m *ResGameRecordsDetail) MarshalTo(dAtA []byte) (int, error)

func (*ResGameRecordsDetail) MarshalToSizedBuffer

func (m *ResGameRecordsDetail) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResGameRecordsDetail) ProtoMessage

func (*ResGameRecordsDetail) ProtoMessage()

func (*ResGameRecordsDetail) Reset

func (m *ResGameRecordsDetail) Reset()

func (*ResGameRecordsDetail) Size

func (m *ResGameRecordsDetail) Size() (n int)

func (*ResGameRecordsDetail) String

func (m *ResGameRecordsDetail) String() string

func (*ResGameRecordsDetail) Unmarshal

func (m *ResGameRecordsDetail) Unmarshal(dAtA []byte) error

func (*ResGameRecordsDetail) XXX_DiscardUnknown

func (m *ResGameRecordsDetail) XXX_DiscardUnknown()

func (*ResGameRecordsDetail) XXX_Marshal

func (m *ResGameRecordsDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResGameRecordsDetail) XXX_Merge

func (m *ResGameRecordsDetail) XXX_Merge(src proto.Message)

func (*ResGameRecordsDetail) XXX_Size

func (m *ResGameRecordsDetail) XXX_Size() int

func (*ResGameRecordsDetail) XXX_Unmarshal

func (m *ResGameRecordsDetail) XXX_Unmarshal(b []byte) error

type ResIDCardInfo

type ResIDCardInfo struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	IsAuthed             bool     `protobuf:"varint,2,opt,name=is_authed,json=isAuthed,proto3" json:"is_authed,omitempty"`
	Country              string   `protobuf:"bytes,3,opt,name=country,proto3" json:"country,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResIDCardInfo) Descriptor

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

func (*ResIDCardInfo) GetCountry

func (m *ResIDCardInfo) GetCountry() string

func (*ResIDCardInfo) GetError

func (m *ResIDCardInfo) GetError() *Error

func (*ResIDCardInfo) GetIsAuthed

func (m *ResIDCardInfo) GetIsAuthed() bool

func (*ResIDCardInfo) Marshal

func (m *ResIDCardInfo) Marshal() (dAtA []byte, err error)

func (*ResIDCardInfo) MarshalTo

func (m *ResIDCardInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResIDCardInfo) MarshalToSizedBuffer

func (m *ResIDCardInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResIDCardInfo) ProtoMessage

func (*ResIDCardInfo) ProtoMessage()

func (*ResIDCardInfo) Reset

func (m *ResIDCardInfo) Reset()

func (*ResIDCardInfo) Size

func (m *ResIDCardInfo) Size() (n int)

func (*ResIDCardInfo) String

func (m *ResIDCardInfo) String() string

func (*ResIDCardInfo) Unmarshal

func (m *ResIDCardInfo) Unmarshal(dAtA []byte) error

func (*ResIDCardInfo) XXX_DiscardUnknown

func (m *ResIDCardInfo) XXX_DiscardUnknown()

func (*ResIDCardInfo) XXX_Marshal

func (m *ResIDCardInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResIDCardInfo) XXX_Merge

func (m *ResIDCardInfo) XXX_Merge(src proto.Message)

func (*ResIDCardInfo) XXX_Size

func (m *ResIDCardInfo) XXX_Size() int

func (*ResIDCardInfo) XXX_Unmarshal

func (m *ResIDCardInfo) XXX_Unmarshal(b []byte) error

type ResJoinCustomizedContestChatRoom

type ResJoinCustomizedContestChatRoom struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	ChatHistory          [][]byte `protobuf:"bytes,2,rep,name=chat_history,json=chatHistory,proto3" json:"chat_history,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResJoinCustomizedContestChatRoom) Descriptor

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

func (*ResJoinCustomizedContestChatRoom) GetChatHistory

func (m *ResJoinCustomizedContestChatRoom) GetChatHistory() [][]byte

func (*ResJoinCustomizedContestChatRoom) GetError

func (m *ResJoinCustomizedContestChatRoom) GetError() *Error

func (*ResJoinCustomizedContestChatRoom) Marshal

func (m *ResJoinCustomizedContestChatRoom) Marshal() (dAtA []byte, err error)

func (*ResJoinCustomizedContestChatRoom) MarshalTo

func (m *ResJoinCustomizedContestChatRoom) MarshalTo(dAtA []byte) (int, error)

func (*ResJoinCustomizedContestChatRoom) MarshalToSizedBuffer

func (m *ResJoinCustomizedContestChatRoom) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResJoinCustomizedContestChatRoom) ProtoMessage

func (*ResJoinCustomizedContestChatRoom) ProtoMessage()

func (*ResJoinCustomizedContestChatRoom) Reset

func (*ResJoinCustomizedContestChatRoom) Size

func (m *ResJoinCustomizedContestChatRoom) Size() (n int)

func (*ResJoinCustomizedContestChatRoom) String

func (*ResJoinCustomizedContestChatRoom) Unmarshal

func (m *ResJoinCustomizedContestChatRoom) Unmarshal(dAtA []byte) error

func (*ResJoinCustomizedContestChatRoom) XXX_DiscardUnknown

func (m *ResJoinCustomizedContestChatRoom) XXX_DiscardUnknown()

func (*ResJoinCustomizedContestChatRoom) XXX_Marshal

func (m *ResJoinCustomizedContestChatRoom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResJoinCustomizedContestChatRoom) XXX_Merge

func (*ResJoinCustomizedContestChatRoom) XXX_Size

func (m *ResJoinCustomizedContestChatRoom) XXX_Size() int

func (*ResJoinCustomizedContestChatRoom) XXX_Unmarshal

func (m *ResJoinCustomizedContestChatRoom) XXX_Unmarshal(b []byte) error

type ResJoinRoom

type ResJoinRoom struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Room                 *Room    `protobuf:"bytes,2,opt,name=room,proto3" json:"room,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResJoinRoom) Descriptor

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

func (*ResJoinRoom) GetError

func (m *ResJoinRoom) GetError() *Error

func (*ResJoinRoom) GetRoom

func (m *ResJoinRoom) GetRoom() *Room

func (*ResJoinRoom) Marshal

func (m *ResJoinRoom) Marshal() (dAtA []byte, err error)

func (*ResJoinRoom) MarshalTo

func (m *ResJoinRoom) MarshalTo(dAtA []byte) (int, error)

func (*ResJoinRoom) MarshalToSizedBuffer

func (m *ResJoinRoom) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResJoinRoom) ProtoMessage

func (*ResJoinRoom) ProtoMessage()

func (*ResJoinRoom) Reset

func (m *ResJoinRoom) Reset()

func (*ResJoinRoom) Size

func (m *ResJoinRoom) Size() (n int)

func (*ResJoinRoom) String

func (m *ResJoinRoom) String() string

func (*ResJoinRoom) Unmarshal

func (m *ResJoinRoom) Unmarshal(dAtA []byte) error

func (*ResJoinRoom) XXX_DiscardUnknown

func (m *ResJoinRoom) XXX_DiscardUnknown()

func (*ResJoinRoom) XXX_Marshal

func (m *ResJoinRoom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResJoinRoom) XXX_Merge

func (m *ResJoinRoom) XXX_Merge(src proto.Message)

func (*ResJoinRoom) XXX_Size

func (m *ResJoinRoom) XXX_Size() int

func (*ResJoinRoom) XXX_Unmarshal

func (m *ResJoinRoom) XXX_Unmarshal(b []byte) error

type ResLevelLeaderboard

type ResLevelLeaderboard struct {
	Error                *Error                      `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Items                []*ResLevelLeaderboard_Item `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"`
	SelfRank             uint32                      `protobuf:"varint,3,opt,name=self_rank,json=selfRank,proto3" json:"self_rank,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*ResLevelLeaderboard) Descriptor

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

func (*ResLevelLeaderboard) GetError

func (m *ResLevelLeaderboard) GetError() *Error

func (*ResLevelLeaderboard) GetItems

func (*ResLevelLeaderboard) GetSelfRank

func (m *ResLevelLeaderboard) GetSelfRank() uint32

func (*ResLevelLeaderboard) Marshal

func (m *ResLevelLeaderboard) Marshal() (dAtA []byte, err error)

func (*ResLevelLeaderboard) MarshalTo

func (m *ResLevelLeaderboard) MarshalTo(dAtA []byte) (int, error)

func (*ResLevelLeaderboard) MarshalToSizedBuffer

func (m *ResLevelLeaderboard) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResLevelLeaderboard) ProtoMessage

func (*ResLevelLeaderboard) ProtoMessage()

func (*ResLevelLeaderboard) Reset

func (m *ResLevelLeaderboard) Reset()

func (*ResLevelLeaderboard) Size

func (m *ResLevelLeaderboard) Size() (n int)

func (*ResLevelLeaderboard) String

func (m *ResLevelLeaderboard) String() string

func (*ResLevelLeaderboard) Unmarshal

func (m *ResLevelLeaderboard) Unmarshal(dAtA []byte) error

func (*ResLevelLeaderboard) XXX_DiscardUnknown

func (m *ResLevelLeaderboard) XXX_DiscardUnknown()

func (*ResLevelLeaderboard) XXX_Marshal

func (m *ResLevelLeaderboard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResLevelLeaderboard) XXX_Merge

func (m *ResLevelLeaderboard) XXX_Merge(src proto.Message)

func (*ResLevelLeaderboard) XXX_Size

func (m *ResLevelLeaderboard) XXX_Size() int

func (*ResLevelLeaderboard) XXX_Unmarshal

func (m *ResLevelLeaderboard) XXX_Unmarshal(b []byte) error

type ResLevelLeaderboard_Item

type ResLevelLeaderboard_Item struct {
	AccountId            uint32        `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Level                *AccountLevel `protobuf:"bytes,2,opt,name=level,proto3" json:"level,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ResLevelLeaderboard_Item) Descriptor

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

func (*ResLevelLeaderboard_Item) GetAccountId

func (m *ResLevelLeaderboard_Item) GetAccountId() uint32

func (*ResLevelLeaderboard_Item) GetLevel

func (m *ResLevelLeaderboard_Item) GetLevel() *AccountLevel

func (*ResLevelLeaderboard_Item) Marshal

func (m *ResLevelLeaderboard_Item) Marshal() (dAtA []byte, err error)

func (*ResLevelLeaderboard_Item) MarshalTo

func (m *ResLevelLeaderboard_Item) MarshalTo(dAtA []byte) (int, error)

func (*ResLevelLeaderboard_Item) MarshalToSizedBuffer

func (m *ResLevelLeaderboard_Item) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResLevelLeaderboard_Item) ProtoMessage

func (*ResLevelLeaderboard_Item) ProtoMessage()

func (*ResLevelLeaderboard_Item) Reset

func (m *ResLevelLeaderboard_Item) Reset()

func (*ResLevelLeaderboard_Item) Size

func (m *ResLevelLeaderboard_Item) Size() (n int)

func (*ResLevelLeaderboard_Item) String

func (m *ResLevelLeaderboard_Item) String() string

func (*ResLevelLeaderboard_Item) Unmarshal

func (m *ResLevelLeaderboard_Item) Unmarshal(dAtA []byte) error

func (*ResLevelLeaderboard_Item) XXX_DiscardUnknown

func (m *ResLevelLeaderboard_Item) XXX_DiscardUnknown()

func (*ResLevelLeaderboard_Item) XXX_Marshal

func (m *ResLevelLeaderboard_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResLevelLeaderboard_Item) XXX_Merge

func (m *ResLevelLeaderboard_Item) XXX_Merge(src proto.Message)

func (*ResLevelLeaderboard_Item) XXX_Size

func (m *ResLevelLeaderboard_Item) XXX_Size() int

func (*ResLevelLeaderboard_Item) XXX_Unmarshal

func (m *ResLevelLeaderboard_Item) XXX_Unmarshal(b []byte) error

type ResLogin

type ResLogin struct {
	Error                 *Error           `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	AccountId             uint32           `protobuf:"varint,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Account               *Account         `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
	GameInfo              *GameConnectInfo `protobuf:"bytes,4,opt,name=game_info,json=gameInfo,proto3" json:"game_info,omitempty"`
	HasUnreadAnnouncement bool             `` /* 127-byte string literal not displayed */
	AccessToken           string           `protobuf:"bytes,6,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}         `json:"-"`
	XXX_unrecognized      []byte           `json:"-"`
	XXX_sizecache         int32            `json:"-"`
}

func (*ResLogin) Descriptor

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

func (*ResLogin) GetAccessToken

func (m *ResLogin) GetAccessToken() string

func (*ResLogin) GetAccount

func (m *ResLogin) GetAccount() *Account

func (*ResLogin) GetAccountId

func (m *ResLogin) GetAccountId() uint32

func (*ResLogin) GetError

func (m *ResLogin) GetError() *Error

func (*ResLogin) GetGameInfo

func (m *ResLogin) GetGameInfo() *GameConnectInfo

func (*ResLogin) GetHasUnreadAnnouncement

func (m *ResLogin) GetHasUnreadAnnouncement() bool

func (*ResLogin) Marshal

func (m *ResLogin) Marshal() (dAtA []byte, err error)

func (*ResLogin) MarshalTo

func (m *ResLogin) MarshalTo(dAtA []byte) (int, error)

func (*ResLogin) MarshalToSizedBuffer

func (m *ResLogin) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResLogin) ProtoMessage

func (*ResLogin) ProtoMessage()

func (*ResLogin) Reset

func (m *ResLogin) Reset()

func (*ResLogin) Size

func (m *ResLogin) Size() (n int)

func (*ResLogin) String

func (m *ResLogin) String() string

func (*ResLogin) Unmarshal

func (m *ResLogin) Unmarshal(dAtA []byte) error

func (*ResLogin) XXX_DiscardUnknown

func (m *ResLogin) XXX_DiscardUnknown()

func (*ResLogin) XXX_Marshal

func (m *ResLogin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResLogin) XXX_Merge

func (m *ResLogin) XXX_Merge(src proto.Message)

func (*ResLogin) XXX_Size

func (m *ResLogin) XXX_Size() int

func (*ResLogin) XXX_Unmarshal

func (m *ResLogin) XXX_Unmarshal(b []byte) error

type ResLogout

type ResLogout struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResLogout) Descriptor

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

func (*ResLogout) GetError

func (m *ResLogout) GetError() *Error

func (*ResLogout) Marshal

func (m *ResLogout) Marshal() (dAtA []byte, err error)

func (*ResLogout) MarshalTo

func (m *ResLogout) MarshalTo(dAtA []byte) (int, error)

func (*ResLogout) MarshalToSizedBuffer

func (m *ResLogout) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResLogout) ProtoMessage

func (*ResLogout) ProtoMessage()

func (*ResLogout) Reset

func (m *ResLogout) Reset()

func (*ResLogout) Size

func (m *ResLogout) Size() (n int)

func (*ResLogout) String

func (m *ResLogout) String() string

func (*ResLogout) Unmarshal

func (m *ResLogout) Unmarshal(dAtA []byte) error

func (*ResLogout) XXX_DiscardUnknown

func (m *ResLogout) XXX_DiscardUnknown()

func (*ResLogout) XXX_Marshal

func (m *ResLogout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResLogout) XXX_Merge

func (m *ResLogout) XXX_Merge(src proto.Message)

func (*ResLogout) XXX_Size

func (m *ResLogout) XXX_Size() int

func (*ResLogout) XXX_Unmarshal

func (m *ResLogout) XXX_Unmarshal(b []byte) error

type ResMailInfo

type ResMailInfo struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Mails                []*Mail  `protobuf:"bytes,2,rep,name=mails,proto3" json:"mails,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResMailInfo) Descriptor

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

func (*ResMailInfo) GetError

func (m *ResMailInfo) GetError() *Error

func (*ResMailInfo) GetMails

func (m *ResMailInfo) GetMails() []*Mail

func (*ResMailInfo) Marshal

func (m *ResMailInfo) Marshal() (dAtA []byte, err error)

func (*ResMailInfo) MarshalTo

func (m *ResMailInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResMailInfo) MarshalToSizedBuffer

func (m *ResMailInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResMailInfo) ProtoMessage

func (*ResMailInfo) ProtoMessage()

func (*ResMailInfo) Reset

func (m *ResMailInfo) Reset()

func (*ResMailInfo) Size

func (m *ResMailInfo) Size() (n int)

func (*ResMailInfo) String

func (m *ResMailInfo) String() string

func (*ResMailInfo) Unmarshal

func (m *ResMailInfo) Unmarshal(dAtA []byte) error

func (*ResMailInfo) XXX_DiscardUnknown

func (m *ResMailInfo) XXX_DiscardUnknown()

func (*ResMailInfo) XXX_Marshal

func (m *ResMailInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResMailInfo) XXX_Merge

func (m *ResMailInfo) XXX_Merge(src proto.Message)

func (*ResMailInfo) XXX_Size

func (m *ResMailInfo) XXX_Size() int

func (*ResMailInfo) XXX_Unmarshal

func (m *ResMailInfo) XXX_Unmarshal(b []byte) error

type ResMisc

type ResMisc struct {
	Error                *Error       `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	RechargedList        []uint32     `protobuf:"varint,2,rep,packed,name=recharged_list,json=rechargedList,proto3" json:"recharged_list,omitempty"`
	Faiths               []*FaithData `protobuf:"bytes,3,rep,name=faiths,proto3" json:"faiths,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ResMisc) Descriptor

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

func (*ResMisc) GetError

func (m *ResMisc) GetError() *Error

func (*ResMisc) GetFaiths

func (m *ResMisc) GetFaiths() []*FaithData

func (*ResMisc) GetRechargedList

func (m *ResMisc) GetRechargedList() []uint32

func (*ResMisc) Marshal

func (m *ResMisc) Marshal() (dAtA []byte, err error)

func (*ResMisc) MarshalTo

func (m *ResMisc) MarshalTo(dAtA []byte) (int, error)

func (*ResMisc) MarshalToSizedBuffer

func (m *ResMisc) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResMisc) ProtoMessage

func (*ResMisc) ProtoMessage()

func (*ResMisc) Reset

func (m *ResMisc) Reset()

func (*ResMisc) Size

func (m *ResMisc) Size() (n int)

func (*ResMisc) String

func (m *ResMisc) String() string

func (*ResMisc) Unmarshal

func (m *ResMisc) Unmarshal(dAtA []byte) error

func (*ResMisc) XXX_DiscardUnknown

func (m *ResMisc) XXX_DiscardUnknown()

func (*ResMisc) XXX_Marshal

func (m *ResMisc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResMisc) XXX_Merge

func (m *ResMisc) XXX_Merge(src proto.Message)

func (*ResMisc) XXX_Size

func (m *ResMisc) XXX_Size() int

func (*ResMisc) XXX_Unmarshal

func (m *ResMisc) XXX_Unmarshal(b []byte) error

type ResModNicknameTime

type ResModNicknameTime struct {
	LastModTime          uint32   `protobuf:"varint,1,opt,name=last_mod_time,json=lastModTime,proto3" json:"last_mod_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResModNicknameTime) Descriptor

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

func (*ResModNicknameTime) GetLastModTime

func (m *ResModNicknameTime) GetLastModTime() uint32

func (*ResModNicknameTime) Marshal

func (m *ResModNicknameTime) Marshal() (dAtA []byte, err error)

func (*ResModNicknameTime) MarshalTo

func (m *ResModNicknameTime) MarshalTo(dAtA []byte) (int, error)

func (*ResModNicknameTime) MarshalToSizedBuffer

func (m *ResModNicknameTime) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResModNicknameTime) ProtoMessage

func (*ResModNicknameTime) ProtoMessage()

func (*ResModNicknameTime) Reset

func (m *ResModNicknameTime) Reset()

func (*ResModNicknameTime) Size

func (m *ResModNicknameTime) Size() (n int)

func (*ResModNicknameTime) String

func (m *ResModNicknameTime) String() string

func (*ResModNicknameTime) Unmarshal

func (m *ResModNicknameTime) Unmarshal(dAtA []byte) error

func (*ResModNicknameTime) XXX_DiscardUnknown

func (m *ResModNicknameTime) XXX_DiscardUnknown()

func (*ResModNicknameTime) XXX_Marshal

func (m *ResModNicknameTime) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResModNicknameTime) XXX_Merge

func (m *ResModNicknameTime) XXX_Merge(src proto.Message)

func (*ResModNicknameTime) XXX_Size

func (m *ResModNicknameTime) XXX_Size() int

func (*ResModNicknameTime) XXX_Unmarshal

func (m *ResModNicknameTime) XXX_Unmarshal(b []byte) error

type ResMonthTicketInfo

type ResMonthTicketInfo struct {
	MonthTicketInfo      []*MonthTicketInfo `protobuf:"bytes,1,rep,name=month_ticket_info,json=monthTicketInfo,proto3" json:"month_ticket_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ResMonthTicketInfo) Descriptor

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

func (*ResMonthTicketInfo) GetMonthTicketInfo

func (m *ResMonthTicketInfo) GetMonthTicketInfo() []*MonthTicketInfo

func (*ResMonthTicketInfo) Marshal

func (m *ResMonthTicketInfo) Marshal() (dAtA []byte, err error)

func (*ResMonthTicketInfo) MarshalTo

func (m *ResMonthTicketInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResMonthTicketInfo) MarshalToSizedBuffer

func (m *ResMonthTicketInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResMonthTicketInfo) ProtoMessage

func (*ResMonthTicketInfo) ProtoMessage()

func (*ResMonthTicketInfo) Reset

func (m *ResMonthTicketInfo) Reset()

func (*ResMonthTicketInfo) Size

func (m *ResMonthTicketInfo) Size() (n int)

func (*ResMonthTicketInfo) String

func (m *ResMonthTicketInfo) String() string

func (*ResMonthTicketInfo) Unmarshal

func (m *ResMonthTicketInfo) Unmarshal(dAtA []byte) error

func (*ResMonthTicketInfo) XXX_DiscardUnknown

func (m *ResMonthTicketInfo) XXX_DiscardUnknown()

func (*ResMonthTicketInfo) XXX_Marshal

func (m *ResMonthTicketInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResMonthTicketInfo) XXX_Merge

func (m *ResMonthTicketInfo) XXX_Merge(src proto.Message)

func (*ResMonthTicketInfo) XXX_Size

func (m *ResMonthTicketInfo) XXX_Size() int

func (*ResMonthTicketInfo) XXX_Unmarshal

func (m *ResMonthTicketInfo) XXX_Unmarshal(b []byte) error

type ResMultiAccountBrief

type ResMultiAccountBrief struct {
	Error                *Error            `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Players              []*PlayerBaseView `protobuf:"bytes,2,rep,name=players,proto3" json:"players,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ResMultiAccountBrief) Descriptor

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

func (*ResMultiAccountBrief) GetError

func (m *ResMultiAccountBrief) GetError() *Error

func (*ResMultiAccountBrief) GetPlayers

func (m *ResMultiAccountBrief) GetPlayers() []*PlayerBaseView

func (*ResMultiAccountBrief) Marshal

func (m *ResMultiAccountBrief) Marshal() (dAtA []byte, err error)

func (*ResMultiAccountBrief) MarshalTo

func (m *ResMultiAccountBrief) MarshalTo(dAtA []byte) (int, error)

func (*ResMultiAccountBrief) MarshalToSizedBuffer

func (m *ResMultiAccountBrief) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResMultiAccountBrief) ProtoMessage

func (*ResMultiAccountBrief) ProtoMessage()

func (*ResMultiAccountBrief) Reset

func (m *ResMultiAccountBrief) Reset()

func (*ResMultiAccountBrief) Size

func (m *ResMultiAccountBrief) Size() (n int)

func (*ResMultiAccountBrief) String

func (m *ResMultiAccountBrief) String() string

func (*ResMultiAccountBrief) Unmarshal

func (m *ResMultiAccountBrief) Unmarshal(dAtA []byte) error

func (*ResMultiAccountBrief) XXX_DiscardUnknown

func (m *ResMultiAccountBrief) XXX_DiscardUnknown()

func (*ResMultiAccountBrief) XXX_Marshal

func (m *ResMultiAccountBrief) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResMultiAccountBrief) XXX_Merge

func (m *ResMultiAccountBrief) XXX_Merge(src proto.Message)

func (*ResMultiAccountBrief) XXX_Size

func (m *ResMultiAccountBrief) XXX_Size() int

func (*ResMultiAccountBrief) XXX_Unmarshal

func (m *ResMultiAccountBrief) XXX_Unmarshal(b []byte) error

type ResOauth2Auth

type ResOauth2Auth struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	AccessToken          string   `protobuf:"bytes,2,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResOauth2Auth) Descriptor

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

func (*ResOauth2Auth) GetAccessToken

func (m *ResOauth2Auth) GetAccessToken() string

func (*ResOauth2Auth) GetError

func (m *ResOauth2Auth) GetError() *Error

func (*ResOauth2Auth) Marshal

func (m *ResOauth2Auth) Marshal() (dAtA []byte, err error)

func (*ResOauth2Auth) MarshalTo

func (m *ResOauth2Auth) MarshalTo(dAtA []byte) (int, error)

func (*ResOauth2Auth) MarshalToSizedBuffer

func (m *ResOauth2Auth) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResOauth2Auth) ProtoMessage

func (*ResOauth2Auth) ProtoMessage()

func (*ResOauth2Auth) Reset

func (m *ResOauth2Auth) Reset()

func (*ResOauth2Auth) Size

func (m *ResOauth2Auth) Size() (n int)

func (*ResOauth2Auth) String

func (m *ResOauth2Auth) String() string

func (*ResOauth2Auth) Unmarshal

func (m *ResOauth2Auth) Unmarshal(dAtA []byte) error

func (*ResOauth2Auth) XXX_DiscardUnknown

func (m *ResOauth2Auth) XXX_DiscardUnknown()

func (*ResOauth2Auth) XXX_Marshal

func (m *ResOauth2Auth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResOauth2Auth) XXX_Merge

func (m *ResOauth2Auth) XXX_Merge(src proto.Message)

func (*ResOauth2Auth) XXX_Size

func (m *ResOauth2Auth) XXX_Size() int

func (*ResOauth2Auth) XXX_Unmarshal

func (m *ResOauth2Auth) XXX_Unmarshal(b []byte) error

type ResOauth2Check

type ResOauth2Check struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	HasAccount           bool     `protobuf:"varint,2,opt,name=has_account,json=hasAccount,proto3" json:"has_account,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResOauth2Check) Descriptor

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

func (*ResOauth2Check) GetError

func (m *ResOauth2Check) GetError() *Error

func (*ResOauth2Check) GetHasAccount

func (m *ResOauth2Check) GetHasAccount() bool

func (*ResOauth2Check) Marshal

func (m *ResOauth2Check) Marshal() (dAtA []byte, err error)

func (*ResOauth2Check) MarshalTo

func (m *ResOauth2Check) MarshalTo(dAtA []byte) (int, error)

func (*ResOauth2Check) MarshalToSizedBuffer

func (m *ResOauth2Check) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResOauth2Check) ProtoMessage

func (*ResOauth2Check) ProtoMessage()

func (*ResOauth2Check) Reset

func (m *ResOauth2Check) Reset()

func (*ResOauth2Check) Size

func (m *ResOauth2Check) Size() (n int)

func (*ResOauth2Check) String

func (m *ResOauth2Check) String() string

func (*ResOauth2Check) Unmarshal

func (m *ResOauth2Check) Unmarshal(dAtA []byte) error

func (*ResOauth2Check) XXX_DiscardUnknown

func (m *ResOauth2Check) XXX_DiscardUnknown()

func (*ResOauth2Check) XXX_Marshal

func (m *ResOauth2Check) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResOauth2Check) XXX_Merge

func (m *ResOauth2Check) XXX_Merge(src proto.Message)

func (*ResOauth2Check) XXX_Size

func (m *ResOauth2Check) XXX_Size() int

func (*ResOauth2Check) XXX_Unmarshal

func (m *ResOauth2Check) XXX_Unmarshal(b []byte) error

type ResOauth2Signup

type ResOauth2Signup struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResOauth2Signup) Descriptor

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

func (*ResOauth2Signup) GetError

func (m *ResOauth2Signup) GetError() *Error

func (*ResOauth2Signup) Marshal

func (m *ResOauth2Signup) Marshal() (dAtA []byte, err error)

func (*ResOauth2Signup) MarshalTo

func (m *ResOauth2Signup) MarshalTo(dAtA []byte) (int, error)

func (*ResOauth2Signup) MarshalToSizedBuffer

func (m *ResOauth2Signup) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResOauth2Signup) ProtoMessage

func (*ResOauth2Signup) ProtoMessage()

func (*ResOauth2Signup) Reset

func (m *ResOauth2Signup) Reset()

func (*ResOauth2Signup) Size

func (m *ResOauth2Signup) Size() (n int)

func (*ResOauth2Signup) String

func (m *ResOauth2Signup) String() string

func (*ResOauth2Signup) Unmarshal

func (m *ResOauth2Signup) Unmarshal(dAtA []byte) error

func (*ResOauth2Signup) XXX_DiscardUnknown

func (m *ResOauth2Signup) XXX_DiscardUnknown()

func (*ResOauth2Signup) XXX_Marshal

func (m *ResOauth2Signup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResOauth2Signup) XXX_Merge

func (m *ResOauth2Signup) XXX_Merge(src proto.Message)

func (*ResOauth2Signup) XXX_Size

func (m *ResOauth2Signup) XXX_Size() int

func (*ResOauth2Signup) XXX_Unmarshal

func (m *ResOauth2Signup) XXX_Unmarshal(b []byte) error

type ResOpenChest

type ResOpenChest struct {
	Error                *Error        `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Results              []*OpenResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"`
	TotalOpenCount       uint32        `protobuf:"varint,3,opt,name=total_open_count,json=totalOpenCount,proto3" json:"total_open_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ResOpenChest) Descriptor

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

func (*ResOpenChest) GetError

func (m *ResOpenChest) GetError() *Error

func (*ResOpenChest) GetResults

func (m *ResOpenChest) GetResults() []*OpenResult

func (*ResOpenChest) GetTotalOpenCount

func (m *ResOpenChest) GetTotalOpenCount() uint32

func (*ResOpenChest) Marshal

func (m *ResOpenChest) Marshal() (dAtA []byte, err error)

func (*ResOpenChest) MarshalTo

func (m *ResOpenChest) MarshalTo(dAtA []byte) (int, error)

func (*ResOpenChest) MarshalToSizedBuffer

func (m *ResOpenChest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResOpenChest) ProtoMessage

func (*ResOpenChest) ProtoMessage()

func (*ResOpenChest) Reset

func (m *ResOpenChest) Reset()

func (*ResOpenChest) Size

func (m *ResOpenChest) Size() (n int)

func (*ResOpenChest) String

func (m *ResOpenChest) String() string

func (*ResOpenChest) Unmarshal

func (m *ResOpenChest) Unmarshal(dAtA []byte) error

func (*ResOpenChest) XXX_DiscardUnknown

func (m *ResOpenChest) XXX_DiscardUnknown()

func (*ResOpenChest) XXX_Marshal

func (m *ResOpenChest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResOpenChest) XXX_Merge

func (m *ResOpenChest) XXX_Merge(src proto.Message)

func (*ResOpenChest) XXX_Size

func (m *ResOpenChest) XXX_Size() int

func (*ResOpenChest) XXX_Unmarshal

func (m *ResOpenChest) XXX_Unmarshal(b []byte) error

type ResOpenRandomRewardItem

type ResOpenRandomRewardItem struct {
	Error                *Error        `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Results              []*OpenResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ResOpenRandomRewardItem) Descriptor

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

func (*ResOpenRandomRewardItem) GetError

func (m *ResOpenRandomRewardItem) GetError() *Error

func (*ResOpenRandomRewardItem) GetResults

func (m *ResOpenRandomRewardItem) GetResults() []*OpenResult

func (*ResOpenRandomRewardItem) Marshal

func (m *ResOpenRandomRewardItem) Marshal() (dAtA []byte, err error)

func (*ResOpenRandomRewardItem) MarshalTo

func (m *ResOpenRandomRewardItem) MarshalTo(dAtA []byte) (int, error)

func (*ResOpenRandomRewardItem) MarshalToSizedBuffer

func (m *ResOpenRandomRewardItem) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResOpenRandomRewardItem) ProtoMessage

func (*ResOpenRandomRewardItem) ProtoMessage()

func (*ResOpenRandomRewardItem) Reset

func (m *ResOpenRandomRewardItem) Reset()

func (*ResOpenRandomRewardItem) Size

func (m *ResOpenRandomRewardItem) Size() (n int)

func (*ResOpenRandomRewardItem) String

func (m *ResOpenRandomRewardItem) String() string

func (*ResOpenRandomRewardItem) Unmarshal

func (m *ResOpenRandomRewardItem) Unmarshal(dAtA []byte) error

func (*ResOpenRandomRewardItem) XXX_DiscardUnknown

func (m *ResOpenRandomRewardItem) XXX_DiscardUnknown()

func (*ResOpenRandomRewardItem) XXX_Marshal

func (m *ResOpenRandomRewardItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResOpenRandomRewardItem) XXX_Merge

func (m *ResOpenRandomRewardItem) XXX_Merge(src proto.Message)

func (*ResOpenRandomRewardItem) XXX_Size

func (m *ResOpenRandomRewardItem) XXX_Size() int

func (*ResOpenRandomRewardItem) XXX_Unmarshal

func (m *ResOpenRandomRewardItem) XXX_Unmarshal(b []byte) error

type ResPayMonthTicket

type ResPayMonthTicket struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	ResourceId           uint32   `protobuf:"varint,2,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	ResourceCount        uint32   `protobuf:"varint,3,opt,name=resource_count,json=resourceCount,proto3" json:"resource_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResPayMonthTicket) Descriptor

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

func (*ResPayMonthTicket) GetError

func (m *ResPayMonthTicket) GetError() *Error

func (*ResPayMonthTicket) GetResourceCount

func (m *ResPayMonthTicket) GetResourceCount() uint32

func (*ResPayMonthTicket) GetResourceId

func (m *ResPayMonthTicket) GetResourceId() uint32

func (*ResPayMonthTicket) Marshal

func (m *ResPayMonthTicket) Marshal() (dAtA []byte, err error)

func (*ResPayMonthTicket) MarshalTo

func (m *ResPayMonthTicket) MarshalTo(dAtA []byte) (int, error)

func (*ResPayMonthTicket) MarshalToSizedBuffer

func (m *ResPayMonthTicket) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResPayMonthTicket) ProtoMessage

func (*ResPayMonthTicket) ProtoMessage()

func (*ResPayMonthTicket) Reset

func (m *ResPayMonthTicket) Reset()

func (*ResPayMonthTicket) Size

func (m *ResPayMonthTicket) Size() (n int)

func (*ResPayMonthTicket) String

func (m *ResPayMonthTicket) String() string

func (*ResPayMonthTicket) Unmarshal

func (m *ResPayMonthTicket) Unmarshal(dAtA []byte) error

func (*ResPayMonthTicket) XXX_DiscardUnknown

func (m *ResPayMonthTicket) XXX_DiscardUnknown()

func (*ResPayMonthTicket) XXX_Marshal

func (m *ResPayMonthTicket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResPayMonthTicket) XXX_Merge

func (m *ResPayMonthTicket) XXX_Merge(src proto.Message)

func (*ResPayMonthTicket) XXX_Size

func (m *ResPayMonthTicket) XXX_Size() int

func (*ResPayMonthTicket) XXX_Unmarshal

func (m *ResPayMonthTicket) XXX_Unmarshal(b []byte) error

type ResPlatformBillingProducts

type ResPlatformBillingProducts struct {
	Error                *Error            `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Products             []*BillingProduct `protobuf:"bytes,2,rep,name=products,proto3" json:"products,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ResPlatformBillingProducts) Descriptor

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

func (*ResPlatformBillingProducts) GetError

func (m *ResPlatformBillingProducts) GetError() *Error

func (*ResPlatformBillingProducts) GetProducts

func (m *ResPlatformBillingProducts) GetProducts() []*BillingProduct

func (*ResPlatformBillingProducts) Marshal

func (m *ResPlatformBillingProducts) Marshal() (dAtA []byte, err error)

func (*ResPlatformBillingProducts) MarshalTo

func (m *ResPlatformBillingProducts) MarshalTo(dAtA []byte) (int, error)

func (*ResPlatformBillingProducts) MarshalToSizedBuffer

func (m *ResPlatformBillingProducts) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResPlatformBillingProducts) ProtoMessage

func (*ResPlatformBillingProducts) ProtoMessage()

func (*ResPlatformBillingProducts) Reset

func (m *ResPlatformBillingProducts) Reset()

func (*ResPlatformBillingProducts) Size

func (m *ResPlatformBillingProducts) Size() (n int)

func (*ResPlatformBillingProducts) String

func (m *ResPlatformBillingProducts) String() string

func (*ResPlatformBillingProducts) Unmarshal

func (m *ResPlatformBillingProducts) Unmarshal(dAtA []byte) error

func (*ResPlatformBillingProducts) XXX_DiscardUnknown

func (m *ResPlatformBillingProducts) XXX_DiscardUnknown()

func (*ResPlatformBillingProducts) XXX_Marshal

func (m *ResPlatformBillingProducts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResPlatformBillingProducts) XXX_Merge

func (m *ResPlatformBillingProducts) XXX_Merge(src proto.Message)

func (*ResPlatformBillingProducts) XXX_Size

func (m *ResPlatformBillingProducts) XXX_Size() int

func (*ResPlatformBillingProducts) XXX_Unmarshal

func (m *ResPlatformBillingProducts) XXX_Unmarshal(b []byte) error

type ResRecieveActivityFlipTask

type ResRecieveActivityFlipTask struct {
	Count                uint32   `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResRecieveActivityFlipTask) Descriptor

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

func (*ResRecieveActivityFlipTask) GetCount

func (m *ResRecieveActivityFlipTask) GetCount() uint32

func (*ResRecieveActivityFlipTask) Marshal

func (m *ResRecieveActivityFlipTask) Marshal() (dAtA []byte, err error)

func (*ResRecieveActivityFlipTask) MarshalTo

func (m *ResRecieveActivityFlipTask) MarshalTo(dAtA []byte) (int, error)

func (*ResRecieveActivityFlipTask) MarshalToSizedBuffer

func (m *ResRecieveActivityFlipTask) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResRecieveActivityFlipTask) ProtoMessage

func (*ResRecieveActivityFlipTask) ProtoMessage()

func (*ResRecieveActivityFlipTask) Reset

func (m *ResRecieveActivityFlipTask) Reset()

func (*ResRecieveActivityFlipTask) Size

func (m *ResRecieveActivityFlipTask) Size() (n int)

func (*ResRecieveActivityFlipTask) String

func (m *ResRecieveActivityFlipTask) String() string

func (*ResRecieveActivityFlipTask) Unmarshal

func (m *ResRecieveActivityFlipTask) Unmarshal(dAtA []byte) error

func (*ResRecieveActivityFlipTask) XXX_DiscardUnknown

func (m *ResRecieveActivityFlipTask) XXX_DiscardUnknown()

func (*ResRecieveActivityFlipTask) XXX_Marshal

func (m *ResRecieveActivityFlipTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResRecieveActivityFlipTask) XXX_Merge

func (m *ResRecieveActivityFlipTask) XXX_Merge(src proto.Message)

func (*ResRecieveActivityFlipTask) XXX_Size

func (m *ResRecieveActivityFlipTask) XXX_Size() int

func (*ResRecieveActivityFlipTask) XXX_Unmarshal

func (m *ResRecieveActivityFlipTask) XXX_Unmarshal(b []byte) error

type ResRefreshDailyTask

type ResRefreshDailyTask struct {
	Error                *Error        `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Progress             *TaskProgress `protobuf:"bytes,2,opt,name=progress,proto3" json:"progress,omitempty"`
	RefreshCount         uint32        `protobuf:"varint,3,opt,name=refresh_count,json=refreshCount,proto3" json:"refresh_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ResRefreshDailyTask) Descriptor

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

func (*ResRefreshDailyTask) GetError

func (m *ResRefreshDailyTask) GetError() *Error

func (*ResRefreshDailyTask) GetProgress

func (m *ResRefreshDailyTask) GetProgress() *TaskProgress

func (*ResRefreshDailyTask) GetRefreshCount

func (m *ResRefreshDailyTask) GetRefreshCount() uint32

func (*ResRefreshDailyTask) Marshal

func (m *ResRefreshDailyTask) Marshal() (dAtA []byte, err error)

func (*ResRefreshDailyTask) MarshalTo

func (m *ResRefreshDailyTask) MarshalTo(dAtA []byte) (int, error)

func (*ResRefreshDailyTask) MarshalToSizedBuffer

func (m *ResRefreshDailyTask) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResRefreshDailyTask) ProtoMessage

func (*ResRefreshDailyTask) ProtoMessage()

func (*ResRefreshDailyTask) Reset

func (m *ResRefreshDailyTask) Reset()

func (*ResRefreshDailyTask) Size

func (m *ResRefreshDailyTask) Size() (n int)

func (*ResRefreshDailyTask) String

func (m *ResRefreshDailyTask) String() string

func (*ResRefreshDailyTask) Unmarshal

func (m *ResRefreshDailyTask) Unmarshal(dAtA []byte) error

func (*ResRefreshDailyTask) XXX_DiscardUnknown

func (m *ResRefreshDailyTask) XXX_DiscardUnknown()

func (*ResRefreshDailyTask) XXX_Marshal

func (m *ResRefreshDailyTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResRefreshDailyTask) XXX_Merge

func (m *ResRefreshDailyTask) XXX_Merge(src proto.Message)

func (*ResRefreshDailyTask) XXX_Size

func (m *ResRefreshDailyTask) XXX_Size() int

func (*ResRefreshDailyTask) XXX_Unmarshal

func (m *ResRefreshDailyTask) XXX_Unmarshal(b []byte) error

type ResRefreshZHPShop

type ResRefreshZHPShop struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Zhp                  *ZHPShop `protobuf:"bytes,2,opt,name=zhp,proto3" json:"zhp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResRefreshZHPShop) Descriptor

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

func (*ResRefreshZHPShop) GetError

func (m *ResRefreshZHPShop) GetError() *Error

func (*ResRefreshZHPShop) GetZhp

func (m *ResRefreshZHPShop) GetZhp() *ZHPShop

func (*ResRefreshZHPShop) Marshal

func (m *ResRefreshZHPShop) Marshal() (dAtA []byte, err error)

func (*ResRefreshZHPShop) MarshalTo

func (m *ResRefreshZHPShop) MarshalTo(dAtA []byte) (int, error)

func (*ResRefreshZHPShop) MarshalToSizedBuffer

func (m *ResRefreshZHPShop) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResRefreshZHPShop) ProtoMessage

func (*ResRefreshZHPShop) ProtoMessage()

func (*ResRefreshZHPShop) Reset

func (m *ResRefreshZHPShop) Reset()

func (*ResRefreshZHPShop) Size

func (m *ResRefreshZHPShop) Size() (n int)

func (*ResRefreshZHPShop) String

func (m *ResRefreshZHPShop) String() string

func (*ResRefreshZHPShop) Unmarshal

func (m *ResRefreshZHPShop) Unmarshal(dAtA []byte) error

func (*ResRefreshZHPShop) XXX_DiscardUnknown

func (m *ResRefreshZHPShop) XXX_DiscardUnknown()

func (*ResRefreshZHPShop) XXX_Marshal

func (m *ResRefreshZHPShop) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResRefreshZHPShop) XXX_Merge

func (m *ResRefreshZHPShop) XXX_Merge(src proto.Message)

func (*ResRefreshZHPShop) XXX_Size

func (m *ResRefreshZHPShop) XXX_Size() int

func (*ResRefreshZHPShop) XXX_Unmarshal

func (m *ResRefreshZHPShop) XXX_Unmarshal(b []byte) error

type ResRemoveCollectedGameRecord

type ResRemoveCollectedGameRecord struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResRemoveCollectedGameRecord) Descriptor

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

func (*ResRemoveCollectedGameRecord) GetError

func (m *ResRemoveCollectedGameRecord) GetError() *Error

func (*ResRemoveCollectedGameRecord) Marshal

func (m *ResRemoveCollectedGameRecord) Marshal() (dAtA []byte, err error)

func (*ResRemoveCollectedGameRecord) MarshalTo

func (m *ResRemoveCollectedGameRecord) MarshalTo(dAtA []byte) (int, error)

func (*ResRemoveCollectedGameRecord) MarshalToSizedBuffer

func (m *ResRemoveCollectedGameRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResRemoveCollectedGameRecord) ProtoMessage

func (*ResRemoveCollectedGameRecord) ProtoMessage()

func (*ResRemoveCollectedGameRecord) Reset

func (m *ResRemoveCollectedGameRecord) Reset()

func (*ResRemoveCollectedGameRecord) Size

func (m *ResRemoveCollectedGameRecord) Size() (n int)

func (*ResRemoveCollectedGameRecord) String

func (*ResRemoveCollectedGameRecord) Unmarshal

func (m *ResRemoveCollectedGameRecord) Unmarshal(dAtA []byte) error

func (*ResRemoveCollectedGameRecord) XXX_DiscardUnknown

func (m *ResRemoveCollectedGameRecord) XXX_DiscardUnknown()

func (*ResRemoveCollectedGameRecord) XXX_Marshal

func (m *ResRemoveCollectedGameRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResRemoveCollectedGameRecord) XXX_Merge

func (m *ResRemoveCollectedGameRecord) XXX_Merge(src proto.Message)

func (*ResRemoveCollectedGameRecord) XXX_Size

func (m *ResRemoveCollectedGameRecord) XXX_Size() int

func (*ResRemoveCollectedGameRecord) XXX_Unmarshal

func (m *ResRemoveCollectedGameRecord) XXX_Unmarshal(b []byte) error

type ResReviveCoinInfo

type ResReviveCoinInfo struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	HasGained            bool     `protobuf:"varint,2,opt,name=has_gained,json=hasGained,proto3" json:"has_gained,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResReviveCoinInfo) Descriptor

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

func (*ResReviveCoinInfo) GetError

func (m *ResReviveCoinInfo) GetError() *Error

func (*ResReviveCoinInfo) GetHasGained

func (m *ResReviveCoinInfo) GetHasGained() bool

func (*ResReviveCoinInfo) Marshal

func (m *ResReviveCoinInfo) Marshal() (dAtA []byte, err error)

func (*ResReviveCoinInfo) MarshalTo

func (m *ResReviveCoinInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResReviveCoinInfo) MarshalToSizedBuffer

func (m *ResReviveCoinInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResReviveCoinInfo) ProtoMessage

func (*ResReviveCoinInfo) ProtoMessage()

func (*ResReviveCoinInfo) Reset

func (m *ResReviveCoinInfo) Reset()

func (*ResReviveCoinInfo) Size

func (m *ResReviveCoinInfo) Size() (n int)

func (*ResReviveCoinInfo) String

func (m *ResReviveCoinInfo) String() string

func (*ResReviveCoinInfo) Unmarshal

func (m *ResReviveCoinInfo) Unmarshal(dAtA []byte) error

func (*ResReviveCoinInfo) XXX_DiscardUnknown

func (m *ResReviveCoinInfo) XXX_DiscardUnknown()

func (*ResReviveCoinInfo) XXX_Marshal

func (m *ResReviveCoinInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResReviveCoinInfo) XXX_Merge

func (m *ResReviveCoinInfo) XXX_Merge(src proto.Message)

func (*ResReviveCoinInfo) XXX_Size

func (m *ResReviveCoinInfo) XXX_Size() int

func (*ResReviveCoinInfo) XXX_Unmarshal

func (m *ResReviveCoinInfo) XXX_Unmarshal(b []byte) error

type ResSearchAccountById

type ResSearchAccountById struct {
	Error                *Error          `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Player               *PlayerBaseView `protobuf:"bytes,2,opt,name=player,proto3" json:"player,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ResSearchAccountById) Descriptor

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

func (*ResSearchAccountById) GetError

func (m *ResSearchAccountById) GetError() *Error

func (*ResSearchAccountById) GetPlayer

func (m *ResSearchAccountById) GetPlayer() *PlayerBaseView

func (*ResSearchAccountById) Marshal

func (m *ResSearchAccountById) Marshal() (dAtA []byte, err error)

func (*ResSearchAccountById) MarshalTo

func (m *ResSearchAccountById) MarshalTo(dAtA []byte) (int, error)

func (*ResSearchAccountById) MarshalToSizedBuffer

func (m *ResSearchAccountById) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResSearchAccountById) ProtoMessage

func (*ResSearchAccountById) ProtoMessage()

func (*ResSearchAccountById) Reset

func (m *ResSearchAccountById) Reset()

func (*ResSearchAccountById) Size

func (m *ResSearchAccountById) Size() (n int)

func (*ResSearchAccountById) String

func (m *ResSearchAccountById) String() string

func (*ResSearchAccountById) Unmarshal

func (m *ResSearchAccountById) Unmarshal(dAtA []byte) error

func (*ResSearchAccountById) XXX_DiscardUnknown

func (m *ResSearchAccountById) XXX_DiscardUnknown()

func (*ResSearchAccountById) XXX_Marshal

func (m *ResSearchAccountById) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResSearchAccountById) XXX_Merge

func (m *ResSearchAccountById) XXX_Merge(src proto.Message)

func (*ResSearchAccountById) XXX_Size

func (m *ResSearchAccountById) XXX_Size() int

func (*ResSearchAccountById) XXX_Unmarshal

func (m *ResSearchAccountById) XXX_Unmarshal(b []byte) error

type ResSearchAccountByPattern

type ResSearchAccountByPattern struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	IsFinished           bool     `protobuf:"varint,2,opt,name=is_finished,json=isFinished,proto3" json:"is_finished,omitempty"`
	MatchAccounts        []uint32 `protobuf:"varint,3,rep,packed,name=match_accounts,json=matchAccounts,proto3" json:"match_accounts,omitempty"`
	DecodeId             uint32   `protobuf:"varint,4,opt,name=decode_id,json=decodeId,proto3" json:"decode_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResSearchAccountByPattern) Descriptor

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

func (*ResSearchAccountByPattern) GetDecodeId

func (m *ResSearchAccountByPattern) GetDecodeId() uint32

func (*ResSearchAccountByPattern) GetError

func (m *ResSearchAccountByPattern) GetError() *Error

func (*ResSearchAccountByPattern) GetIsFinished

func (m *ResSearchAccountByPattern) GetIsFinished() bool

func (*ResSearchAccountByPattern) GetMatchAccounts

func (m *ResSearchAccountByPattern) GetMatchAccounts() []uint32

func (*ResSearchAccountByPattern) Marshal

func (m *ResSearchAccountByPattern) Marshal() (dAtA []byte, err error)

func (*ResSearchAccountByPattern) MarshalTo

func (m *ResSearchAccountByPattern) MarshalTo(dAtA []byte) (int, error)

func (*ResSearchAccountByPattern) MarshalToSizedBuffer

func (m *ResSearchAccountByPattern) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResSearchAccountByPattern) ProtoMessage

func (*ResSearchAccountByPattern) ProtoMessage()

func (*ResSearchAccountByPattern) Reset

func (m *ResSearchAccountByPattern) Reset()

func (*ResSearchAccountByPattern) Size

func (m *ResSearchAccountByPattern) Size() (n int)

func (*ResSearchAccountByPattern) String

func (m *ResSearchAccountByPattern) String() string

func (*ResSearchAccountByPattern) Unmarshal

func (m *ResSearchAccountByPattern) Unmarshal(dAtA []byte) error

func (*ResSearchAccountByPattern) XXX_DiscardUnknown

func (m *ResSearchAccountByPattern) XXX_DiscardUnknown()

func (*ResSearchAccountByPattern) XXX_Marshal

func (m *ResSearchAccountByPattern) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResSearchAccountByPattern) XXX_Merge

func (m *ResSearchAccountByPattern) XXX_Merge(src proto.Message)

func (*ResSearchAccountByPattern) XXX_Size

func (m *ResSearchAccountByPattern) XXX_Size() int

func (*ResSearchAccountByPattern) XXX_Unmarshal

func (m *ResSearchAccountByPattern) XXX_Unmarshal(b []byte) error

type ResSelfRoom

type ResSelfRoom struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Room                 *Room    `protobuf:"bytes,2,opt,name=room,proto3" json:"room,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResSelfRoom) Descriptor

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

func (*ResSelfRoom) GetError

func (m *ResSelfRoom) GetError() *Error

func (*ResSelfRoom) GetRoom

func (m *ResSelfRoom) GetRoom() *Room

func (*ResSelfRoom) Marshal

func (m *ResSelfRoom) Marshal() (dAtA []byte, err error)

func (*ResSelfRoom) MarshalTo

func (m *ResSelfRoom) MarshalTo(dAtA []byte) (int, error)

func (*ResSelfRoom) MarshalToSizedBuffer

func (m *ResSelfRoom) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResSelfRoom) ProtoMessage

func (*ResSelfRoom) ProtoMessage()

func (*ResSelfRoom) Reset

func (m *ResSelfRoom) Reset()

func (*ResSelfRoom) Size

func (m *ResSelfRoom) Size() (n int)

func (*ResSelfRoom) String

func (m *ResSelfRoom) String() string

func (*ResSelfRoom) Unmarshal

func (m *ResSelfRoom) Unmarshal(dAtA []byte) error

func (*ResSelfRoom) XXX_DiscardUnknown

func (m *ResSelfRoom) XXX_DiscardUnknown()

func (*ResSelfRoom) XXX_Marshal

func (m *ResSelfRoom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResSelfRoom) XXX_Merge

func (m *ResSelfRoom) XXX_Merge(src proto.Message)

func (*ResSelfRoom) XXX_Size

func (m *ResSelfRoom) XXX_Size() int

func (*ResSelfRoom) XXX_Unmarshal

func (m *ResSelfRoom) XXX_Unmarshal(b []byte) error

type ResSendGiftToCharacter

type ResSendGiftToCharacter struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Level                uint32   `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"`
	Exp                  uint32   `protobuf:"varint,3,opt,name=exp,proto3" json:"exp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResSendGiftToCharacter) Descriptor

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

func (*ResSendGiftToCharacter) GetError

func (m *ResSendGiftToCharacter) GetError() *Error

func (*ResSendGiftToCharacter) GetExp

func (m *ResSendGiftToCharacter) GetExp() uint32

func (*ResSendGiftToCharacter) GetLevel

func (m *ResSendGiftToCharacter) GetLevel() uint32

func (*ResSendGiftToCharacter) Marshal

func (m *ResSendGiftToCharacter) Marshal() (dAtA []byte, err error)

func (*ResSendGiftToCharacter) MarshalTo

func (m *ResSendGiftToCharacter) MarshalTo(dAtA []byte) (int, error)

func (*ResSendGiftToCharacter) MarshalToSizedBuffer

func (m *ResSendGiftToCharacter) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResSendGiftToCharacter) ProtoMessage

func (*ResSendGiftToCharacter) ProtoMessage()

func (*ResSendGiftToCharacter) Reset

func (m *ResSendGiftToCharacter) Reset()

func (*ResSendGiftToCharacter) Size

func (m *ResSendGiftToCharacter) Size() (n int)

func (*ResSendGiftToCharacter) String

func (m *ResSendGiftToCharacter) String() string

func (*ResSendGiftToCharacter) Unmarshal

func (m *ResSendGiftToCharacter) Unmarshal(dAtA []byte) error

func (*ResSendGiftToCharacter) XXX_DiscardUnknown

func (m *ResSendGiftToCharacter) XXX_DiscardUnknown()

func (*ResSendGiftToCharacter) XXX_Marshal

func (m *ResSendGiftToCharacter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResSendGiftToCharacter) XXX_Merge

func (m *ResSendGiftToCharacter) XXX_Merge(src proto.Message)

func (*ResSendGiftToCharacter) XXX_Size

func (m *ResSendGiftToCharacter) XXX_Size() int

func (*ResSendGiftToCharacter) XXX_Unmarshal

func (m *ResSendGiftToCharacter) XXX_Unmarshal(b []byte) error

type ResServerSettings

type ResServerSettings struct {
	Settings             *ServerSettings `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ResServerSettings) Descriptor

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

func (*ResServerSettings) GetSettings

func (m *ResServerSettings) GetSettings() *ServerSettings

func (*ResServerSettings) Marshal

func (m *ResServerSettings) Marshal() (dAtA []byte, err error)

func (*ResServerSettings) MarshalTo

func (m *ResServerSettings) MarshalTo(dAtA []byte) (int, error)

func (*ResServerSettings) MarshalToSizedBuffer

func (m *ResServerSettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResServerSettings) ProtoMessage

func (*ResServerSettings) ProtoMessage()

func (*ResServerSettings) Reset

func (m *ResServerSettings) Reset()

func (*ResServerSettings) Size

func (m *ResServerSettings) Size() (n int)

func (*ResServerSettings) String

func (m *ResServerSettings) String() string

func (*ResServerSettings) Unmarshal

func (m *ResServerSettings) Unmarshal(dAtA []byte) error

func (*ResServerSettings) XXX_DiscardUnknown

func (m *ResServerSettings) XXX_DiscardUnknown()

func (*ResServerSettings) XXX_Marshal

func (m *ResServerSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResServerSettings) XXX_Merge

func (m *ResServerSettings) XXX_Merge(src proto.Message)

func (*ResServerSettings) XXX_Size

func (m *ResServerSettings) XXX_Size() int

func (*ResServerSettings) XXX_Unmarshal

func (m *ResServerSettings) XXX_Unmarshal(b []byte) error

type ResServerTime

type ResServerTime struct {
	ServerTime           uint32   `protobuf:"varint,1,opt,name=server_time,json=serverTime,proto3" json:"server_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResServerTime) Descriptor

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

func (*ResServerTime) GetServerTime

func (m *ResServerTime) GetServerTime() uint32

func (*ResServerTime) Marshal

func (m *ResServerTime) Marshal() (dAtA []byte, err error)

func (*ResServerTime) MarshalTo

func (m *ResServerTime) MarshalTo(dAtA []byte) (int, error)

func (*ResServerTime) MarshalToSizedBuffer

func (m *ResServerTime) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResServerTime) ProtoMessage

func (*ResServerTime) ProtoMessage()

func (*ResServerTime) Reset

func (m *ResServerTime) Reset()

func (*ResServerTime) Size

func (m *ResServerTime) Size() (n int)

func (*ResServerTime) String

func (m *ResServerTime) String() string

func (*ResServerTime) Unmarshal

func (m *ResServerTime) Unmarshal(dAtA []byte) error

func (*ResServerTime) XXX_DiscardUnknown

func (m *ResServerTime) XXX_DiscardUnknown()

func (*ResServerTime) XXX_Marshal

func (m *ResServerTime) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResServerTime) XXX_Merge

func (m *ResServerTime) XXX_Merge(src proto.Message)

func (*ResServerTime) XXX_Size

func (m *ResServerTime) XXX_Size() int

func (*ResServerTime) XXX_Unmarshal

func (m *ResServerTime) XXX_Unmarshal(b []byte) error

type ResShopInfo

type ResShopInfo struct {
	Error                *Error    `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	ShopInfo             *ShopInfo `protobuf:"bytes,2,opt,name=shop_info,json=shopInfo,proto3" json:"shop_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ResShopInfo) Descriptor

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

func (*ResShopInfo) GetError

func (m *ResShopInfo) GetError() *Error

func (*ResShopInfo) GetShopInfo

func (m *ResShopInfo) GetShopInfo() *ShopInfo

func (*ResShopInfo) Marshal

func (m *ResShopInfo) Marshal() (dAtA []byte, err error)

func (*ResShopInfo) MarshalTo

func (m *ResShopInfo) MarshalTo(dAtA []byte) (int, error)

func (*ResShopInfo) MarshalToSizedBuffer

func (m *ResShopInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResShopInfo) ProtoMessage

func (*ResShopInfo) ProtoMessage()

func (*ResShopInfo) Reset

func (m *ResShopInfo) Reset()

func (*ResShopInfo) Size

func (m *ResShopInfo) Size() (n int)

func (*ResShopInfo) String

func (m *ResShopInfo) String() string

func (*ResShopInfo) Unmarshal

func (m *ResShopInfo) Unmarshal(dAtA []byte) error

func (*ResShopInfo) XXX_DiscardUnknown

func (m *ResShopInfo) XXX_DiscardUnknown()

func (*ResShopInfo) XXX_Marshal

func (m *ResShopInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResShopInfo) XXX_Merge

func (m *ResShopInfo) XXX_Merge(src proto.Message)

func (*ResShopInfo) XXX_Size

func (m *ResShopInfo) XXX_Size() int

func (*ResShopInfo) XXX_Unmarshal

func (m *ResShopInfo) XXX_Unmarshal(b []byte) error

type ResShopPurchase

type ResShopPurchase struct {
	Error                *Error         `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Update               *AccountUpdate `protobuf:"bytes,2,opt,name=update,proto3" json:"update,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ResShopPurchase) Descriptor

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

func (*ResShopPurchase) GetError

func (m *ResShopPurchase) GetError() *Error

func (*ResShopPurchase) GetUpdate

func (m *ResShopPurchase) GetUpdate() *AccountUpdate

func (*ResShopPurchase) Marshal

func (m *ResShopPurchase) Marshal() (dAtA []byte, err error)

func (*ResShopPurchase) MarshalTo

func (m *ResShopPurchase) MarshalTo(dAtA []byte) (int, error)

func (*ResShopPurchase) MarshalToSizedBuffer

func (m *ResShopPurchase) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResShopPurchase) ProtoMessage

func (*ResShopPurchase) ProtoMessage()

func (*ResShopPurchase) Reset

func (m *ResShopPurchase) Reset()

func (*ResShopPurchase) Size

func (m *ResShopPurchase) Size() (n int)

func (*ResShopPurchase) String

func (m *ResShopPurchase) String() string

func (*ResShopPurchase) Unmarshal

func (m *ResShopPurchase) Unmarshal(dAtA []byte) error

func (*ResShopPurchase) XXX_DiscardUnknown

func (m *ResShopPurchase) XXX_DiscardUnknown()

func (*ResShopPurchase) XXX_Marshal

func (m *ResShopPurchase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResShopPurchase) XXX_Merge

func (m *ResShopPurchase) XXX_Merge(src proto.Message)

func (*ResShopPurchase) XXX_Size

func (m *ResShopPurchase) XXX_Size() int

func (*ResShopPurchase) XXX_Unmarshal

func (m *ResShopPurchase) XXX_Unmarshal(b []byte) error

type ResSignupAccount

type ResSignupAccount struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResSignupAccount) Descriptor

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

func (*ResSignupAccount) GetError

func (m *ResSignupAccount) GetError() *Error

func (*ResSignupAccount) Marshal

func (m *ResSignupAccount) Marshal() (dAtA []byte, err error)

func (*ResSignupAccount) MarshalTo

func (m *ResSignupAccount) MarshalTo(dAtA []byte) (int, error)

func (*ResSignupAccount) MarshalToSizedBuffer

func (m *ResSignupAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResSignupAccount) ProtoMessage

func (*ResSignupAccount) ProtoMessage()

func (*ResSignupAccount) Reset

func (m *ResSignupAccount) Reset()

func (*ResSignupAccount) Size

func (m *ResSignupAccount) Size() (n int)

func (*ResSignupAccount) String

func (m *ResSignupAccount) String() string

func (*ResSignupAccount) Unmarshal

func (m *ResSignupAccount) Unmarshal(dAtA []byte) error

func (*ResSignupAccount) XXX_DiscardUnknown

func (m *ResSignupAccount) XXX_DiscardUnknown()

func (*ResSignupAccount) XXX_Marshal

func (m *ResSignupAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResSignupAccount) XXX_Merge

func (m *ResSignupAccount) XXX_Merge(src proto.Message)

func (*ResSignupAccount) XXX_Size

func (m *ResSignupAccount) XXX_Size() int

func (*ResSignupAccount) XXX_Unmarshal

func (m *ResSignupAccount) XXX_Unmarshal(b []byte) error

type ResSyncGame

type ResSyncGame struct {
	Error                *Error       `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	IsEnd                bool         `protobuf:"varint,2,opt,name=is_end,json=isEnd,proto3" json:"is_end,omitempty"`
	Step                 uint32       `protobuf:"varint,3,opt,name=step,proto3" json:"step,omitempty"`
	GameRestore          *GameRestore `protobuf:"bytes,4,opt,name=game_restore,json=gameRestore,proto3" json:"game_restore,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ResSyncGame) Descriptor

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

func (*ResSyncGame) GetError

func (m *ResSyncGame) GetError() *Error

func (*ResSyncGame) GetGameRestore

func (m *ResSyncGame) GetGameRestore() *GameRestore

func (*ResSyncGame) GetIsEnd

func (m *ResSyncGame) GetIsEnd() bool

func (*ResSyncGame) GetStep

func (m *ResSyncGame) GetStep() uint32

func (*ResSyncGame) Marshal

func (m *ResSyncGame) Marshal() (dAtA []byte, err error)

func (*ResSyncGame) MarshalTo

func (m *ResSyncGame) MarshalTo(dAtA []byte) (int, error)

func (*ResSyncGame) MarshalToSizedBuffer

func (m *ResSyncGame) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResSyncGame) ProtoMessage

func (*ResSyncGame) ProtoMessage()

func (*ResSyncGame) Reset

func (m *ResSyncGame) Reset()

func (*ResSyncGame) Size

func (m *ResSyncGame) Size() (n int)

func (*ResSyncGame) String

func (m *ResSyncGame) String() string

func (*ResSyncGame) Unmarshal

func (m *ResSyncGame) Unmarshal(dAtA []byte) error

func (*ResSyncGame) XXX_DiscardUnknown

func (m *ResSyncGame) XXX_DiscardUnknown()

func (*ResSyncGame) XXX_Marshal

func (m *ResSyncGame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResSyncGame) XXX_Merge

func (m *ResSyncGame) XXX_Merge(src proto.Message)

func (*ResSyncGame) XXX_Size

func (m *ResSyncGame) XXX_Size() int

func (*ResSyncGame) XXX_Unmarshal

func (m *ResSyncGame) XXX_Unmarshal(b []byte) error

type ResTitleList

type ResTitleList struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	TitleList            []uint32 `protobuf:"varint,2,rep,packed,name=title_list,json=titleList,proto3" json:"title_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResTitleList) Descriptor

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

func (*ResTitleList) GetError

func (m *ResTitleList) GetError() *Error

func (*ResTitleList) GetTitleList

func (m *ResTitleList) GetTitleList() []uint32

func (*ResTitleList) Marshal

func (m *ResTitleList) Marshal() (dAtA []byte, err error)

func (*ResTitleList) MarshalTo

func (m *ResTitleList) MarshalTo(dAtA []byte) (int, error)

func (*ResTitleList) MarshalToSizedBuffer

func (m *ResTitleList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResTitleList) ProtoMessage

func (*ResTitleList) ProtoMessage()

func (*ResTitleList) Reset

func (m *ResTitleList) Reset()

func (*ResTitleList) Size

func (m *ResTitleList) Size() (n int)

func (*ResTitleList) String

func (m *ResTitleList) String() string

func (*ResTitleList) Unmarshal

func (m *ResTitleList) Unmarshal(dAtA []byte) error

func (*ResTitleList) XXX_DiscardUnknown

func (m *ResTitleList) XXX_DiscardUnknown()

func (*ResTitleList) XXX_Marshal

func (m *ResTitleList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResTitleList) XXX_Merge

func (m *ResTitleList) XXX_Merge(src proto.Message)

func (*ResTitleList) XXX_Size

func (m *ResTitleList) XXX_Size() int

func (*ResTitleList) XXX_Unmarshal

func (m *ResTitleList) XXX_Unmarshal(b []byte) error

type ResUpgradeCharacter

type ResUpgradeCharacter struct {
	Error                *Error     `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Character            *Character `protobuf:"bytes,2,opt,name=character,proto3" json:"character,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ResUpgradeCharacter) Descriptor

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

func (*ResUpgradeCharacter) GetCharacter

func (m *ResUpgradeCharacter) GetCharacter() *Character

func (*ResUpgradeCharacter) GetError

func (m *ResUpgradeCharacter) GetError() *Error

func (*ResUpgradeCharacter) Marshal

func (m *ResUpgradeCharacter) Marshal() (dAtA []byte, err error)

func (*ResUpgradeCharacter) MarshalTo

func (m *ResUpgradeCharacter) MarshalTo(dAtA []byte) (int, error)

func (*ResUpgradeCharacter) MarshalToSizedBuffer

func (m *ResUpgradeCharacter) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResUpgradeCharacter) ProtoMessage

func (*ResUpgradeCharacter) ProtoMessage()

func (*ResUpgradeCharacter) Reset

func (m *ResUpgradeCharacter) Reset()

func (*ResUpgradeCharacter) Size

func (m *ResUpgradeCharacter) Size() (n int)

func (*ResUpgradeCharacter) String

func (m *ResUpgradeCharacter) String() string

func (*ResUpgradeCharacter) Unmarshal

func (m *ResUpgradeCharacter) Unmarshal(dAtA []byte) error

func (*ResUpgradeCharacter) XXX_DiscardUnknown

func (m *ResUpgradeCharacter) XXX_DiscardUnknown()

func (*ResUpgradeCharacter) XXX_Marshal

func (m *ResUpgradeCharacter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResUpgradeCharacter) XXX_Merge

func (m *ResUpgradeCharacter) XXX_Merge(src proto.Message)

func (*ResUpgradeCharacter) XXX_Size

func (m *ResUpgradeCharacter) XXX_Size() int

func (*ResUpgradeCharacter) XXX_Unmarshal

func (m *ResUpgradeCharacter) XXX_Unmarshal(b []byte) error

type ResUseGiftCode

type ResUseGiftCode struct {
	Error                *Error        `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Rewards              []*RewardSlot `protobuf:"bytes,6,rep,name=rewards,proto3" json:"rewards,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ResUseGiftCode) Descriptor

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

func (*ResUseGiftCode) GetError

func (m *ResUseGiftCode) GetError() *Error

func (*ResUseGiftCode) GetRewards

func (m *ResUseGiftCode) GetRewards() []*RewardSlot

func (*ResUseGiftCode) Marshal

func (m *ResUseGiftCode) Marshal() (dAtA []byte, err error)

func (*ResUseGiftCode) MarshalTo

func (m *ResUseGiftCode) MarshalTo(dAtA []byte) (int, error)

func (*ResUseGiftCode) MarshalToSizedBuffer

func (m *ResUseGiftCode) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResUseGiftCode) ProtoMessage

func (*ResUseGiftCode) ProtoMessage()

func (*ResUseGiftCode) Reset

func (m *ResUseGiftCode) Reset()

func (*ResUseGiftCode) Size

func (m *ResUseGiftCode) Size() (n int)

func (*ResUseGiftCode) String

func (m *ResUseGiftCode) String() string

func (*ResUseGiftCode) Unmarshal

func (m *ResUseGiftCode) Unmarshal(dAtA []byte) error

func (*ResUseGiftCode) XXX_DiscardUnknown

func (m *ResUseGiftCode) XXX_DiscardUnknown()

func (*ResUseGiftCode) XXX_Marshal

func (m *ResUseGiftCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResUseGiftCode) XXX_Merge

func (m *ResUseGiftCode) XXX_Merge(src proto.Message)

func (*ResUseGiftCode) XXX_Size

func (m *ResUseGiftCode) XXX_Size() int

func (*ResUseGiftCode) XXX_Unmarshal

func (m *ResUseGiftCode) XXX_Unmarshal(b []byte) error

type ResVerfiyCodeForSecure

type ResVerfiyCodeForSecure struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	SecureToken          string   `protobuf:"bytes,2,opt,name=secure_token,json=secureToken,proto3" json:"secure_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResVerfiyCodeForSecure) Descriptor

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

func (*ResVerfiyCodeForSecure) GetError

func (m *ResVerfiyCodeForSecure) GetError() *Error

func (*ResVerfiyCodeForSecure) GetSecureToken

func (m *ResVerfiyCodeForSecure) GetSecureToken() string

func (*ResVerfiyCodeForSecure) Marshal

func (m *ResVerfiyCodeForSecure) Marshal() (dAtA []byte, err error)

func (*ResVerfiyCodeForSecure) MarshalTo

func (m *ResVerfiyCodeForSecure) MarshalTo(dAtA []byte) (int, error)

func (*ResVerfiyCodeForSecure) MarshalToSizedBuffer

func (m *ResVerfiyCodeForSecure) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResVerfiyCodeForSecure) ProtoMessage

func (*ResVerfiyCodeForSecure) ProtoMessage()

func (*ResVerfiyCodeForSecure) Reset

func (m *ResVerfiyCodeForSecure) Reset()

func (*ResVerfiyCodeForSecure) Size

func (m *ResVerfiyCodeForSecure) Size() (n int)

func (*ResVerfiyCodeForSecure) String

func (m *ResVerfiyCodeForSecure) String() string

func (*ResVerfiyCodeForSecure) Unmarshal

func (m *ResVerfiyCodeForSecure) Unmarshal(dAtA []byte) error

func (*ResVerfiyCodeForSecure) XXX_DiscardUnknown

func (m *ResVerfiyCodeForSecure) XXX_DiscardUnknown()

func (*ResVerfiyCodeForSecure) XXX_Marshal

func (m *ResVerfiyCodeForSecure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResVerfiyCodeForSecure) XXX_Merge

func (m *ResVerfiyCodeForSecure) XXX_Merge(src proto.Message)

func (*ResVerfiyCodeForSecure) XXX_Size

func (m *ResVerfiyCodeForSecure) XXX_Size() int

func (*ResVerfiyCodeForSecure) XXX_Unmarshal

func (m *ResVerfiyCodeForSecure) XXX_Unmarshal(b []byte) error

type ResVipReward

type ResVipReward struct {
	Error                *Error   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	GainedVipLevels      []uint32 `protobuf:"varint,2,rep,packed,name=gained_vip_levels,json=gainedVipLevels,proto3" json:"gained_vip_levels,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResVipReward) Descriptor

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

func (*ResVipReward) GetError

func (m *ResVipReward) GetError() *Error

func (*ResVipReward) GetGainedVipLevels

func (m *ResVipReward) GetGainedVipLevels() []uint32

func (*ResVipReward) Marshal

func (m *ResVipReward) Marshal() (dAtA []byte, err error)

func (*ResVipReward) MarshalTo

func (m *ResVipReward) MarshalTo(dAtA []byte) (int, error)

func (*ResVipReward) MarshalToSizedBuffer

func (m *ResVipReward) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResVipReward) ProtoMessage

func (*ResVipReward) ProtoMessage()

func (*ResVipReward) Reset

func (m *ResVipReward) Reset()

func (*ResVipReward) Size

func (m *ResVipReward) Size() (n int)

func (*ResVipReward) String

func (m *ResVipReward) String() string

func (*ResVipReward) Unmarshal

func (m *ResVipReward) Unmarshal(dAtA []byte) error

func (*ResVipReward) XXX_DiscardUnknown

func (m *ResVipReward) XXX_DiscardUnknown()

func (*ResVipReward) XXX_Marshal

func (m *ResVipReward) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResVipReward) XXX_Merge

func (m *ResVipReward) XXX_Merge(src proto.Message)

func (*ResVipReward) XXX_Size

func (m *ResVipReward) XXX_Size() int

func (*ResVipReward) XXX_Unmarshal

func (m *ResVipReward) XXX_Unmarshal(b []byte) error

type RewardPlusResult

type RewardPlusResult struct {
	Id                   uint32                     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Count                uint32                     `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	Exchange             *RewardPlusResult_Exchange `protobuf:"bytes,3,opt,name=exchange,proto3" json:"exchange,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*RewardPlusResult) Descriptor

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

func (*RewardPlusResult) GetCount

func (m *RewardPlusResult) GetCount() uint32

func (*RewardPlusResult) GetExchange

func (m *RewardPlusResult) GetExchange() *RewardPlusResult_Exchange

func (*RewardPlusResult) GetId

func (m *RewardPlusResult) GetId() uint32

func (*RewardPlusResult) Marshal

func (m *RewardPlusResult) Marshal() (dAtA []byte, err error)

func (*RewardPlusResult) MarshalTo

func (m *RewardPlusResult) MarshalTo(dAtA []byte) (int, error)

func (*RewardPlusResult) MarshalToSizedBuffer

func (m *RewardPlusResult) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RewardPlusResult) ProtoMessage

func (*RewardPlusResult) ProtoMessage()

func (*RewardPlusResult) Reset

func (m *RewardPlusResult) Reset()

func (*RewardPlusResult) Size

func (m *RewardPlusResult) Size() (n int)

func (*RewardPlusResult) String

func (m *RewardPlusResult) String() string

func (*RewardPlusResult) Unmarshal

func (m *RewardPlusResult) Unmarshal(dAtA []byte) error

func (*RewardPlusResult) XXX_DiscardUnknown

func (m *RewardPlusResult) XXX_DiscardUnknown()

func (*RewardPlusResult) XXX_Marshal

func (m *RewardPlusResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RewardPlusResult) XXX_Merge

func (m *RewardPlusResult) XXX_Merge(src proto.Message)

func (*RewardPlusResult) XXX_Size

func (m *RewardPlusResult) XXX_Size() int

func (*RewardPlusResult) XXX_Unmarshal

func (m *RewardPlusResult) XXX_Unmarshal(b []byte) error

type RewardPlusResult_Exchange

type RewardPlusResult_Exchange struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	Exchange             uint32   `protobuf:"varint,3,opt,name=exchange,proto3" json:"exchange,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RewardPlusResult_Exchange) Descriptor

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

func (*RewardPlusResult_Exchange) GetCount

func (m *RewardPlusResult_Exchange) GetCount() uint32

func (*RewardPlusResult_Exchange) GetExchange

func (m *RewardPlusResult_Exchange) GetExchange() uint32

func (*RewardPlusResult_Exchange) GetId

func (m *RewardPlusResult_Exchange) GetId() uint32

func (*RewardPlusResult_Exchange) Marshal

func (m *RewardPlusResult_Exchange) Marshal() (dAtA []byte, err error)

func (*RewardPlusResult_Exchange) MarshalTo

func (m *RewardPlusResult_Exchange) MarshalTo(dAtA []byte) (int, error)

func (*RewardPlusResult_Exchange) MarshalToSizedBuffer

func (m *RewardPlusResult_Exchange) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RewardPlusResult_Exchange) ProtoMessage

func (*RewardPlusResult_Exchange) ProtoMessage()

func (*RewardPlusResult_Exchange) Reset

func (m *RewardPlusResult_Exchange) Reset()

func (*RewardPlusResult_Exchange) Size

func (m *RewardPlusResult_Exchange) Size() (n int)

func (*RewardPlusResult_Exchange) String

func (m *RewardPlusResult_Exchange) String() string

func (*RewardPlusResult_Exchange) Unmarshal

func (m *RewardPlusResult_Exchange) Unmarshal(dAtA []byte) error

func (*RewardPlusResult_Exchange) XXX_DiscardUnknown

func (m *RewardPlusResult_Exchange) XXX_DiscardUnknown()

func (*RewardPlusResult_Exchange) XXX_Marshal

func (m *RewardPlusResult_Exchange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RewardPlusResult_Exchange) XXX_Merge

func (m *RewardPlusResult_Exchange) XXX_Merge(src proto.Message)

func (*RewardPlusResult_Exchange) XXX_Size

func (m *RewardPlusResult_Exchange) XXX_Size() int

func (*RewardPlusResult_Exchange) XXX_Unmarshal

func (m *RewardPlusResult_Exchange) XXX_Unmarshal(b []byte) error

type RewardSlot

type RewardSlot struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RewardSlot) Descriptor

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

func (*RewardSlot) GetCount

func (m *RewardSlot) GetCount() uint32

func (*RewardSlot) GetId

func (m *RewardSlot) GetId() uint32

func (*RewardSlot) Marshal

func (m *RewardSlot) Marshal() (dAtA []byte, err error)

func (*RewardSlot) MarshalTo

func (m *RewardSlot) MarshalTo(dAtA []byte) (int, error)

func (*RewardSlot) MarshalToSizedBuffer

func (m *RewardSlot) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RewardSlot) ProtoMessage

func (*RewardSlot) ProtoMessage()

func (*RewardSlot) Reset

func (m *RewardSlot) Reset()

func (*RewardSlot) Size

func (m *RewardSlot) Size() (n int)

func (*RewardSlot) String

func (m *RewardSlot) String() string

func (*RewardSlot) Unmarshal

func (m *RewardSlot) Unmarshal(dAtA []byte) error

func (*RewardSlot) XXX_DiscardUnknown

func (m *RewardSlot) XXX_DiscardUnknown()

func (*RewardSlot) XXX_Marshal

func (m *RewardSlot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RewardSlot) XXX_Merge

func (m *RewardSlot) XXX_Merge(src proto.Message)

func (*RewardSlot) XXX_Size

func (m *RewardSlot) XXX_Size() int

func (*RewardSlot) XXX_Unmarshal

func (m *RewardSlot) XXX_Unmarshal(b []byte) error

type RollingNotice

type RollingNotice struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Content              string   `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	StartTime            uint32   `protobuf:"varint,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime              uint32   `protobuf:"varint,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	RepeatInterval       uint32   `protobuf:"varint,5,opt,name=repeat_interval,json=repeatInterval,proto3" json:"repeat_interval,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RollingNotice) Descriptor

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

func (*RollingNotice) GetContent

func (m *RollingNotice) GetContent() string

func (*RollingNotice) GetEndTime

func (m *RollingNotice) GetEndTime() uint32

func (*RollingNotice) GetId

func (m *RollingNotice) GetId() uint32

func (*RollingNotice) GetRepeatInterval

func (m *RollingNotice) GetRepeatInterval() uint32

func (*RollingNotice) GetStartTime

func (m *RollingNotice) GetStartTime() uint32

func (*RollingNotice) Marshal

func (m *RollingNotice) Marshal() (dAtA []byte, err error)

func (*RollingNotice) MarshalTo

func (m *RollingNotice) MarshalTo(dAtA []byte) (int, error)

func (*RollingNotice) MarshalToSizedBuffer

func (m *RollingNotice) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RollingNotice) ProtoMessage

func (*RollingNotice) ProtoMessage()

func (*RollingNotice) Reset

func (m *RollingNotice) Reset()

func (*RollingNotice) Size

func (m *RollingNotice) Size() (n int)

func (*RollingNotice) String

func (m *RollingNotice) String() string

func (*RollingNotice) Unmarshal

func (m *RollingNotice) Unmarshal(dAtA []byte) error

func (*RollingNotice) XXX_DiscardUnknown

func (m *RollingNotice) XXX_DiscardUnknown()

func (*RollingNotice) XXX_Marshal

func (m *RollingNotice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RollingNotice) XXX_Merge

func (m *RollingNotice) XXX_Merge(src proto.Message)

func (*RollingNotice) XXX_Size

func (m *RollingNotice) XXX_Size() int

func (*RollingNotice) XXX_Unmarshal

func (m *RollingNotice) XXX_Unmarshal(b []byte) error

type Room

type Room struct {
	RoomId               uint32            `protobuf:"varint,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	OwnerId              uint32            `protobuf:"varint,2,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	Mode                 *GameMode         `protobuf:"bytes,3,opt,name=mode,proto3" json:"mode,omitempty"`
	MaxPlayerCount       uint32            `protobuf:"varint,4,opt,name=max_player_count,json=maxPlayerCount,proto3" json:"max_player_count,omitempty"`
	Persons              []*PlayerGameView `protobuf:"bytes,5,rep,name=persons,proto3" json:"persons,omitempty"`
	ReadyList            []uint32          `protobuf:"varint,6,rep,packed,name=ready_list,json=readyList,proto3" json:"ready_list,omitempty"`
	IsPlaying            bool              `protobuf:"varint,7,opt,name=is_playing,json=isPlaying,proto3" json:"is_playing,omitempty"`
	PublicLive           bool              `protobuf:"varint,8,opt,name=public_live,json=publicLive,proto3" json:"public_live,omitempty"`
	RobotCount           uint32            `protobuf:"varint,9,opt,name=robot_count,json=robotCount,proto3" json:"robot_count,omitempty"`
	TournamentId         uint32            `protobuf:"varint,10,opt,name=tournament_id,json=tournamentId,proto3" json:"tournament_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Room) Descriptor

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

func (*Room) GetIsPlaying

func (m *Room) GetIsPlaying() bool

func (*Room) GetMaxPlayerCount

func (m *Room) GetMaxPlayerCount() uint32

func (*Room) GetMode

func (m *Room) GetMode() *GameMode

func (*Room) GetOwnerId

func (m *Room) GetOwnerId() uint32

func (*Room) GetPersons

func (m *Room) GetPersons() []*PlayerGameView

func (*Room) GetPublicLive

func (m *Room) GetPublicLive() bool

func (*Room) GetReadyList

func (m *Room) GetReadyList() []uint32

func (*Room) GetRobotCount

func (m *Room) GetRobotCount() uint32

func (*Room) GetRoomId

func (m *Room) GetRoomId() uint32

func (*Room) GetTournamentId

func (m *Room) GetTournamentId() uint32

func (*Room) Marshal

func (m *Room) Marshal() (dAtA []byte, err error)

func (*Room) MarshalTo

func (m *Room) MarshalTo(dAtA []byte) (int, error)

func (*Room) MarshalToSizedBuffer

func (m *Room) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Room) ProtoMessage

func (*Room) ProtoMessage()

func (*Room) Reset

func (m *Room) Reset()

func (*Room) Size

func (m *Room) Size() (n int)

func (*Room) String

func (m *Room) String() string

func (*Room) Unmarshal

func (m *Room) Unmarshal(dAtA []byte) error

func (*Room) XXX_DiscardUnknown

func (m *Room) XXX_DiscardUnknown()

func (*Room) XXX_Marshal

func (m *Room) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Room) XXX_Merge

func (m *Room) XXX_Merge(src proto.Message)

func (*Room) XXX_Size

func (m *Room) XXX_Size() int

func (*Room) XXX_Unmarshal

func (m *Room) XXX_Unmarshal(b []byte) error

type ServerSettings

type ServerSettings struct {
	PaymentSetting       *PaymentSetting `protobuf:"bytes,3,opt,name=payment_setting,json=paymentSetting,proto3" json:"payment_setting,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ServerSettings) Descriptor

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

func (*ServerSettings) GetPaymentSetting

func (m *ServerSettings) GetPaymentSetting() *PaymentSetting

func (*ServerSettings) Marshal

func (m *ServerSettings) Marshal() (dAtA []byte, err error)

func (*ServerSettings) MarshalTo

func (m *ServerSettings) MarshalTo(dAtA []byte) (int, error)

func (*ServerSettings) MarshalToSizedBuffer

func (m *ServerSettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ServerSettings) ProtoMessage

func (*ServerSettings) ProtoMessage()

func (*ServerSettings) Reset

func (m *ServerSettings) Reset()

func (*ServerSettings) Size

func (m *ServerSettings) Size() (n int)

func (*ServerSettings) String

func (m *ServerSettings) String() string

func (*ServerSettings) Unmarshal

func (m *ServerSettings) Unmarshal(dAtA []byte) error

func (*ServerSettings) XXX_DiscardUnknown

func (m *ServerSettings) XXX_DiscardUnknown()

func (*ServerSettings) XXX_Marshal

func (m *ServerSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServerSettings) XXX_Merge

func (m *ServerSettings) XXX_Merge(src proto.Message)

func (*ServerSettings) XXX_Size

func (m *ServerSettings) XXX_Size() int

func (*ServerSettings) XXX_Unmarshal

func (m *ServerSettings) XXX_Unmarshal(b []byte) error

type ShopInfo

type ShopInfo struct {
	Zhp                  *ZHPShop     `protobuf:"bytes,1,opt,name=zhp,proto3" json:"zhp,omitempty"`
	BuyRecords           []*BuyRecord `protobuf:"bytes,2,rep,name=buy_records,json=buyRecords,proto3" json:"buy_records,omitempty"`
	LastRefreshTime      uint32       `protobuf:"varint,3,opt,name=last_refresh_time,json=lastRefreshTime,proto3" json:"last_refresh_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ShopInfo) Descriptor

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

func (*ShopInfo) GetBuyRecords

func (m *ShopInfo) GetBuyRecords() []*BuyRecord

func (*ShopInfo) GetLastRefreshTime

func (m *ShopInfo) GetLastRefreshTime() uint32

func (*ShopInfo) GetZhp

func (m *ShopInfo) GetZhp() *ZHPShop

func (*ShopInfo) Marshal

func (m *ShopInfo) Marshal() (dAtA []byte, err error)

func (*ShopInfo) MarshalTo

func (m *ShopInfo) MarshalTo(dAtA []byte) (int, error)

func (*ShopInfo) MarshalToSizedBuffer

func (m *ShopInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ShopInfo) ProtoMessage

func (*ShopInfo) ProtoMessage()

func (*ShopInfo) Reset

func (m *ShopInfo) Reset()

func (*ShopInfo) Size

func (m *ShopInfo) Size() (n int)

func (*ShopInfo) String

func (m *ShopInfo) String() string

func (*ShopInfo) Unmarshal

func (m *ShopInfo) Unmarshal(dAtA []byte) error

func (*ShopInfo) XXX_DiscardUnknown

func (m *ShopInfo) XXX_DiscardUnknown()

func (*ShopInfo) XXX_Marshal

func (m *ShopInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShopInfo) XXX_Merge

func (m *ShopInfo) XXX_Merge(src proto.Message)

func (*ShopInfo) XXX_Size

func (m *ShopInfo) XXX_Size() int

func (*ShopInfo) XXX_Unmarshal

func (m *ShopInfo) XXX_Unmarshal(b []byte) error

type TaskProgress

type TaskProgress struct {
	Id                   uint32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Counter              uint32   `protobuf:"varint,2,opt,name=counter,proto3" json:"counter,omitempty"`
	Achieved             bool     `protobuf:"varint,3,opt,name=achieved,proto3" json:"achieved,omitempty"`
	Rewarded             bool     `protobuf:"varint,4,opt,name=rewarded,proto3" json:"rewarded,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TaskProgress) Descriptor

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

func (*TaskProgress) GetAchieved

func (m *TaskProgress) GetAchieved() bool

func (*TaskProgress) GetCounter

func (m *TaskProgress) GetCounter() uint32

func (*TaskProgress) GetId

func (m *TaskProgress) GetId() uint32

func (*TaskProgress) GetRewarded

func (m *TaskProgress) GetRewarded() bool

func (*TaskProgress) Marshal

func (m *TaskProgress) Marshal() (dAtA []byte, err error)

func (*TaskProgress) MarshalTo

func (m *TaskProgress) MarshalTo(dAtA []byte) (int, error)

func (*TaskProgress) MarshalToSizedBuffer

func (m *TaskProgress) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TaskProgress) ProtoMessage

func (*TaskProgress) ProtoMessage()

func (*TaskProgress) Reset

func (m *TaskProgress) Reset()

func (*TaskProgress) Size

func (m *TaskProgress) Size() (n int)

func (*TaskProgress) String

func (m *TaskProgress) String() string

func (*TaskProgress) Unmarshal

func (m *TaskProgress) Unmarshal(dAtA []byte) error

func (*TaskProgress) XXX_DiscardUnknown

func (m *TaskProgress) XXX_DiscardUnknown()

func (*TaskProgress) XXX_Marshal

func (m *TaskProgress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TaskProgress) XXX_Merge

func (m *TaskProgress) XXX_Merge(src proto.Message)

func (*TaskProgress) XXX_Size

func (m *TaskProgress) XXX_Size() int

func (*TaskProgress) XXX_Unmarshal

func (m *TaskProgress) XXX_Unmarshal(b []byte) error

type TingPaiDiscardInfo

type TingPaiDiscardInfo struct {
	Tile                 string         `protobuf:"bytes,1,opt,name=tile,proto3" json:"tile,omitempty"`
	Zhenting             bool           `protobuf:"varint,2,opt,name=zhenting,proto3" json:"zhenting,omitempty"`
	Infos                []*TingPaiInfo `protobuf:"bytes,3,rep,name=infos,proto3" json:"infos,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*TingPaiDiscardInfo) Descriptor

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

func (*TingPaiDiscardInfo) GetInfos

func (m *TingPaiDiscardInfo) GetInfos() []*TingPaiInfo

func (*TingPaiDiscardInfo) GetTile

func (m *TingPaiDiscardInfo) GetTile() string

func (*TingPaiDiscardInfo) GetZhenting

func (m *TingPaiDiscardInfo) GetZhenting() bool

func (*TingPaiDiscardInfo) Marshal

func (m *TingPaiDiscardInfo) Marshal() (dAtA []byte, err error)

func (*TingPaiDiscardInfo) MarshalTo

func (m *TingPaiDiscardInfo) MarshalTo(dAtA []byte) (int, error)

func (*TingPaiDiscardInfo) MarshalToSizedBuffer

func (m *TingPaiDiscardInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TingPaiDiscardInfo) ProtoMessage

func (*TingPaiDiscardInfo) ProtoMessage()

func (*TingPaiDiscardInfo) Reset

func (m *TingPaiDiscardInfo) Reset()

func (*TingPaiDiscardInfo) Size

func (m *TingPaiDiscardInfo) Size() (n int)

func (*TingPaiDiscardInfo) String

func (m *TingPaiDiscardInfo) String() string

func (*TingPaiDiscardInfo) Unmarshal

func (m *TingPaiDiscardInfo) Unmarshal(dAtA []byte) error

func (*TingPaiDiscardInfo) XXX_DiscardUnknown

func (m *TingPaiDiscardInfo) XXX_DiscardUnknown()

func (*TingPaiDiscardInfo) XXX_Marshal

func (m *TingPaiDiscardInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TingPaiDiscardInfo) XXX_Merge

func (m *TingPaiDiscardInfo) XXX_Merge(src proto.Message)

func (*TingPaiDiscardInfo) XXX_Size

func (m *TingPaiDiscardInfo) XXX_Size() int

func (*TingPaiDiscardInfo) XXX_Unmarshal

func (m *TingPaiDiscardInfo) XXX_Unmarshal(b []byte) error

type TingPaiInfo

type TingPaiInfo struct {
	Tile                 string   `protobuf:"bytes,1,opt,name=tile,proto3" json:"tile,omitempty"`
	Haveyi               bool     `protobuf:"varint,2,opt,name=haveyi,proto3" json:"haveyi,omitempty"`
	Yiman                bool     `protobuf:"varint,3,opt,name=yiman,proto3" json:"yiman,omitempty"`
	Count                uint32   `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
	Fu                   uint32   `protobuf:"varint,5,opt,name=fu,proto3" json:"fu,omitempty"`
	BiaoDoraCount        uint32   `protobuf:"varint,6,opt,name=biao_dora_count,json=biaoDoraCount,proto3" json:"biao_dora_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TingPaiInfo) Descriptor

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

func (*TingPaiInfo) GetBiaoDoraCount

func (m *TingPaiInfo) GetBiaoDoraCount() uint32

func (*TingPaiInfo) GetCount

func (m *TingPaiInfo) GetCount() uint32

func (*TingPaiInfo) GetFu

func (m *TingPaiInfo) GetFu() uint32

func (*TingPaiInfo) GetHaveyi

func (m *TingPaiInfo) GetHaveyi() bool

func (*TingPaiInfo) GetTile

func (m *TingPaiInfo) GetTile() string

func (*TingPaiInfo) GetYiman

func (m *TingPaiInfo) GetYiman() bool

func (*TingPaiInfo) Marshal

func (m *TingPaiInfo) Marshal() (dAtA []byte, err error)

func (*TingPaiInfo) MarshalTo

func (m *TingPaiInfo) MarshalTo(dAtA []byte) (int, error)

func (*TingPaiInfo) MarshalToSizedBuffer

func (m *TingPaiInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TingPaiInfo) ProtoMessage

func (*TingPaiInfo) ProtoMessage()

func (*TingPaiInfo) Reset

func (m *TingPaiInfo) Reset()

func (*TingPaiInfo) Size

func (m *TingPaiInfo) Size() (n int)

func (*TingPaiInfo) String

func (m *TingPaiInfo) String() string

func (*TingPaiInfo) Unmarshal

func (m *TingPaiInfo) Unmarshal(dAtA []byte) error

func (*TingPaiInfo) XXX_DiscardUnknown

func (m *TingPaiInfo) XXX_DiscardUnknown()

func (*TingPaiInfo) XXX_Marshal

func (m *TingPaiInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TingPaiInfo) XXX_Merge

func (m *TingPaiInfo) XXX_Merge(src proto.Message)

func (*TingPaiInfo) XXX_Size

func (m *TingPaiInfo) XXX_Size() int

func (*TingPaiInfo) XXX_Unmarshal

func (m *TingPaiInfo) XXX_Unmarshal(b []byte) error

type Wrapper

type Wrapper struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Data                 []byte   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Wrapper) Descriptor

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

func (*Wrapper) GetData

func (m *Wrapper) GetData() []byte

func (*Wrapper) GetName

func (m *Wrapper) GetName() string

func (*Wrapper) Marshal

func (m *Wrapper) Marshal() (dAtA []byte, err error)

func (*Wrapper) MarshalTo

func (m *Wrapper) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper) MarshalToSizedBuffer

func (m *Wrapper) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Wrapper) ProtoMessage

func (*Wrapper) ProtoMessage()

func (*Wrapper) Reset

func (m *Wrapper) Reset()

func (*Wrapper) Size

func (m *Wrapper) Size() (n int)

func (*Wrapper) String

func (m *Wrapper) String() string

func (*Wrapper) Unmarshal

func (m *Wrapper) Unmarshal(dAtA []byte) error

func (*Wrapper) XXX_DiscardUnknown

func (m *Wrapper) XXX_DiscardUnknown()

func (*Wrapper) XXX_Marshal

func (m *Wrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Wrapper) XXX_Merge

func (m *Wrapper) XXX_Merge(src proto.Message)

func (*Wrapper) XXX_Size

func (m *Wrapper) XXX_Size() int

func (*Wrapper) XXX_Unmarshal

func (m *Wrapper) XXX_Unmarshal(b []byte) error

type ZHPShop

type ZHPShop struct {
	Goods                []uint32              `protobuf:"varint,1,rep,packed,name=goods,proto3" json:"goods,omitempty"`
	BuyRecords           []*BuyRecord          `protobuf:"bytes,2,rep,name=buy_records,json=buyRecords,proto3" json:"buy_records,omitempty"`
	FreeRefresh          *ZHPShop_RefreshCount `protobuf:"bytes,3,opt,name=free_refresh,json=freeRefresh,proto3" json:"free_refresh,omitempty"`
	CostRefresh          *ZHPShop_RefreshCount `protobuf:"bytes,4,opt,name=cost_refresh,json=costRefresh,proto3" json:"cost_refresh,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ZHPShop) Descriptor

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

func (*ZHPShop) GetBuyRecords

func (m *ZHPShop) GetBuyRecords() []*BuyRecord

func (*ZHPShop) GetCostRefresh

func (m *ZHPShop) GetCostRefresh() *ZHPShop_RefreshCount

func (*ZHPShop) GetFreeRefresh

func (m *ZHPShop) GetFreeRefresh() *ZHPShop_RefreshCount

func (*ZHPShop) GetGoods

func (m *ZHPShop) GetGoods() []uint32

func (*ZHPShop) Marshal

func (m *ZHPShop) Marshal() (dAtA []byte, err error)

func (*ZHPShop) MarshalTo

func (m *ZHPShop) MarshalTo(dAtA []byte) (int, error)

func (*ZHPShop) MarshalToSizedBuffer

func (m *ZHPShop) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ZHPShop) ProtoMessage

func (*ZHPShop) ProtoMessage()

func (*ZHPShop) Reset

func (m *ZHPShop) Reset()

func (*ZHPShop) Size

func (m *ZHPShop) Size() (n int)

func (*ZHPShop) String

func (m *ZHPShop) String() string

func (*ZHPShop) Unmarshal

func (m *ZHPShop) Unmarshal(dAtA []byte) error

func (*ZHPShop) XXX_DiscardUnknown

func (m *ZHPShop) XXX_DiscardUnknown()

func (*ZHPShop) XXX_Marshal

func (m *ZHPShop) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ZHPShop) XXX_Merge

func (m *ZHPShop) XXX_Merge(src proto.Message)

func (*ZHPShop) XXX_Size

func (m *ZHPShop) XXX_Size() int

func (*ZHPShop) XXX_Unmarshal

func (m *ZHPShop) XXX_Unmarshal(b []byte) error

type ZHPShop_RefreshCount

type ZHPShop_RefreshCount struct {
	Count                uint32   `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Limit                uint32   `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ZHPShop_RefreshCount) Descriptor

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

func (*ZHPShop_RefreshCount) GetCount

func (m *ZHPShop_RefreshCount) GetCount() uint32

func (*ZHPShop_RefreshCount) GetLimit

func (m *ZHPShop_RefreshCount) GetLimit() uint32

func (*ZHPShop_RefreshCount) Marshal

func (m *ZHPShop_RefreshCount) Marshal() (dAtA []byte, err error)

func (*ZHPShop_RefreshCount) MarshalTo

func (m *ZHPShop_RefreshCount) MarshalTo(dAtA []byte) (int, error)

func (*ZHPShop_RefreshCount) MarshalToSizedBuffer

func (m *ZHPShop_RefreshCount) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ZHPShop_RefreshCount) ProtoMessage

func (*ZHPShop_RefreshCount) ProtoMessage()

func (*ZHPShop_RefreshCount) Reset

func (m *ZHPShop_RefreshCount) Reset()

func (*ZHPShop_RefreshCount) Size

func (m *ZHPShop_RefreshCount) Size() (n int)

func (*ZHPShop_RefreshCount) String

func (m *ZHPShop_RefreshCount) String() string

func (*ZHPShop_RefreshCount) Unmarshal

func (m *ZHPShop_RefreshCount) Unmarshal(dAtA []byte) error

func (*ZHPShop_RefreshCount) XXX_DiscardUnknown

func (m *ZHPShop_RefreshCount) XXX_DiscardUnknown()

func (*ZHPShop_RefreshCount) XXX_Marshal

func (m *ZHPShop_RefreshCount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ZHPShop_RefreshCount) XXX_Merge

func (m *ZHPShop_RefreshCount) XXX_Merge(src proto.Message)

func (*ZHPShop_RefreshCount) XXX_Size

func (m *ZHPShop_RefreshCount) XXX_Size() int

func (*ZHPShop_RefreshCount) XXX_Unmarshal

func (m *ZHPShop_RefreshCount) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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