mirror of
https://github.com/bettercap/bettercap
synced 2025-07-31 12:10:10 -07:00
misc: refactored and ported the plugin system to islazy/plugin.Plugin (huge optimization)
This commit is contained in:
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
4
vendor/github.com/evilsocket/islazy/plugin/doc.go
generated
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue