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