Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileDescription ¶
FileDescription is meta info about a file we will want to include in the Manifest.
type Manifest ¶
type Manifest struct {
Name string
Timestamp time.Time
Organization string
Username string
User string
SudoUser string
Folder string
Files []FileDescription
}
Manifest is a description of files.
func BuildManifest ¶
BuildManifest builds a manifest from a directory. It reads the contents of the directory and captures the file names, owners, dates and user into a manifest.json file.
Click to show internal directories.
Click to hide internal directories.