Documentation
¶
Index ¶
- type AntivirusProduct
- type AutomaticUpdatesCheck
- func (a *AutomaticUpdatesCheck) FailedMessage() string
- func (a *AutomaticUpdatesCheck) IsRunnable() bool
- func (a *AutomaticUpdatesCheck) Name() string
- func (a *AutomaticUpdatesCheck) Passed() bool
- func (a *AutomaticUpdatesCheck) PassedMessage() string
- func (a *AutomaticUpdatesCheck) RequiresRoot() bool
- func (a *AutomaticUpdatesCheck) Run() error
- func (a *AutomaticUpdatesCheck) Status() string
- func (a *AutomaticUpdatesCheck) UUID() string
- type EDRProduct
- type PasswordManagerCheck
- func (pmc *PasswordManagerCheck) FailedMessage() string
- func (pmc *PasswordManagerCheck) IsRunnable() bool
- func (pmc *PasswordManagerCheck) Name() string
- func (pmc *PasswordManagerCheck) Passed() bool
- func (pmc *PasswordManagerCheck) PassedMessage() string
- func (pmc *PasswordManagerCheck) RequiresRoot() bool
- func (pmc *PasswordManagerCheck) Run() error
- func (pmc *PasswordManagerCheck) Status() string
- func (pmc *PasswordManagerCheck) UUID() string
- type WindowsDefender
- func (d *WindowsDefender) FailedMessage() string
- func (d *WindowsDefender) IsRunnable() bool
- func (d *WindowsDefender) Name() string
- func (d *WindowsDefender) Passed() bool
- func (d *WindowsDefender) PassedMessage() string
- func (d *WindowsDefender) RequiresRoot() bool
- func (d *WindowsDefender) Run() error
- func (d *WindowsDefender) Status() string
- func (d *WindowsDefender) UUID() string
- type WindowsFirewall
- func (f *WindowsFirewall) FailedMessage() string
- func (f *WindowsFirewall) IsRunnable() bool
- func (f *WindowsFirewall) Name() string
- func (f *WindowsFirewall) Passed() bool
- func (f *WindowsFirewall) PassedMessage() string
- func (f *WindowsFirewall) RequiresRoot() bool
- func (f *WindowsFirewall) Run() error
- func (f *WindowsFirewall) Status() string
- func (f *WindowsFirewall) UUID() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AntivirusProduct ¶
type AntivirusProduct struct { DisplayName string `json:"displayName"` InstanceGuid string `json:"instanceGuid"` PathToSignedProductExe string `json:"pathToSignedProductExe"` PathToSignedReportingExe string `json:"pathToSignedReportingExe"` ProductState json.Number `json:"productState"` Timestamp string `json:"timestamp"` }
type AutomaticUpdatesCheck ¶
type AutomaticUpdatesCheck struct {
// contains filtered or unexported fields
}
func (*AutomaticUpdatesCheck) FailedMessage ¶
func (a *AutomaticUpdatesCheck) FailedMessage() string
func (*AutomaticUpdatesCheck) IsRunnable ¶
func (a *AutomaticUpdatesCheck) IsRunnable() bool
func (*AutomaticUpdatesCheck) Name ¶
func (a *AutomaticUpdatesCheck) Name() string
func (*AutomaticUpdatesCheck) Passed ¶
func (a *AutomaticUpdatesCheck) Passed() bool
func (*AutomaticUpdatesCheck) PassedMessage ¶
func (a *AutomaticUpdatesCheck) PassedMessage() string
func (*AutomaticUpdatesCheck) RequiresRoot ¶
func (a *AutomaticUpdatesCheck) RequiresRoot() bool
func (*AutomaticUpdatesCheck) Run ¶
func (a *AutomaticUpdatesCheck) Run() error
func (*AutomaticUpdatesCheck) Status ¶
func (a *AutomaticUpdatesCheck) Status() string
func (*AutomaticUpdatesCheck) UUID ¶
func (a *AutomaticUpdatesCheck) UUID() string
type EDRProduct ¶
type PasswordManagerCheck ¶
type PasswordManagerCheck struct {
// contains filtered or unexported fields
}
func (*PasswordManagerCheck) FailedMessage ¶
func (pmc *PasswordManagerCheck) FailedMessage() string
func (*PasswordManagerCheck) IsRunnable ¶
func (pmc *PasswordManagerCheck) IsRunnable() bool
func (*PasswordManagerCheck) Name ¶
func (pmc *PasswordManagerCheck) Name() string
func (*PasswordManagerCheck) Passed ¶
func (pmc *PasswordManagerCheck) Passed() bool
func (*PasswordManagerCheck) PassedMessage ¶
func (pmc *PasswordManagerCheck) PassedMessage() string
func (*PasswordManagerCheck) RequiresRoot ¶
func (pmc *PasswordManagerCheck) RequiresRoot() bool
func (*PasswordManagerCheck) Run ¶
func (pmc *PasswordManagerCheck) Run() error
func (*PasswordManagerCheck) Status ¶
func (pmc *PasswordManagerCheck) Status() string
func (*PasswordManagerCheck) UUID ¶
func (pmc *PasswordManagerCheck) UUID() string
type WindowsDefender ¶
type WindowsDefender struct {
// contains filtered or unexported fields
}
func (*WindowsDefender) FailedMessage ¶
func (d *WindowsDefender) FailedMessage() string
func (*WindowsDefender) IsRunnable ¶
func (d *WindowsDefender) IsRunnable() bool
func (*WindowsDefender) Name ¶
func (d *WindowsDefender) Name() string
func (*WindowsDefender) Passed ¶
func (d *WindowsDefender) Passed() bool
func (*WindowsDefender) PassedMessage ¶
func (d *WindowsDefender) PassedMessage() string
func (*WindowsDefender) RequiresRoot ¶
func (d *WindowsDefender) RequiresRoot() bool
func (*WindowsDefender) Run ¶
func (d *WindowsDefender) Run() error
func (*WindowsDefender) Status ¶
func (d *WindowsDefender) Status() string
func (*WindowsDefender) UUID ¶
func (d *WindowsDefender) UUID() string
type WindowsFirewall ¶
type WindowsFirewall struct {
// contains filtered or unexported fields
}
func (*WindowsFirewall) FailedMessage ¶
func (f *WindowsFirewall) FailedMessage() string
func (*WindowsFirewall) IsRunnable ¶
func (f *WindowsFirewall) IsRunnable() bool
func (*WindowsFirewall) Name ¶
func (f *WindowsFirewall) Name() string
func (*WindowsFirewall) Passed ¶
func (f *WindowsFirewall) Passed() bool
func (*WindowsFirewall) PassedMessage ¶
func (f *WindowsFirewall) PassedMessage() string
func (*WindowsFirewall) RequiresRoot ¶
func (f *WindowsFirewall) RequiresRoot() bool
func (*WindowsFirewall) Run ¶
func (f *WindowsFirewall) Run() error
func (*WindowsFirewall) Status ¶
func (f *WindowsFirewall) Status() string
func (*WindowsFirewall) UUID ¶
func (f *WindowsFirewall) UUID() string
Click to show internal directories.
Click to hide internal directories.