Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StatResult ¶
type StatResult struct {
XMLName xml.Name `xml:"stat"`
Path string `xml:"path,attr"`
Absolute string `xml:"absolute,attr"`
Inode uint64 `xml:"inode,attr"`
Links int `xml:"links,attr"`
Device uint64 `xml:"device,attr"`
Permissions string `xml:"permissions,attr"`
ModeOctal string `xml:"mode_octal,attr"`
UID uint32 `xml:"uid,attr"`
GID uint32 `xml:"gid,attr"`
Owner string `xml:"owner,attr"`
Group string `xml:"group,attr"`
SizeBytes int64 `xml:"size_bytes,attr"`
SizeHuman string `xml:"size_human,attr"`
Atime int64 `xml:"atime,attr"`
AtimeAgoS int64 `xml:"atime_ago_s,attr"`
Mtime int64 `xml:"mtime,attr"`
MtimeAgoS int64 `xml:"mtime_ago_s,attr"`
Ctime int64 `xml:"ctime,attr"`
CtimeAgoS int64 `xml:"ctime_ago_s,attr"`
Birth int64 `xml:"birth,attr"`
BirthAgoS int64 `xml:"birth_ago_s,attr"`
Type string `xml:"type,attr"`
MIME string `xml:"mime,attr"`
Language string `xml:"language,attr"`
Timestamp int64 `xml:"timestamp,attr"`
Errors []StatError `xml:"error,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.