Documentation
¶
Index ¶
- Constants
- type Cell
- type Column
- func (h *Column) Align() int
- func (h *Column) AlignString() string
- func (h *Column) Colorful() bool
- func (h *Column) Default() string
- func (h *Column) Equal(other *Column) bool
- func (h *Column) Length() int
- func (h *Column) Original() string
- func (h *Column) SetAlign(mode int)
- func (h *Column) SetColor(displayType, font, background int)
- func (h *Column) SetDefault(value string)
- func (h *Column) String() string
- type Data
Constants ¶
View Source
const ( AlignCenter = iota AlignLeft AlignRight )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct {
// contains filtered or unexported fields
}
func CreateColumn ¶
func (*Column) AlignString ¶
func (*Column) SetDefault ¶
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
func CreateData ¶
func CreateEmptyData ¶
func CreateEmptyData() *Data
Click to show internal directories.
Click to hide internal directories.