Documentation ¶
Overview ¶
pluginmap is a package that contains the mapping of internal plugin names to their factories that we can register it in various ways.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Map = map[string]*plugin.ServeOpts{ "app-custom": &plugin.ServeOpts{AppFunc: appCustom.AppFactory}, "app-docker-external": &plugin.ServeOpts{AppFunc: appDockerExt.AppFactory}, "app-go": &plugin.ServeOpts{AppFunc: appGo.AppFactory}, "app-java": &plugin.ServeOpts{AppFunc: appJava.AppFactory}, "app-node": &plugin.ServeOpts{AppFunc: appNode.AppFactory}, "app-php": &plugin.ServeOpts{AppFunc: appPHP.AppFactory}, "app-python": &plugin.ServeOpts{AppFunc: appPython.AppFactory}, "app-ruby": &plugin.ServeOpts{AppFunc: appRuby.AppFactory}, "app-scriptpack": &plugin.ServeOpts{AppFunc: appScriptPack.AppFactory}, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.