package
1.7.17
Repository: https://github.com/kukrer/savannahnode.git
Documentation: pkg.go.dev

# Functions

NewMockReader creates a new mock instance.
NewReader returns an instance of Reader.
Renames the file "a" to "b" iff "a" exists.

# Structs

MockFile is an implementation of fs.File for unit testing.
MockReader is a mock of Reader interface.
MockReaderMockRecorder is the mock recorder for MockReader.

# Interfaces

Reader is an interface for reading the filesystem.