milestones

package
v1.7.0-SNAPSHOT.112 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateMilestonesFromEvents

func GenerateMilestonesFromEvents(eventChan *chan e.Event, milestoneChan *chan Milestone)

Types

type Milestone

type Milestone struct {
	Operation Operation
	Start     time.Time
	Duration  time.Duration
}

type Operation

type Operation string
const (
	ProfileParsing         Operation = "ProfileParsing"
	InputDataParsing       Operation = "InputDataParsing"
	InputDataNormalization Operation = "InputDataNormalization"
	RegoGeneration         Operation = "RegoGeneration"
	OpaValidation          Operation = "OpaValidation"
	BuildReport            Operation = "BuildReport"
)

Jump to

Keyboard shortcuts

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