record response time

This commit is contained in:
2023-11-17 14:53:49 +08:00
parent 31eed99025
commit 4125c78f33
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ type Record struct {
Body string `gorm:"serializer:json"`
Model string
Response string
ResponseTime time.Duration
ElapsedTime time.Duration
Status int
UpstreamID uint