mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
add linenum to map
This commit is contained in:
@@ -342,6 +342,7 @@ func (h *HistoryItemType) ToMap() map[string]interface{} {
|
||||
rtn["sessionid"] = h.SessionId
|
||||
rtn["screenid"] = h.ScreenId
|
||||
rtn["lineid"] = h.LineId
|
||||
rtn["linenum"] = h.LineNum
|
||||
rtn["haderror"] = h.HadError
|
||||
rtn["cmdid"] = h.CmdId
|
||||
rtn["cmdstr"] = h.CmdStr
|
||||
|
||||
Reference in New Issue
Block a user