stdsyslog

package
v0.0.0-...-4d5b1ca Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CefEvent

type CefEvent struct {
	Version            int               `json:"cef_version"`
	DeviceVendor       string            `json:"vendor"`
	DeviceProduct      string            `json:"product"`
	DeviceVersion      string            `json:"version"`
	DeviceEventClassId string            `json:"classid"`
	Name               string            `json:"name"`
	Severity           string            `json:"severity"`
	Extensions         map[string]string `json:"extensions"`
}

type Message

type Message struct {
	Legacy   bool                 `json:"legacy"` // legacy bsd format
	Severity string               `json:"severity"`
	Facility string               `json:"facility"`
	Hostname string               `json:"hostname"`
	AppName  string               `json:"appname"`
	Message  string               `json:"message"`
	SdData   []*syslog.Structured `json:"sd_data"`
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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