agentlog

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 30, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentLog

type AgentLog struct {
	ID        string                 `json:"id" db:"id"`
	AssetID   string                 `json:"asset_id" db:"asset_id"`
	Hostname  string                 `json:"hostname" db:"hostname"`
	Action    string                 `json:"action" db:"action"`
	Message   string                 `json:"message" db:"message"`
	Data      map[string]interface{} `json:"data" db:"data"`
	OrgID     uint                   `json:"org_id" db:"org_id"`
	CreatedAt *time.Time             `json:"created_at,omitempty" db:"created_at"`
}

AgentLog represents a log entry from an agent

Jump to

Keyboard shortcuts

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