Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶ added in v0.7.10
func Initialize(baseDir string, projects []Project, initializer ProjectInitializer)
Initialize clones and initializes a fixture into a directory.
Types ¶
type Project ¶
type Project struct { Name string URL string Commit string // Ref points to a particular reference. It will always be preferred over Commit Ref string ModuleOptions map[string]interface{} Env map[string]string }
Project describes how to download, build, and analyse a fixture.
type ProjectInitializer ¶ added in v0.7.12
ProjectInitializer defines how a single project should be initialized after it has been cloned.
Click to show internal directories.
Click to hide internal directories.