mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 14:42:03 +08:00
10 lines
149 B
Go
10 lines
149 B
Go
package options
|
|
|
|
type Application struct {
|
|
Name string
|
|
Description string
|
|
Icon []byte
|
|
Mac Mac
|
|
Bind []interface{}
|
|
}
|