Documentation
¶
Index ¶
- type Handler
- func (h *Handler) PrintTable(headers []string, rows [][]string) error
- func (h *Handler) Printf(f string, v ...interface{}) (int, error)
- func (h *Handler) Println(v ...interface{}) (int, error)
- func (h *Handler) VerbosePrint(msg string) (int, error)
- func (h *Handler) VerbosePrintf(f string, v ...interface{}) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { ColorScheme *iostreams.ColorScheme IO *iostreams.IOStreams // contains filtered or unexported fields }
func NewHandler ¶
func NewTestHandler ¶
func NewTestHandler() *Handler
func (*Handler) PrintTable ¶ added in v2.49.0
Click to show internal directories.
Click to hide internal directories.