Versions in this module Expand all Collapse all v0 v0.0.1 Apr 17, 2024 Changes in this version + const GOOSLinux + const GOOSMacOS + const GOOSWindows + var ErrCommandError = errors.New("mount command failed") + var ErrNotOurMount = errors.New("this mount is not managed by cz") + 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