wrapper

package
v0.0.0-...-6006eb2 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudWrapper

type CloudWrapper interface {
	Setup(config *config.BaseConfig) error
	GatherIPs() ([]string, error)
}

type GCloudWrapper

type GCloudWrapper interface {
	Zones() ([]string, error)
	InstancesIPsInRegion(string) ([]string, error)
}

type Runner

type Runner interface {
	SetupRunner(config *config.BaseConfig) error
	Run() error
}

type SlackSvc

type SlackSvc interface {
	PrintAlerts(t.Alerts) error
}

type Tenable

type Tenable interface {
	SetTargets([]string) error
	LaunchScan() error
	//	WaitForScanToComplete() error
	//	StartExport() error
	//	WaitForExport() error
	//	DownloadExport() error
	GetVulnerabilities() (*t.Alerts, error)
}

Jump to

Keyboard shortcuts

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