sync

package
v1.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

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 WithIn

func WithIn(input io.Reader) Option

func WithOut

func WithOut(out io.Writer) Option

func WithStyler

func WithStyler(styler style.Style) Option

type Screen

type Screen interface {
	Start()
	Send(msg UpdateStateMsg)
}

func New

func New(options ...Option) Screen

type UpdateStateMsg

type UpdateStateMsg struct {
	Status       appModel.SyncStatus
	ManagerState *ManagerState
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL