Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExtendedProcfile ¶ added in v0.10.1
ExtendedProcfile represents the extended Procfile format.
type Procfile ¶
type Procfile interface {
// contains filtered or unexported methods
}
Procfile is a Go representation of process configuration.
func ParseProcfile ¶
ParseProcfile takes a byte slice representing a YAML Procfile and parses it into a Procfile.
type StandardProcfile ¶ added in v0.10.1
StandardProcfile represents a standard Procfile.
Click to show internal directories.
Click to hide internal directories.