package
Version:
v3.0.4
Opens a new window with list of versions in this module.
Published: Jun 15, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 8
Opens a new window with list of known importers.
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"`
Remote *Remote `toml:"remote,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.