Discover Packages
github.com/sergeii/swat4master
internal
core
entities
probe
package
Version:
v0.36.0
Opens a new window with list of versions in this module.
Published: Jan 17, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Index Constants Variables Functions Types type Goal type Probe (goal) String() New(addr, port, goal, maxRetries) (t) IncRetries()
Documentation
¶
const (
GoalDetails Goal = iota
GoalPort
)
type Probe struct {
Addr addr .Addr `json:"addr"`
Port int `json:"port"`
Goal Goal `json:"goal"`
Retries int `json:"retries"`
MaxRetries int `json:"max_retries"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.