
The highest tagged major version is
v3.
command
Version:
v2.0.0-beta.2
Opens a new window with list of versions in this module.
Published: Sep 28, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Parse
Parse will attempt to parse your Wails project to perform a number of tasks:
- Verify that you have bound struct pointers
- Generate JS helper files/docs
It currently checks bindings correctly if your code binds using one of the following methods:
- Literal Binding:
app.Bind(&MyStruct{})
- Variable Binding:
app.Bind(m) - m can be m := &MyStruct{} or m := newMyStruct()
- Function Binding:
app.Bind(newMyStruct())
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.