probes

package
v0.0.20 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Probe

type Probe interface {
	Validate() error
}

Probe represents a sent probe. Every protocol-specific probe has to implement this interface

type ProbeResponse

type ProbeResponse interface {
	Validate() error
	Matches(Probe) bool
}

ProbeResponse represents a response to a sent probe. Every protocol-specific probe response has to implement this interface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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