package
0.195.1
Repository: https://github.com/influxcommunity/flux.git
Documentation: pkg.go.dev

# 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.

# Interfaces

File is an interface for interacting with a file.
Service is the service for accessing the filesystem.