Files
crawlab/core/notification/mail_theme.go
2024-06-14 15:42:50 +08:00

9 lines
125 B
Go

package notification
import "github.com/matcornic/hermes/v2"
type MailTheme interface {
hermes.Theme
GetStyle() string
}