Documentation ¶
Overview ¶
Package defender contains code to control the behavior of Windows defender in the E2E tests
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithDefenderDisabled ¶
func WithDefenderDisabled() func(*Configuration) error
WithDefenderDisabled configures the NewDefender component to disable Windows NewDefender
func WithDefenderUninstalled ¶
func WithDefenderUninstalled() func(*Configuration) error
WithDefenderUninstalled configures the NewDefender component to uninstall Windows NewDefender
Types ¶
type Configuration ¶
Configuration represents the Windows NewDefender configuration
type Manager ¶
Manager contains the resources to manage Windows Defender
func NewDefender ¶
func NewDefender(e *config.CommonEnvironment, host *remote.Host, options ...Option) (*Manager, error)
NewDefender creates a new instance of the Windows NewDefender component
type Option ¶
type Option = func(*Configuration) error
Option is an optional function parameter type for Configuration options
Click to show internal directories.
Click to hide internal directories.