5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 22:40:02 +08:00
wails/v3/pkg/application/plugins_api.go
2024-03-26 20:56:58 +11:00

8 lines
102 B
Go

package application
type pluginAPI struct{}
func newPluginAPI() *pluginAPI {
return &pluginAPI{}
}