mirror of
https://github.com/astaxie/beego.git
synced 2025-07-13 23:31:01 +00:00
add flush & read all chan data
This commit is contained in:
@ -92,6 +92,9 @@ func (s *SmtpWriter) WriteMsg(msg string, level int) error {
|
||||
return err
|
||||
}
|
||||
|
||||
func (s *SmtpWriter) Flush() {
|
||||
return
|
||||
}
|
||||
func (s *SmtpWriter) Destroy() {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user