Documentation
¶
Overview ¶
Package mount provides the public NFS mount API for mache.
Types are defined in internal/nfsmount and re-exported here so that external consumers (e.g. x-ray) can mount a graph as a real NFS filesystem without importing internal packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶ added in v0.5.5
type Options struct {
// ExtraNFSOpts is appended verbatim to the default NFS mount options
// (comma-separated, e.g. "rsize=32768,wsize=32768").
ExtraNFSOpts string
}
Options configures the NFS mount.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server wraps an NFS server lifecycle.
Click to show internal directories.
Click to hide internal directories.