pluginmap

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2016 License: MPL-2.0 Imports: 10 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL