HTMLDebug contains template delims and pattern and function with file list.
| 33 | |
| 34 | // HTMLDebug contains template delims and pattern and function with file list. |
| 35 | type HTMLDebug struct { |
| 36 | Files []string |
| 37 | Glob string |
| 38 | FileSystem http.FileSystem |
| 39 | Patterns []string |
| 40 | Delims Delims |
| 41 | FuncMap template.FuncMap |
| 42 | } |
| 43 | |
| 44 | // HTML contains template reference and its name with given interface object. |
| 45 | type HTML struct { |
nothing calls this directly
no outgoing calls
no test coverage detected