This commit is contained in:
dayterr
2025-12-16 14:40:04 +03:00
parent 3eaf0df772
commit aac7108d8a
18 changed files with 117 additions and 57 deletions

View File

@@ -104,16 +104,16 @@ type ItemAudit struct {
Call string `json:"Call"`
// Response time
ResponseTime ResponseTime `json:"Response Time"`
ResponseTime ResponseTime `json:"responsetime"`
// StatusCode
StatusCode StatusCode `json:"Status Code"`
StatusCode StatusCode `json:"statuscode"`
// Guid
GUID string `json:"Guid"`
// Time
Time float64 `json:"Time"`
Time float64 `json:"timestampEnd"`
}
type ListAudits struct {