Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DatabaseURL is a connection string for the postgres database to use // during integration tests. DatabaseURL = "postgres://localhost/empire?sslmode=disable" )
Functions ¶
func ExtractProcfile ¶ added in v0.10.0
func ExtractProcfile(pf procfile.Procfile) empire.ProcfileExtractor
Returns a function that can be used as a Procfile extract for Empire. It writes a fake Docker pull to w, and extracts the given Procfile in yaml format.
Types ¶
Click to show internal directories.
Click to hide internal directories.