package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

New constructs a new OS handle, configured with the provided options.
WithDryrun configures OS to run in dryrun mode.
WithLogger configures OS to use the provided logger.
WithRecorder configures OS to use the provided recorder.
WithWorkingDir configures OS to use the provided working directory.

# Structs

OS is a convenience wrapper around the stdlib os package.

# Type aliases

Option is a start-up option that can be specified when constructing a new OS handle.