grafana/pkg/services/ngalert/models/time.go

9 lines
129 B
Go
Raw Normal View History

package models
import "time"
var (
// timeNow is an equivalent time.Now() that can be replaced in tests
timeNow = time.Now
)