Discover Packages
github.com/agentic-research/mache
mount
package
Version:
v0.5.3
Opens a new window with list of versions in this module.
Published: Mar 4, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
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.
Unmount unmounts the given mount point.
Server wraps an NFS server lifecycle.
NFS starts an NFS server for the given graph and mounts it at mountPoint.
The caller must Close() the server and Unmount() the mountPoint on cleanup.
Close stops the NFS server.
Port returns the TCP port the NFS server is listening on.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.