parse

command
v2.0.0-beta.43 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2022 License: MIT Imports: 6 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL