events

package
v1.7.3 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2024 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 Event

type Event struct {
	EventType EventType
	Time      time.Time
}

func NewEvent

func NewEvent(eventType EventType) Event

type EventType

type EventType int
const (
	ProfileParsingStart EventType = iota
	ProfileParsingDone
	InputDataParsingStart
	InputDataParsingDone
	InputDataNormalizationStart
	InputDataNormalizationDone
	RegoGenerationStart
	RegoGenerationDone
	RegoCompilationStart
	RegoCompilationDone
	OpaValidationStart
	OpaValidationDone
	BuildReportStart
	BuildReportDone
)

Jump to

Keyboard shortcuts

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