Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoBuildpack = errors.New("No known buildpacks support this app")
)
Functions ¶
This section is empty.
Types ¶
type Buildpack ¶
func (*Buildpack) GetDockerfile ¶
type PythonPack ¶
type PythonPack struct {
WorkDir string
}
func (*PythonPack) Command ¶
func (p *PythonPack) Command() (string, error)
func (*PythonPack) Detect ¶
func (p *PythonPack) Detect() bool
func (*PythonPack) Metadata ¶
func (p *PythonPack) Metadata() *Metadata
func (*PythonPack) Name ¶
func (p *PythonPack) Name() string
func (*PythonPack) Version ¶
func (p *PythonPack) Version() (string, error)
Click to show internal directories.
Click to hide internal directories.