(fetcher func() ([]byte, error), w io.Writer, io *iostreams.IOStreams)
| 17 | |
| 18 | type LogRenderer interface { |
| 19 | Follow(fetcher func() ([]byte, error), w io.Writer, io *iostreams.IOStreams) error |
| 20 | Render(logs []byte, w io.Writer, io *iostreams.IOStreams) (stop bool, err error) |
| 21 | } |
| 22 |
no outgoing calls