PhoneDead sends an emails when the user's phone is not sending heartbeats
(user *entities.User, lastHeartbeatTimestamp time.Time, owner string)
| 10 | type UserEmailFactory interface { |
| 11 | // PhoneDead sends an emails when the user's phone is not sending heartbeats |
| 12 | PhoneDead(user *entities.User, lastHeartbeatTimestamp time.Time, owner string) (*Email, error) |
| 13 | |
| 14 | // UsageLimitExceeded sends an email when the user's limit is exceeded |
| 15 | UsageLimitExceeded(user *entities.User) (*Email, error) |
no outgoing calls
no test coverage detected