Documentation
¶
Overview ¶
Package table provides utilities for showing results in table format
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option struct { // Limit is the number of rows to show in the result (table format only) Limit int }
Option is the option used for table presenter.
type Presenter ¶
type Presenter struct {
// contains filtered or unexported fields
}
Presenter will show the analysis result in table format.
func NewPresenter ¶
NewPresenter will init a table presenter.
Click to show internal directories.
Click to hide internal directories.