Discover Packages
github.com/helviojunior/randmap
pkg
models
package
Version:
v0.1.7
Opens a new window with list of versions in this module.
Published: Jun 4, 2026
License: BSD-2-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func ShuffleServices(services []Service )
type NoDataError struct {
Message string
}
type ScanMap struct {
Hosts []net .IP `json:"hosts"`
Services []Service `json:"services"`
IpFile string `json:"ip_file"`
PortFile string `json:"port_file"`
Tag string `json:"tag"`
}
type Service struct {
Name string `json:"name"`
Port int `json:"port"`
Protocol string `json:"protocol"`
OpenFrequency float32 `json:"open_frequency"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.