Documentation ¶
Index ¶
- Constants
- Variables
- func BuildZipTree(ctx context.Context, logger *slog.Logger, cacheDir, remoteZipURI string, ...) (index.Tree, error)
- func Daemonize(cmd ...string) (int, error)
- func NFSMount(addr string, location string) error
- func Umount(location string) error
- func WebDavMount(addr string, location string) error
Constants ¶
View Source
const ( GOOSWindows = "windows" GOOSMacOS = "darwin" GOOSLinux = "linux" )
Variables ¶
View Source
var ( ErrCommandError = errors.New("mount command failed") ErrNotOurMount = errors.New("this mount is not managed by cz") )
Functions ¶
func BuildZipTree ¶
func WebDavMount ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.