Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SuccessCmd ¶
Types ¶
type Error ¶
type Error struct {
Message string // user-friendly message
Err error // underlying error (for logging)
Sticky bool
}
Error signals an error to show to the user.
type Success ¶
type Success struct {
Message string
}
Success signals a success message to show to the user.
type SyncStateChanged ¶
SyncStateChanged is emitted when sync state changes.
Click to show internal directories.
Click to hide internal directories.