Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReceiverGuest = "Guest" ReceiverHost = "Host" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogFetcher ¶
type LogFetcher struct { FS FS SSH SSH Driver Driver VMConfig *config.VMConfig Config *config.Config }
func (*LogFetcher) FetchLogs ¶
func (l *LogFetcher) FetchLogs() error
type SensitiveInformationScrubber ¶
type SensitiveInformationScrubber struct { }
func (*SensitiveInformationScrubber) Scrub ¶
func (s *SensitiveInformationScrubber) Scrub(information string) string
Click to show internal directories.
Click to hide internal directories.