Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Renderer ¶
type Renderer struct {
// contains filtered or unexported fields
}
Renderer orchestrates the complete list rendering pipeline. Pipeline: data → filter → column selection → sort → format → output.
func New ¶
func New( filters []filter.Filter, selector *column.Selector, sorters []*sort.Sorter, fmt format.Format, delimiter string, ) *Renderer
New creates a renderer with optional components.
Click to show internal directories.
Click to hide internal directories.