package
Version:
v0.0.0-...-d39f515
Opens a new window with list of versions in this module.
Published: Aug 11, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Datum struct {
DateTime time.Time `json:"dateTime"`
VisitorCount *uint64 `json:"visitorCount"`
}
type Report struct {
AverageVisitorCount uint64 `json:"averageVisitorCount"`
Data []Datum `json:"data"`
Interval *interval.Interval `json:"interval"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.