v1

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LeptonComponentEvents

type LeptonComponentEvents struct {
	Component string             `json:"component"`
	StartTime time.Time          `json:"startTime"`
	EndTime   time.Time          `json:"endTime"`
	Events    []components.Event `json:"events"`
}

type LeptonComponentInfo

type LeptonComponentInfo struct {
	Component string          `json:"component"`
	StartTime time.Time       `json:"startTime"`
	EndTime   time.Time       `json:"endTime"`
	Info      components.Info `json:"info"`
}

type LeptonComponentMetrics

type LeptonComponentMetrics struct {
	Component string              `json:"component"`
	Metrics   []components.Metric `json:"metrics"`
}

type LeptonComponentStates

type LeptonComponentStates struct {
	Component string             `json:"component"`
	States    []components.State `json:"states"`
}

type LeptonEvents

type LeptonEvents []LeptonComponentEvents

type LeptonInfo

type LeptonInfo []LeptonComponentInfo

type LeptonMetrics

type LeptonMetrics []LeptonComponentMetrics

type LeptonStates

type LeptonStates []LeptonComponentStates

Jump to

Keyboard shortcuts

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