Documentation ¶
Index ¶
Constants ¶
View Source
const (
PLUGINS_COLLECTION = "plugins"
)
Variables ¶
View Source
var BEFORE_REQUEST_PLUGINS_NAME = "BeforeRequest"
Before request plugins
View Source
var BeforeRequestEntryPluginLookup = "BeforeRequestEntryPlugin"
Lookup for before request plugin
View Source
var PLUGINS_LOCATION = "./custom_plugins"
Plugins location
View Source
var PLUGINS_TYPES = []string{BEFORE_REQUEST_PLUGINS_NAME}
View Source
var PLUGIN_EXTENSION = ".so"
Go plugin extension
View Source
var SERVICE_NAME = "/plugins"
Functions ¶
func Configurations ¶
func Configurations() config.GApiPluginsConfig
Types ¶
type BeforeRequestPlugin ¶
Click to show internal directories.
Click to hide internal directories.