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