(contents ...interface{})
| 87 | WriteString(contents ...interface{}) error |
| 88 | WriteStringC(code int, contents ...interface{}) error |
| 89 | WriteHtml(contents ...interface{}) error |
| 90 | WriteHtmlC(code int, contents ...interface{}) error |
| 91 | WriteBlob(contentType string, b []byte) error |
| 92 | WriteBlobC(code int, contentType string, b []byte) error |
no outgoing calls
no test coverage detected