wulei 1 anno fa
parent
commit
bf81163881
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 	}
 )