mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-12 06:59:30 +08:00
![]() * plugin handler and lifecycle * rebase * remove reflect s * remove Config and NewPlugin from plugin template * Remove plugin manager, generation of plugin interface * implement http handlers for services remove log trim path prefix wails/services * update plugine example * Misc updates * Ported plugins to services, rewritten example * Added fileserver * Update OnStartup and use a context for the application * Rename PathPrefix to Route. Create docs. * Use service config copy. Add Name to Service Options. Improve service generation. * Use service config copy. Add Name to Service Options. Improve service generation. Update README * Remove rogue db * Update changelog.md --------- Co-authored-by: Lea O'Anthony <lea.anthony@gmail.com> |
||
---|---|---|
.. | ||
collect | ||
config | ||
render | ||
testcases | ||
testdata | ||
.gitignore | ||
analyse_test.go | ||
analyse.go | ||
constants_test.go | ||
constants.go | ||
errors.go | ||
generate_test.go | ||
generate.go | ||
includes.go | ||
index.go | ||
load.go | ||
models.go | ||
README.md | ||
service.go | ||
Taskfile.yaml |
Generator
This package contains the static analyser used for parsing Wails projects so that we may:
- Generate the bindings for the frontend
- Generate Typescript definitions for the structs used by the bindings