Documentation ¶
Overview ¶
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ScanCmd = &cobra.Command{ Use: "scan", Short: "Scanning the directory and checking the difference in the hash of the files", Long: ` Tripwire main functionality: It scans the specified directory to detect any changes in the files' content. The tool then outputs the current state in CSV format. `, Run: func(cmd *cobra.Command, args []string) { err := TripScan(csvName) if err != nil { fmt.Println(err) os.Exit(1) } }, }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.