Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶ added in v0.3.2
type Repository struct { }
Repository is a struct to manage git operations
func NewRepository ¶ added in v0.3.2
func NewRepository(opts ...OptionsFunc) *Repository
NewRepository returns a new Repository
func (*Repository) Clone ¶ added in v0.3.2
func (g *Repository) Clone(directory, url string) error
Clone clones a git repository
Click to show internal directories.
Click to hide internal directories.