Documentation
¶
Index ¶
- type Lines
- func (l *Lines) GetLine(length int) string
- func (l *Lines) GetLineTitleCenter(length int, title string) string
- func (l *Lines) GetLineTitleLeft(length int, title string) string
- func (l *Lines) GetLineTitleRight(length int, title string) string
- func (l *Lines) PrintLine(length int)
- func (l *Lines) PrintLineTitleCenter(length int, title string)
- func (l *Lines) PrintLineTitleLeft(length int, title string)
- func (l *Lines) PrintLineTitleRight(length int, title string)
- func (l *Lines) SetLineStyle(style string) *Lines
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lines ¶
type Lines struct {
// contains filtered or unexported fields
}