Versions in this module Expand all Collapse all v1 v1.0.1 Dec 7, 2019 v1.0.0 Nov 29, 2019 Changes in this version + const DefaultMapDistance + const DefaultNumBossAttack + const DefaultStageDistance + const DefaultStageMaxScore + type Campaign struct + Content int64 + EndTime int64 + StartTime int64 + SubContent int64 + Type int64 + func DefaultCampaign(ctype, content, subcontent int64) Campaign + func NewCampaign(ctype, content, subcontent, startTime, endTime int64) Campaign + type Chao struct + Hidden int64 + ID string + Rarity int64 + func NewChao(id string, rarity, hidden int64) Chao + type ChaoPrize struct + ID string + Rarity int64 + func NewChaoPrize(id string, rarity int64) ChaoPrize + type Character struct + Cost int64 + ID string + NumRedRings int64 + Price int64 + PriceRedRings int64 + type ConsumedItem struct + ID string + func NewConsumedItem(item Item, id string) ConsumedItem + type Event struct + CloseTime int64 + EndTime int64 + ID int64 + StartTime int64 + Type int64 + func NewEvent(id int64, eventType uint, startTime, endTime, closeTime int64) Event + type Incentive struct + IncentiveCount int64 + func NewIncentive(item Item, count int64) Incentive + type Information struct + End int64 + ID int64 + Param string + Priority int64 + Start int64 + func NewInformation(id, priority, start, end int64, param string) Information + type Item struct + Amount int64 + ID string + func NewItem(iid string, amount int64) Item + type LeaderboardEntry struct + CharacterID string + CharacterLevel int64 + ExpireTime int64 + ExposeOnline int64 + FriendID string + Grade int64 + IsSentEnergy int64 + Language int64 + League int64 + LoginTime int64 + MainChaoID string + MainChaoLevel int64 + MaxScore int64 + Name string + NumRank int64 + RankChanged int64 + RankingScore int64 + SubChaoID string + SubChaoLevel int64 + SubcharacterID string + SubcharacterLevel int64 + URL string + func DefaultLeaderboardEntry(uid string) LeaderboardEntry + func NewLeaderboardEntry(fid, n, url string, ...) LeaderboardEntry + type LeagueData struct + GroupID int64 + HighScoreOperator []OperatorScore + LeagueID int64 + NumDown int64 + NumGroupMember int64 + NumUp int64 + TotalScoreOperator []OperatorScore + func NewLeagueData(lid, gid, nup, ndown, ngm int64, hso, tso []OperatorScore) LeagueData + type LineAuth struct + MigrationPassword string + Password string + UserID string + type LoginBonusReward struct + SelectRewardList []SelectReward + func NewLoginBonusReward(selectRewardList []SelectReward) LoginBonusReward + type LoginBonusStatus struct + LastBonusTime int64 + NumBonus int64 + NumLogin int64 + func NewLoginBonusStatus(numLogin, numBonus, lastBonusTime int64) LoginBonusStatus + type MapInfo struct + MapDistance int64 + NumBossAttack int64 + StageDistance int64 + StageMaxScore int64 + func DefaultMapInfo() MapInfo + type Message struct + type MessageItem struct + AdditionalInfo1 int64 + AdditionalInfo2 int64 + Amount int64 + ID string + func NewMessageItem(id string, amount, ai1, ai2 int64) MessageItem + type MileageIncentive struct + FriendID string + ItemID string + NumItem int64 + PointID int64 + Type int64 + func DefaultMileageIncentive() MileageIncentive + type MileageReward struct + ItemID string + LimitTime int64 + NumItem int64 + Point int64 + Type int64 + func DefaultMileageReward(point int64) MileageReward + func NewMileageReward(itype, itemID, numItem, point int64) MileageReward + type OperatorInformation struct + Content string + ID int64 + func NewOperatorInformation(id int64, content string) OperatorInformation + type OperatorMessage struct + Content string + ExpireTime int64 + ID string + Item MessageItem + func DefaultOperatorMessage() OperatorMessage + type OperatorScore struct + Number int64 + Operator int64 + PresentList []Item + func NewOperatorScore(operator, number int64, presentList []Item) OperatorScore + type Present struct + AdditionalInfo1 int64 + AdditionalInfo2 int64 + ItemID int64 + NumItem int64 + type RedStarItem struct + Campaign *Campaign + ItemID string + NumItem int64 + Price int64 + PriceDisp string + ProductID string + StoreItemID string + func NewRedStarItem(storeItemId, itemId, priceDisp, productID string, numItem, price int64, ...) RedStarItem + type SelectReward struct + ItemList []Item + func NewSelectReward(itemList []Item) SelectReward + type Ticker struct + End int64 + ID int64 + Param string + Start int64 + func NewTicker(id, end int64, param string) Ticker