model

package
v0.0.0-...-9625d7e Latest Latest
Warning

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

Go to latest
Published: May 21, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LtsDetail

type LtsDetail struct {
	Errors []LtsError `json:"errors"`
}

type LtsError

type LtsError struct {
	Code    string `json:"code"`
	Message string `json:"message"`
}

type WindowsOsLogEventXml

type WindowsOsLogEventXml struct {
	sys.Event
}

type WindowsSystemEvent

type WindowsSystemEvent struct {
	ProviderName      string `json:"provider_name"`
	EventSourceName   string `json:"event_source_name"`
	EventId           string `json:"event_id"`
	Version           string `json:"version"`
	Level             string `json:"level"`
	Task              string `json:"task"`
	Opcode            string `json:"op_code"`
	TimeCreated       int64  `json:"time_created"`
	RecordId          string `json:"event_record_id"`
	ActivityId        string `json:"activity_id"`
	RelatedActivityID string `json:"related_activity_id"`
	ProcessId         string `json:"process_id"`
	ThreadId          string `json:"thread_id"`
	Channel           string `json:"channel""`
	HostName          string `json:"host_name"`
	UserId            string `json:"user_id"`
}

Jump to

Keyboard shortcuts

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