app

package
v0.0.0-...-511fc9c Latest Latest
Warning

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

Go to latest
Published: May 12, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProggerApp

type ProggerApp struct {
	State      *State
	Prefs      *prefs.Prefs
	FyneApp    fyne.App
	RootWindow fyne.Window
	AppService *services.AppServices
}

func NewProggerApp

func NewProggerApp() *ProggerApp

type StartDownloadingMessage

type StartDownloadingMessage struct{}

type StartScanningMessage

type StartScanningMessage struct {
	Directory string
}

type State

type State struct {
	IsDownloading binding.Bool
	IsScanning    binding.Bool
	Stories       binding.UntypedList
	// contains filtered or unexported fields
}

func NewAppState

func NewAppState(s *services.AppServices) *State

func (*State) Dispatch

func (s *State) Dispatch(m interface{})

Jump to

Keyboard shortcuts

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