misc: refactored and ported the plugin system to islazy/plugin.Plugin (huge optimization)

This commit is contained in:
evilsocket 2018-10-13 14:13:06 +02:00
parent 788c8d5994
commit dd2e8784dc
9 changed files with 374 additions and 335 deletions

4
vendor/github.com/evilsocket/islazy/plugin/doc.go generated vendored Normal file
View file

@ -0,0 +1,4 @@
// Package plugin contains objects and functions to load and
// use javascript plugins in order to extend the functionalities
// of your projects.
package plugin