github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/common/alerts/tmpls.go (about) 1 package alerts 2 3 // TODO: Move the other alert related stuff to package alerts, maybe move notification logic here too? 4 5 type AlertItem struct { 6 ASID int 7 Path string 8 Message string 9 Avatar string 10 }