# Functions
Get will retrieve a filesystem Service from the context.Context.
Inject will inject this filesystem Service into the context.
OpenFile will open the file from the service.
ReadFile will open the file from the service and read the entire contents.
Stat will retrieve the os.FileInfo for a file.
# Variables
SystemFS implements the filesystem.Service by proxying all requests to the filesystem.
# Structs
Dependency will inject the filesystem Service into the dependency chain.