Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service interface { Open(fpath string) (File, error) Create(fpath string) (File, error) Stat(fpath string) (os.FileInfo, error) }
Service is the service for accessing the filesystem.
var SystemFS Service = systemFS{}
SystemFS implements the filesystem.Service by proxying all requests to the filesystem.
Click to show internal directories.
Click to hide internal directories.