gitCmd

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClonedRepo

type ClonedRepo struct {
	Path string
	// contains filtered or unexported fields
}

func (ClonedRepo) Dispose

func (clone ClonedRepo) Dispose() error

type GitFolder

type GitFolder struct {
	Repo *GitRepo
	Path string
}

func NewGitFolder

func NewGitFolder(gitRepo *GitRepo, gitNest string) (*GitFolder, error)

func (*GitFolder) Clone

func (gf *GitFolder) Clone() (*ClonedRepo, error)

type GitRepo

type GitRepo struct {
	Url      string
	CommitId string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL