mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-16 23:55:52 +01:00
9 lines
149 B
Go
9 lines
149 B
Go
package options
|
|
|
|
type Application struct {
|
|
Name string
|
|
Description string
|
|
Icon []byte
|
|
Mac Mac
|
|
Bind []interface{}
|
|
}
|