probes

package
v0.4.3-0...-b136db8 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2024 License: BSD-2-Clause 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