UsageLimitAlert sends an email when a user is approaching the limit
(user *entities.User, usage *entities.BillingUsage)
| 16 | |
| 17 | // UsageLimitAlert sends an email when a user is approaching the limit |
| 18 | UsageLimitAlert(user *entities.User, usage *entities.BillingUsage) (*Email, error) |
| 19 | |
| 20 | // APIKeyRotated sends an email when the API key is rotated |
| 21 | APIKeyRotated(email string, timestamp time.Time, timezone string) (*Email, error) |
no outgoing calls
no test coverage detected