Documentation ¶
Overview ¶
Package reporter wraps calls to the the fswalker Reporter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Report ¶
func Report(ctx context.Context, config *fspb.ReportConfig, beforeWalk, afterWalk *fspb.Walk) (*fswalker.Report, error)
Report performs a report governed by the contents of the provided ReportConfig of the comparison of the two Walks provided.
func ReportFiles ¶
func ReportFiles(ctx context.Context, config *fspb.ReportConfig, beforeFile, afterFile string) (*fswalker.Report, error)
ReportFiles performs a report governed by the contents of the provided ReportConfig of the two Walks at the provided file paths.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.