(customDomain *management.CustomDomain)
| 120 | } |
| 121 | |
| 122 | func (r *Renderer) CustomDomainCreate(customDomain *management.CustomDomain) { |
| 123 | r.Heading("custom domain created") |
| 124 | r.Result(makeCustomDomainView(customDomain)) |
| 125 | } |
| 126 | |
| 127 | func (r *Renderer) CustomDomainUpdate(customDomain *management.CustomDomain) { |
| 128 | r.Heading("custom domain updated") |
no test coverage detected