Versions in this module Expand all Collapse all v1 v1.1.0 Nov 28, 2025 Changes in this version type FSParam + UseSymlinks bool v1.0.0 Aug 15, 2024 Changes in this version + func Start(logger *slog.Logger, mountpoint string, mountoptions []string, param *FSParam, ...) error + type FSParam struct + GitClient GitClient + GitForge GitForge + type GitClient interface + FetchLocalRepositoryPath func(source RepositorySource) (string, error) + type GitForge interface + FetchGroupContent func(gid uint64) (map[string]GroupSource, map[string]RepositorySource, error) + FetchRootGroupContent func() (map[string]GroupSource, error) + type GroupSource interface + GetGroupID func() uint64 + InvalidateContentCache func() + type RepositorySource interface + GetCloneURL func() string + GetDefaultBranch func() string + GetRepositoryID func() uint64