(customDomain *management.CustomDomain)
| 115 | } |
| 116 | |
| 117 | func (r *Renderer) CustomDomainShow(customDomain *management.CustomDomain) { |
| 118 | r.Heading("custom domain") |
| 119 | r.Result(makeCustomDomainView(customDomain)) |
| 120 | } |
| 121 | |
| 122 | func (r *Renderer) CustomDomainCreate(customDomain *management.CustomDomain) { |
| 123 | r.Heading("custom domain created") |
no test coverage detected