syscheck

package
v0.0.0-...-0bbb64c Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClearSyscheckDatabaseResponse

type ClearSyscheckDatabaseResponse struct {
	Data  string `json:"data"`
	Error int64  `json:"error"`
}

type GetLastSyscheckScanResponse

type GetLastSyscheckScanResponse struct {
	Data  LastSyscheckScan `json:"data"`
	Error int64            `json:"error"`
}

type GetSyscheckFilesResponse

type GetSyscheckFilesResponse struct {
	Data struct {
		Items      []SyscheckFiles `json:"items"`
		TotalItems int64           `json:"totalItems"`
	} `json:"data"`
	Error int64 `json:"error"`
}

type LastSyscheckScan

type LastSyscheckScan struct {
	End   string `json:"end"`
	Start string `json:"start"`
}

type RunSyscheckAgentResponse

type RunSyscheckAgentResponse struct {
	Data  string `json:"data"`
	Error int64  `json:"error"`
}

type RunSyscheckAllAgentsResponse

type RunSyscheckAllAgentsResponse struct {
	Data  string `json:"data"`
	Error int64  `json:"error"`
}

type SyscheckFiles

type SyscheckFiles struct {
	Attributes int64  `json:"attributes"`
	Date       string `json:"date"`
	File       string `json:"file"`
	Gid        string `json:"gid"`
	Gname      string `json:"gname"`
	Inode      int64  `json:"inode"`
	Md5        string `json:"md5"`
	Mtime      string `json:"mtime"`
	Perm       string `json:"perm"`
	Sha1       string `json:"sha1"`
	Sha256     string `json:"sha256"`
	Size       int64  `json:"size"`
	Type       string `json:"type"`
	UID        string `json:"uid"`
	Uname      string `json:"uname"`
}

Jump to

Keyboard shortcuts

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