Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
Info litexml.DocumentInfo
PatchVer string `tag:"patchVer" attr:"value"`
PatchNum int `tag:"patchNum" attr:"value"`
UpdateListVer string `tag:"updatelistVer" attr:"value"`
UpdateFiles UpdateFiles `tag:"updatefiles"`
}
Document is the document containing the update list.
type FileInfo ¶
type FileInfo struct {
Filename string `attr:"fname"`
Directory string `attr:"fdir"`
Size int64 `attr:"fsize"`
Crc int32 `attr:"fcrc"`
Date string `attr:"fdate"`
Time string `attr:"ftime"`
PackedName string `attr:"pname"`
PackedSize int64 `attr:"psize"`
}
FileInfo represents the per-file information in an UpdateList.
type UpdateFiles ¶
UpdateFiles contains the files in the updatelist.
Click to show internal directories.
Click to hide internal directories.