(stdOut, stdErr io.Writer, prefix string, cache *templater.Cache)
| 11 | |
| 12 | type Output interface { |
| 13 | WrapWriter(stdOut, stdErr io.Writer, prefix string, cache *templater.Cache) (io.Writer, io.Writer, CloseFunc) |
| 14 | } |
| 15 | |
| 16 | type CloseFunc func(err error) error |
no outgoing calls