# Functions
New returns mock fs.Object useful for testing.
# Constants
SeekModeNone specifies no seek interface.
SeekModeRange specifies the fs.RangeSeek interface.
SeekModeRegular specifies the regular io.Seek interface.
# Variables
SeekModes contains all valid SeekMode's.
# Structs
ContentMockObject mocks an fs.Object and has content.