Discover Packages
github.com/floegence/redevplugin
internal
performanceevidence
package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Jul 19, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func EnforceThresholds() bool
type Metric struct {
Name string `json:"name"`
Unit string `json:"unit"`
Observed float64 `json:"observed"`
Limit float64 `json:"limit"`
Comparator string `json:"comparator"`
}
type Scenario struct {
ID string `json:"id"`
Gate string `json:"gate"`
Status string `json:"status"`
SampleCount int `json:"sample_count"`
Metrics []Metric `json:"metrics"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.