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 FyneApp fyne.App RootWindow fyne.Window AppService *services.AppServices }
func NewProggerApp ¶
func NewProggerApp() *ProggerApp
type StartDownloadingMessage ¶
type StartDownloadingMessage struct{}
StartDownloadingMessage requests that all available progs be downloaded
type StartDownloadingProgListMessage ¶
type StartDownloadingProgListMessage struct{}
StartDownloadingProgListMessage requests downloading a list of available progs from the Rebellion account
type StartScanningMessage ¶
type StartScanningMessage struct {
Directory string
}
type State ¶
type State struct { IsDownloading binding.Bool IsScanning binding.Bool Stories binding.UntypedList AvailableProgs binding.UntypedList // contains filtered or unexported fields }
func NewAppState ¶
func NewAppState(s *services.AppServices) *State
Click to show internal directories.
Click to hide internal directories.