Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Types = struct { Combatantinfo string Begincast, Cast, Miss, Damage, Heal, Absorbed, Healabsorbed, Applybuff, Applydebuff, Applybuffstack, Applydebuffstack, Refreshbuff, Refreshdebuff, Removebuff, Removedebuff, Removebuffstack, Removedebuffstack, Summon, Create, Death, Destroy, Extraattacks, Aurabroken, Dispel, Interrupt, Steal, Leech, Energize, Drain, Resurrect, Encounterstart, Encounterend string }{ "combatantinfo", "begincast", "cast", "miss", "damage", "heal", "absorbed", "healabsorbed", "applybuff", "applydebuff", "applybuffstack", "applydebuffstack", "refreshbuff", "refreshdebuff", "removebuff", "removedebuff", "removebuffstack", "removedebuffstack", "summon", "create", "death", "destroy", "extraattacks", "aurabroken", "dispel", "interrupt", "steal", "leech", "energize", "drain", "resurrect", "encounterstart", "encounterend", }
Types from https://www.warcraftlogs.com/help/pins (Built-in Identifiers - type)
Functions ¶
This section is empty.
Types ¶
type EventsResponse ¶
type EventsResponse struct { Events []events.Event `json:"events"` NextPageTimestamp int64 `json:"nextPageTimestamp"` }
func (*EventsResponse) UnmarshalJSON ¶
func (e *EventsResponse) UnmarshalJSON(msg []byte) error
Click to show internal directories.
Click to hide internal directories.