common

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Results

type Results struct {
	Rootkits     []Rootkit
	ScannedInput string
	ScannerName  string
	Error        error
}

func (*Results) GetError

func (r *Results) GetError() error

type Rootkit

type Rootkit struct {
	Message     string            `json:"message,omitempty"`
	RootkitName string            `json:"RootkitName,omitempty"`
	RootkitType types.RootkitType `json:"RootkitType,omitempty"`
}

type ScannersConfig

type ScannersConfig struct {
	Chkrootkit config.Config `yaml:"chkrootkit" mapstructure:"chkrootkit"`
}

func (ScannersConfig) IsConfig

func (ScannersConfig) IsConfig()

Jump to

Keyboard shortcuts

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