Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreatorFn ¶
type CreatorFn func(pluginCtx PluginContext, options v1.VisitorPluginOptions) (Plugin, error)
type Plugin ¶
func Create ¶
func Create(pluginName string, pluginCtx PluginContext, options v1.VisitorPluginOptions) (p Plugin, err error)
func NewVirtualNetPlugin ¶
func NewVirtualNetPlugin(pluginCtx PluginContext, options v1.VisitorPluginOptions) (Plugin, error)
type PluginContext ¶
type VirtualNetPlugin ¶
type VirtualNetPlugin struct {
// contains filtered or unexported fields
}
func (*VirtualNetPlugin) Close ¶
func (p *VirtualNetPlugin) Close() error
Close initiates the plugin shutdown.
func (*VirtualNetPlugin) Name ¶
func (p *VirtualNetPlugin) Name() string
func (*VirtualNetPlugin) Start ¶
func (p *VirtualNetPlugin) Start()
Click to show internal directories.
Click to hide internal directories.