This commit is contained in:
Michael Quigley 2023-03-15 15:13:51 -04:00 committed by Kenneth Bingham
parent 6e4645bce0
commit eb260e32c0
No known key found for this signature in database
GPG Key ID: 31709281860130B6

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