Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { BaseName string `json:"basename"` AbsPath string `json:"abspath"` Checksum string `json:"checksum"` Size uint64 `json:"size"` Mode string `json:"mode"` ModTime int64 `json:"modification"` }
Node a file
func SortNodesByBaseName ¶
SortNodesByBaseName sort nodes by basename
func SortNodesByFullName ¶
SortNodesByFullName sort nodes by fullname
func SortNodesByModTime ¶
SortNodesByModTime sort nodes by modification time
Click to show internal directories.
Click to hide internal directories.