Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GitClient ¶
type GitClient interface {
FetchLocalRepositoryPath(source RepositorySource) (string, error)
}
type GitForge ¶
type GitForge interface { FetchRootGroupContent() (map[string]GroupSource, error) FetchGroupContent(gid uint64) (map[string]GroupSource, map[string]RepositorySource, error) }
type GroupSource ¶
type GroupSource interface { GetGroupID() uint64 InvalidateContentCache() }
type RepositorySource ¶
Click to show internal directories.
Click to hide internal directories.