Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(f NewAggFunc)
Types ¶
type Aggregator ¶
type LegacyStats ¶
type LegacyStats struct { DamageByChar []map[string]FloatStat DamageInstancesByChar []map[string]IntStat DamageByCharByTargets []map[int]FloatStat CharActiveTime []IntStat AbilUsageCountByChar []map[string]IntStat ParticleCount map[string]FloatStat ReactionsTriggered map[string]IntStat ElementUptime []map[string]IntStat DPSByTarget map[int]FloatStat DamageOverTime map[string]FloatStat }
TODO: remove. just backporting of the old stats collection for supporting current UI and tools
type NewAggFunc ¶
type NewAggFunc func(cfg *ast.ActionList) (Aggregator, error)
func Aggregators ¶
func Aggregators() []NewAggFunc
Click to show internal directories.
Click to hide internal directories.