The highest tagged major version is
v3 .
Discover Packages
github.com/je4/filesystem/v2
pkg
vfsrw
package
Version:
v2.0.10
Opens a new window with list of versions in this module.
Published: Mar 21, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 12
Opens a new window with list of known importers.
Documentation
Documentation
¶
type OS struct {
BaseDir string
ZipAsFolderCache uint
}
type VFS struct {
Name string `toml:"name"`
Type string `toml:"type"`
S3 *S3 `toml:"s3,omitempty"`
OS *OS `toml:"os,omitempty"`
SFTP *SFTP `toml:"sftp,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.