models

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2026 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OverviewSLA

type OverviewSLA struct {
	FirstResponseMetCount          int     `json:"first_response_met_count" db:"first_response_met_count"`
	FirstResponseBreachedCount     int     `json:"first_response_breached_count" db:"first_response_breached_count"`
	AvgFirstResponseTimeSec        float64 `json:"avg_first_response_time_sec" db:"avg_first_response_time_sec"`
	NextResponseMetCount           int     `json:"next_response_met_count" db:"next_response_met_count"`
	NextResponseBreachedCount      int     `json:"next_response_breached_count" db:"next_response_breached_count"`
	AvgNextResponseTimeSec         float64 `json:"avg_next_response_time_sec" db:"avg_next_response_time_sec"`
	ResolutionMetCount             int     `json:"resolution_met_count" db:"resolution_met_count"`
	ResolutionBreachedCount        int     `json:"resolution_breached_count" db:"resolution_breached_count"`
	AvgResolutionTimeSec           float64 `json:"avg_resolution_time_sec" db:"avg_resolution_time_sec"`
	FirstResponseCompliancePercent float64 `json:"first_response_compliance_percent" db:"first_response_compliance_percent"`
	NextResponseCompliancePercent  float64 `json:"next_response_compliance_percent" db:"next_response_compliance_percent"`
	ResolutionCompliancePercent    float64 `json:"resolution_compliance_percent" db:"resolution_compliance_percent"`
}

Jump to

Keyboard shortcuts

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