sharedtypes

package
v1.1.5 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CaseJSON

type CaseJSON struct {
	CaseName         string `json:"case_name"`
	Hits             int64  `json:"hits"`
	TotalBlockedTime int64  `json:"total_blocked_time"`
	AvgBlockedTime   int64  `json:"average_blocked_time"`
	Percentile90     int64  `json:"percentile_90"`
	Percentile99     int64  `json:"percentile_99"`
}

type VisualizationType

type VisualizationType int
const (
	TotalBlockedTime VisualizationType = iota
	AverageTime
	Percentile90
	Percentile99
	TotalHits
)

func (VisualizationType) String

func (vt VisualizationType) String() string

Jump to

Keyboard shortcuts

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