wulei 1 năm trước cách đây
mục cha
commit
bf81163881
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 	}
 )