package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Mar 12, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 12
Opens a new window with list of known importers.
Documentation
¶
type Buildpack struct {
ID string `toml:"id"`
}
type Metadata struct {
Processes []Process `toml:"processes" json:"processes"`
Buildpacks []Buildpack `toml:"buildpacks" json:"buildpacks"`
}
type Process struct {
Type string `toml:"type" json:"type"`
Command string `toml:"command" json:"command"`
Args []string `toml:"args" json:"args"`
Direct bool `toml:"direct" json:"direct"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.