This commit is contained in:
Michael Quigley 2023-03-15 15:13:51 -04:00
parent 917226012c
commit 8b99d13f40
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -1,5 +1,11 @@
package metrics2
import (
"fmt"
"github.com/openziti/zrok/util"
"time"
)
type Usage struct {
ProcessedStamp time.Time
IntervalStart time.Time