change: remove unused session data in step result

This commit is contained in:
lilong.129
2024-11-19 21:00:09 +08:00
parent 3e9d4fee9e
commit a813f966d7
6 changed files with 25 additions and 24 deletions
-6
View File
@@ -227,12 +227,6 @@ type TestCaseInOut struct {
ExportVars map[string]interface{} `json:"export_vars" yaml:"export_vars"`
}
func newSessionData() *SessionData {
return &SessionData{
ReqResps: &ReqResps{},
}
}
type SessionData struct {
ReqResps *ReqResps `json:"req_resps" yaml:"req_resps"`
Address *Address `json:"address,omitempty" yaml:"address,omitempty"` // TODO