package
0.8.2
Repository: https://github.com/no-src/gofs.git
Documentation: pkg.go.dev

# Functions

NewDiskVFS create an instance of VFS for the local disk file system.
NewEmptyVFS create an instance of VFS for the unknown file system.
NewFlagSet returns a new, empty flag set with the specified name and error handling property.
NewSize create an instance of Size from bytes size.
NewVFS auto recognition the file system and create an instance of VFS according to the path.

# Constants

Disk the local disk file system data source.
FTP the ftp data source.
MinIO the MinIO data source.
RemoteDisk the remote disk file system data source.
SFTP the sftp data source.
Unknown the unknown file data source.

# Structs

FlagSet is a custom flag.FlagSet.
No description provided by the author
Size represent the size of data.
SSHConfig the config info for SSH authentication.
VFS virtual file system.

# Type aliases

Duration a duration with custom encoding.
VFSType the file data source type.