package
0.0.0-20230309133153-c98e9ca36a33
Repository: https://github.com/ciderapp/wails.git
Documentation: pkg.go.dev
# Functions
NewBrowser creates a new runtime Browser struct.
NewDialog creates a new Dialog struct.
NewEvents creates a new Events struct.
NewFileSystem creates a new FileSystem struct.
NewLog creates a new Log struct.
NewRuntime creates a new Runtime struct.
NewStoreProvider creates new stores using the provided Runtime reference.
NewWindow creates a new Window struct.
ProcessEncoding attempts to convert CKJ strings to UTF-8.
# Structs
Browser exposes browser methods to the runtime.
Dialog exposes an interface to native dialogs.
Events exposes the events interface.
FileSystem exposes file system utilities to the runtime.
Log exposes the logging interface to the runtime.
Options defines the optional data that may be used when creating a Store.
Runtime is the Wails Runtime Interface, given to a user who has defined the WailsInit method.
Store is where we keep named data.
StoreProvider is a struct that creates Stores.
Window exposes an interface for manipulating the window.