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

Struct hermesUserEmailFactory

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

Source from the content-addressed store, hash-verified

10)
11
12type hermesUserEmailFactory struct {
13 factory
14 config *HermesGeneratorConfig
15 generator hermes.Hermes
16}
17
18func (factory *hermesUserEmailFactory) APIKeyRotated(emailAddress string, timestamp time.Time, timezone string) (*Email, error) {
19 location, err := time.LoadLocation(timezone)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected