Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagerState ¶
type ManagerState struct {
Key appModel.ManagerKey
Status appModel.SyncStatus
Lines []appModel.SyncLine
Input *appModel.SyncInput
Error error
}
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func WithStyler ¶
type Screen ¶
type Screen interface {
Start()
Send(msg UpdateStateMsg)
}
type UpdateStateMsg ¶
type UpdateStateMsg struct {
Status appModel.SyncStatus
ManagerState *ManagerState
}
Click to show internal directories.
Click to hide internal directories.