The highest tagged major version is
v3.
package
Version:
v2.0.1
Opens a new window with list of versions in this module.
Published: Sep 8, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 12
Opens a new window with list of known importers.
Documentation
¶
func NewFS(config Config, logger *logging.Logger) (*vFSRW, error)
type OS struct {
BaseDir string
ZipAsFolderCache uint
}
type VFS struct {
Name string
Type string
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.