package
2.38.1+incompatible
Repository: https://github.com/confluentinc/cli.git
Documentation: pkg.go.dev

# Structs

RealFileSystem implements fileSystem using the local disk.

# Interfaces

File interface is used by FileSystem interface to enable mocking in unit tests.
FileSystem interface wraps IO so that we can mock it in our unit tests.
Reader reads buffered strings.