Package-level declarations

Types

Link copied to clipboard
class DepthLogFactory @Inject constructor(val terminal: Terminal)

Creates the depth report content as it is printed to the console -- not a file.

Link copied to clipboard

Creates the depth report content as it is written to a text file -- not the console.

Link copied to clipboard
class ReportFactory @Inject constructor(val terminal: Terminal)

Creates the main report as it is printed in the console.