Render writes data with custom ContentType.
(http.ResponseWriter)
| 10 | type Render interface { |
| 11 | // Render writes data with custom ContentType. |
| 12 | Render(http.ResponseWriter) error |
| 13 | // WriteContentType writes custom ContentType. |
| 14 | WriteContentType(w http.ResponseWriter) |
| 15 | } |
no outgoing calls