Files
go-gin-api/internal/pkg/trace/debug.go
2021-01-09 20:10:13 +08:00

7 lines
120 B
Go

package trace
type Debug struct {
Key string `json:"key"` //标示
Value interface{} `json:"value"` //值
}