mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
finish log list
This commit is contained in:
@@ -6,12 +6,22 @@ import (
|
||||
|
||||
type Log struct {
|
||||
ID string
|
||||
Strategy string
|
||||
Service string
|
||||
API string
|
||||
Method string
|
||||
Url string
|
||||
RemoteIP string
|
||||
Consumer string
|
||||
Authorization string
|
||||
InputToken int64
|
||||
OutputToken int64
|
||||
TotalToken int64
|
||||
AIProvider string
|
||||
AIModel string
|
||||
StatusCode int64
|
||||
ResponseTime int64
|
||||
Traffic int64
|
||||
RecordTime time.Time
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user