wulei 1 년 전
부모
커밋
bf81163881
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 	}
 )