Documentation ¶ Overview ¶ Package fix provides the functionality for ajfs fix command. Index ¶ func Run(cfg Config) error type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(cfg Config) error Process the ajfs fix command. Types ¶ type Config ¶ type Config struct { config.CommonConfig Stdin io.Reader DryRun bool // Only display what needs to be fixed. RestorePath string // Path to a backup header to be restored. } Config for the ajfs fix command. Source Files ¶ View all Source files fix.go Click to show internal directories. Click to hide internal directories.