Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleaseResult ¶
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
Click to show internal directories.
Click to hide internal directories.