Documentation
¶
Index ¶
- func FormatFileStatistics(fileStats *parse.FileStats) string
- func FormatRowGroup(rowGroupStats *parse.RowGroupStats) string
- func LipglossTable(headers []string, rows [][]string) *table.Table
- func LipglossTableWithSections(headers []string, rows [][]string) (header string, body string)
- func PaginatorCreator(items []string, perPage int) error
- func ViewportCreator(header, content string) error
- type PaginatorModel
- type ViewportModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatFileStatistics ¶
func FormatRowGroup ¶
func FormatRowGroup(rowGroupStats *parse.RowGroupStats) string
func LipglossTableWithSections ¶ added in v0.1.3
func PaginatorCreator ¶
func ViewportCreator ¶
Types ¶
type PaginatorModel ¶
type PaginatorModel struct {
// contains filtered or unexported fields
}
func (PaginatorModel) Init ¶
func (m PaginatorModel) Init() tea.Cmd
func (PaginatorModel) View ¶
func (m PaginatorModel) View() string
type ViewportModel ¶
type ViewportModel struct {
// contains filtered or unexported fields
}
func (ViewportModel) Init ¶
func (m ViewportModel) Init() tea.Cmd
func (ViewportModel) View ¶
func (m ViewportModel) View() string
Click to show internal directories.
Click to hide internal directories.