Files

8 lines
102 B
Go
Raw Permalink Normal View History

2024-03-26 20:56:58 +11:00
package application
type pluginAPI struct{}
func newPluginAPI() *pluginAPI {
return &pluginAPI{}
}