MCPcopy Create free account
hub / github.com/goadesign/goa / Email

Method Email

expr/random.go:159–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 return r.rand.Uint64()
158}
159func (r *FakerRandomizer) Email() string {
160 return r.faker.Email()
161}
162func (r *FakerRandomizer) Hostname() string {
163 return r.faker.DomainName() + "." + r.faker.DomainSuffix()
164}

Callers

nothing calls this directly

Calls 1

EmailMethod · 0.65

Tested by

no test coverage detected