Versions in this module Expand all Collapse all v1 v1.0.0 Apr 16, 2021 Changes in this version + var AllPlugins = []Plugin + type DNS struct + func NewDNS() *DNS + func (t *DNS) RegisterFlags() + func (t *DNS) Run() (errs errors.Errors) + type HTTP struct + func NewHTTP() *HTTP + func (t *HTTP) RegisterFlags() + func (t *HTTP) Run() (errs errors.Errors) + type Ping struct + func NewPing() *Ping + func (t *Ping) RegisterFlags() + func (t *Ping) Run() (errs errors.Errors) + type Plugin interface + RegisterFlags func() + Run func() errors.Errors + type Proc struct + func NewProc() *Proc + func (t *Proc) RegisterFlags() + func (t *Proc) Run() (errs errors.Errors) + type SQL struct + func NewSQL() *SQL + func (t *SQL) RegisterFlags() + func (t *SQL) Run() (errs errors.Errors) + type SSH struct + func NewSSH() *SSH + func (t *SSH) RegisterFlags() + func (t *SSH) Run() (errs errors.Errors) + type TCP struct + func NewTCP() *TCP + func (t *TCP) RegisterFlags() + func (t *TCP) Run() (errs errors.Errors) + type TLS struct + func NewTLS() *TLS + func (t *TLS) RegisterFlags() + func (t *TLS) Run() (errs errors.Errors)