package
0.0.0-20230829064320-98a29887f299
Repository: https://github.com/skx/overseer.git
Documentation: pkg.go.dev

# Functions

Handlers returns the names of all the registered protocol-handlers.
ProtocolHandler is the factory-method which looks up and returns an object of the given type - if possible.
Register a test-type with a constructor.

# Structs

DNSTest is our object.
FINGERTest is our object.
FTPTest is our object.
HTTPTest is our object.
IMAPSTest is our object.
IMAPTest is our object.
MYSQLTest is our object.
NNTPTest is our object.
PINGTest is our object.
POP3STest is our object.
POP3Test is our object.
PSQLTest is our object.
REDISTest is our object.
RSYNCTest is our object.
SMTPTest is our object.
SSHTest is our object.
TCPTest is our object.
TELNETTest is our object.
VNCTest is our object.
XMPPTest is our object.

# Interfaces

ProtocolTest interface is the core of our code, it defines the implementation methods which must be implemented to add a new protocol-test.

# Type aliases

TestCtor is the signature of a constructor-function.