HTML built-in renderer.
| 27 | |
| 28 | // HTML built-in renderer. |
| 29 | type HTML struct { |
| 30 | Head |
| 31 | Name string |
| 32 | Templates *template.Template |
| 33 | |
| 34 | bp GenericBufferPool |
| 35 | } |
| 36 | |
| 37 | // JSONEncoder is the interface for encoding/json.Encoder. |
| 38 | type JSONEncoder interface { |
nothing calls this directly
no outgoing calls
no test coverage detected