scanner

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2017 License: Apache-2.0 Imports: 11 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JobResult

type JobResult struct {
	IP  string
	Job string

	Services []scantron.Process
	Files    []scantron.File
	SSHKeys  []scantron.SSHKey
}

type ReleaseResult

type ReleaseResult struct {
	Name    string
	Version string
}

type ScanResult

type ScanResult struct {
	JobResults     []JobResult
	ReleaseResults []ReleaseResult
}

type Scanner

type Scanner interface {
	Scan(scanlog.Logger) (ScanResult, error)
}

func Bosh

func Bosh(director bosh.BoshDirector) Scanner

func Direct

func Direct(machine remotemachine.RemoteMachine) Scanner

Jump to

Keyboard shortcuts

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