Documentation
¶
Index ¶
- type BaseUI
- func (ui *BaseUI) RenderError(err error) string
- func (ui *BaseUI) RenderHeader(title string) string
- func (ui *BaseUI) RenderInfo(msg string) string
- func (ui *BaseUI) RenderSection(title string) string
- func (ui *BaseUI) RenderSuccess(msg string) string
- func (ui *BaseUI) RenderWarning(msg string) string
- type Styles
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseUI ¶
type BaseUI struct {
Styles Styles
}
func (*BaseUI) RenderError ¶
func (*BaseUI) RenderHeader ¶
func (*BaseUI) RenderInfo ¶
func (*BaseUI) RenderSection ¶
func (*BaseUI) RenderSuccess ¶
func (*BaseUI) RenderWarning ¶
Click to show internal directories.
Click to hide internal directories.