wulei před 1 rokem
rodič
revize
bf81163881
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      mail/types.go

+ 1 - 1
mail/types.go

@@ -13,6 +13,6 @@ type (
 	MailAPI interface {
 		SendPanicWarning(content string) (err error)
 		SendCustomWarning(subject, content string) (err error)
-		SendErrorWarning(subject, content string) (err error)
+		SendErrorWarning(err error) error
 	}
 )