Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Health ¶
type Health struct {
Timestamp time.Duration
Current int64
Max int64
Healing int64
DamageTaken int64
}
func (*Health) MarshalJSON ¶
type HealthTS ¶
type HealthTS struct {
// contains filtered or unexported fields
}
func NewHealthTS ¶
func NewHealthTS() *HealthTS
type PerSecondSeries ¶
type PerSecondSeries []float64
func EventsToPerSecond ¶
func ToPerSecond ¶
func ToPerSecond(values map[time.Duration]float64) PerSecondSeries
type RaidHealth ¶
type RaidHealth []Health
type THCDA ¶
type THCDA struct {
*ctx.Ctx
WCL *warcraftlogs.Client
}
func (*THCDA) RaidHealth ¶
func (t *THCDA) RaidHealth(fd *FightData) (RaidHealth, error)
func (*THCDA) RegisterHTTPHandlers ¶
Click to show internal directories.
Click to hide internal directories.