models

package
v2.0.0-...-c71f405 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2024 License: BSD-2-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Host

type Host struct {
	IP       string
	Hostname string
	OS       string
	Ports    []Port
}

type Job

type Job struct {
	JID     string
	Type    string
	IPRange string
	Status  string
	Scanner string
	TID     uint
}

type Port

type Port struct {
	Number   uint16
	State    string
	Protocol string
	Service  string
}

type Scan

type Scan struct {
	Status    string
	StartTime time.Time
	EndTime   time.Time
	Hosts     []Host
}

Jump to

Keyboard shortcuts

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