plugins

package
v1.12.0 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2024 License: MIT Imports: 4 Imported by: 5

README

plugins Package

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connection

type Connection struct {
	xmlrpc.Sampler
}

func Open added in v1.2.1

func Open(url *url.URL, entityName string, samplerName string) (s *Connection, err error)

type Plugins

type Plugins interface {
	SetInterval(time.Duration)
	Interval() time.Duration
	Start(*sync.WaitGroup) error
	Close() error
}

all Plugins must implement these methods

Jump to

Keyboard shortcuts

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