mirror of
https://github.com/xinliangnote/go-gin-api.git
synced 2024-04-21 12:31:46 +00:00
7 lines
120 B
Go
7 lines
120 B
Go
package trace
|
|
|
|
type Debug struct {
|
|
Key string `json:"key"` //标示
|
|
Value interface{} `json:"value"` //值
|
|
}
|