Requires a Domain string to be exactly.
| 381 | |
| 382 | // Requires a Domain string to be exactly. |
| 383 | type Domain struct { |
| 384 | Regexp *regexp.Regexp |
| 385 | } |
| 386 | |
| 387 | func ValidDomain() Domain { |
| 388 | return Domain{domainPattern} |
nothing calls this directly
no outgoing calls
no test coverage detected