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