Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// IO to be used by the app
iox.IO
// Cab is the file system to walk. Defaults to os.DirFS(pwd).
Cab fs.FS
// contains filtered or unexported fields
}
App is the main application struct for the walker command.
Click to show internal directories.
Click to hide internal directories.