Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileInfo ¶
type FileInfo struct { Md5 string // md5 Sha256 string // sha256 Uid uint32 // uid bits Gid uint32 // gid bits ELF bool // elf file UserFile bool // user file Hidden bool // hidden file Temporary bool // temporary file Perm os.FileMode // permission bits Type os.FileMode // type bits: dir/symlink/namedPipe/socket/device/charDevice CreateTime time.Time // create time ModifyTime time.Time // modify time AccessTime time.Time // access time // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.