mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-15 17:51:09 +00:00
Add small comment
This commit is contained in:
parent
932a67d9e7
commit
f6c32a90ac
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ type Uptime struct {
|
|||
TotalExecutionsPerHour map[int64]uint64 `json:"-"`
|
||||
|
||||
// HourlyStatistics is a map containing metrics collected (value) for every hourly unix timestamps (key)
|
||||
//
|
||||
// Used only if the storage type is memory
|
||||
HourlyStatistics map[int64]*HourlyUptimeStatistics `json:"-"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue