first commit
This commit is contained in:
7
pkg/trace/debug.go
Normal file
7
pkg/trace/debug.go
Normal file
@ -0,0 +1,7 @@
|
||||
package trace
|
||||
|
||||
type Debug struct {
|
||||
Key string `json:"key"` // 标示
|
||||
Value any `json:"value"` // 值
|
||||
CostSeconds float64 `json:"cost_seconds"` // 执行时间(单位秒)
|
||||
}
|
Reference in New Issue
Block a user