replace email processing reactions; update deps

This commit is contained in:
Aine
2024-04-30 09:18:04 +03:00
parent 15d61f174e
commit 0e3655195a
35 changed files with 709 additions and 247 deletions

View File

@@ -17,8 +17,3 @@ func (c *Client) Auto(every time.Duration) {
}
}
}
// Shutdown the client
func (c *Client) Shutdown() {
c.done <- true
}