Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Root directory for the plugin RootPath string `toml:"root_path"` // ScratchFile is the scratch block file to use as an empty block ScratchFile string `toml:"scratch_file"` // FSType is the filesystem type for the mount FSType string `toml:"fs_type"` // MountOptions are options used for the mount MountOptions []string `toml:"mount_options"` }
Config represents configuration for the native plugin.
Click to show internal directories.
Click to hide internal directories.