Add hotlink bandwidth to admin api
This commit is contained in:
parent
9a700b4dc1
commit
e354787ddc
@ -49,9 +49,10 @@ type FileStats struct {
|
|||||||
|
|
||||||
// FileTimeSeries returns historic data for a file
|
// FileTimeSeries returns historic data for a file
|
||||||
type FileTimeSeries struct {
|
type FileTimeSeries struct {
|
||||||
Views TimeSeries `json:"views"`
|
Views TimeSeries `json:"views"`
|
||||||
Downloads TimeSeries `json:"downloads"`
|
Downloads TimeSeries `json:"downloads"`
|
||||||
Bandwidth TimeSeries `json:"bandwidth"`
|
Bandwidth TimeSeries `json:"bandwidth"`
|
||||||
|
DirectLinkBandwidth TimeSeries `json:"direct_link_bandwidth"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// TimeSeries contains data captures over a time span
|
// TimeSeries contains data captures over a time span
|
||||||
|
Loading…
Reference in New Issue
Block a user