Documentation
¶
Overview ¶
˅
˅
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrameDisplay ¶
type FrameDisplay struct {
// contains filtered or unexported fields
}
func NewFrameDisplay ¶
func NewFrameDisplay(borderChar string) *FrameDisplay
func (*FrameDisplay) Clone ¶
func (f *FrameDisplay) Clone() Display
func (*FrameDisplay) Show ¶
func (f *FrameDisplay) Show(message string)
type UnderlineDisplay ¶
type UnderlineDisplay struct {
// contains filtered or unexported fields
}
func NewUnderlineDisplay ¶
func NewUnderlineDisplay(underlineChar string) *UnderlineDisplay
func (*UnderlineDisplay) Clone ¶
func (u *UnderlineDisplay) Clone() Display
func (*UnderlineDisplay) Show ¶
func (u *UnderlineDisplay) Show(message string)
Click to show internal directories.
Click to hide internal directories.