bosun.org@v0.0.0-20210513094433-e25bc3e69a1f/models/errors.go (about) 1 package models 2 3 import ( 4 "time" 5 ) 6 7 type AlertError struct { 8 FirstTime, LastTime time.Time 9 Count int 10 Message string 11 }