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

Method UsageLimitAlert

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

UsageLimitAlert sends an email when a user is approaching the limit

(user *entities.User, usage *entities.BillingUsage)

Source from the content-addressed store, hash-verified

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)

Callers 1

sendUsageAlertMethod · 0.65

Implementers 1

hermesUserEmailFactoryapi/pkg/emails/hermes_user_email_facto

Calls

no outgoing calls

Tested by

no test coverage detected