# Functions

NewFileSystemMock creates new instance of the mock and initializes response list.
NewFsHandler creates a new instance of file system handler.

# Structs

Handler is helper struct to manipulate with filesystem API.
Mock allows to mock filesystem.
WhenResp is helper struct with single method call and desired response items.

# Interfaces

API defines filesystem-related method with emphasis on the fileDB needs.