Documentation
¶
Index ¶
- func AggregateKilled(c *cli.Context) error
- func AggregateKills(c *cli.Context) error
- func AggregateLosses(c *cli.Context) error
- func GenerateSingleValuePlot(name string, values PairList) error
- type Pair
- type PairList
- func AggregateKilledCountAnalysis(aggregate string, entityType string, entityID int, c *client.Client, ...) (counts PairList, err error)
- func AggregateKillsCountAnalysis(aggregate string, entityType string, entityID int, c *client.Client, ...) (counts PairList, err error)
- func AggregateLossCountAnalysis(aggregate string, entityType string, entityID int, c *client.Client, ...) (counts PairList, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AggregateKilled ¶
func AggregateKills ¶
func AggregateLosses ¶
func GenerateSingleValuePlot ¶
Types ¶
type PairList ¶
type PairList []Pair
func AggregateKilledCountAnalysis ¶
func AggregateKilledCountAnalysis(aggregate string, entityType string, entityID int, c *client.Client, startDate time.Time, endDate time.Time) (counts PairList, err error)
AggregateLossCountAnalysis returns a sorted slice of Pair items where the Key is a Entity name and the key is the number killed for the entity type
func AggregateLossCountAnalysis ¶
func AggregateLossCountAnalysis(aggregate string, entityType string, entityID int, c *client.Client, startDate time.Time, endDate time.Time) (counts PairList, err error)
AggregateLossCountAnalysis returns a sorted slice of Pair items where the Key is a Entity name and the key is the number lost for the entity type
Click to show internal directories.
Click to hide internal directories.