Versions in this module Expand all Collapse all v0 v0.0.1 Jun 29, 2025 Changes in this version + type ClonedRepo struct + Path string + func (clone ClonedRepo) Dispose() error + type GitFolder struct + Path string + Repo *GitRepo + func NewGitFolder(gitRepo *GitRepo, gitNest string) (*GitFolder, error) + func (gf *GitFolder) Clone() (*ClonedRepo, error) + type GitRepo struct + CommitId string + Url string