package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Mar 12, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CloneFunc func(path string, isBare bool, o *git.CloneOptions) (*git.Repository, error)
type Repository interface {
Clone(cloneOptions *git.CloneOptions, destDir string) (string, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.