| 9 | ) |
| 10 | |
| 11 | type Handler struct { |
| 12 | ColorScheme *iostreams.ColorScheme |
| 13 | IO *iostreams.IOStreams |
| 14 | debugEnabled bool |
| 15 | } |
| 16 | |
| 17 | func NewHandler(io *iostreams.IOStreams) *Handler { |
| 18 | enabled, _ := utils.IsDebugEnabled() |
nothing calls this directly
no outgoing calls
no test coverage detected