MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / PhoneDead

Method PhoneDead

api/pkg/emails/user_email_factory.go:12–12  ·  view source on GitHub ↗

PhoneDead sends an emails when the user's phone is not sending heartbeats

(user *entities.User, lastHeartbeatTimestamp time.Time, owner string)

Source from the content-addressed store, hash-verified

10type 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)

Callers 1

SendPhoneDeadEmailMethod · 0.65

Implementers 1

hermesUserEmailFactoryapi/pkg/emails/hermes_user_email_facto

Calls

no outgoing calls

Tested by

no test coverage detected