(host, path string, port int)
| 10 | } |
| 11 | |
| 12 | func (model DomainFields) URLForHostAndPath(host, path string, port int) string { |
| 13 | return (&RoutePresenter{ |
| 14 | Host: host, |
| 15 | Domain: model.Name, |
| 16 | Path: path, |
| 17 | Port: port, |
| 18 | }).URL() |
| 19 | } |
no test coverage detected