7 lines
120 B
Go
7 lines
120 B
Go
package trace
|
|
|
|
type Debug struct {
|
|
Key string `json:"key"` //标示
|
|
Value interface{} `json:"value"` //值
|
|
}
|