blob: 5020e684dd455b7322157d65cf0524230117ee71 [file] [log] [blame]
package main
import "gioui.org/app"
type App interface {
Capabilities() DeviceCapabilities
LaunchBarcodeScanner() error
OnView(app.ViewEvent) error
UpdateService(service interface{}) error
TriggerService() error
Connect(config Config) error
CreateStorage() Storage
GetHostname() (string, error)
}