Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analysis ¶
type Analysis struct {
Table *Table
FieldsName []string
Columns map[string]Column
FieldWidth []struct {
// contains filtered or unexported fields
}
}
func NewAnalysis ¶
func NewAnalysis() *Analysis
func (*Analysis) GetColumnsShow ¶
func (a *Analysis) GetColumnsShow() ([]schema.ColumnShow, schema.ColumnShow)
GetColumnsShow columns show max filed show width column show
Click to show internal directories.
Click to hide internal directories.