HTMLProduction contains template reference and its delims.
| 27 | |
| 28 | // HTMLProduction contains template reference and its delims. |
| 29 | type HTMLProduction struct { |
| 30 | Template *template.Template |
| 31 | Delims Delims |
| 32 | } |
| 33 | |
| 34 | // HTMLDebug contains template delims and pattern and function with file list. |
| 35 | type HTMLDebug struct { |
nothing calls this directly
no outgoing calls
no test coverage detected