This commit is contained in:
Alex Grintsvayg 2018-08-30 21:08:59 -04:00
parent 7ab2d355d5
commit 4ed52e20d7

View file

@ -12,6 +12,10 @@ import (
log "github.com/sirupsen/logrus"
)
// TODO: send stats on shutdown
// TODO: store daily stats too. and maybe other intervals
type stats struct {
mu *sync.Mutex
blobs int