mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
never omit ptypos or data from WebSharePtyData
This commit is contained in:
@@ -165,7 +165,7 @@ func webCmdFromCmd(lineId string, cmd *sstore.CmdType) (*WebShareCmdType, error)
|
||||
}
|
||||
|
||||
type WebSharePtyData struct {
|
||||
PtyPos int64 `json:"ptypos,omitempty"`
|
||||
Data []byte `json:"data,omitempty"`
|
||||
PtyPos int64 `json:"ptypos"`
|
||||
Data []byte `json:"data"`
|
||||
Eof bool `json:"-"` // internal use
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user