Documentation ¶ Index ¶ func GenerateBindings(options Options) (string, error) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GenerateBindings ¶ func GenerateBindings(options Options) (string, error) GenerateBindings generates bindings for the Wails project in the given ProjectDirectory. If no project directory is given then the current working directory is used. Types ¶ type Options ¶ type Options struct { Filename string Tags []string ProjectDirectory string GoModTidy bool TsPrefix string TsSuffix string } Options for generating bindings Source Files ¶ View all Source files bindings.go Click to show internal directories. Click to hide internal directories.