Documentation ¶
Overview ¶
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Code generated by gen.py; DO NOT EDIT
Index ¶
- Constants
- type CastHigherRankAvailable
- type CouldMaximizeCasts
- type InvalidBattleElixir
- type InvalidEnchant
- type InvalidFood
- type InvalidGem
- type InvalidGuardianElixir
- type InvalidTalentPoints
- type InvalidTemporaryEnchant
- type MetaNotActivated
- type Metadata
- type MissingBattleElixir
- type MissingFood
- type MissingGems
- type MissingGuardianElixir
- type MissingItemInSlot
- type NoEnchant
- type NoTemporaryEnchant
- type NoTemporaryEnchantButWindfury
- type Remark
- type Type
Constants ¶
const ( Type_InvalidGem = "invalid_gem" Type_MissingGems = "missing_gems" Type_NoEnchant = "no_enchant" Type_InvalidEnchant = "invalid_enchant" Type_NoTemporaryEnchant = "no_temporary_enchant" Type_InvalidTemporaryEnchant = "invalid_temporary_enchant" Type_NoTemporaryEnchantButWindfury = "no_temporary_enchant_but_windfury" Type_MissingBattleElixir = "missing_battle_elixir" Type_MissingGuardianElixir = "missing_guardian_elixir" Type_MissingFood = "missing_food" Type_InvalidBattleElixir = "invalid_battle_elixir" Type_InvalidGuardianElixir = "invalid_guardian_elixir" Type_InvalidFood = "invalid_food" Type_InvalidTalentPoints = "invalid_talent_points" Type_CastHigherRankAvailable = "cast_higher_rank_available" Type_MissingItemInSlot = "missing_item_in_slot" Type_MetaNotActivated = "meta_not_activated" Type_CouldMaximizeCasts = "could_maximize_casts" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CastHigherRankAvailable ¶
type CouldMaximizeCasts ¶ added in v1.7.0
type InvalidBattleElixir ¶
type InvalidBattleElixir struct {
WowheadAttr string `json:"wowhead_attr"`
}
type InvalidEnchant ¶
type InvalidFood ¶
type InvalidFood struct {
WowheadAttr string `json:"wowhead_attr"`
}
type InvalidGem ¶
type InvalidGuardianElixir ¶
type InvalidGuardianElixir struct {
WowheadAttr string `json:"wowhead_attr"`
}
type InvalidTalentPoints ¶
type InvalidTemporaryEnchant ¶
type InvalidTemporaryEnchant struct {
ItemWowheadAttr string `json:"item_wowhead_attr"`
}
type MetaNotActivated ¶
type MissingBattleElixir ¶
type MissingBattleElixir struct { }
type MissingFood ¶
type MissingFood struct { }
type MissingGems ¶
type MissingGuardianElixir ¶
type MissingGuardianElixir struct { }
type MissingItemInSlot ¶
type MissingItemInSlot struct {
Slot string `json:"slot"`
}
type NoTemporaryEnchant ¶
type NoTemporaryEnchant struct {
ItemWowheadAttr string `json:"item_wowhead_attr"`
}
type NoTemporaryEnchantButWindfury ¶
type NoTemporaryEnchantButWindfury struct {
ItemWowheadAttr string `json:"item_wowhead_attr"`
}
type Remark ¶
type Remark struct { Type Type `json:"type"` Fight string `json:"fight,omitempty"` ItemWowheadAttr string `json:"item_wowhead_attr,omitempty"` WowheadAttr string `json:"wowhead_attr,omitempty"` Count int `json:"count,omitempty"` Slot string `json:"slot,omitempty"` EnchantID int64 `json:"enchant_id,omitempty"` ExpectedPoints int64 `json:"expected_points,omitempty"` PointsUsed int64 `json:"points_used,omitempty"` SpellID int64 `json:"spell_id,omitempty"` SuggestedSpellID int64 `json:"suggested_spell_id,omitempty"` SpellWowheadAttr string `json:"spell_wowhead_attr,omitempty"` HigherRankedSpellWowheadAttr string `json:"higher_ranked_spell_wowhead_attr,omitempty"` PossibleCasts int64 `json:"possible_casts,omitempty"` ActualCasts int64 `json:"actual_casts,omitempty"` Threshold int64 `json:"threshold,omitempty"` ActualPercentageOfUse int64 `json:"actual_percentage_of_use,omitempty"` UUID string `json:"uuid"` }
func (*Remark) ComputeUUID ¶
func (r *Remark) ComputeUUID()
Source Files ¶
- gen_cast_higher_rank_available.go
- gen_could_maximize_casts.go
- gen_invalid_battle_elixir.go
- gen_invalid_enchant.go
- gen_invalid_food.go
- gen_invalid_gem.go
- gen_invalid_guardian_elixir.go
- gen_invalid_talent_points.go
- gen_invalid_temporary_enchant.go
- gen_meta_not_activated.go
- gen_missing_battle_elixir.go
- gen_missing_food.go
- gen_missing_gems.go
- gen_missing_guardian_elixir.go
- gen_missing_item_in_slot.go
- gen_no_enchant.go
- gen_no_temporary_enchant.go
- gen_no_temporary_enchant_but_windfury.go
- gen_remark.go
- gen_types.go
- metadata.go
- remark.go