mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(alerting): support for attached graphs in alert notifications
closes #6183
This commit is contained in:
@@ -5,11 +5,12 @@ import "errors"
|
||||
var ErrInvalidEmailCode = errors.New("Invalid or expired email code")
|
||||
|
||||
type SendEmailCommand struct {
|
||||
To []string
|
||||
Template string
|
||||
Data map[string]interface{}
|
||||
Massive bool
|
||||
Info string
|
||||
To []string
|
||||
Template string
|
||||
Data map[string]interface{}
|
||||
Massive bool
|
||||
Info string
|
||||
EmbededFiles []string
|
||||
}
|
||||
|
||||
type SendEmailCommandSync struct {
|
||||
|
||||
Reference in New Issue
Block a user