Documentation ¶
Index ¶
Constants ¶
View Source
const (
JigDirName = ".jig"
)
Variables ¶
View Source
var ( ManifestName = "manifest.json" ErrNoManifest = errors.New("No manifest exists") )
View Source
var ( // ErrNoJigRoot is returned when no Jig root can be found ErrNoJigRoot = errors.New("Could not find Jig root") )
Functions ¶
func CreateJigRoot ¶
func FindClosestJigRoot ¶
func FindJigRoot ¶
func JigRootDir ¶
func ManifestPath ¶
Types ¶
type Manifest ¶
type Manifest struct {
Repos []*Repo
}
Manifest represents a serialized description of the repositories to check out
func DefaultManifest ¶
func JigRootManifest ¶
Click to show internal directories.
Click to hide internal directories.