Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SuccessText ¶
func WarningText ¶
Types ¶
type RegularMsg ¶
type RegularMsg struct {
// contains filtered or unexported fields
}
func NewRegularMsg ¶
func NewRegularMsg(text string, a ...any) *RegularMsg
func (*RegularMsg) GetText ¶
func (m *RegularMsg) GetText() string
type SuccessMsg ¶
type SuccessMsg struct {
// contains filtered or unexported fields
}
func NewSuccessMsg ¶
func NewSuccessMsg(text string, a ...any) *SuccessMsg
func (*SuccessMsg) GetText ¶
func (m *SuccessMsg) GetText() string
Click to show internal directories.
Click to hide internal directories.