Documentation ¶
Index ¶
Constants ¶
View Source
const TOAST_WIDTH = 45
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Toast ¶
type Toast struct { Message string Level ToastLevel }
type ToastLevel ¶
type ToastLevel int
const ( ToastLevelInfo ToastLevel = iota ToastLevelWarn ToastLevelError )
Click to show internal directories.
Click to hide internal directories.